frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What's in a name? Dogs or wolves, painted or wild

https://africageographic.com/stories/whats-name-dogs-wolves-painted-wild/
1•altilunium•29s ago•0 comments

New Lithium-Plasma Engine Passes Key Mars Propulsion Test

https://www.universetoday.com/articles/new-lithium-plasma-engine-passes-key-mars-propulsion-test
1•rbanffy•1m ago•0 comments

Chinese Courts Rule Companies Cannot Fire Workers Simply to Replace Them with AI

https://www.caixinglobal.com/2026-04-30/chinese-courts-rule-companies-cannot-fire-workers-simply-...
2•virgildotcodes•7m ago•0 comments

The Rotary Un-Smartphone

https://skysedge.com/telecom/RUSP/index.html
2•tzury•11m ago•0 comments

Gremlin

https://en.wikipedia.org/wiki/Gremlin
2•jumploops•11m ago•0 comments

The Ethiopian Running Secret

https://aeon.co/essays/what-ethiopian-running-says-about-the-limits-of-human-ability
2•rifish•14m ago•0 comments

Learning my lesson that Python virtual environments aren't always movable

https://utcc.utoronto.ca/~cks/space/blog/python/VenvsNotEntirelyMovable
1•ingve•16m ago•0 comments

Raspberry Pi: A Foundation Model in Your Pocket – Colossus

https://colossus.com/article/raspberry-pi-eben-upton/
1•rbanffy•19m ago•0 comments

Meta Just Killed Open-Source AI

https://www.utkarshapoorva.com/writing/meta-llama-trap/
1•utkarsh_apoorva•22m ago•0 comments

RexIDE now has minimal "integration" with Codex App [video]

https://www.youtube.com/watch?v=K3j8ydsLfWs
1•tomerbd•26m ago•0 comments

Xmemory: Benchmarking Structured AI Memory Against RAG and Hybrid RAG

https://arxiv.org/abs/2604.27906
1•alex_petrov•34m ago•0 comments

Ukraine Overtakes US, 6 EU Countries in Press Freedom Index

https://kyivindependent.com/ukraine-overtakes-united-states-on-press-freedom/
2•dgellow•39m ago•0 comments

Advanced Quantization Algorithm for LLMs

https://github.com/intel/auto-round
1•lastdong•40m ago•0 comments

From Taxman to VATmiraal: Fifty Years of Teaching Machines the Law

https://vatmiraal.be/blog/from-taxman-to-vatmiraal
1•triska•41m ago•1 comments

Show HN: A minimal snippet sharing service with API, CLI, and web front end

https://github.com/skorotkiewicz/snip
1•modinfo•41m ago•0 comments

Meta Launches USDC Creator Payouts on Solana and Polygon via Stripe

https://stablecoinbrief.substack.com/p/meta-launches-usdc-creator-payouts
3•knivef•42m ago•0 comments

A TypeScript Implementation of FastCGI

https://github.com/Swatto/node-fastcgi
1•swatt0•42m ago•0 comments

CapEx ≥ Revenue Visibility:The new bar the market just set

https://twitter.com/oswarld_oz/status/2050080691694850328
2•haebom•43m ago•0 comments

SystemD is of out of control. The Best Minimal, Modern, Linux alternative

https://grigio.org/systemd-is-of-out-of-control-the-best-minimal-modern-and-modular-linux-alterna...
3•grigio•45m ago•3 comments

Ubuntu is going all in on Generative AI and other Linux distros might follow

https://www.neowin.net/news/ubuntu-is-going-all-in-on-generative-ai-and-other-linux-distros-might...
2•bundie•50m ago•0 comments

AI and decomp project used to port Super Smash Bros to PC

https://github.com/JRickey/BattleShip
1•tnelsond4•52m ago•0 comments

Bouncy – A small Rust web scraper with built-in MCP support

https://github.com/maziarzamani/bouncy
1•mazzamani•52m ago•0 comments

AI will dissolve human civilization as we know it

https://www.newstatesman.com/culture/books/book-of-the-day/2026/04/ai-will-dissolve-human-autonomy
2•thinkingemote•56m ago•0 comments

Employers are blindsiding candidates with AI interviews–and scaring them off

https://www.fastcompany.com/91534397/employers-are-blindsiding-candidates-with-ai-interviews-and-...
2•geox•58m ago•0 comments

Price of Free Gmail

https://www.forbes.com/sites/zakdoffman/2026/04/28/price-of-free-gmail-how-much-your-google-accou...
3•nreece•1h ago•0 comments

96.8% of MCP tool descriptions don't warn the agent about destructive behaviour

https://policylayer.com/research/state-of-mcp-2026
4•liad•1h ago•0 comments

Signs of early life in post asteroid impact sites

https://www.nature.com/articles/s43247-026-03206-7
3•albertgoeswoof•1h ago•0 comments

Is `cal` broken? What happened in September 1752?

https://unix.stackexchange.com/questions/17903/is-cal-broken-what-happened-in-september-1752
2•vismit2000•1h ago•1 comments

Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

https://github.com/darrylmorley/whatcable
9•sleepingNomad•1h ago•0 comments

Show HN: SelectAndTranslate – Build vocabulary from anything you read (free)

https://selectandtranslate.z7.web.core.windows.net/
1•yanahackernews•1h 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.