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

Could you read it with a flatbed scanner or other photography? That should be unobtrusive.

I guess it was just part of the current website generation's training set!

With ecdsa the number of signatures needed to attack biased nonces seems low, hundreds or thousands? https://blog.trailofbits.com/2020/06/11/ecdsa-handle-with-ca...

That's when you have at least one bit of each nonce. But if you think about it, the probability of this broken generator giving exactly the same output as the unbroken generator is (2^64-1)÷(2^64) so that's a lower bound on how often you don't get any information from this bias. (Assuming 64-bit generation!)

getting any information at all based on this bias


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.


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

Search: