Finally arrived, have no idea what to do with it. Looks like the most popular firmwares are for people who LARP Hackers the movie and use terms like 'wardriving' unironically. Thinking abt maybe writing a forth implementation or a synth, since it has i2s dac.
14.03.2026 19:34
๐ 0
๐ 0
๐ฌ 0
๐ 0
Apparently, "a silicone diode always drops 0.6v" is an oversimplification. Wanted to use a couple in series with a resistor to decrease a DC signal by a constant, but the drop varies ~20% within the signal voltage range ๐
12.03.2026 19:51
๐ 1
๐ 0
๐ฌ 0
๐ 0
> Athlon XP is retrocomputing now
I can't argue with this, but I'm not ready for it either.
12.03.2026 11:00
๐ 1
๐ 0
๐ฌ 1
๐ 0
Ok, fine, Claude is actually useful, at least while the cost is 90% subsidized by the VC money.
11.03.2026 12:09
๐ 0
๐ 0
๐ฌ 0
๐ 0
To be fair Rust's async ergonomics are really bad rn, but it's amazing I get to use the same abstractions both for high-load gRPC servers with tonic/tokio and for real-time no_std embed with embassy.
11.03.2026 10:20
๐ 0
๐ 0
๐ฌ 0
๐ 0
Interesting, good catch.
11.03.2026 08:59
๐ 1
๐ 0
๐ฌ 0
๐ 0
Yeah, looks like printf is broken.
10.03.2026 22:25
๐ 0
๐ 0
๐ฌ 2
๐ 0
How do you print it out, with "%d"? If so, it means your value is stored as an integer and won't work with "%f", which expects a float.
10.03.2026 22:04
๐ 0
๐ 0
๐ฌ 1
๐ 0
It's a valid value, +inf: flop.evanau.dev/float-conver....
10.03.2026 21:47
๐ 0
๐ 0
๐ฌ 0
๐ 0
Float (IEEE754 Single precision 32-bit)
Online binary converter. Supports all types of variables, including single and double precision IEEE754 numbers
Interesting ๐ค Try disassembling the panic handler function, maybe the constant it points to is being corrupted/overwritten. `2.0f32` is basically a single bit: www.binaryconvert.com/result_float... .
10.03.2026 21:42
๐ 0
๐ 0
๐ฌ 1
๐ 0
Want to be as analogue as possible, but it's really hard to justify soldering 12 smoothing capacitors when I can just have a running average in software ๐
10.03.2026 20:27
๐ 2
๐ 0
๐ฌ 0
๐ 0
Completely agree with the 'infinitely more readable' part, but the comparison isn't entirely fair bc the underlying semantics and safety guarantees are different. Rust basically guarantees you have no data races, with Go, you have to settle for "haven't seen one yet".
10.03.2026 16:20
๐ 1
๐ 0
๐ฌ 1
๐ 0
6 lines, 6 data races and 6Gb rss ๐คทโโ๏ธ
10.03.2026 15:52
๐ 3
๐ 0
๐ฌ 1
๐ 0
Does this mean burning the forest and boiling the ocean to run LLMs is *morally right*, utilitarianly speaking?
10.03.2026 15:43
๐ 1
๐ 0
๐ฌ 1
๐ 0
8gb I guess? Still huge tho.
10.03.2026 14:03
๐ 0
๐ 0
๐ฌ 0
๐ 0