frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

EU and Canada Plan Deal to Boost Trade, Security as US Ties Fray

https://www.bloomberg.com/news/articles/2026-09-08/eu-and-canada-plan-far-reaching-alliance-to-st...
1•doener•1m ago•0 comments

Australia to impose digital duty of care on tech companies to reduce online harm

https://www.thetimes.com.au/world/36212-australia-will-impose-a-digital-duty-of-care-on-tech-comp...
1•like_any_other•3m ago•0 comments

Ask HN: Does Gusto drop dependents randomly for anyone else?

1•QuadmasterXLII•5m ago•0 comments

Exposing a global AI slop empire ruining the internet for profit [video]

https://www.youtube.com/watch?v=GEHHTh5OTnQ
1•neom•9m ago•0 comments

The U.S. just had its hottest summer on record

https://www.ncei.noaa.gov/news/national-climate-202608
1•sphyrna-029•9m ago•0 comments

I am obsessed with two ads

https://bryananthonio.com/blog/shift-from-ml-to-ai-engineering/
1•skyberrys•12m ago•0 comments

How the Heck Do QR Codes Work?

https://perthirtysix.com/how-the-heck-do-qr-codes-work
1•hermitcrab•13m ago•0 comments

Student's new car gets erroneously flagged by Flock twice in 2 days

https://www.wsbtv.com/news/local/students-new-car-gets-flagged-by-flock-twice-2-days-family-blame...
1•jimt1234•15m ago•1 comments

BasinRAG – Topological RAG via dynamical basins (0.771 nDCG 10, $0 API cost, CPU

https://github.com/Basinfy/BasinRAG
1•alexmart1ns•15m ago•0 comments

Show HN: BiNeuron – AI code assistant that runs 100% locally

https://github.com/just-not-google/BiNeuron
1•waratecs123•16m ago•0 comments

Asimov Press Is Back

https://press.asimov.com/articles/back
1•herbertl•16m ago•0 comments

Automattic CEO Matt Mullenweg Put on 'Leave of Absence'

https://www.404media.co/wordpress-automattic-ceo-matt-mullenweg-put-on-leave-of-absence/
15•doener•17m ago•1 comments

Boston Scientific unlikely to meet 2026 sales, profit forecast after cyberattack

https://www.reuters.com/technology/boston-scientific-says-cyberattack-likely-hurt-2026-sales-prof...
2•DGAP•17m ago•0 comments

Resurrecting Rewind with Sol and Astra

https://fairandfit.substack.com/p/resurrecting-rewind-with-sol-and
1•staplehorsebat•20m ago•1 comments

An app design that combines Email and Reddit to disrupt or replace Email

3•tsydenzhap•20m ago•0 comments

Worked on Safety at OpenAI. This Is What It Should Do Now

https://www.nytimes.com/2026/09/09/opinion/openai-ai-companies-safety-regulation.html
2•doener•25m ago•0 comments

Show HN: Trackd – a Gmail subscription tracker with no bank login

https://trackd-deanware.netlify.app/
1•deanandreakis•26m ago•0 comments

The Destruction of the Scottish Canon

https://asteriskmag.com/issues/15/the-destruction-of-the-scottish-canon
1•littlexsparkee•27m ago•0 comments

Apple has a new way prove your iPhone photos aren't AI slop

https://techcrunch.com/2026/09/09/apple-has-a-new-way-prove-your-iphone-photos-arent-ai-slop/
1•coinfused•28m ago•0 comments

Show HN: JavaScript syntax highlighter in 12.7kB of WebAssembly, Shiki 99.9%

https://qip.dev/syntax-highlight-comparison
1•burntcaramel•34m ago•0 comments

Guidelines for AI-Assisted Contributions to the OAuth WG

https://mailarchive.ietf.org/arch/msg/oauth/DrmZHH1qXlcfPRcZF66lJIXvFxg/
1•mooreds•36m ago•0 comments

AI will cure cancer in our lifetime, claims boss of UK chip giant

https://www.bbc.com/news/articles/c0m39g7xzevo
1•bbg2401•36m ago•2 comments

How Much Redistribution Will AI Require?

https://marginalrevolution.com/marginalrevolution/2026/09/how-much-redistribution-will-ai-require...
1•marojejian•36m ago•0 comments

Show HN: View Git repos from your email client

https://github.com/joshumax/git2imap
1•joshumax•39m ago•0 comments

Lotus root is not Fried tofu: giving an on-device food model better eyes

https://littletheta.com/field-notes/lotus-root-is-not-fried-tofu
1•NickHirras•41m ago•0 comments

New maps reveal hidden landscapes inside a prehistoric supercontinent

https://www.scientificamerican.com/article/new-maps-reveal-hidden-landscapes-inside-a-prehistoric...
1•bcaulfield•42m ago•0 comments

A quick overview of atomics in C

https://lemire.me/blog/2026/09/09/a-quick-overview-of-atomics-in-c/
1•ingve•43m ago•0 comments

Chinese businesses give away AI tokens with coffee, credit cards, and dumplings

https://restofworld.org/2026/china-ai-tokens-consumer-rewards-credit-cards-telcos-deepseek/
1•herbertl•44m ago•0 comments

Limits and opportunities of AI reviewers: Reviewing the reviews of Nature papers

https://arxiv.org/abs/2605.20668
1•marojejian•45m ago•1 comments

Before Magnitsky: The Forgotten Russian Arithmetic Textbook Printed in Amsterdam

https://valeman.medium.com/before-magnitsky-the-forgotten-russian-arithmetic-textbook-printed-in-...
1•ibobev•47m 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)