frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anthropic "Gift Max" Exploit cost user €800, tanked SCHUFA score, and a ban

https://old.reddit.com/r/ArtificialInteligence/comments/1t49ovx/warning_anthropic_gift_max_exploi...
1•Leary•51s ago•0 comments

Show HN: InSpec – A standalone CSS editor for live web pages

https://bendansby.com/apps/inspec.html
1•webwielder2•2m ago•0 comments

Powers-of-Funbenius

https://blog.zksecurity.xyz/posts/powers-of-funbenius/
5•rot256•2m ago•0 comments

60x Faster Cold Starts: Treating Peer GPUs as Weight Servers

https://runwayml.com/news/60x-faster-cold-starts-treating-peer-gpus-as-weight-servers
1•nielka•4m ago•0 comments

EleQtron develops and operates quantum computers

https://eleqtron.com/en/
1•doener•4m ago•0 comments

Multi-Agent Coordination Tax: What Two Weeks Cost Me

https://alirezarezvani.medium.com/coordinatimulti-agent-coordination-tax-two-weeks-i-will-not-get...
1•jungard•4m ago•0 comments

Derelict Corridor – Unreal to Gaussian Splat Plugin

https://superspl.at/scene/3c0f3775
1•abetusk•5m ago•0 comments

AI didn't delete your database, you did

https://idiallo.com/blog/ai-didnt-delete-your-database-you-did
3•Brajeshwar•5m ago•0 comments

Search Agents with Nandan Thakur

1•CShorten•6m ago•0 comments

Cadillac Championship 2026: Cameron Young calls penalty on himself

https://golfweek.usatoday.com/story/sports/golf/pga/2026/05/03/cadillac-championship-2026-cameron...
2•Tomte•8m ago•0 comments

A software engineering interview question I like: computing the median

https://krisshamloo.com/blog/007
1•speckx•9m ago•0 comments

Show HN: Easyapply.lol – the most painful job application in the world

https://easyapply.lol/
1•mmurph24•9m ago•0 comments

The Open Social Web Needs Section 230 to Survive

https://www.techdirt.com/2026/05/04/the-open-social-web-needs-section-230-to-survive/
2•benwerd•10m ago•0 comments

Claude Code helped me discover codex was gaslighting me for months

https://medium.com/@cmitre/the-week-my-ai-assistant-tried-to-end-me-and-accidentally-helped-me-bu...
1•ceemite•10m ago•0 comments

We built an ESP32-S3 simulator that runs real firmware in the browser

https://blog.cirkitdesigner.com/blog/2026-05-05-esp32-s3-simulator/
2•austin_small•10m ago•1 comments

How the viral 'Scientology speedrun' trend got started

https://www.cbc.ca/news/world/scientology-speedrun-vancouver-la-trend-9.7187727
1•cf100clunk•11m ago•0 comments

Behavior-Oriented Concurrency in Python: Lockless, Deadlockfree, Ownership-based

https://microsoft.github.io/bocpy/
1•eatonphil•13m ago•0 comments

Chinese company wants to attach rockets to its hypercar to do 0-62mph in 0.9s

https://www.topgear.com/car-news/supercars/a-chinese-vacuum-cleaner-company-wants-attach-rockets-...
2•hermitcrab•14m ago•1 comments

Show HN: Curriculum Planner for Homeschoolers

https://www.howyougotthere.com/
1•avivsheriff•14m ago•0 comments

Everything Is a Superfood

https://www.hughparry.com/blog/everything-is-a-superfood/
1•HughParry•14m ago•0 comments

The mystery of why you can't remember being a baby (2016)

https://www.bbc.com/future/article/20160726-the-mystery-of-why-you-cant-remember-being-a-baby
1•downbad_•16m ago•1 comments

Cutile.jl 0.3: CUDA.jl integration, and better performance and latency

https://juliagpu.org/post/2026-05-05-cutile_0.3/
1•vchuravy•17m ago•0 comments

Simple Meta-Harness on Islo.dev

https://zozo123.github.io/meta-harness-on-islo-page/
4•zozo123-IB•17m ago•0 comments

LitraSwitch – Control Logitech Litra with one click

https://litraswitch.app/
1•robotsquidward•19m ago•1 comments

A Bidirectional Typechecking Puzzle

https://haskellforall.com/2026/05/a-bidirectional-typechecking-puzzle
2•g0xA52A2A•20m ago•0 comments

Software Judgement Series

https://yusufaytas.com/series/software-judgment
2•yusufaytas•21m ago•0 comments

RSS Feeds Send Me More Traffic Than Google

https://shkspr.mobi/blog/2026/05/rss-feeds-send-me-more-traffic-than-google/
3•Brajeshwar•21m ago•0 comments

So I Built a Drone

https://feyor.sh/blog/so-i-built-a-drone/
1•speckx•22m ago•0 comments

Google, Microsoft and xAI Agree to Share Early AI Models with U.S.

https://www.wsj.com/tech/ai/google-microsoft-and-xai-agree-to-share-early-ai-models-with-u-s-f95a...
6•geox•22m ago•2 comments

Linux Vulnerability Scanner Online

https://fivenines.io/tools/linux-package-vulnerability-scanner
1•spuyet•23m ago•0 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

https://github.com/nstarke/BaseAddressDiscoverererer
2•bootbloopers•12mo ago
I built a tool for analyzing raw binary programs (programs without an ELF, PE, Mach-O header) to determine the file offset that the program begins at and the load address the program is mapped into memory at. The tool can also do find the instruction set architecture for common platforms. I put a lot of effort into making it as easy as possible to run, and there is a quick start script that takes a single argument: the absolute file path to a raw binary program file.