Headlines Flash
Wed, Jun 10 05:58 PM

??????? #client

6 headlines

TechnologyHacker News• 5h ago

Show HN: A Bluesky client for PICO-8

I’ve been working on this for some time after learning about PICO-8 and its constraints to fit into the p8 cartridge limits and was looking for a challenge. So I made Picosky, a Bluesky client for the PICO-8 console to see what would be possible combining GPIO with sockets. Initially I just ai...

TechnologyDev.to• 16h ago

Testing in Rust: from cargo test to mocking HTTP calls

People love to repeat that in Rust "if it compiles, it works". The compiler does kill a whole class of bugs, but it doesn't check your logic. A wrong discount calculation compiles just fine.