frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is this blog written by AI?

https://brooker.co.za/blog/2026/06/18/my-blog-and-ai.html
1•_josh_meyer_•1m ago•0 comments

My experience going through a startup incubator (2025)

https://developerwithacat.com/blog/062025/startup-incubator-experience/
2•mmarian•5m ago•0 comments

The Scam Industry Is Booming [video][15 mins]

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

Show HN: One-Click Fork "Promo Video Studio (HyperFrames)" in Isolated MicroVM

https://www.jurniti.com/templates/hyperframes-promo-video-studio
1•shving90•10m ago•0 comments

Downtown S.F. tower promised a new kind of tech community

https://www.sfchronicle.com/sf/article/frontier-tower-san-francisco-22253458.php
1•iancmceachern•12m ago•0 comments

Cointegration and Long-Horizon Forecasting (2025)

https://www.philadelphiafed.org/the-economy/cointegration-and-long-horizon-forecasting
1•bryanrasmussen•15m ago•0 comments

The Revolution in Battery Technology: 3-D Printing

https://www.wsj.com/tech/battery-technology-3d-printing-c319ca9a
1•bookofjoe•16m ago•1 comments

Whitman, switch agents.md files in the CLI

https://github.com/ProximalEnergy/whitman
1•skrhee•17m ago•2 comments

Show HN: Remote Exec Server using only Python stdlib

1•abhrankan•20m ago•0 comments

Show HN: Remote Exec Server using only Python stdlib

1•abhrankan•20m ago•0 comments

Former Olympian denies vandalising Washington Reflecting Pool after arrest

https://www.bbc.com/news/articles/c8d26051vv2o
3•gojibary•20m ago•0 comments

Fossil Fuels Are 40% of Freight Shipping Tonnage, but Half Its Fuel Use

https://cleantechnica.com/2026/06/16/shipping-freight-energy-fossil-cargo/
2•choult•20m ago•0 comments

Show HN: I "built" Sana, a vector DB on object storage

https://github.com/djakish/sana
3•wasdwasdwasd•23m ago•0 comments

My symbolic regression engine rediscovered Kepler's Third Law from raw data

https://github.com/ariel95500-create/gp-elite
2•sade_95•25m ago•0 comments

Reinventing Entropy [video]

https://www.youtube.com/watch?v=l6DKRf-fAAM
2•tosh•25m ago•0 comments

SpaceX handed lowest possible ESG rating by MSCI

https://www.ft.com/content/a0dd4ea7-ef3d-4460-a96c-8c6975a053e3
2•mkl95•28m ago•0 comments

CIDR Report

https://www.cidr-report.org/
1•1vuio0pswjnm7•29m ago•0 comments

My recurse center return statement

https://www.lowimpactfruit.com/p/my-return-statement
1•mnky9800n•30m ago•0 comments

Norrin – Git/ diff control in Claude Code

1•gagewoodard•30m ago•1 comments

Gsocket Alternative, Hgsocket

https://hgsocket.com/
1•hgsocket•30m ago•0 comments

Ask HN: What's your go-to queue system?

1•absoluteunit1•31m ago•1 comments

Scion: A next-generation inter-domain routing architecture

https://docs.scion.org/en/latest/index.html
2•dgellow•31m ago•0 comments

Don't rely on instructions; use Agent Hooks to enforce guardrails

https://bitbytebit.substack.com/p/agent-hooks-deterministic-guardrails
1•recroad•34m ago•0 comments

Show HN: A C++ ALNS routing engine for LEO satellite mesh networks [video]

https://www.youtube.com/watch?v=6xXRh7PC7nI
1•ADARSHLILHARE•37m ago•0 comments

A Star's Death Throes Involves a Lot of Kicking

https://www.caltech.edu/about/news/a-stars-death-throes-involves-a-lot-of-kicking
2•gmays•40m ago•0 comments

Performance Improvements in Libffi

https://atgreen.github.io/repl-yell/posts/libffi-plan-cache/
2•atgreen•45m ago•0 comments

Town Square, the community deserves connection

https://cauenapier.com/blog/town-square-the-community-deserves-connection/
1•birdculture•47m ago•0 comments

Defending bot-detection code that runs on the attacker's own machine

https://trustsig.eu/blog/reverse-once-run-forever/
2•TrustSig•49m ago•0 comments

Is Trump-Netanyahu Rift on the Cards?

https://trump-netanyahu-rift.pagey.site/
1•freakynit•50m ago•0 comments

Crawling BitTorrent DHTs for Fun and Profit [pdf]

https://www.usenix.org/legacy/event/woot10/tech/full_papers/Wolchok.pdf
2•dgellow•51m 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)