- 0 Posts
- 9 Comments
briggsyj@programming.devto
Tech@programming.dev•Windows isn't an OS, it's a bad habit bordering on addiction
3·11 months agoSame here! Their Discord is very interesting
briggsyj@programming.devto
Programming@programming.dev•An open source Peer-to-peer serverless decentralized social media protocol built on IPFSEnglish
7·1 year agoFrom the whitepaper:
- The user completes the captcha challenge and publishes his post and captcha challenge answer over pubsub.
- The subplebbit owner’s client gets notified that the user published to his pubsub, the post is not ignored because it contains a correct captcha challenge answer.
- The subplebbit owner’s client publishes a message over pubsub indicating that the captcha answer is correct or incorrect. Peers relaying too many messages with incorrect or no captcha answers get blocked to avoid DDOS of the pubsub.
- The subplebbit owner’s client updates the content of his subplebbit’s public key-based addressing automatically
I may be misunderstanding how this protocol works, but at step 10 what prevents the owner from publishing the captcha answer as incorrect as a method of censorship based on the content of the post?
briggsyj@programming.devto
Linux@programming.dev•SteamOS is Finally Rolling Out to the Wild
4·1 year agoI really thought it had dwindled for good after the failure of the original run of Steam Machines, feels great to be where we’re at now
When I was learning c#, I found the .Net framework tutorials available on freecodecamp to be good.
Also, using the Jetbrains Rider IDE (assuming this is for private non-commercial purposes, as per the terms of their free license) rather than VSCode or Visual Studio. VSCode is still lacking in features when it comes to c#, and Visual Studio probably makes more sense if you’re already accustomed to c# dev.
briggsyj@programming.devto
Game Development@programming.dev•Rogue Legacy 1's source code is now available for everyone!
1·1 year ago#region MapInputs private const int DEBUG_INPUT_SWAPWEAPON = 0; private const int DEBUG_INPUT_GIVEMANA = 1; private const int DEBUG_INPUT_GIVEHEALTH = 2; private const int DEBUG_INPUT_LEVELUP_STRENGTH = 3; private const int DEBUG_INPUT_LEVELUP_HEALTH = 4; private const int DEBUG_INPUT_LEVELUP_ENDURANCE = 5; private const int DEBUG_INPUT_LEVELUP_EQUIPLOAD = 6; private const int DEBUG_INPUT_TRAITSCREEN = 7; private const int DEBUG_UNLOCK_ALL_BLUEPRINTS = 8; private const int DEBUG_PURCHASE_ALL_BLUEPRINTS = 9;wonder why they didn’t go with some enums
briggsyj@programming.devto
Hardware@programming.dev•MSI teases five upcoming motherboards with concealed connectors — Project Zero gets Intel and AMD 800-series motherboards
1·1 year agoThe Homer simpson with clips holding back his skin meme comes to mind
Removed by mod
briggsyj@programming.devto
Programming Languages@programming.dev•Meta, a Human-Friendly Programming Language
1·2 years agoWdym, examples are linked in the post’s description and in the site’s header?
briggsyj@programming.devto
Programming Languages@programming.dev•Meta, a Human-Friendly Programming Language
1·2 years agoRemoved by mod


curtains.