frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Zig – Pointer Stability for ArrayLists

https://ziglang.org/devlog/2026/#2026-08-27
1•Retro_Dev•1m ago•0 comments

Boot a Virtual iPhone via Apple's Virtualization.framework

https://github.com/Lakr233/vphone-cli
1•hentrep•2m ago•0 comments

Show HN: Darwin-VM – run the latest iOS and macOS in QEMU

https://github.com/jprx/darwin-vm
1•jprx•3m ago•0 comments

Show HN: 500,000+ AOL Instant Messenger Buddy Icons All at Once

https://buddyiconarchive.com/
1•shedletsky•3m ago•0 comments

Summer's over: take out your notebooks (or Loreline)

https://loreline.app/en/journal/august-2026/
1•jeremyfa•15m ago•0 comments

Oscar Winner Jernej Barbič Brings Monsters to Life

https://spectrum.ieee.org/oscar-winner-jernej-barbic
2•jnord•19m ago•0 comments

Fluoddity – Particles self organizing into a variety of structures

https://fluoddity.com/
2•moultano•19m ago•0 comments

Ask HN: Single Page Learning Games?

1•tmaly•20m ago•0 comments

CBC reverses restriction on labelling 9/11 as 'terrorism'

https://www.thestar.com/politics/federal/cbc-reverses-restriction-on-labelling-911-as-terrorism/a...
1•cramer4next•21m ago•0 comments

A content agent should have to earn autonomy, one channel at a time

https://fulcrumenterprises.gumroad.com/l/content-agent-kit-pro
1•csolomon0704•24m ago•0 comments

Industry Standard Tools

https://industrystandard.tools/
1•philip1209•24m ago•0 comments

Postgres Isn't Slow. Your Storage Is

https://clickhouse.com/blog/posette-talk-recap-postgres-isnt-slow-your-storage-is
1•caffeinated_me•25m ago•0 comments

Become a 100x Engineer

https://100x.iamdevloper.io/
4•benhowdle•33m ago•2 comments

The Server Called Paranoia: Defend Autistici/Inventati Before Sept25 Sabot Media

https://www.wewillfreeus.org/the-server-called-paranoia-defend-autistici-inventati-before-septemb...
2•upofadown•33m ago•0 comments

My agents made a Photoshop equivalent in 8 hours

https://github.com/stubbb/c-shop
2•stubbby•34m ago•1 comments

FreshCtx – Invalidate AI reasoning when its evidence changes

https://github.com/Hyperwise-LLC/freshctx
2•bhooshanvarma•35m ago•0 comments

Highlighting My Code Based on How Much I Care

https://hank.bond/posts/highlighting-my-code-based-on-how-much-i-care/
2•hankbond•35m ago•0 comments

Show HN: SQLite-diff-log – zero-dependency SQLite audit logging via triggers

https://github.com/MigMarGil/sqlite-diff-log
2•MMG_dev•39m ago•0 comments

Engineered bacteria offer a way to accelerate rock weathering for carbon removal

https://phys.org/news/2026-08-bacteria-weathering-carbon.html
2•rawgabbit•42m ago•0 comments

Sam Harris and Richard Dawkins in Conversation

https://www.youtube.com/watch?v=mssoaoidYwQ
1•chistev•42m ago•0 comments

Protonmail Outage: Incident Report

https://proton.me/blog/august-27-outage-incident-report
1•Fudgel•43m ago•0 comments

Wrapping a callable in a lambda that just calls it with the same parameters

https://devblogs.microsoft.com/oldnewthing/20260819-00/?p=112624
1•ibobev•46m ago•0 comments

Identifying fake cosmetics using AI

https://groverlab.org/hnbfpr/2026-08-26-ai-counterfeit-cosmetics.html
2•wgrover•46m ago•0 comments

Rehabilitating Richard

https://analog-antiquarian.net/2026/08/28/rehabilitating-richard/
1•ibobev•47m ago•0 comments

MIT building contaminated with powerful neurotoxin dimethylmercury

https://www.reddit.com/r/mit/comments/1w12gb9/dimethyl_mercury_poisoning/
4•peesem•48m ago•1 comments

Background Image Refraction in CSS

https://blog.master.dev/background-image-refraction-in-css/
1•ibobev•48m ago•0 comments

Danish David beats American and Chinese frontier models

https://huggingface.co/danish-foundation-models/DFM-Mimir
2•ringenesherre•49m ago•1 comments

Hypermedia Systems

https://hypermedia.systems/
1•luispa•50m ago•0 comments

Codex as a Platform

https://developers.openai.com/blog/codex-as-a-platform
1•tin7in•50m ago•0 comments

How I made Rustdoc 33% faster in one week

https://noahlev.org/blog/2026/08/27/making-rustdoc-faster/
2•metrofun•50m 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)