Hacker Newsnew | past | comments | ask | show | jobs | submit | mkj's commentslogin

The 26.04.01 upgrade LTS is delayed from it too, not just interim releases.

https://lists.ubuntu.com/archives/ubuntu-announce/2026-Augus...

> Users of Ubuntu 24.04 LTS will be offered an automatic upgrade to 26.04.1 LTS via Update Manager a couple of weeks following this release after some planned backports to address regressions in a recent version of rust-coreutils.



Indeed. Here is another page about the same thing: https://cwandt.com/products/pocket-fiche

"This project is a collaboration with Miles Segal (Gotham Silicon), whose mission is to make microchip fabrication more broadly accessible. Creating ultra high resolution micron-scale imagery is the very first step in this process."

"Those are clips of Miles in the Columbia University Nano-fabrication Facility where he is developing a workflow to make the technology required to build microchips more accessible."

Another mention of the same: https://x.com/JoinEdgeCity/status/1966180823129878656

"Miles Segal is building an ASIC foundry by repurposing vintage nano-fab gear to deliver custom chips in 24–48 hours."

"During the week he was at @EdgeEsmeralda, he focused on making new connections – leaving with new energy, confidence, and momentum from countless serendipitous convos."

So it seems to be one very young dude passionate about revolutionizing semiconductor processing. Whether there is an actual market for a super fast turnaround at 1 um node, and whether he has the experience and the support to pull this off, is somewhat dubious.

But of course wonderful things do sometimes happen. While he was a student, Sam Zeloof became a legend by building a chip fabrication lab in his garage, using surplus and home-made equipment. Now he has a serious team, working on developing mini-fabs: https://fab2.com/ That looks pretty serious.


>See the “3.1515…”? Each pixel in this 3×5 font is 750 nanometers x 750 nanometers. At the limits of visible light wavelengths.

No, I don't see 3.1515 ;)


These don't seem really physically immutable, just protected by the firmware of the drives/robot against being written twice. With enough effort couldn't the same laser write _something_ over them again? Maybe optical discs need a hole that gets punched out or something, like the old floppy disk write protect. (And then make that control a physical laser power switch)


So Google Pics is for work, and Google Photos is for personal photos? Got it.


Australia banned telemarketing a while ago, it worked pretty well. The only spam phone calls left are 100% illegal scammers.

https://www.acma.gov.au/telemarketing-and-e-marketing they give out million+ dollar fines which sort things out. Just being a customer doesn't allow them to send marketing, you have to opt in.


It's the year 2026, I refuse to believe that phone companies cannot figure out who is a scammer and who is not.


I get if it's hard to figure out who's a scammer, but can't they at least figure out who is calling? And if the other end can't prove that it owns that number, they don't get to call me.

Also, getting SMS from email addresses. Nobody asked for that feature, please nuke it.


Many scammers use internet telephony to call someone and some even spoof the caller id. In India, the mobile companies request subscribers to report any international call which shows local spoofed caller ids to them, so they can investigate it. So I am guessing it is trickier than we believe to track them ...


Can they at least flag calls as being from voip?


If it is local, they probably can. But VoIP being international is the problem. See Why in the year of our lord 2022 am I still getting robocalls??? - https://www.vox.com/recode/22882647/robocalls-robotexts-scam... ...


Unfortunately it's paywalled, but... International in which way? The actual connection from the voip system to the POTS must be inside the country I thought. And if it's not, there has to be some telco-operated gateway to whichever country it's in. Sure the end person using it is in another country connecting via internet, but there must be some local entity to go after.


If financial incentives align, we will be surprised how effective they would become.



A few times I've had an irregular 2D dataset to process and thought "aha, maybe I can be lazy and iterate ordered by a space filling curve coordinates and it'll be more cache effective". But it's never given any improvement. Anyone tried something similar?


Yes, for example, the datasets at this page: https://adsb.exposed/ are indexed by the Morton curve: https://github.com/ClickHouse/adsb.exposed/#database-and-que... and https://reversedns.space/ as well.

Also, a trivial application is image compression. Let's say you have a PNG image. PNG uses zlib, so if instead you take a raw bitmap and compress it with ZSTD, it typically will be better, but if you also sort pixels by the Hilbert curve first and then compress with ZSTD, it will be typically even better.


Aha, thanks. The adsb.exposed maps are excellent, thank you! Really intrigued by the building maps.


It's mainly that dealing with them is a hassle, time that could be better spent doing other more useful things.

Over the weekend I got round to turning off some old viewvc (CVS and subversion) and hgweb (Mercurial) web interfaces. They'd been running fine for a decade or two with basic security updates etc, mostly only occasionally visited for real purposes, but that's fine!

But getting 2.7 million requests/day from residential proxy IPs was a bit taxing for the old uwsgi/cgi programs (that's average 30/s), making other sites on the server suffer. It was also getting close to 1TB/month which is the VPS quota.

So I ended up turning them off, one more cut towards the centralised internet. Sure I could put a cache in front, but there are probably millions of combinations of dynamic urls in the VCS tree so caching mightn't help much anyway, not worth the effort. I'm sure the web server could be tuned better too, but again it's a waste of time.


30/s is preposterous. Are these loser companies who don’t want to cache on their end or are they getting unique info per request or could it really be that many different origins or…?


> Are these loser companies who don’t want to cache on their end

Google couldn't be bothered to cache; I would guess this before anything else.

https://drewdevault.com/blog/Google-has-been-DDoSing-sourceh...


> each IP address still clones the same repositories 8-10 times per hour.

Dumb! When was this fixed and don’t say never :)


That just sounds like a CI system. Surely almost every one of us is responsible for at least one CI process that doesn't cache dependencies.


There are a lot of urls for the bots to follow. Yesterday's logs had 2.2M unique URLs out of 2.7M requests (more unique than I was expecting!)

Typical traffic:

  https://hg.ucc.asn.au/dropbear-fuzzcorpus/annotate/default/fuzzer-preauth/23f6b74342011f35e657f06e9398ad339360d7e9 
  https://hg.ucc.asn.au/dropbear-fuzzcorpus/comparison/e67e5df225e5/fuzzer-verify/b5f57a2bb85ab7ef957e4979fd202b091de27bd8?revcount=8 
  https://hg.ucc.asn.au/dropbear-fuzzcorpus/log/72337e3dcccf/fuzzer-preauth_nomaths/6b1f390d26b08759983937727e10ab90aa7b03f2?revcount=15 
  https://hg.ucc.asn.au/dropbear-fuzzcorpus/log/4cdb539e4b20/fuzzer-preauth_nomaths/713e5cd4f73276f00a5d6685cc16d4565ad3815a?revcount=96 
  https://hg.ucc.asn.au/dropbear-fuzzcorpus/diff/tip/fuzzer-client_nomaths/540778ea81a915af6e898fd9658c5d9d6594c40a?revcount=128 
  https://hg.ucc.asn.au/dropbear-fuzzcorpus/diff/0ef1e51e583f/fuzzer-client/65ac44bdf4868866def70f40542dd1b5ca447310?revcount=30
(I've moved and kept the fuzz corpus now, but other viewvc repos were suffering similarly)


I have compiled a list of vibecoders who have impressed me with their consideration for other people. Here it is:


None of the above. They're just really retarded bots. Nobody knows why they exist or what they gain from really stupid scraping.


> 1TB/month

Switch VPS providers, you can easily find higher numbers or "unlimited".


openai etc are going to have a higher utilisation of the hardware so can afford it more than small companies/people. Efficient resource use matters more when they're expensive.


Interesting idea, but wouldn't an embedded language normally be interpreted/runtime editable? I guess you could do it shipping a rust compiler, but it'd be big. A bit like Numba?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: