Blog post: Wherein our hero learns the arcane secrets of the *u128* type in the depths of the Underrust.
Or, how does Rust's u128 work when our CPUs only has 64-bit general purpose registers?
But in the style of R.A Salvatore.
https://darkcoding.net/software/underrust-u128/
5.4.2025 21:38Blog post: Wherein our hero learns the arcane secrets of the *u128* type in the depths of the Underrust. Or, how does Rust's u128 work...I took ChatGPT on holiday and it was like having a magic translator and tour guide in my pocket.
From translating menus to explaining art and wine, it made everything easier and more interesting.
New blog post: https://darkcoding.net/society/travels-with-chatgpt/
9.7.2024 14:20I took ChatGPT on holiday and it was like having a magic translator and tour guide in my pocket. From translating menus to explaining art...Me:
> Write the lyrics for a Viking heavy metal song about pelicans
Llama 3 on meta.ai:
> Pelican's Wrath
(Verse 1)
In the fjords of Norway, where the battles rage
A symbol of power, on the waves we engage
The pelican's wings, a sight to behold
We'll fight to the death, our legend to unfold
(Chorus)
Pelican's wrath, descending upon the land
Beaks of steel, we'll take our stand
Feathers of fury, we'll never yield
Pelican's wrath, our battle cry revealed
..etc
Full marks Llama3. I love AI.
18.4.2024 19:19Me: > Write the lyrics for a Viking heavy metal song about pelicansLlama 3 on meta.ai:> Pelican's Wrath(Verse 1)In the fjords of...What version of libc does this box have?
Run it, it's executable! `/lib64/libc.so.6`
If it's not in `/lib64`, run `ldd` on an executable to find it.
Also, why the .6? `man 7 glibc`
10.4.2024 16:34What version of libc does this box have? Run it, it's executable! `/lib64/libc.so.6`If it's not in `/lib64`, run `ldd` on an...In Rust what does this really do?
> vec![0u8, 1024]
New blog post featuring memset's optimized assembly, mmap's zero-page shortcut, and why 0's are better than 1's.
https://darkcoding.net/software/rust-zeroed-vector-allocation/
30.3.2024 20:36In Rust what does this really do?> vec![0u8, 1024]New blog post featuring memset's optimized assembly, mmap's zero-page shortcut,...My fav mobile app right now? Cornell's Merlin which identifies birds by their calls.
Runs entirely on device. Very fast and accurate. Like Pokemon Go but the Pokemon are real. It's turning me into a bird nerd.
https://merlin.allaboutbirds.org/
25.1.2024 16:29My fav mobile app right now? Cornell's Merlin which identifies birds by their calls. Runs entirely on device. Very fast and accurate....First blog post in over a year - permanent memory using systemd's FDStore.
https://darkcoding.net/software/rust-systemd-memory-remains/
10.1.2024 03:10First blog post in over a year - permanent memory using systemd's FDStore.https://darkcoding.net/software/rust-systemd-memory-remains/TCP's the protocol, so reliable and grand,
It helps data move across the land,
From server to client, it's always on hand,
Making sure the data reaches its final stand.
(Disclaimer: Playing with LLMs. This one by Llama2)
15.9.2023 15:47TCP's the protocol, so reliable and grand,It helps data move across the land,From server to client, it's always on hand,Making sure...So THIS is where you all went!
Recent migrant from: https://twitter.com/grahamking
4.8.2023 01:27So THIS is where you all went!Recent migrant from: https://twitter.com/grahamkingFirst post. Test.
4.8.2023 00:51First post. Test.⬆️
⬇️