๐ฅ Read this awesome post from Hacker News ๐ ๐ Category: โ
Main takeaway: Description Diagram of entire Linux Network Stack, including: Virtualization and Linux containers: Emulation and Paravirtualization. Network sockets. Network stack: Upper layer of Network stack (TCP, UDP). Low layer of Network stack with GRO, RPS, RFS and GSO. Network Scheduler. NetFilter and traffic controll: Bridge and Bond interfaces. Tap interface, ... Device Driver: Queue. NAPI. IRQ handler. Network functions accelerated by NIC: Checksum offload, VLAN, VxLAN, GRE, TSO, LRO,ย RSS, ... Network card. All (above) sections (layers) include tips for optimizations and/or statistics. ย This diagram is part…
๐ Discover this trending post from Hacker News ๐ ๐ Category: ๐ก Main takeaway: Summary Nvidia and TSMC produced the first Blackwell chip in the U.S., built at TSMC Arizona. Administration tariffs spurred onshoring pressure; this move echoes the push to bring manufacturing back. U.S.-made Blackwell chips could cement America as an AI hardware hub and create local jobs. One of the biggest focuses of President Trump's term is bringing more production onto US turf. People have had differing opinions on whether or not this was a good idea, but Trump himself didn't leave much wiggle room. With tariffs having…
๐ Read this awesome post from Hacker News ๐ ๐ Category: โ
Hereโs what youโll learn: Summary Remember when GPU box art was a wild, drug-infused journey? Now, it's bland and similar-looking, missing the oddities. Dive into nostalgia with graphics card box art from the late 90s and early 00s - bold, strange, and iconic designs. Modern GPU boxes lack the excitement of the past, where elves, wizards, and demons graced the covers. Enjoy the journey back. Not only has the graphics card come a long way over the past two decades, but so too has GPU box art. In…
๐ฅ Explore this trending post from Hacker News ๐ ๐ Category: ๐ก Main takeaway: I wanted to teach myself Swift programming, and needed something a bit more involved than just Hello World, so I decided the write a program that would decode QuickDraw image files and display them. This was basically a rewrite of the Java Quickdraw code I wrote, many years back. This program is functional, although there are many rendering edge cases and the UI is a bit rough and the code could certainly be improved. I originally decided to release it for the 40th anniversary of the…
๐ Explore this must-read post from Hacker News ๐ ๐ Category: ๐ Key idea: When we built EventSourcingDB, we didn't just create a storage engine for events. We wanted to give developers the right tools to work with those events in ways that are both practical and efficient. Very early on, we realized something important: while projections are great for predefined, recurring questions, they don't cover everything. Sometimes you need answers on the fly. You know those moments when you're debugging a production issue and want to see every event of a certain type within the last day? Or when…
โจ Check out this awesome post from Hacker News ๐ ๐ Category: โ
Key idea: A decompilation of Duke Nukem Zero Hour for N64. Note: To use this repository, you must already own a copy of the game. The build instructions assume that you will be using Ubuntu 20.04; either natively or via WSL2. Package requirements can be install via: sudo apt update sudo apt install make git build-essential binutils-mips-linux-gnu cpp-mips-linux-gnu python3 python3-pip Tools requires Python 3.8+. Package requirements can be installed via: pip3 install --upgrade pip pip3 install -U splat64[mips] pip3 install -r requirements.txt Clone the repository; note the…
๐ฅ Explore this awesome post from Hacker News ๐ ๐ Category: ๐ Main takeaway: Thank you. However, my app does not contain any Bible text at all, it is merely a Bible reading tracker. In addition, the bible does not promote โ โ โ โ or violence, but condemns and teaches against such thingsโฆ Matthew 5:38-40 NKJV"You have heard that it was said, โAn eye for an eye and a tooth for a tooth.โ [39] But I tell you not to resist an evil person. But whoever slaps you on your right cheek, turn the other to him also. [40] If anyone wants…
โจ Check out this insightful post from Hacker News ๐ ๐ Category: โ
Hereโs what youโll learn: 09/01/2025 released DOSBIAN 3.0 for Raspberry Pi 3/4/400/5/500 WHATโS NEW IN VERSION 3.0 Latest distro updates applied to run in Raspberry Pi 5/500. Dosbox Staging updated to version 0.82, now with support for MMX instructions (Please see official sites for all the changements). Incredible performances expecially with Raspberry Pi 5/500, Dosbian V3.0 guarantees you an incredible DOS experience. Rewritten from scratch starting from the new Bookworm OS for Raspberry Pi, Dosbian is the first distro totally dedicated to the DOS world. It boots…
๐ฅ Explore this awesome post from Hacker News ๐ ๐ Category: ๐ก Main takeaway: A version of this story will appear in CNN Businessโ Nightcap newsletter. To get it in your inbox, sign up for free here. New York ย โย At this point, even the concept of an โAI bubbleโ seems to be a bubble. (In fact, Deutsche Bank analysts said last month that the โAI bubbleโ bubble has already burst.) Perhaps some corners of the internet are bored of the bubble talk. Thatโs not making the market any less, um, bubbly. Just this week, the Financial Times wrote that…
๐ Discover this awesome post from Hacker News ๐ ๐ Category: ๐ Key idea: Modern CPUs have an impressive collection of performance counters for detailed, low level information on things like cache misses, branch mispredictions, various sorts of stalls, and so on; on Linux you can use 'perf list' to see them all. Modern SSDs (NVMe, SATA, and SAS) are all internally quite complex, and their behavior under load depends on a lot of internal state. It would be nice to have CPU performance counter style metrics to expose some of those details. For a relevant example that's on my…
