frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LA Metro has some of the slowest escalators on Earth

https://basin.la/articles/ninety-feet-a-minute.html
1•big_toast•3m ago•1 comments

Cheaper LLM Labelling

https://entropicthoughts.com/cheaper-llm-labeling
2•ibobev•4m ago•0 comments

Armbian for Android TV Boxes – Turn Old Hardware into Linux Servers

https://digitalescapetools.com/tools/armbian.html
1•xabd•4m ago•0 comments

Shrinking a Fedora Virtual Disk

https://entropicthoughts.com/shrinking-fedora-virtual-disk
2•ibobev•5m ago•0 comments

Transformers Won't End the Human Race Lol

https://www.stephendiehl.com/posts/transformers_wont_end_human_race/
1•ibobev•5m ago•0 comments

Xcode project configuration that's more human-readable and editable by agents

https://developer.apple.com/documentation/xcode/updating-your-xcode-project-configuration-file-fo...
1•Austin_Conlon•6m ago•0 comments

Show HN: I built an AI assistant that turns website visitors into leads

https://www.brevn.com
1•brevn•8m ago•0 comments

Aspyre Intelligence is hiring developers

https://aspyre.nl/careers
1•Arn280•8m ago•1 comments

Agora-2: Advancing Multi-Agent World Simulation

https://odyssey.systems/introducing-agora-2
1•olivercameron•8m ago•0 comments

Flat – Flexible-Length Aligned Transmodal Tokens

https://guangyusun.com/flat-website/
2•gmays•9m ago•0 comments

Rabbit OS3

https://www.rabbit.tech
3•valdrinNereth•9m ago•0 comments

My Humble Opinion on 'Omarchy' OS

https://blip.bearblog.dev/my-humble-opinion-on-omarchy-os/
3•speckx•9m ago•0 comments

US Government foots bill for television ad featuring Trump's midterm messaging

https://apnews.com/article/paid-by-us-government-ad-midterms-04b3fe552fc3de2ada0b14394706e0e0#
5•cfowles•9m ago•0 comments

Are organoids useful for Alzheimer's research?

https://www.owlposting.com/p/are-organoids-useful-for-alzheimers
1•abhishaike•9m ago•0 comments

New York sues Polymarket, calling it an unlicensed gambling operation

https://apnews.com/article/polymarket-new-york-lawsuit-gambling-b75b753e3c3cd069cdf8d6af175c9fbb
1•ortusdux•10m ago•0 comments

ArchitectureKit: A CQRS/ES Application Framework for Golang

https://github.com/thenativeweb/architecturekit-golang/
1•goloroden•11m ago•0 comments

Show HN: Why is my PDF so big? – See every byte of a PDF as a treemap

https://www.whyismypdfsobig.com/
2•whizzx•12m ago•0 comments

Show HN: Personal Jarvis an open-source alternative to GrokBot

https://github.com/PersonalJarvis/PersonalJarvis
1•PersonalJarvis•12m ago•0 comments

NAZA, a documentary on Israeli war crimes will be free to stream in November

https://twitter.com/yuval_abraham/status/2103061893913162054
5•slowin•13m ago•0 comments

The AI Build-Out Is Becoming the Biggest Economic Bet in U.S. History

https://www.wsj.com/economy/the-ai-build-out-is-becoming-the-biggest-economic-bet-in-u-s-history-...
2•tolugenius•13m ago•1 comments

Show HN: Blackbear.app – Thoughtful, Private Collaboration

https://blackbear.app/
1•rheisen_•14m ago•0 comments

So yeah it was written using AI

https://berthub.eu/articles/posts/so-yeah-it-is-written-using-ai/
3•speckx•15m ago•0 comments

Local sandboxing in the GitHub Copilot app

https://github.blog/changelog/2026-09-23-local-sandboxing-in-the-github-copilot-app/
1•saikatsg•16m ago•0 comments

Mass Energy Equivalence

https://en.wikipedia.org/wiki/Mass%E2%80%93energy_equivalence
1•sans_souse•16m ago•0 comments

Dolphin Progress Report: Release 2609

https://dolphin-emu.org/blog/2026/09/24/dolphin-progress-report-release-2609/
1•tech234a•16m ago•0 comments

Show HN: Convert videos to study guides & quizzes without playing it at 2x speed

https://timedora.com/
1•photonair•16m ago•0 comments

Hypothesis: Cellular providers are deprioritizing voice calls

1•tkdb•16m ago•1 comments

A Society of Autonomous Researchers

https://lab.cloud/society/
2•anonymous_llama•16m ago•0 comments

Teaching a video model to fail convincingly

https://humansignal.com/blog/how-to-teach-a-robot-to-water-the-table/
2•toddmorey•17m ago•1 comments

The Role of Theory in Biology

https://www.asimov.press/p/theory-biology
2•mailyk•19m ago•0 comments
Open in hackernews

Show HN: Scalar.dev – Python/SQLite server-rendered starter app, no build step

https://getscalar.dev/
2•felipeccastro•1h ago
Hi HN, I'm Felipe.

AI-assisted coding is great, but complexity is still complexity. The more you have it, the harder it is to keep the system sane and changes safe over time.

I've built this project because I wanted to have a different foundation for my apps - one that started simple, with no external dependencies, and that made the code stay easy to understand as it grows and cheap to modify. Simplicity in the stack is a means to absorb the business complexity without turning the project into an unmaintainable mess.

This foundation is a Python server-rendered app (no build step, no SPA), and as a starter app it comes with some basic features that most apps will need (Authentication, AI chat, Settings, Clients/Tasks as a demo crud). The foundation is free (MIT), and there are also two paid options if you want more features.

Looking forward to hear your feedback!