Software Defined Networking
From Java to Assembly in Java's 1-Billion-Row Challenge (Ep. 4) | With Casey Muratori piped.video/watch?v=XRUMbGwe… -XX:CompileThreshold=1 -XX:-TieredCompilation is an interesting test. Even then, the interpreted version ran 9969 times. 🤔
2
1
tivrfoa retweeted
It's a crossover hit! A database that understands accounting! I talked with @jorandirkgreef about building @TigerBeetleDB: the financial transactions database. What if your DB understood debits and credits? And could do a million transactions a second! piped.video/9oyhNDv882U
7
16
8
147
tivrfoa retweeted
“The one thing money can’t buy,” said Luckey, “is people who liked you before you had money. I’m very lucky that I met my wife back when I had literally nothing. When we met, I had less than $300 in my bank account … I probably should have gotten married, should have married her when I was 16. Looking back, I think that’s probably my radical belief.” tabletmag.com/feature/americ…
This guy explains why everything we know about addiction is actually wrong
tivrfoa retweeted
Somehow the government spending less is never, ever, ever, ever, ever nenenenenever an option.
10
3
397
tivrfoa retweeted
We just launched Mojo🔥 GPU Puzzles Edition 1, a hands-on guide that teaches GPU programming through 34 progressive challenges, not lectures. Learn by doing, from your first GPU threads to tensor cores. Works on NVIDIA, AMD, and Apple GPUs. puzzles.modular.com/
tivrfoa retweeted
🇪🇺 Telegram sent this message to all its users in France regarding Chat Control. People must know the names of those who try to steal their freedoms: Today, the European Union nearly banned your right to privacy. It was set to vote on a law that would force apps to scan every private message, turning everyone’s phone into a spying tool. France led the push for this authoritarian law. Both former and current Interior Ministers, Bruno Retailleau and Laurent Nuñez, supported it. Last March, they declared that police should see French citizens’ private messages. The Republicans and Macron’s Renaissance group voted for it. Such measures are supposed to “fight crime”, but their real target is regular people. It wouldn’t stop criminals — they could just use VPNs or special websites to hide. Officials’ and police messages wouldn’t be scanned either, since the law conveniently exempts them from surveillance. Only YOU — ordinary citizens — would face the danger of your private messages and photos being compromised. Today, we defended privacy: Germany’s sudden stand saved our rights. But freedoms are still threatened. While French leaders push for total access to private messages, the basic rights of French people — and all Europeans — remain in danger.
Proton VPN's free service continues to grow and expand. Our free users have access to a network capacity of almost 3000 exit nodes, delivering speeds faster than many paid VPNs. tomsguide.com/computing/vpns…
tivrfoa retweeted
Be the David Goggings of candidates when you apply for a job. Dare to put in some effort! Most people mistakenly think it's all just one big lottery. That they don't even have to try. Every time we hire, I see how sorely mistaken they are.
tivrfoa retweeted
New release of the JavaFastPFOR library (0.3.2). It is the fastest Java library to compress arrays of integers at gigabytes per second. It used in production systems. The main new feature are a set of functions called maxHeadlessCompressedLength which can be used to estimate the size of the compressed array. github.com/fast-pack/JavaFas… credit @piotrrzysko
2
5
40
tivrfoa retweeted
We spoke w @nikesharora CEO of @PaloAltoNtwks who took it from $15-20B to $140B market cap We cover * Leadership Tips * Nikesh on Ambition * Gen AI and Cybersecurity * AI Agents and Human Replaceability * Thoughts on Growth at Scale * Shifting to an Agentic Model of Search
tivrfoa retweeted
Conflict 3049 is an amazing "Command & Conquer"-style game, in 3d, by a solo-developer, made with #raylib, in C#, in a single ~32000 locs file! ❤️ SOLID, take that! 😉
Have you ever compiled a single source file named `game3d.cs` that was 32510 lines long. Me neither, until today! ``` $ wc game3d.cs -l 32510 game3d.cs ``` The game is matty77.itch.io/conflict-304…, and uses Raylib.
3
16
389
The Quarkus team made it really easy to create a native image, and you don't even need to have GraalVM installed: mvn clean package -Dnative And it starts really fast: started in 0.025s
I changed from double to long, to make it equal to Python Results: #Java #Python #FastAPI #Uvicorn #Quarkus #GraalVM