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

Some of us want fast food

From fridge to freezer

A whole industry is about to rediscover software engineering fundamentals

Maybe with this piece of information we can end WWI

I think you're thinking of (;,,;)

Friend of mine had it on the original gameboy

What about a referral program + 5-10 interviews with no intent to hire?

Guys, remember when language features allowed re-usability?

Barely, and rarely for C++ specifically.

I think software engineering in general is in a bit of a discoverability crisis. So many problems actually have solutions implemented... Somewhere. If you know about them. And are speaking the same vocabulary as the original implementer to realize the solution might be applicable to your problem. It's one of the reasons that jokes exist about microservice frameworks (https://www.youtube.com/watch?v=y8OnoxKotPQ) and how "We use Hadoop to store the output from our Kafka pipe, that's populated from our Traefik layer, all monitored with Grafana in front of Loki and Prometheus, of course" is a real sentence that has actual meaning and not a fever-dream.

LLMs are actually pretty impressive at being able to pull together disparate information from various domains into one place.


I'm not sure I follow. C++ just added a SIMD library for this exact problem. And even then, SIMD-intrinsic-free C++ with the right data structures and some basic hardware understanding gets you mostly there in a hardware agnostic portable way.

They've added a new library to a language and stdlib so crammed full of features that its specification exceeds the size of the King James Bible by wordcount.

That's what I mean about "discoverability crisis." This post is how I learned about the existence of the SIMD library.


Very nice. Let's see Paul Allen's quicksort

I’m not sure I follow their point. By going with structs of arrays you’re already getting your max SIMD bandwidth 80% there even with the most naive implementations. Learning which math operations are hardware SIMDable gets you another 10%. It’s the last 10% where you rely on math expressions (eg. trig identities), restricted pointers, and ternary “masking magic” where the author may have a point.

A recent example: https://glouw.com/2026/08/14/Ensim5.html


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

Search: