Francesco Nigro
@forked_franz
while(1) fork() Proud @Java_Champions
GCAP Day 5. What you missed: ❥ AWS capacity planning options: ⁃ Autoscaling ⁃ Scheduled instances ⁃ Spot instances ⁃ Lambdas ❥ Solutions to homework exercises ⁃ PDQ perfdynamics.com/Tools/PDQ.html ⁃ PDQ-R scripts ⁃ PyDQ scripts
Inspired by Eskill's Better software conference, I dove into C89, and fell back in love with C all over again! Anyone here had a similar experience? Any tips or pointers to share for someone who mostly has experience in c99-11?
❤️ IDK if Agnee Fog got something for M4?
Test results for AMD Zen 5 agner.org/forum/viewtopi… by Agner Fog (agner.org/optimize/)
Test results for AMD Zen 5 agner.org/forum/viewtopi… by Agner Fog (agner.org/optimize/)
@AgnerFog_ updated his manuals with #AMD #Zen5 agner.org/optimize/
Hey, a very atmospheric roguelike-looking MMO... Also, it happens to be programmed in a certain new programming language... store.steampowered.com/app/3316690/th…
Прошёл курс по алгоритмам многопоточного программирования, организованный @nkoval_ для сотрудников JetBrains. Жутко интересно, хоть и мозг вскипает. Начали с простых вещей вроде стека Трайбера на CAS'ах. Потом была очередь Майкла-Скотта, удаление из середины очереди, очередь на…
Syncing up a GH repo fork with upstream automatically, in a scheduled job. How hard can it be. Turns out, giving right conditions, very ... jbachorik.github.io/posts/github-a…
casey says the people are demanding a reaction should i watch this video? it literally will be 8 hours long
"Everyone's attention span is fried, you have to make short-form content, no one will watch a 2 and a half-hour conference talk" Casey: Hold my Beer
Deep into reviewing #Devoxx Belgium CFP proposals, some are absolute easy to pick, others… not so obvious 🤩 BTW, if you're a Community Reviewer, now’s the perfect time to jump in! Our first selection meeting is mid next week! #ThankYou
Oooh! @OpenJDK @javamissionctrl won the tools category! x.com/java/status/19… JMC 10 will have a lot of exciting features - including support for the new (proper) CPU profiler in openjdk.org/jeps/509. On behalf of the project - thanks for all the votes! :)
We’re ready to kick off the quarter-finals of the Best of Java Feature Face-Off! The matchups are getting intense as we inch closer to the finals. Place your votes now to see which features advance to the semi-finals! #30YearsOfJava
In the past, people without JVM knowledge tuned JVMs based on random data from the Internet. Nowadays, people without JVM knowledge and no understanding of LLMs tune JVMs based on recommendations from LLMs which were trained on the same random data. Is this progress?
subnormals are irrelevant on GPUs; the driver flushes them to 0 webgl uses FTZ by default, the shader pipeline won’t ever slow down . x86 is a completely different story; IEEE‑754’s gradual underflow is enabled by default
🎉 The Amiga 1000 turns 40 on July 23rd! The Amiga 1000 was unlike anything else: 4096-color graphics, stereo sound, multitasking and custom chips that made it a true multimedia machine. Born from the vision of Jay Miner and his team, it marked the beginning of the Amiga era!
GCAP Day 3. What you missed: ❥ How to present performance analysis results ❥ Example. Presenting a plot: Pass 1. Qualitative shape and features of curves Pass 2. Numerical alignment on axes and consistency Pass 3. Quantitative explanation of queueing effects
Exactly, use JSONB!
friendly reminder relational databases shouldn't have JSON in them
I was a beginner multiple times in my career. It tempered my mind. I’m no longer scared when I don’t know something.
I'm sorry but I paid for the compiler so I'm going to use ALL of it! 😠 i-=-1
As I work on Resharper performance, I learn about limitations of .NET (at least, .NET Framework) that I wasn't aware of. Here, I shaved 1 second of CPU time on startup by... removing a call to Array.Empty<T>.