frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Self-hosting your own media considered harmful according to YouTube

https://www.jeffgeerling.com/blog/2025/self-hosting-your-own-media-considered-harmful
499•DavideNL•3h ago•175 comments

How Much Energy Does It Take To Think?

https://www.quantamagazine.org/how-much-energy-does-it-take-to-think-20250604/
21•nsoonhui•3h ago•20 comments

The impossible predicament of the death newts

https://crookedtimber.org/2025/06/05/occasional-paper-the-impossible-predicament-of-the-death-newts/
454•bdr•19h ago•160 comments

Tokasaurus: An LLM inference engine for high-throughput workloads

https://scalingintelligence.stanford.edu/blogs/tokasaurus/
162•rsehrlich•11h ago•20 comments

A maths proof that is only true in Japan

https://www.newscientist.com/article/2482461-the-bizarre-story-of-a-maths-proof-that-is-only-true-in-japan/
28•monksdream•1h ago•12 comments

Test Postgres in Python Like SQLite

https://github.com/wey-gu/py-pglite
85•wey-gu•7h ago•25 comments

How we’re responding to The NYT’s data demands in order to protect user privacy

https://openai.com/index/response-to-nyt-data-demands/
164•BUFU•8h ago•153 comments

Show HN: Claude Composer

https://github.com/possibilities/claude-composer
104•mikebannister•9h ago•47 comments

What a developer needs to know about SCIM

https://tesseral.com/blog/what-a-developer-needs-to-know-about-scim
97•noleary•9h ago•19 comments

Show HN: Air Lab – A portable and open air quality measuring device

https://networkedartifacts.com/airlab/simulator
392•256dpi•1d ago•165 comments

APL Interpreter – An implementation of APL, written in Haskell (2024)

https://scharenbroch.dev/projects/apl-interpreter/
96•ofalkaed•11h ago•36 comments

Defending adverbs exuberantly if conditionally

https://countercraft.substack.com/p/defending-adverbs-exuberantly-if
29•benbreen•12h ago•9 comments

X changes its terms to bar training of AI models using its content

https://techcrunch.com/2025/06/05/x-changes-its-terms-to-bar-training-of-ai-models-using-its-content/
118•bundie•15h ago•107 comments

Show HN: Ask-human-mcp – zero-config human-in-loop hatch to stop hallucinations

https://masonyarbrough.com/blog/ask-human
78•echollama•9h ago•38 comments

Seven Days at the Bin Store

https://defector.com/seven-days-at-the-bin-store
179•zdw•16h ago•84 comments

SkyRoof: New Ham Satellite Tracking and SDR Receiver Software

https://www.rtl-sdr.com/skyroof-new-ham-satellite-tracking-and-sdr-receiver-software/
84•rmason•13h ago•8 comments

Google confirms more ads on your paid YouTube Premium Lite soon

https://www.neowin.net/news/google-confirms-more-ads-on-your-paid-youtube-premium-lite-soon/
29•01-_-•2h ago•20 comments

Open Source Distilling

https://opensourcedistilling.com/
38•nativeit•7h ago•16 comments

Digital Minister wants open standards and open source as guiding principle

https://www.heise.de/en/news/Digital-Minister-wants-open-standards-and-open-source-as-guiding-principle-10414632.html
15•donutloop•2h ago•5 comments

Show HN: Lambduck, a Functional Programming Brainfuck

https://imjakingit.github.io/lambduck/
38•jorkingit•9h ago•15 comments

I made a search engine worse than Elasticsearch (2024)

https://softwaredoug.com/blog/2024/08/06/i-made-search-worse-elasticsearch
65•softwaredoug•14h ago•7 comments

Converge (YC S23) Well-capitalized New York startup seeks product developers

https://www.runconverge.com/careers
1•thomashlvt•11h ago

The Universal Tech Tree

https://asteriskmag.com/issues/10/the-universal-tech-tree
92•mitchbob•3d ago•45 comments

I do not remember my life and it's fine

https://aethermug.com/posts/i-do-not-remember-my-life-and-it-s-fine
188•mrcgnc•9h ago•135 comments

Machine Learning: The Native Language of Biology

https://decodingbiology.substack.com/p/machine-learning-the-native-language
48•us-merul•9h ago•18 comments

Show HN: iOS Screen Time from a REST API

https://www.thescreentimenetwork.com/api/
89•anteloper•14h ago•45 comments

Programming language Dino and its implementation

https://github.com/dino-lang/dino
47•90s_dev•15h ago•14 comments

Eleven v3

https://elevenlabs.io/v3
229•robertvc•14h ago•123 comments

How Common Is Multiple Invention?

https://www.construction-physics.com/p/how-often-do-inventions-have-multiple
43•rbanffy•11h ago•28 comments

Autonomous drone defeats human champions in racing first

https://www.tudelft.nl/en/2025/lr/autonomous-drone-from-tu-delft-defeats-human-champions-in-historic-racing-first
330•picture•1d ago•275 comments
Open in hackernews

When memory was measured in kilobytes: The art of efficient vision

https://www.softwareheritage.org/2025/06/04/history_computer_vision/
147•todsacerdoti•1d ago

Comments

alightsoul•1d ago
Amazing. Wonder how fast it would be on a modern computer
Hydration9044•1d ago
+1, which is faster when compare to OpenCV findContours
kmoser•1d ago
I want to believe that however obsolete these old algorithms are today, at least some aspects of the underlying code and/or logic should prove useful to LLMs as they try to generate modern code.
klodolph•1d ago
Maybe… some of these algorithms from the 1980s struggled to do basic OCR, so they may need a lot of modification to be useful.
PaulHoule•1d ago
That whole approach of "find edges, convert to line drawing, process a line drawing" in the 1980s struggled to do anything at all.
Retric•1d ago
There was a surprising amount of useful OCR happening in the 70’s.

High error rates and significant manual rescanning can be acceptable in some applications, as long as there’s no better alternative.

GuB-42•1d ago
I find that modern OCR, audio transcription, etc... are beginning to have the opposite problem: they are too smart.

It means that they make a lot fewer mistakes, but when they do, it can be subtle. For example, if the text is "the bat escaped by the window", a dumb OCR can write "dat" instead of "bat". When you read the resulting text, you notice it and using outside clues, recover the original word. An smart OCR will notice that "dat" isn't a word and can change it for "cat", and indeed "the cat escaped by the window" is a perfectly good sentence, unfortunately, it is wrong and confusing.

devilbunny•1d ago
Thankfully, most speech misrecognition events are still obvious. I have seen this in OCR and, as you say, it is bad. There are enough mistakes in the sources; let us not compound them.
taeric•19h ago
I'm not sure I can sign on to this. In particular, this sounds kind of like an indictment of many algorithms. But, how many where there? And did any go on to give good results?

Considers, OCR was a very new field, such that a lot of the struggle was getting data into a place you could even try recognition against it. It should be no surprise that they were not able to succeed that often. It would be more surprising if they had a lot of different algorithms.

monkeyelite•1d ago
The idea that ML is the only way to do computer vision is a myth.

Yes, it may not make sense to use classical algorithms to try to recognize a cat in a photo.

But there are often virtual or synthetic images which are produced by other means or sensors for which classical algorithms are applicable and efficient.

thatcat•1d ago
Any recommendations on background reading for classical CV for radar?
monkeyelite•1d ago
I don’t know anything about radar. I have a book called “machine vision” (Shmuck, Jain, Kasturi) easy undergrad level, but also very useful. It’s $6 on Amazon.
ipunchghosts•17h ago
Kasturi was my undergraduate honors advisor!
monkeyelite•10h ago
Small world! These are always just names on a book to me.
sceadu•19h ago
Don't know about radar but here's a good book on classical CV https://udlbook.github.io/cvbook/

even though I think Simon admits that most of it is obsolete after DL computer vision came about

monkeyelite•9h ago
> is obsolete after DL computer vision came about

I just don’t understand this. Why would new technology invalidate real understanding and useful computer algorithms?

sokoloff•1d ago
I worked (as an intern) on autonomous vehicles at Daimler in 1991. My main project was the vision system, running on a network of transputer nodes programmed in Occam.

The core of the approach was “find prominent horizontal lines, which exhibit symmetry about a vertical axis, and frame-to-frame consistency”.

Finding horizontal lines was done by computing variances in value. Finding symmetry about a vertical axis was relatively easy. Ultimately, a Kalman filter worked best for frame-to-frame tracking. (We processed video in around 120x90 output from variance algorithm, which ran on a PAL video stream.)

There’s probably more computing power on a $10 ESP32 now, but I really enjoyed the experience and challenge.

This was our vehicle: https://mercedes-benz-publicarchive.com/marsClassic/en/insta...

digdugdirk•13h ago
That's awesome! What kind of hardware was needed to pull that off? And was the size of the bus any indication of the answer?
cyberax•1d ago
One approach that blew my mind was the use of FFT to recognize objects.

FFT has this property that object orientation or location doesn't matter. As long as you have the signature of an object, you can recognize it anywhere!

changoplatanero•1d ago
I believe orientation still matters but you’re right that position doesn’t.
Legend2440•1d ago
FFT is equivalent to convolution, which is widely used today for object recognition in CNNs.
bobmcnamara•1d ago
> FFT is equivalent to convolution

What do you mean by that? Could you give me an example?

timewizard•1d ago
The basic convolution theorem.

https://en.wikipedia.org/wiki/Convolution_theorem

bobmcnamara•19h ago
That is something else entirely.
timewizard•11h ago
Then if you know what the OP meant why did you ask?
Grimblewald•3h ago
because they made a nonsensical claim that doesn't align with my (and likely their) understanding of what the FT is and does.

The FT is _NOT_ just a convolution, but under certain conditions a specific operation on FT terms is equivalent to a convolution.

kragen•19h ago
The FFT, composed with pointwise multiplication, composed with the inverse FFT, is equivalent to convolution. The FFT is not.
mrheosuper•23h ago
I still deal with <128kb ram system everyday
weareregigigas•23h ago
I too need a coffee in the morning before I can do anyhting
DaSHacka•22h ago
Ah, Mac user?
mrheosuper•6h ago
more like STMicroelectronics user