Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JO
Posts
0
Comments
32
Joined
2 yr. ago

  • Could this just be journalistic framing to make you feel a certain way? Do you think any reasonable person hired by Google wouldn't know that they could/would be fired for staging a protest in the cafeteria?

  • A pair of would-be developers with links to an international gold mining company have lost their legal fight for $5.5 million in compensation after a rural acreage they were land-banking near Coffs Harbour was swallowed up by the Pacific Highway upgrade.

    Couldn't have started in a worse way if you wanted my simpathy.

  • I don't think there is any commercially available macropad that allows remapping without compiling. A custom macro with a controller that runs MicroPython though, like the Raspberry Pi Micro, can be modified by changing the source code, so no extra software needs to be installed. See this as an example https://blog.4dcu.be/diy/2021/04/05/Macropad.html

  • Relatively easy to whip up yourself for little money if you have access to a 3D printer and a soldering iron. Get a RP2040 development board for $2, 9 switches and keycaps and hand solder them directly, you don't even need to source diodes.

  • If you're in Australia or the UK, Sovol is running a really good sale on the SV06 and SV06 Plus.

    https://www.sovol3d.com/products/sovol-sv06-series?variant=47559713259829

    A Raspberry Pi Pico 2 will be good enough to run Klipper, so the biggest difference to me seems to be the printing area, the touchscreen and the extra parts cooling fan. I couldn't fit the larger Plus size on my desk, so I just bought the SV06 and intend to replace the stick fan with a single 5015 fan for now.

    I also intend to install Klipper, but I mostly intend to use the web app, so the Ender 3-like screen will be fine for display purposes in my case.

    In my opinion, get the Plus if you like the big printing volume and can fit it, otherwise the SV06 will save you some money and will leave plenty of opportunity for tinkering and improvements.

  • Untill it completely makes up a date format that looks reasonable but won't work.I tried ChatGPT to research, in Rust, how to require at least one feature at compilation time just with Cargo.toml options. Turns out that's not supported, but that didn't prevent ChatGPT from trying to gaslight me with some hallucinations about options that would do this. It's a waste of time when you can't differentiate hallucinations from recollection, for an experienced dev parsing documentation without this uncertainty should be much more efficient.