frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenBB belongs to everyone (their plan to open source)

https://openbb.co/
1•ColinEberhardt•1m ago•0 comments

NeoMME: Multimodal encoders trained from scratch with a single Transformer

https://huggingface.co/blog/Hcompany/neomme
1•CoderLim110•2m ago•0 comments

OpenAI Cut Off a Billion-Dollar Customer to Avoid Elon Musk

https://www.wired.com/story/openai-elon-musk-cursor-billion-revenue/
1•doener•7m ago•0 comments

Ask HN: Why is HN native dark mode not implemented yet?

1•SriniK•8m ago•0 comments

Decoding the NEC V20 Microcode

https://martypc.blogspot.com/2026/09/decoding-nec-v20-microcode.html
2•mariuz•10m ago•0 comments

Profession has died. Now what?

https://blog.ponelat.com/p/your-profession-has-died-now-what
1•ponelat•12m ago•0 comments

Anti-Ad Download Assistant" for Free

2•jackie_001•15m ago•0 comments

Cerebras and Compute Nordic Finland Announces AI Data Centre in Mikkeli, Finland

https://investors.cerebras.ai/news-releases/news-release-details/cerebras-and-compute-nordic-finl...
2•olvy0•15m ago•0 comments

Show HN: Terminal-native prompt composer for power users running many agents

https://github.com/oborchers/proqi
2•theroot_•17m ago•0 comments

Model Fatigue Is Real

https://moekhalil.substack.com/p/model-fatigue-is-real
3•mfkhalil•22m ago•0 comments

Max H3 – MiniMax H3 Max AI Video Generator

https://www.maxh3.com/
2•Follow_Cloud•24m ago•0 comments

US diesel prices hit record high as conflicts intensify supply crunch

https://www.reuters.com/business/energy/us-diesel-hits-record-5820-gallon-gasbuddy-says-2026-09-03/
4•hebelehubele•27m ago•0 comments

What's New in Neovim 0.13

https://dotfiles.substack.com/p/whats-new-in-neovim-013
2•htfy96•28m ago•0 comments

Buying Used? Check the Warranty History Before You Pay

https://holdmybill.com/blog/buying-used-check-warranty-history
2•niksmac•28m ago•0 comments

World Sandwich

https://claude.ai/code/artifact/5ffe9a8e-e1c6-4204-b893-585bea78a252
2•voxycon•29m ago•0 comments

AI, Tools and Transformation

https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation
3•meetpateltech•30m ago•0 comments

Arcade – The White House

https://www.whitehouse.gov/arcade/
2•personjerry•30m ago•0 comments

Oura's IPO Reveals High Growth for Smart-Ring Maker

https://www.wsj.com/finance/stocks/ouras-ipo-reveals-high-growth-for-smart-ring-maker-9ce3e4c9
2•mgh2•30m ago•0 comments

Volkswagen board approves plan to cut another 50k jobs

https://www.bbc.co.uk/news/articles/cx2z0kvy4n4o
2•vinni2•31m ago•0 comments

Trump White House Launches Arcade with Games to Build Wall, Deport Migrants

https://www.newsweek.com/trump-white-house-launches-arcade-with-games-to-build-wall-deport-migran...
2•personjerry•32m ago•0 comments

New stealth model: omen alpha

https://twitter.com/opencode/status/2095746098522452093
1•ryanvogel•32m ago•0 comments

Scott Galloway: The Impossibility of Turning Men into the Progressiv9

https://www.conorfitzgerald.com/p/scott-galloway-and-the-impossibility
1•barry-cotter•34m ago•0 comments

Average wages no longer buy a standard-size home in most of Europe

https://english.elpais.com/economy-and-business/2026-09-03/average-wages-no-longer-buy-a-standard...
3•geox•37m ago•0 comments

Show HN: Lettura, an app to read FreshRSS feeds built for RSS enthusiasts

https://giuliomagnifico.blog/post/2026-10-01-lettura-app/
1•giuliomagnifico•39m ago•0 comments

Volkswagen flags 50k job cuts across group as board approves turnaround plan

https://www.reuters.com/business/autos-transportation/volkswagen-supervisory-board-approves-trans...
2•haunter•39m ago•0 comments

UFTA-VMM – transparent page-fault memory tiering with an adaptive predictor

https://tushi-tomoto-gooyie.itch.io/ufta-xp
1•ShaggyRogers•40m ago•0 comments

How Delhi built a world-class metro for a bargain

https://www.nytimes.com/2026/09/02/headway/india-delhi-metro-public-transit.html
2•ripvanwinkle•41m ago•1 comments

America must learn AI lessons from Astro Boy

https://www.ft.com/content/68751904-522a-41cc-85e0-08015fe75059
2•thm•46m ago•0 comments

Oneshot 3D Game Simulator

https://oneshot3dgamesimulator.vercel.app/
1•cameronwilsonbf•55m ago•1 comments

White House website debuts 5 retro arcade video games promoting Trump's agenda

https://apnews.com/article/trump-white-house-video-game-arcade-d540ff089ed5b1d432715a4209b16a23
3•TechTechTech•57m 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)