Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nitros
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nitros
3d ago
A large part of this project was my personal learning. Ultimately I didn't improve the functionality of the device by a large margin; instead I learned a lot about how these devices are built. If I'd let Claude write replacent fir
2.
▲
by
nitros
3d ago
This is definitely something to be aware of. Installing this firmware definitely invalidates the StVO (though I can always flash the original firmware back). Personally I am morally sound with replacing the firmware of the display unit as t
3.
▲
by
nitros
3d ago
With a SWD probe on the cracked open display initially, and this was necessary while I was still writing/porting the peripheral drivers. Once the firmware was stable (and after I'd asserted that it wasn't possible to accident
4.
▲
by
nitros
3d ago
Yep, this is the case. Nine frames are transmitted with the first frame containing a sequence number and the first five bytes, followed by seven frames containing just data, and a final frame containing the last three bytes of data, and a t
5.
▲
by
nitros
3d ago
Heya, I tried using slint first, but slint needs even more flash, and an allocator on top. Just adding slint (with an empty UI) exhausted my binary size limit.
6.
▲
Reverse engineering my E-Scooter and rewriting it in Rust
(bensimms.moe)
2 points
by
nitros
8d ago
|
0 comments
7.
▲
by
nitros
1mo ago
I find I've not read HN as much over the last two years due to this. I think I see one interesting article a day at most now.
8.
▲
by
nitros
1mo ago
I've used https://aisler.net/en (based in Aachen) plenty of times. I like their quality and I was able to pull off some stupidly toleranced layouts. (This is as a hobbyist building some one-off circuit boards). I haven
9.
▲
by
nitros
1mo ago
FYI: Aisler is the PCB manufacturer and assembler (based in Aachen iirc). LibrePCB is CAD software.
10.
▲
by
nitros
2mo ago
> But it turns out there's all sorts of delightful data structures that you can only express with unsafe in Rust. Intrusive doubly linked lists are the coolest thing ever. I don't mean this to be a gotcha, but I think it's
11.
▲
by
nitros
2mo ago
I really enjoy using Rel8 ( https://rel8.readthedocs.io/ ), so much so that I reimplemented it in Rust ( https://github.com/simmsb/rust-rel8 ). For me I find it's an excellent step up from a plain SQL
12.
▲
Postgres's lateral joins allow for quite the good eDSL
(bensimms.moe)
93 points
by
nitros
5mo ago
|
24 comments
13.
▲
by
nitros
5mo ago
This entire paper smells of LLM, I'm sure even the most distinguished academic would refrain from using notation to prove that the SIP status cannot change during operation.
14.
▲
by
nitros
6mo ago
I'm suspicious of this prediction given the curl project's experiences...
15.
▲
by
nitros
6mo ago
Months if the firmware properly sleeps.
16.
▲
by
nitros
6mo ago
I don't see much motivation for fixing that when I can purchase a nrf52xx Bluetooth Beacon on aliexpress for €4 and flash it with firmware that pretends to be 50 different airtags, rotating every 10 minutes, and therefore bypassing all
17.
▲
by
nitros
6mo ago
It's probably less damaging to recommend abusing Xanax than recommending using a LLM.
18.
▲
by
nitros
7mo ago
Klopilot: Klo ~ Toilet Vibrierkot: Kot ~ Faeces
19.
▲
by
nitros
7mo ago
How exactly does distilling a censored model produce an uncensored model?
20.
▲
by
nitros
10mo ago
This is like saying Haskell doesn't have immutability because it has the state monad, or that rust doesn't because you can shadow with let. Data is immutable and thats much more important than whether local variables can be modifi
21.
▲
by
nitros
11mo ago
It's also becoming possible to have transparent rigid PCBs as of quite recently: https://www.pcbway.com/blog/News/Transparent_Rigid_PCBs_Laun... Naturally it does mean you can't have a ground pour, so th
22.
▲
by
nitros
1y ago
Also might be interesting to read about: https://embassy.dev/
23.
▲
by
nitros
1y ago
The following should fix that: defaults write org.gnu.Emacs NSAutoFillHeuristicControllerEnabled "NO"
24.
▲
by
nitros
1y ago
Eh, Emacs isn't really a system where broken behaviour goes unnoticed. It either works as you expect or something isn't working correctly.
25.
▲
by
nitros
1y ago
Nope, but it's not so different to irregular plural forms or verbs in english. Afaik: At some point in the history of the language there would(?) have been rules for these nouns, but not today.
26.
▲
by
nitros
2y ago
bracket [1] is easy to use and ensures that the cleanup operation runs, the Control.Exception module is also well documented [2] [1]: https://hackage.haskell.org/package/base-4.20.0.1/docs/Contr... [2]: http
27.
▲
by
nitros
3y ago
The low base clock is likely RF certification related
28.
▲
by
nitros
4y ago
https://stallman.org/articles/on-hacking.html
29.
▲
by
nitros
4y ago
For maximum 'performance' you can do it in-kernel with eBPF :^) https://github.com/simmsb/traceroute-spoof
30.
▲
by
nitros
4y ago
This paper reads like it was written by an AI trained on plagiarized undergrad assignments.
More ›