frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Is the pitch deck culture making founders worse at building businesses?

3•chinhqtran•1h ago•0 comments

Ask HN: Best books on building a programming language

5•ezzato•5h ago•2 comments

My AI workflow evolved from prompts to a near-autonomous workflow

4•hoangnnguyen•4h ago•5 comments

Ask HN: Hiring in the age of AI-assisted coding: what works?

20•nitramm•17h ago•12 comments

I collected startup ideas. It changed how I think about ideas completely

4•vibecoder21•5h ago•6 comments

Ask HN: Any interesting niche hobbies?

468•e-topy•5d ago•710 comments

Ask HN: What are you building that's not AI related?

138•meander_water•2d ago•185 comments

Is VC the new PMF strategy?

3•networkOne•9h ago•1 comments

Ask HN: Why Databases Instead of Filesystem?

10•uticus•22h ago•19 comments

Any Open Source projects in need of documentation writer?

21•tree666•1d ago•13 comments

Open Source card game cuttle.cards has its world championship Saturday at 1pm ET

4•aleph_one•16h ago•0 comments

Ask HN: How do you handle marketing as a solo technical founder?

142•lazarkap•4d ago•105 comments

Ask HN: Should AI credits be refunded on mistakes?

17•ed_elliott_asc•3d ago•17 comments

Ask HN: Are you encountering AI-related questions in the hiring market?

6•somthingwrong•1d ago•2 comments

Zooming UIs in 2026: Prezi, impress.js, and why I built something different

100•tinchox6•4d ago•44 comments

Ask HN: How do you manage your digital legacy for after you die?

14•orbanlevi•2d ago•15 comments

Hybrid Attention

40•JohannaAlmeida•3d ago•9 comments

Yuku – A fast, spec-compliant JavaScript parser written in Zig

6•arshadyaseen•1d ago•0 comments

Ask HN: What would you do with an AI model capable of continuous learning?

4•jballanc•1d ago•6 comments

IMDB created my account for merely visiting the site

11•astr0n0m3r•1d ago•3 comments

Ask HN: Founders/investors, what AI bet you made in 2022 and how it is going?

6•kjok•2d ago•1 comments

Ask HN: Local-first meetings recorder and transcriber?

3•dandaka•2d ago•1 comments

You've reached the end!

Open in hackernews

Is algorithm still relevant in 2026

3•JasonHEIN•7h ago
I love algorithm so so so much but I feel so sad and dumb not researching in algorithm but have to move to AI in order to get let's say money and funding : (

Comments

turtleyacht•5h ago
Data structures and algorithms go hand in hand. Like analytics and simulation. Events versus locks. Declarative versus procedural.

Stuff happens in cycles. Light casts a shadow, so there is always something else.

JasonHEIN•3h ago
yea but money is not there any more huhhhhh is like pure maths only the top 0.01% can really survive like that 10% work in quant : (
chistev•1h ago
But how do you plan to get the big jobs?
muzani•1h ago
The basics always matter. It's communication in the end, and you have to speak the same language. Know what O(log N) means. Know when you pick a BFS vs DFS. Why do we use hash maps and why they work. Why Markov chains and state machines simplify design. How you can use Monte Carlo to make an efficient search in a game.

Many people think AI is going to be a singularity. But Amdahl's Law and Gustafson's Law suggest otherwise. You get diminishing gains with more power, and yet more power unlocks new things. Better CPUs didn't lead to instant simulations and word processing, they led to social networks and TVs that spy on you.

But you have to internalize these algorithms well enough to understand how the world works.