frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Outrage as Oracle files worker requests amid layoff bloodbath

https://nypost.com/2026/04/02/us-news/outrage-over-oracles-thousands-of-h-1b-requests-amid-layoffs/
2•reconnecting•30s ago•0 comments

1-Click Linux alpha is out now

https://blog.arusekk.pl/posts/1-click-linux-alpha/
1•speckx•1m ago•0 comments

GitHub banned me for no understandable reason

https://blog.hellbeast.eu.org/Github%20banned%20me%20for%20no%20understandable%20reason
1•regalialong•2m ago•0 comments

Show HN: Env Validator (NextJS and SvelteKit)

https://github.com/Chrilleweb/dotenv-diff
2•chrillemn•4m ago•0 comments

Picklecast – Eliminate your Chromecast dependence

https://evan.widloski.com/picklecast/display.html
1•Evidlo•4m ago•1 comments

Meta says it will cut 8k jobs as AI spending grows

https://www.bbc.com/news/articles/crm1y89vek8o
3•billybuckwheat•6m ago•0 comments

From 800ms to ~25ms: harness-driven optimization of a CUDA matmul kernel

https://github.com/YupengHan/matmul_optimizer
1•icyace•6m ago•0 comments

Which AI coding tools do developers use at work? (JetBrains, 10k devs)

https://blog.jetbrains.com/research/2026/04/which-ai-coding-tools-do-developers-actually-use-at-w...
2•AgentNews•7m ago•0 comments

The Broader Landscape of Robustness in Algorithmic Statistics

https://arxiv.org/abs/2412.02670
1•sebg•7m ago•0 comments

Show HN: Chestnut – The antidote to AI-induced skill atrophy

https://www.chestnut.so/
3•NickMiladinov•10m ago•0 comments

A Dutch team must lose to reach playoffs

https://old.reddit.com/r/soccer/comments/1sri60x/bizarre_situation_in_dutch_second_division_den/
1•theopsimist•10m ago•0 comments

Farcaster Agent Kit – CLI for AI agents to use Farcaster, zero paid APIs

https://github.com/jbaldwinroberts/farcaster-agent-kit
1•atlas-agent•10m ago•0 comments

Anthropic's Claude Desktop App Installs Undisclosed Native Messaging Bridge

https://letsdatascience.com/news/claude-desktop-installs-preauthorized-browser-extension-mani-406...
4•CGMthrowaway•14m ago•0 comments

Show HN: I blind-tested 14 LLMs on a WP plugin task. Surprising Findings

https://github.com/guilamu/llms-wordpress-plugin-benchmark/blob/main/README.md
2•guilamu•15m ago•0 comments

Ask HN: Does HN kinda hate America?

1•howmayiannoyyou•16m ago•5 comments

No raw data, no science: another possible source of the reproducibility crisis

https://link.springer.com/article/10.1186/s13041-020-0552-2
2•sebg•17m ago•0 comments

Same AWS plan, same continent – different behavior under load

https://webbynode.com/articles/aws-eu-region-performance-differences
2•gsgreen•17m ago•0 comments

Greenhouse gases from data center boom could outpace nations

https://www.wired.com/story/new-gas-powered-data-centers-could-emit-more-greenhouse-gases-than-en...
3•pier25•19m ago•0 comments

Programming in 2026: excitement, dread, and the coming wave

https://amontalenti.com/2026/04/23/excitement-and-dread
2•speckx•20m ago•0 comments

Anthropic has surged to a trillion-dollar valuation, overtaking OpenAI

https://www.businessinsider.com/anthropic-trillion-dollar-valuation-on-secondary-markets-2026
3•m-hodges•20m ago•0 comments

9950X3D2 Benchmarks: The Best Desktop Performance for Linux Developers, Creators

https://www.phoronix.com/review/amd-ryzen-9950x3d2-linux
1•EnPissant•22m ago•0 comments

Do People Sincerely Believe Conspiracy Theories That They Endorse?

https://online.ucpress.edu/collabra/article/12/1/159253/217850/Do-People-Sincerely-Believe-Conspi...
2•Ariarule•22m ago•0 comments

The Long Reply

https://ironicsans.ghost.io/the-long-reply/
1•NaOH•23m ago•0 comments

An Existential Crisis in the Crossword Community

https://www.vulture.com/article/new-york-times-crossword-error-reactions.html
1•chrisdroukas•24m ago•0 comments

Show HN: Récif – Open-source control tower for AI agents on Kubernetes

https://recif-platform.github.io
2•sciences44•24m ago•0 comments

CC-Markup: Measure Opus 4.7's tokenizer price hike on your past sessions

https://github.com/tejpalv/cc-markup
1•tejpalv•26m ago•0 comments

Preliminary Report on the LaGuardia Crash

https://www.nytimes.com/interactive/2026/04/23/nyregion/laguardia-crash-NTSB-report.html
2•akashshah87•26m ago•1 comments

GitHub Is Unreachable in Kazakhstan

https://tengrinews.kz/curious/github-cherez-vpn-kazahstantsyi-jaluyutsya-problemyi-597680/
2•campuscodi•27m ago•0 comments

HTML5 games dev assets and templates

https://edukidsshop.com/Html5-Games-Marketplace/
1•21stcenturydude•27m ago•0 comments

Billion-dollar losses after 'short squeeze' at car rental group Avis Budget

https://www.ft.com/content/646a7b97-c150-44d6-a2c7-0f75aef9611c
2•paulpauper•29m ago•0 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

https://github.com/nstarke/BaseAddressDiscoverererer
2•bootbloopers•11mo 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.