frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Scoop: Trump allies open new front against Anthropic CEO over AI "doomerism"

https://www.axios.com/2026/09/24/trump-anthropic-ai-doomerism-dario-amodei
1•koolhead17•1m ago•0 comments

How to serve trillions of tokens for trillion-parameter coding agents

https://modal.com/blog/trillion-tokens-trillion-parameters
1•charles_irl•1m ago•0 comments

Joby Just Made History

https://marbletech.us/p/joby-just-made-history
1•flyingcars•2m ago•0 comments

What is WCAG for PDF? A practical guide to PDF Accessibility

https://pdf4wcag.com/blog-news/what-is-wcag-for-pdf
1•JilBill•10m ago•4 comments

Gen Z are shunning private equity's restaurant takeover

https://www.theguardian.com/food/2026/sep/21/gen-z-private-equity-restaurants
2•helsinkiandrew•10m ago•1 comments

Modern Object Pascal Introduction for Programmers – Castle Game Engine

https://castle-engine.io/modern_pascal
1•birdculture•12m ago•0 comments

Christophe Laudamiel: Planted Memory, Cultivated Ethics, and More Perfumery

https://worldsensorium.com/christophe-laudamiel-planted-memory-cultivated-ethics-and-more-blossom...
1•dnetesn•13m ago•0 comments

The Remedy Around Us

https://blue-continuum.com/the-remedy-around-us
1•dnetesn•14m ago•0 comments

Show HN: Xhtml – EXpert HTML

https://xhtml.es/
2•plaguna•14m ago•0 comments

Show HN: MRR Growth Simulator

https://www.projectecho.io/tools/mrr-growth-calculator
1•hawkeye77787•14m ago•0 comments

Show HN: A free, single file 3D visualization for user/device activity data

https://github.com/SouravTeddy/3d-data-globe
1•Sourav_UncoverR•14m ago•0 comments

'Lately, my algorithm is trash'

https://news.harvard.edu/gazette/story/2026/09/lately-my-algorithm-is-trash/
1•DeepLogin•15m ago•0 comments

Leadership Lessons from the Odyssey

https://danielmangum.com/posts/odyssey-leadership-lessons/
1•hasheddan•16m ago•0 comments

Clankers Made Me Build a Second Brain

https://jadarma.github.io/blog/posts/2026/09/clankers-made-me-build-a-second-brain/
1•tymscar•17m ago•0 comments

Dutch intelligence services warn AI is making cyberattacks faster and easier

https://nltimes.nl/2026/09/24/dutch-intelligence-services-warn-ai-making-cyberattacks-faster-easier
2•warrenmiller•18m ago•0 comments

Microsoft patent: "ad-credit" system to show ads without disrupting gameplay

https://www.gamesindustry.biz/microsoft-files-patent-for-ad-credit-system-to-show-ads-on-pc-and-x...
1•nickcotter•20m ago•0 comments

Open, Zero-Rent Protocol for Distributed Edge Compute and Authorized Bandwidth

https://github.com/move6729/zero-rent-protocol
1•move6729•20m ago•0 comments

Android Automotive OS for Software Defined Vehicle – Secure by Design

https://android-developers.googleblog.com/2026/08/aaos-sdv-secure-by-design.html
1•pjmlp•22m ago•0 comments

Ask HN: How do you decide which service owns sensitive data?

1•Securelytixdev•25m ago•0 comments

You gave a task 30 minutes and it took 55. What do you do with the extra 25?

https://medium.com/@vulpie.ai.support/you-gave-a-task-30-minutes-and-it-took-55-what-do-you-do-wi...
1•VulpieAi•26m ago•0 comments

Show HN: Check if it is cheaper to rent rather than buying a GPU

https://www.gpufind.cloud/rent-vs-buy
1•the_app_guy_1•26m ago•0 comments

Sprites Connectors is a great example of Terrible API Design

https://www.freestyle.sh/blog/opinion/sprites-connectors-terrible-api-design
1•benswerd•26m ago•0 comments

Ask HN: How many of you are building for edtech sector?

1•rahuljha0403•28m ago•0 comments

Show HN: Szept – talk to your AI agents and show them your screen (macOS)

https://szept.szyma.co/
1•Donmario•31m ago•0 comments

Show HN: SQLite Production Pragma Configurator

https://www.locionic.com/en/tools/sqlite-configurator
1•locionic•31m ago•0 comments

Phil Tippett Closes His Berkeley Studio

https://www.cartoonbrew.com/auctions/tippett-studio-closing-auction-266120.html
2•cobbzilla•34m ago•0 comments

Terra Fusion Builds Magnetic Mirror Fusion Reactor

https://spectrum.ieee.org/magnetic-mirror-fusion
3•rbanffy•36m ago•1 comments

The newest ESP32 can run Linux and it's getting close to a Raspberry Pi

https://www.xda-developers.com/newest-esp32-run-linux-close-to-raspberry-pi/
7•adunk•37m ago•2 comments

How to keep enjoying programming in a world of LLMs

https://discourse.haskell.org/t/how-to-keep-enjoying-programming-in-a-world-of-llms/14705
2•kqr•42m ago•0 comments

AI is dominating the conversation at Climate Week

https://www.technologyreview.com/2026/09/24/1145048/ai-climate-week/
2•joozio•44m ago•0 comments
Open in hackernews

SQLite database migrations directly in the browser, built with WebAssembly

https://play.ptah.run/
1•cabyrcus•58m ago

Comments

cabyrcus•58m ago
I’ve been building Ptah, an open-source database schema migration tool written in Go.

To make it possible to try without installing anything, I compiled Ptah to WebAssembly. SQLite runs in WASM as well, so both the migration engine and database run entirely in the browser. Nothing is uploaded to a server.

You can try with a given DB or import your own SQLite database, change the desired schema, preview the generated migration plan, apply it, inspect the result, and export the modified database.

Ptah is MIT licensed: github.com/stokaro/ptah

Feedback on the workflow is very welcome.