frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Remove Cruft from Amazon

https://shop.knockoff.co
1•sanj•40s ago•0 comments

Show HN: Hackerznews – Yet Another HN Client

https://hackerznews.vercel.app
1•raphael_l•6m ago•0 comments

Is AI spend on OpenAI or Anthropic starting to eat into your runway?

https://rails-agent.com/
1•kannanreghu•9m ago•0 comments

Embedded Swift Improvements Coming in Swift 6.4

https://swift.org/blog/embedded-swift-improvements-coming-in-swift-6.4/
1•frizlab•10m ago•0 comments

OpenAI's Unreleased Model Astra Solves Ten Major Open Mathematics Problems

https://thezvi.substack.com/p/openais-unreleased-model-astra-solves
1•paulpauper•10m ago•0 comments

Nicotine: It Works

https://www.technotheoria.org/p/nicotine-it-works
1•paulpauper•10m ago•0 comments

Omaha school district asks police to stop using shock gloves on students

https://apnews.com/article/shock-gloves-omaha-school-district-police-9f73e909eb5c4e948632eb28ea56...
1•petethomas•11m ago•0 comments

Results from the Backblaze Generative AI Media Hackathon

https://www.backblaze.com/blog/results-from-the-backblaze-generative-ai-media-hackathon/
1•roan-we•11m ago•0 comments

Glycogen storage capacity and denovo lipogenesis during carbohydrate overfeeding [pdf]

https://paulogentil.com/pdf/Glycogen%20storage%20capacity%20and%20de%20novo%20lipogenesis%20durin...
1•paulpauper•11m ago•0 comments

Hosted a Public Muscriptor Instance (latest, most powerful Audio-to-MIDI model)

https://muscriptor-iota.vercel.app/
1•jardy•12m ago•0 comments

Show HN: Aristra, your life OS

https://aristralabs.com
1•player08•13m ago•0 comments

Why the Future of AI Belongs to Systems That Can Self-Learn

https://medium.com/@vektormemory/the-case-for-agent-memory-why-the-future-of-ai-belongs-to-system...
1•vektormemory•14m ago•0 comments

Why I Quit the Tenure Track: The insufferable hypocrisy of elite academia

https://www.theatlantic.com/magazine/2026/09/elite-academia-leadership-hypocrisy/687969/
2•zahlman•14m ago•0 comments

Macpackages.com a small tool to know what's installed and running on your macOS

https://macpackages.com/
1•akmarco•16m ago•0 comments

Show HN: Zero () friction local AI for Mac

https://www.basecompute.co/local
2•lukasonedge•18m ago•0 comments

Show HN: Youtilitics, energy usage analytics from utility data, no hardware

https://youtilitics.com/
2•ClaudyFocan•19m ago•0 comments

Network-flow ML that outputs security incidents

https://github.com/ibondarenko1/security-anomaly-ml
1•ibondarenko1•19m ago•0 comments

AIs Are Not People

https://rogueresearch.substack.com/p/ais-are-not-people
2•measurablefunc•22m ago•0 comments

The domain name fluid.sh is for sale

https://fluid.sh
1•zahrevsky•23m ago•1 comments

Trump hid in catering truck in secret plane swap over Iran threat

https://www.bbc.com/news/articles/cm2g90vvy62o
5•gmays•25m ago•1 comments

Komar and Melamid: The Most Wanted Paintings

https://awp.diaart.org/km/index.html
1•GaryBluto•27m ago•0 comments

Building safe MCP servers for a PostgreSQL database

http://blog.pamelafox.org/2026/08/building-safe-mcp-servers-for-your.html
1•pamelafox•27m ago•0 comments

OpenWhip: whip Claude Code (CLI) into working faster

https://xcancel.com/antibot/captcha
1•guessmyname•29m ago•0 comments

Browser automation agents with Pydantic AI and Playwright

http://blog.pamelafox.org/2026/08/browser-automation-with-pydantic-ai.html
2•pamelafox•29m ago•0 comments

FOIA Chief Brings Right-Wing Bona Fides to Apolitical DOJ Office

https://news.bloomberglaw.com/us-law-week/foia-chief-brings-right-wing-bonafides-to-nonpartisan-d...
2•petethomas•29m ago•0 comments

Super-simple free tool to create invoices

https://www.invoices-templates.com/
1•guerrerocarlos•31m ago•2 comments

Private Cloud Compute (Apple Intelligence) Security Guide

https://security.apple.com/documentation/private-cloud-compute
1•mmooss•32m ago•1 comments

Vale Is a Linter for Prose

https://vale.sh
2•Bluestein•33m ago•0 comments

'Unprecedented' Number of Apple Users Received Recent Spyware Alert

https://citizenlab.ca/unprecedented-number-of-apple-users-received-recent-spyware-alert/
1•iamnothere•33m ago•0 comments

You can't afford that new gadget

https://www.datawrapper.de/blog/tech-memory-prices
3•sebg•34m 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)