frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Abandoning Scientific Linux Was a Mistake

https://blog.melashri.net/posts/scientific-linux-mistake/
1•elashri•2m ago•0 comments

I used to get paid to hang out with famous people

https://www.blackbirdspyplane.com/p/i-used-to-get-paid-to-hang-out-with-famous-people
1•pr337h4m•5m ago•0 comments

Ju Ju Tsu A book about jj / jujutstu

https://arialdo.codeberg.page/ju-ju-tsu/
1•fanf2•7m ago•0 comments

Data Privacy: Handling Data minimisation as a reactive strategy

https://scrutora.com/blog/data-minimisation-from-the-code-up
1•vimaldwivedi86•7m ago•0 comments

A garden and photovoltaic panels on the roof of the house [video]

https://www.youtube.com/watch?v=QPRrpcEwZV0
1•moltean•10m ago•0 comments

"What is still exciting in tech?"

https://merveilles.town/@neauoire/117315783660903484
1•gum_wobble•10m ago•0 comments

ShinyHunters claims FBI hack: 'This is NOT financially motivated'

https://www.theregister.com/security/2026/09/22/shinyhunters-claims-fbi-hack-this-is-not-financia...
2•joebuckwilliams•11m ago•0 comments

Heimdall – interactive code maps for your codebase

https://heimdallmap.com
1•pedrovgs•13m ago•1 comments

One thing I can beat Jev at: ROT13

https://arsh.zip/posts/jev-games/
1•arshxyz•15m ago•1 comments

PyTorch Implementation of Asymptotic Non-Closure Loss (ANC)

https://github.com/chris-anc/ANC-Loss-Tensor
1•anc_architect•15m ago•0 comments

Show HN: Lineselect – Interactive Line Picker

https://urbanogilson.github.io/lineselect/
1•urbanogilson•15m ago•0 comments

Using Llama-cpp-Python grammars to generate JSON

https://til.simonwillison.net/llms/llama-cpp-python-grammars
1•Bluestein•16m ago•0 comments

Show HN: Company-as-Code –> Spec and Validator

https://github.com/Pirol-ai/company-as-code
2•grischajacobs•18m ago•0 comments

Ask HN: How do GitHub Copilot and Anthropic Claude compare in cost?

2•erwindegroot•19m ago•1 comments

Jev Projects Listing Site

https://jevable.com/
1•Bluestein•20m ago•0 comments

Turn Phone into PC Speaker

2•kinle•21m ago•0 comments

Android 17 enables certificate transparency, and breaks custom CAs

https://httptoolkit.com/blog/android-17-certificate-transparency/
2•pimterry•22m ago•0 comments

Meta's New Muse AI Agent Read My Private Messages. I Never Asked It To

https://www.inc.com/jason-aten/metas-new-muse-ai-agent-read-my-private-messages-i-never-asked-it-...
1•LikelySupernova•25m ago•0 comments

WayVR – Open-source VR desktop overlay for Linux

https://digitalescapetools.com/tools/wayvr.html
1•xabd•26m ago•0 comments

Show HN: Moto – a native habit tracker for iPhone with a lifetime purchase

https://motohabit.com/
1•voising•26m ago•0 comments

Show HN: ReWeaver AI DriftDetector – score a GitHub repo's production readiness

https://drift.reweaver.ai/
1•gojongo•27m ago•0 comments

PEP 845 – Leading-Dot Value Patterns

https://peps.python.org/pep-0845/
1•orf•30m ago•0 comments

Hyprcrd – native Wayland host for Chrome remote desktop

https://github.com/jxoesneon/hyprcrd
1•jxoesneon•33m ago•0 comments

IdP Registration API

https://github.com/w3c-fedid/idp-registration/
2•erlend_sh•37m ago•0 comments

Shut up and calculate: Jev's new AI primitives for coders

https://www.theregister.com/devops/2026/09/23/shut-up-and-calculate-jevs-new-ai-primitives-for-co...
1•beardyw•38m ago•0 comments

Show HN: Gwae – infinite-scroll terminal multiplexer for AI agent fleets

https://github.com/hongnoul/gwae
1•hongnoul•39m ago•0 comments

Show HN: Structured Promptmaker

https://www.gptpromptmaker.com/
2•sanathbhat•44m ago•0 comments

Porting a clearing-house money market to a smart contract

1•citizensinan•48m ago•0 comments

Arcentry is back – create beautiful 3D infrastructure diagrams

https://arcentry.com/?src=hn
2•wolframhempel•48m ago•0 comments

Listening to loud music on a Singapore bus? It'll cost you

https://www.cnn.com/2026/09/22/travel/singapore-bus-rules-music-intl-hnk
2•edward•49m ago•2 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)