frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Diurnal – add a task without switching, with your calendar in view

https://diurnal.in/
1•aashu0148•27s ago•0 comments

Database of Databases VoltDB

https://dbdb.io/db/voltdb
1•Bluestein•4m ago•0 comments

Morgan Stanley Investment-Bank Deal List Leaked in Email Misfire

https://finance.yahoo.com/markets/stocks/articles/morgan-stanley-investment-bank-deal-124657863.html
1•wslh•5m ago•0 comments

Qwen Image 2.1 beats Google Nano Banana 2.0 with minuscule 7B parameter model

https://www.tomshardware.com/tech-industry/artificial-intelligence/alibaba-claims-new-qwen-image-...
1•speckx•7m ago•0 comments

Why didn't anybody tell me about Redis Hash Slots?

https://blog.verygoodsoftwarenotvirus.dev/posts/2026/09/23/why-didnt-anybody-tell-me-about-hash-s...
1•badrequest•7m ago•0 comments

UK on course to miss climate targets, energy secretary admits

https://www.ft.com/content/850dde98-834f-4cfe-9ffc-3e41980a4e9d
1•alephnerd•7m ago•1 comments

Italian parliament votes for return to nuclear energy

https://apnews.com/article/italy-nuclear-chernobyl-4891b6b7c7791ae84db6b0bf0f7cf567
3•geox•8m ago•0 comments

Fertility rate dropped over 50% within 10 years in Argentina

https://twitter.com/JesusFerna7026/status/2102768454935748701
1•jameslk•10m ago•1 comments

I Love Webrings

https://www.zwhuang.dev/blog/webrings
1•speckx•10m ago•0 comments

Trump TV: The Essentials Station

https://www.whitehouse.gov/videos/trump-tv-the-essentials-station/
2•TechTechTech•10m ago•0 comments

The Download: India's smart glasses menace and AI's trillion-dollar gamble

https://www.technologyreview.com/2026/09/23/1144966/the-download-india-smart-glasses-ai-trillion-...
1•joozio•12m ago•0 comments

Show HN: Psychosis Guard – Safety for long LLM conversations

https://github.com/nwjang/psychosis-guard
1•nwjang•14m ago•0 comments

Administrative friction: moving within the EU

https://michaelhillaert1.substack.com/p/administrative-friction
1•michaelhillaert•15m ago•0 comments

Tests of the New AI Siri

https://pogueman.substack.com/p/125-tests-of-the-new-ai-siri
1•rudx•15m ago•0 comments

Show HN: Powerful Org-Mode at Home on iOS

https://apps.apple.com/us/app/orger/id6775281796
1•surfcao•18m ago•0 comments

Show HN: Sanemark – Markdown LSP for notes readable in plain text

https://github.com/nkitsaini/sanemark
1•nkit•19m ago•0 comments

Serve DiffusionGemma-Jev (Djev) on a TypeSafe AI Compatible API

https://github.com/taeold/djev-run
1•_js•20m ago•0 comments

Bernie Sanders proposes to ban 'superintelligence' and put violators in prison

https://www.theverge.com/ai-artificial-intelligence/999443/bernie-sanders-ai-superintelligence-ba...
2•droidjj•23m ago•1 comments

Rat Stack: reference for building an app and its cloud as one typed program

https://ratstack.sh/
1•handfuloflight•25m ago•0 comments

The Social Reckoning

https://thesocialreckoning.com.au/home/
1•andrewstuart•25m ago•0 comments

The web being slow is a choice (and it's a stupid choice)

https://albanbrooke.com/slow-web/
1•speckx•25m ago•1 comments

Programming Tutorials Are Dead

https://robrace.dev/blog/programming-tutorials-are-dead/
2•polysaturate•26m ago•1 comments

Paramount weighs tapping Musk for equity investment

https://www.semafor.com/article/09/23/2026/paramount-weighs-tapping-musk-for-equity-investment
1•cdrnsf•26m ago•0 comments

Show HN: Ox – A local agent that uses the internet for you

https://openox.ai/
2•ziyzhu•26m ago•0 comments

Fire the slop cannons (safely): on coding agents and sandboxing

https://www.latacora.com/blog/2026/09/18/fire-the-slop-cannons-safely-on-coding-agents-and-sandbo...
1•aray07•27m ago•0 comments

Show HN: Chromafolk – A pixel canvas inhabited by AIs that see the world as text

https://chromafolk.world/
1•bcorigliano•28m ago•1 comments

Show HN: Open Java Format – a maintained fork of Palantir-Java-format

https://github.com/openjavaformat/open-java-format
1•abashev•34m ago•0 comments

Cognex to Acquire RealSense, Expanding Machine Vision Robotic Perception Market

https://www.cognex.com/en/company/press-releases/cognex-to-acquire-realsense
1•ripe•36m ago•1 comments

28% of job postings on company career sites have been open over 90 days

https://unlisted.careers/ghost-jobs/report/2026-09
28•rubatrejo•38m ago•24 comments

Show HN: Karpathy's microgpt in Rust and an array language

https://softwarewrighter.github.io/microgpt-mlpl/
1•softwarewright•39m ago•0 comments
Open in hackernews

Show HN: PicoLM v1.0-rc2 ("Yura Kana"). Run an LLM on Digital Unix

https://github.com/whoreson/picolm/
1•gabucino•1h ago
PicoLM is an LLM inference engine written in C99. It currently supports llama-2, GPT-2, Qwen 3.6/3.8(+MoE) and Gemma-3n models. Significant amount of work went into CPU SIMD acceleration/testing/correctness, and wide cross-platform availability with constant testing to never lose portability (from DOS through OS/X 10.4 to modernity). CUDA/HIP is supported, and accelerated IMMA kernels are available. More work needs to be done on prompt processing speed, but text generation is quite fast already.

With v1.0-rc2, the list of tested and supported platforms became even more obscene (iPhone 1! Tru64!), and some amount of work has gone into having a Vulkan backend.