Entertainment

Questionable CVE’s reported against dnsmasq

Questionable CVE’s reported against dnsmasq

đź’Ą Explore this insightful post from Hacker News đź“– đź“‚ Category: đź’ˇ Here’s what you’ll learn: oss-sec mailing list archives From: Moritz MĂĽhlenhoff Date: Mon, 27 Oct 2025 19:21:54 +0000 On Mon, Oct 27, 2025 at 09:34:03AM -0700, Alan Coopersmith wrote: Among the new CVE's published this weekend were these from the VulDB CNA: For all three bugs, the documented "exploit" requires "Replace the default configuration file (/etc/dnsmasq.conf) with the provided malicious file." and if you can replace the server's configuration file you don't need to play games with putting invalid contents in to break the parser, but can simply…
Read More

AI can code, but it can’t build software

🚀 Read this must-read post from Hacker News đź“– đź“‚ Category: âś… Main takeaway: Have you noticed that quite a few people are looking for technical cofounders or CTOs right now? I, for one, get a surprising amount of these queries; most of them along the lines of “hey, I have this vibe-coded app, would you like to make it production-ready”. I have sort of a profile for these people. Think someone who knows their business but has always lacked the technical skills to make their ideas happen — a legal counsel, perhaps, or an account manager. Why would these…
Read More
iroh-blobs 0.95 – New features

iroh-blobs 0.95 – New features

🚀 Read this insightful post from Hacker News đź“– đź“‚ Category: âś… Here’s what you’ll learn: Iroh-blobs 0.95 contains a number of significant new features that are worth explaining in detail. There are several new features that are useful for blobs users and also for iroh users in general. Let's start with a feature that is essential for blobs itself, but can also be useful for many other protocols. There is a new connection pool in util::connection_pool. This is useful whenever you have a protocol that has to talk to a large number of endpoints while keeping an upper bound…
Read More
Why Nigeria Accepted GMOs – Asimov Press

Why Nigeria Accepted GMOs – Asimov Press

đź’Ą Explore this trending post from Hacker News đź“– đź“‚ Category: đź’ˇ Main takeaway: Audio playback is not supported on your browser. Please upgrade.By Dr. Alex WakemanAround 10,000 years ago, nomadic hunter-gatherers started to pick and eat the seeds of grasses, and the world hasn’t been the same since. The fertile rivers and reliable sun of the Middle East, China, and South America nurtured vast grasslands. The humans who settled there quickly developed a keen eye for harvesting and cultivating the largest, tastiest seeds, which meant that the following season, only those got sown. They did the same the next…
Read More

Easy RISC-V

đź’Ą Discover this insightful post from Hacker News đź“– đź“‚ Category: 📌 Main takeaway: As a bonus, this is also how we get logical not and converting integer to boolean.Now that we have these, a == b is just (a - b) == 0, and a != b is just (a - b) != 0. li x10, 0x3 # a li x11, 0x5 # b sub x10, x10, x11 # x10 = a - b sltu x11, x0, x10 # 0 In summary: ([u] means use u for unsigned comparison and nothing for signed comparison) a < b: slt[u] a…
Read More
Study finds growing social circles may fuel polarization

Study finds growing social circles may fuel polarization

đź’Ą Discover this insightful post from Hacker News đź“– đź“‚ Category: đź’ˇ Key idea: Top: Gray circles show the survey-based polarization measure over time; the red crosses represent the model prediction. Bottom: Estimated average number of close friends by country and survey. The dashed line shows a logistic regression across all data points. The transition from low to high connectivity occurs shortly after Facebook became publicly accessible (vertical line I—2006) and overtook other websites in U.S. traffic (vertical line II—2010). Credit: Complexity Science Hub Between 2008 and 2010, polarization in society increased dramatically alongside a significant shift in social behavior:…
Read More
Creating an all-weather Driver

Creating an all-weather Driver

🚀 Explore this trending post from Hacker News đź“– đź“‚ Category: âś… Key idea: Life doesn't freeze when winter comes—if anything, that's when riders need reliable transportation most, when being exposed to the elements becomes less appealing. Today, the Waymo Driver successfully navigates rain, fog, sandstorms, and freezing temperatures. As we expand to more cities across the U.S. and globally, we're applying the same systematic, scientific approach that enabled us to validate the Waymo Driver for these conditions to advance our capabilities for snowier, winter weather.Our proven, safety-guided methodology involves four key steps:Understanding the ChallengeSnow isn't a single phenomenon—it's a…
Read More
The Auto Wash Bowl in Chicago, ca. 1920s ~ Vintage Everyday

The Auto Wash Bowl in Chicago, ca. 1920s ~ Vintage Everyday

🚀 Discover this must-read post from Hacker News đź“– đź“‚ Category: đź’ˇ Main takeaway: Here’s a photo from 1924 and shows a newfangled type of car wash that stood at the northwest corner of 42nd Street and South Michigan Avenue. There was at least one other auto wash bowl in Chicago–the concept actually originated in St. Paul, Minn. It was patented in 1921 by inventor C.P. Bohland, who opened two locations in St. Paul. He devised the bowl as an easy way to clean mud off of the underside of cars. Back in this early age of motoring, roads were…
Read More

Avoid 2:00 and 3:00 am cron jobs!

🚀 Check out this insightful post from Hacker News đź“– đź“‚ Category: âś… Main takeaway: Avoid 2:00 and 3:00 am cron jobs! A word to the wise: Do not set any cron jobs for 2:00 am or 3:00 am on Sunday morning! Or to be safe, on other mornings besides Sunday as well, since jobs originally set to run on some particular day may eventually be changed to run on another day, or every day. Most of the time such cron jobs will run fine, but if they run every Sunday morning, then twice per year they will run at…
Read More
It’s insulting to read your AI-generated blog post

It’s insulting to read your AI-generated blog post

🚀 Explore this must-read post from Hacker News đź“– đź“‚ Category: đź’ˇ Here’s what you’ll learn: It's insulting to read your AI-generated blog post | pablog Home Blog 24 Oct 2025 It seems so rude and careless to make me, a person with thoughts, ideas, humor, contradictions and life experience to read something spit out by the equivalent of a lexical bingo machine because you were too lazy to write it yourself. Do you not enjoy the pride that comes with attaching your name to something you made on your own? It's great! No, don't use it to fix your…
Read More