Xylo Flake

@xyloflake.bsky.social

he/him programmer with a love for books, science and tech who's desperately trying to be their best self and learn something new everyday :)

it is funny to see developers who seriously integrated AI into their workflow get frustrated with it as they have to do more serious work and AI does exactly what is expected: fuck up in many tiny ways, accelerating the time to death by 1000 cuts from months that most tools go through to just hours

"It’s not that OpenAI picked something cute and accidentally the co-founder of that studio hates. OAI picked Ghibli because Miyazaki hates their approach It is display of power: You, as artist, animator, illustrator, writer are powerless. We will take what we want & do what we want. Because we can"

tante@tante.cc · last yr.

OpenAI's move to allow generating "Ghibly stlye" images isn't just a cute PR stunt. It is an expression of dominance and the will to reject and refuse democratic values. It is a vulgar display of power. https://tante.cc/2025/03/28/vulgar-display-of-power/

Thank you so much, Xylo! Your feedback means a lot. 🥹 I’m currently writing the Red Fox edition and want to make it even more engaging than Blue Fox. :>

Just read 50 pages of @azeria-labs.com 's Blue Fox book and so far, this has been the only book that has been THIS engaging. I love how the book goes back to the old times to make you feel WHY computer scientists did what they did back in the days. Awesome book. My current fav 💙

BildBildBild

“The first draft of anything is shit.” - Ernest Hemingway He was absolutely right. Every time I write a presentation I get that feeling. Takes a full rewrite + several polish passes to make anything feel good. Same is happening with my "No Graphics API" blog post...

Many think Rust is primarily about memory safety, but the real reason to use Rust is developer productivity (for C++-like system programming) from having a sane package manager and type system.

I hate it when so well written articles gain such less traction. This is something that needs to be in texbooks. Must read. "Computers happened not because of Charles Babbage, but because of the invention of electronically-controlled intermediate data storage." lcamtuf.substack.com/p/memory-the...

Memory: the forgotten history

Computers happened not because of Charles Babbage, but because of the invention of electronically-controlled intermediate data storage.

lcamtuf.substack.com

it's a bit fiddly. you can pass in --trace-deopt flag and there are some others too that should let you see if it gets de-optimized. i haven't tried that yet. this might be useful if you want to try yourself: blog.ghaiklor.com/2016/05/16/t...

Tracing de-optimizations in Node.js

Knowing how to find the bottleneck in the code is great. But, what if we don’t know what to do with the found code? How to get more information about the code and why it is slow?

blog.ghaiklor.com