frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

The Unreasonable Effectiveness of Linear Search

https://evan-jones.appspot.com/linear-search.html
3•Antibabelic•1h ago

Comments

bob1029•25m ago
You may feel this one deeply if you ever play around with something like a brainfuck interpreter in a program search context.

Even for relatively long programs with high cycle counts, linearly scanning for matching jump instructions tends to be faster than precomputing a jump table. The cost of building the optimized data structure is massively outweighed by the ephemeral nature of its use in this context.

There is a point where the lookup table is faster (even for single use programs), but at this point the entire experiment is probably iterating so slowly as to be useless on timescales the experimenter cares about. We find other tricks to keep the linear scan effective. E.g., subdivide one large program into modules. You'd be amazed at the emergence you get from modules as small as 16 instructions, assuming some kind of shared memory. Using a dictionary to jump across 15 bytes is pretty comical.

Rich Content AI Chat

https://99helpers.com/tools/ai-chat
1•nickk81•1m ago•1 comments

Accidental $70k Google Pixel Lock Screen Bypass

https://bugs.xdavidhu.me/google/2022/11/10/accidental-70k-google-pixel-lock-screen-bypass/
1•Jacobinski•3m ago•0 comments

Porting Go's io package to C

https://antonz.org/porting-go-io/
1•ingve•7m ago•0 comments

Skeleton of Three Musketeers' d'Artagnan may have been found under Dutch church

https://news.sky.com/story/skeleton-of-three-musketeers-dartagnan-may-have-been-found-under-dutch...
1•austinallegro•11m ago•0 comments

Wittgenstein's Contribution to Philosophy [video]

https://www.youtube.com/watch?v=sVKWlEq09tQ
1•daverol•13m ago•0 comments

Honda and Sony Scrap EVs

https://www.ft.com/content/b85869e1-0f69-4ab3-aa30-1d63d60ee3c9
1•mnming•16m ago•0 comments

macOS 26.4 Introduces New Security Feature for Terminal Commands

https://www.macrumors.com/2026/03/25/macos-26-4-terminal-security-feature/
1•tosh•16m ago•0 comments

70% of new software engineering papers on ArXiv are LLM related

https://shape-of-code.com/2026/03/22/70-of-new-software-engineering-papers-on-arxiv-are-llm-related/
1•jruohonen•17m ago•1 comments

The Sensor Debate: Vision, Lidar, and the Path to Real Autonomy

https://www.nuro.ai/blog/the-sensor-debate-vision-lidar
1•Jadrago•21m ago•0 comments

Crypto regime detection API: 10 weighted signals, 9 data sources

https://getregime.com
1•GunnarThor•22m ago•0 comments

Swift 6.3 Released

https://www.swift.org/blog/swift-6.3-released/
4•ingve•24m ago•0 comments

Solved Game

https://en.wikipedia.org/wiki/Solved_game
2•thunderbong•24m ago•0 comments

Is X down?

3•avnsv•28m ago•6 comments

Building apps after a 9-to-5 without burning out

https://bacist.com/avoid-burnout/
2•baCist•31m ago•0 comments

Polymarket affiliates are spreading misinformation on X

https://www.cjr.org/tow_center/polymarket-affiliates-are-spreading-misinformation-on-x.php
1•giuliomagnifico•31m ago•0 comments

Show HN: I built a free alternative to Screen Studio and Focusee

https://rookieclip.com/
1•this-is-shreya•31m ago•1 comments

Architecture Is Not a Blueprint. It's a Set of Decisions

https://scottmillett.medium.com/architecture-is-not-a-blueprint-its-a-set-of-decisions-61c4692f5222
1•kiyanwang•32m ago•0 comments

Show HN: Book Grounded AI Learning

https://teach-me.replit.app/
1•techypicky•34m ago•0 comments

Duso

https://duso.rocks/
2•kentbrew•34m ago•1 comments

Show HN: I built a selfhosted Wanderlog alternative with real-time collaboration

https://github.com/mauriceboe/NOMAD
1•mauriceboe•36m ago•0 comments

When should a manager step in? – dein.fr

https://www.dein.fr/posts/2026-03-17-when-a-manager-should-step-in
1•kiyanwang•36m ago•0 comments

Declining to review for NeurIPS due to policy on sanctioned institutions

https://pastebin.com/LEmwfMZT
2•limoce•37m ago•0 comments

Convicted spyware chief hints that Greece's government was behind phone hacks

https://techcrunch.com/2026/03/25/convicted-spyware-chief-hints-that-greeces-government-was-behin...
2•driftnode•45m ago•0 comments

AI got the blame for the Iran school bombing. The truth is more worrying

https://www.theguardian.com/news/2026/mar/26/ai-got-the-blame-for-the-iran-school-bombing-the-tru...
5•funnybeam•48m ago•0 comments

In March 1993, the FSF received the following letter

https://stallman.org/articles/destruction-certificate.txt
3•lr0•49m ago•0 comments

Russian botnet operator linked to major ransomware attacks sentenced in US

https://therecord.media/russian-botnet-operator-sentenced-ransomware
2•Anonasty•52m ago•1 comments

UK says Chinese wind turbine maker poses national security threat

https://www.ft.com/content/3bbf79be-08f7-4012-b0b7-a5894181af1b
4•julosflb•54m ago•0 comments

An app that makes you do pushups to turn off your alarm

https://unsnooze.framer.ai/
2•cnnadozi•1h ago•3 comments

XReplicator – eBPF-based server backups that track only changed disk sectors

2•iamvishnuks01•1h ago•0 comments

Internet 3.0: empty gardens and the software boom

https://tekbog.substack.com/p/internet-30-empty-gardens-and-the
3•tekbog•1h ago•1 comments