Rumours of Java’s death may be greatly exaggerated, but an article I read had some good reasons why it might be searching for the exit… I have one more to add to the list.
Posts for: #Tech
The Internet’s AI Bomb Spike
I don’t know if you’ve noticed, but search engines got a lot less useful lately…
Alacritty Dynamic Configurations
Dynamically changing the configuration of Alacritty depending on shell conditions
Devtalks 2023 - Serving Serverless on your Own Servers
I’ll be presenting at Bucharest’s Romexpo in this summer’s DevTalks developer conference
AVRoxide Release 0.4.0
The latest version of my OS for ATmega AVRs, AVRoxide, is now available - with drivers for storage and graphics devices.
AVRoxide 0.3.0
A new release of AVRoxide, my OS for ATmega AVRs, is out - now with multithreading!
Subtle differences in interrupt handling on AVR microcontrollers
There are subtle differences between the way interrupts are handled on different AVR microcontrollers. I didn’t see this written in plain English anywhere, so I’ll have a go.
Finally: AVRoxide - a working Rust runtime for ATmega4809
It’s been quite a few months’ work, with many challenges along the way - but finally I’m pleased to announce that I have a working runtime for writing applications in Rust for the ATmega4809 microcontroller (and thus also for the Arduino Nano Every.)
You Won’t Believe How to Make rustc Generate Working Optimised Code for ATmega4809
Until I discovered this trick, I couldn’t build working ATmega4809 Rust code with anything other than optimisation level 1…
Working Rust code insight in CLion
Code insight/code completion in CLion doesn’t work when you use a custom target.json - here’s how to fix it
