frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The AI Barons Are Ready to Give Away Their Fortunes

https://www.wired.com/story/ai-billionaires-are-pledging-their-wealth-good-or-bad/
1•thm•1m ago•0 comments

The Closure of the Internet

https://arctotherium.substack.com/p/the-closure-of-the-internet
1•LAC-Tech•5m ago•0 comments

AI won't kill the PM role. Same job, better tools

https://www.leadinginproduct.com/p/ai-pm-role-same-job
1•benkan•5m ago•0 comments

'Pervert glasses': Backlash against Meta's smart glasses grows

https://tech.yahoo.com/ai/meta-ai/articles/pervert-glasses-backlash-against-metas-100000746.html
2•benkan•6m ago•0 comments

Brain activity reveals the melodies that people imagine

https://medicalxpress.com/news/2026-07-brain-reveals-melodies-people.html
1•benkan•8m ago•0 comments

Open knowledge-base (domain to KB)

https://github.com/mo-root/open-kb
1•moroot•10m ago•1 comments

Health in the Age of Intelligence: tragedy of the cognitive commons?

https://www.learning.foundation/2026/08/09/health-workforce-development-in-the-age-of-intelligenc...
1•redasadki•12m ago•0 comments

Prime Agent: A Self-Improving RLM Agent

https://github.com/PrimeIntellect-ai/prime-agent
1•swills•14m ago•0 comments

Recursive Language Models: the paradigm of 2026

https://www.primeintellect.ai/blog/rlm
1•swills•15m ago•0 comments

Show HN: Flyn, a link shortener that counts bots separately from humans

https://www.flyn.to
2•bhakunikaran•16m ago•1 comments

How should we evaluate memory for AI agents?

https://x.com/AgentMemoryL
1•IreneAI•16m ago•0 comments

OIDC/SSO Moves to Planka Pro

https://github.com/plankanban/planka/issues/1754
1•petecooper•16m ago•0 comments

Old Rover Data Reveals Water Amounts on Mars

https://www.universetoday.com/articles/scientist-constructs-big-picture-of-mars-water-from-rover-...
1•rbanffy•18m ago•0 comments

Switching from GPT-5.5 to GPT-5.6 Made Me Less Productive

https://www.vincentschmalbach.com/gpt-5-6-made-me-less-productive/
2•vincent_s•18m ago•0 comments

Show HN: TBD: a native, minimalist macOS front end for yt-dlp

https://github.com/eliorpom-cmd/to-be-downloaded
1•eliorpom•18m ago•1 comments

Amazon plans gigantic gas power plant for new AI data center

https://www.heise.de/en/news/Amazon-plans-gigantic-gas-power-plant-for-new-AI-data-center-1140405...
1•olivier-tille•21m ago•0 comments

A global pipeline-investment boom is under way

https://www.economist.com/business/2026/08/05/a-global-pipeline-investment-boom-is-under-way
1•baxtr•21m ago•0 comments

The Argentine ranch where tech CEOs plan to ride out the apocalypse

https://www.ft.com/content/0e9c3c2e-1d67-4b70-981b-73bcdf409a6c
2•vrganj•21m ago•1 comments

MoE routing is just branch prediction

https://ssenthilnathan3.github.io/blog/branching-in-moe/
1•nathaah3•23m ago•0 comments

Influencers face backlash over Meta 'pervert glasses' content

https://www.theguardian.com/technology/2026/aug/09/i-kept-catching-people-giving-me-dirty-looks-t...
2•Markoff•25m ago•0 comments

You Are Not Late (2014)

https://kk.org/thetechnium/you-are-not-late/
2•downbad_•26m ago•0 comments

Eclipse 2026 Live

1•carlostkd•27m ago•0 comments

Harry Potter fans force reroute of £430M undersea cable to avoid Dobby's 'grave'

https://www.theguardian.com/environment/2026/aug/10/harry-potter-fans-force-relocation-of-430m-un...
1•mellosouls•27m ago•0 comments

What Is Involution?

https://skandergarroum.substack.com/p/e7fe37d3-6f20-4508-b51e-8295fc9fe910
1•chrismatic•27m ago•0 comments

Malaysia Was Confident in Its Social Media Ban, but Kids Are Still on TikTok

https://www.nytimes.com/2026/08/10/world/asia/malaysia-social-media-ban-delayed.html
1•01-_-•28m ago•0 comments

Royal commission into artificial intelligence launched in South Australia

https://www.abc.net.au/news/2026-08-10/artificial-intelligence-royal-commission-announced-in-sa/1...
1•01-_-•29m ago•0 comments

What Biology Can (and Cannot) Tell Us About Conscious Machines [video]

https://www.youtube.com/watch?v=tGA8WLUqJ8M
3•yllberisha•33m ago•1 comments

Reservation Apps Have Made Getting into a Restaurant a Nightmare

https://www.wsj.com/business/restaurant-reservation-apps-30a29e6b
1•thm•34m ago•0 comments

Remembering the pre-Google web, when search was an experiment

https://arstechnica.com/gadgets/2026/08/remembering-the-pre-google-web-when-search-was-an-experim...
1•rbanffy•35m ago•0 comments

Revolut gets French bank license

https://www.reuters.com/business/finance/revolut-gets-french-bank-license-2026-08-10/
2•matthieu_bl•37m ago•1 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)