frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Return of Sail Power: Cargo Ships Are Turning Back to the Wind

https://gcaptain.com/the-return-of-sail-power-cargo-ships-are-turning-back-to-the-wind/
2•gumby•1m ago•0 comments

How the Strategic Petroleum Reserve Works

https://www.construction-physics.com/p/how-the-strategic-petroleum-reserve
1•sklargh•5m ago•0 comments

What Would Canada's Associate Membership of the EU Look Like?

https://www.wsj.com/world/europe/what-would-canadas-associate-membership-of-the-eu-look-like-2f65...
1•toomanyrichies•6m ago•0 comments

Cert/CC covers up Google's data retention fraud

https://medium.com/@istokovicsgyorgy79/how-cert-cc-and-googles-bots-dismissed-a-critical-data-per...
1•Bitu79•6m ago•0 comments

A dead man's switch with client-side crypto and an offline decryptor

https://etergis.com/
1•dannybcarrjr•8m ago•0 comments

Show HN: Hacker News, a little more focused

https://hn-tags.beehivesoftware.xyz/?tags=programming
1•ashish01•11m ago•0 comments

Recursive Meta-Intelligence

https://twitter.com/ProfBuehlerMIT/status/2099834306046664792
1•gmays•11m ago•0 comments

Unlocking the Brain's Potential, with Gül Dölen [video]

https://www.youtube.com/watch?v=Z1Tc64BN3Ac
1•binyu•12m ago•0 comments

Where Yesterday's Decisions Run Today

https://medium.com/@gurvinder372/article-19-where-yesterdays-decisions-quietly-run-today-2412842a...
1•gps372•14m ago•0 comments

AgentLane: Git-native coordination for coding agents

https://github.com/thetrueshags/AgentLane
2•shirag•14m ago•1 comments

Ask HN: How long before we will have a major AI driven cyberincident?

1•jacquesm•17m ago•0 comments

Bringing Correctly Rounded Math to Production with LLVM-Libc

https://devblogs.microsoft.com/cppblog/bringing-correctly-rounded-math-to-production-with-llvm-libc/
1•mmozeiko•20m ago•0 comments

When the fractional part of a float fixes your shader

https://crocidb.com/post/when-the-fractional-part-of-a-float-fixes-your-shader/
1•pavel_lishin•20m ago•0 comments

Otis – a minimal AI agent that runs local models out of the box

https://triangllabs.ai/otis
2•petrenk0n•22m ago•1 comments

Researchers have created a mouse with a partly human brain

https://www.economist.com/science-and-technology/2026/09/16/researchers-have-created-a-mouse-with...
1•sbulaev•23m ago•0 comments

Duotone icon library with 1k icons and 250 flags for React with RTL support

https://github.com/andrsrxn/icons
1•andrsrxn•24m ago•0 comments

Show HN: Nullsec – server-blind encrypted paste

https://nullsec.pntr.dev
2•NevskyNull•26m ago•0 comments

Future of computing is here – OmaVision on Omarchy [video]

https://www.youtube.com/watch?v=shNPZSCICJE
3•shellkr•27m ago•1 comments

Paramount 'Leaks' Study Saying California Will Suffer If Its Merger Is Blocked

https://www.techdirt.com/2026/09/16/paramount-funds-leaks-dodgy-study-saying-california-will-suff...
7•hn_acker•28m ago•1 comments

Mockfreeli – paste a YouTube link, get 5 license-free songs that sound like it

https://mockfreeli.org/
1•ianhil•35m ago•0 comments

The US Gov Graph – a complete map of the federal government

https://graph.civlab.org/us
2•m_adams•36m ago•2 comments

What If You Could Do It All Over?

https://www.newyorker.com/magazine/2020/12/21/what-if-you-could-do-it-all-over
1•samclemens•47m ago•1 comments

Permission to Live (In Japan)

https://buttondown.com/whatever_jamie/archive/finally-permission-to-live-in-japan/
1•LinguaBrowse•49m ago•1 comments

SpaceX's next Starship launch is Sept. 22, aims to reach orbit for first time

https://www.space.com/space-exploration/launches-spacecraft/spacexs-next-starship-launch-will-lif...
1•gmays•49m ago•0 comments

The End of Verygoodsoftwarenotvirus.ru

https://blog.verygoodsoftwarenotvirus.dev/posts/2026/09/12/the-end-of-verygoodsoftwarenotvirus-do...
3•birdculture•52m ago•0 comments

Asking Authors About Their Own Papers

https://medium.com/@TmlrOrg/asking-authors-about-their-own-papers-3d2e04e5dee0
2•stefanpie•58m ago•0 comments

Next-gen gravitational wave detectors could spot the first black holes

https://phys.org/news/2026-09-gen-gravitational-detectors-black-holes.html
3•MarcoDewey•1h ago•0 comments

US interest rates raised for first time in three years

https://www.bbc.com/news/articles/cw4gmlyvj422o
3•higginsniggins•1h ago•0 comments

My website charged AI agents a penny per page. I watched Claude pay it

https://suganthan.com/blog/x402-pay-per-crawl/
8•gmays•1h ago•1 comments

Show HN: Helping agents break out of their sandboxes in a monitorable way

https://sparrowsystems.co/
1•why_only_15•1h ago•0 comments
Open in hackernews

Super Lightweight Data Management

1•snappr021•1y ago
AI Prompt: Regenerate “Datalite” Interface with All Features Create a fully functional single-page HTML application called Datalite using only vanilla JavaScript, standard CSS, and HTML — no frameworks or libraries. The interface should support: Multi-file Upload & Tabs Allow uploading multiple CSV or JSON files Display each dataset as a tab in the left sidebar, sorted alphabetically Switching tabs shows the corresponding editable table Editable Table View (per dataset) Render a full HTML table with inline contentEditable cells Include a filter row at the top using contentEditable table headers Always show a sticky blank row at the bottom that adds new entries dynamically Changes persist in memory and to localStorage Relationship Detection (Heuristics) Detect one-to-many and many-to-one relationships heuristically by matching: {tableName}_id → id Shared key values across tables Store relationships and persist them DBML-style Diagram View Render a schema diagram using floating draggable HTML blocks on an infinite canvas Each block shows the table name and its fields Allow the user to toggle the diagram view on/off Report Builder Panel (on right) Show a live business-style report when any table row is clicked Include the selected record and all related child records in clean, sectioned formatting Add a toggle to switch between the styled view and raw JSON Include child tables (and grandchildren, etc.) using relationship chains State Persistence Save all uploaded files, relationships, and edits to localStorage Auto-load on refresh Resizable Panels Allow the user to drag and resize: Sidebar (tabs) Table view (center) Report panel (right) Export Functions Add an "Export CSV" button for the currently active tab Add a "Clear Storage" button to reset the app Requirements:

No libraries (no Tailwind, Bootstrap, React, etc.) Single relatix.html file Fully working out-of-the-box Mobile and desktop friendly Style should be minimal and clean (standard CSS only)