frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Apple Ad That Broke Microsoft [video]

https://www.youtube.com/watch?v=iBof-aNaDa0
1•mgh2•26s ago•0 comments

Kafka Rebalances: What's Happening Under the Hood

https://medium.com/@mina-tafreshi/kafka-rebalances-whats-actually-happening-under-the-hood-afd7ad...
1•minatafreshi•35s ago•0 comments

Our CSS isn't opinionated enough

https://www.craigabbott.co.uk/blog/2026/our-css-isnt-opinionated-enough/
1•speckx•1m ago•0 comments

Microsoft 365 Security Enforcement Platform Built for SMBs

https://syrix.io/
1•michael751•3m ago•0 comments

The Rise of Anti-AI AI Slop

https://www.theatlantic.com/technology/2026/06/data-centers-activism-ai-slop/687396/
2•xnx•4m ago•0 comments

The First Security Hire Is a Unicorn Hire

https://mattgoodrich.com/posts/first-security-hire-unicorn-hire/
1•mooreds•4m ago•0 comments

DecoEcho – Privacy-first flashcards I built as a non-programmer

https://apps.apple.com/us/app/decoecho/id6773129409
1•DecoEchoApp•4m ago•0 comments

Kara Swisher: The Tech Bros Should Just Shut Up [video]

https://www.thebulwark.com/p/kara-swisher-the-tech-bros-should
2•mooreds•4m ago•0 comments

Codex SDK – Programmatically control local Codex agents

https://developers.openai.com/codex/sdk
2•blumomo•5m ago•0 comments

What happens when companies replace managers with AI?

https://analysis.infocentral.net/replacing-managers-with-ai.html
2•felineflock•5m ago•1 comments

Cisco rolls out software tools to protect IT systems from AI agents

https://www.reuters.com/business/media-telecom/cisco-rolls-out-software-tools-protect-it-systems-...
1•onemoresoop•5m ago•1 comments

uutils/grep: a Rust implementation of GNU Grep

https://github.com/uutils/grep
1•tosh•6m ago•0 comments

Structural diffing in Emacs; deterministic agent harnesses

https://kevinlynagh.com/newsletter/2026_05_difftron/
1•surprisetalk•6m ago•0 comments

Lens – A brutal, vendor-neutral IAM posture assessment engine

https://iamposture.com/
2•greybeardhq•8m ago•0 comments

Rage-Inducing Problems in Tech

https://www.theringer.com/2026/05/28/tech/pope-leo-xiv-ai-encyclical-tech-industry-problems
2•kn81198•8m ago•0 comments

Passive heart-rate monitoring during smartphone use in everyday life

https://www.nature.com/articles/s41586-026-10507-6
1•brandonb•10m ago•0 comments

Martin Scorsese Is Embracing A.I

https://www.nytimes.com/2026/06/02/business/media/martin-scorsese-artificial-intelligence.html
7•stephen37•12m ago•2 comments

Show HN: The nearest hospital to every place on Earth in a single S2 range query

https://www.abahgat.com/blog/spatial-joins-with-s2/
1•abahgat•13m ago•0 comments

AI costs how much? GitHub Copilot users react to new usage-based pricing system

https://arstechnica.com/ai/2026/06/ai-costs-how-much-github-copilot-users-react-to-new-usage-base...
1•Brajeshwar•15m ago•0 comments

Can AI produce writing that we want to read?

https://www.newyorker.com/news/fault-lines/can-ai-produce-writing-that-we-actually-want-to-read
1•streptomycin•15m ago•0 comments

Sobolev Spaces and High-Dimensional Voronoi Graphs

https://ananthasharma.substack.com/p/how-sobolev-spaces-fix-high-dimensional
1•apsharma•16m ago•0 comments

Claude Code is not about code anymore

https://blog.vtemian.com/post/claude-code-isnt-about-code/
1•vtemian•17m ago•0 comments

Workshop: Launch sandboxed development environments on Ubuntu

https://canonical.com/blog/introducing-workshop-sandboxed-development-environments
1•28304283409234•19m ago•0 comments

Show HN: A real-time lip-sync avatar so your GPU can sit in standups for you

https://heiner-palmen.github.io/project/software-development/automation/ai/2026/05/13/scrumsurviv...
2•floozie•19m ago•0 comments

The Polish government approves a law banning all phone usage in primary schools

https://www.gov.pl/web/edukacja/rada-ministrow-przyjela-projekt-ustawy-dotyczacy-korzystania-z-te...
2•71bw•19m ago•0 comments

Show HN: I indexed 21,509 Shopify App Store listings

https://www.appstorepulse.com/reports/state-of-shopify-app-store-may-2026
2•matdesousa•19m ago•0 comments

All Polymarket temperature markets have disappeared

https://www.autodidacts.io/polymarket-temperature-markets-dissappear/
1•surprisetalk•21m ago•0 comments

Taking responsibility for my energy levels

https://www.autodidacts.io/tips-for-boosting-energy-levels-mitochondrial-function/
1•surprisetalk•22m ago•0 comments

If You Take the Weasel Job Then You Must Be the Weasel

https://www.hamiltonnolan.com/p/if-you-take-the-weasel-job-then-you
1•eustoria•23m ago•0 comments

GPU probably isn't helping your retrieval system

https://strake.dev/blog/your-gpu-isnt-helping-your-retrieval-system
2•robshippr•25m ago•0 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

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