frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

StanChart CEO: AI to Replace "Lower-Value Human Capital"

https://www.bloomberg.com/news/videos/2026-05-19/stanchart-ceo-ai-to-replace-lower-value-human-ca...
1•ilreb•39s ago•0 comments

MailSec – Free email security audit API (one curl, eight checks)

https://fivetag.systems/mailsec/playground/
1•lgogolin•1m ago•0 comments

Patterns AI Field Guide – an evolving reference for AI concepts explained simply

https://www.patterns.dev/ai/field-guide/
2•iqen93•1m ago•0 comments

Anthropic hires OpenAI co-founder Andrej Karpathy, former Tesla AI leader

https://www.cnbc.com/2026/05/19/anthropic-hires-openai-cofounder-andrej-karpathy-former-tesla-ai-...
1•shinryudbz•2m ago•0 comments

Show HN: audio.observer – AI-generated songs from current events

https://audio.observer/
2•ugnju•3m ago•0 comments

Show HN: Symbols Copy and Paste

https://copyasymbol.com/
1•artiomyak•5m ago•0 comments

Benchmarking Subquadratic's latest model and SSA Kernel

https://www.appen.com/whitepapers/benchmarking-subquadratics-latest-model-ssa-kernel
1•famouswaffles•5m ago•0 comments

PoC: VPN over WebRTC to Bypass Whitelists

https://github.com/kulikov0/whitelist-bypass,https://github.com/kulikov0/whitelist-bypass-iran
2•kulikov0•6m ago•2 comments

Show HN: I built an open-source tool to see if ChatGPT recommends your products

https://github.com/foodaka/openllmrank
1•zipvoila•6m ago•1 comments

Understanding the Modern Cybercrime Landscape

https://www.technologyreview.com/2026/05/19/1136925/understanding-the-modern-cybercrime-landscape/
1•joozio•8m ago•0 comments

Show HN: LibreOffice-rs – I built a pure-Rust LibreOffice using autoresearch

https://github.com/clark-labs-inc/libreoffice-rs
3•stan_kirdey•9m ago•0 comments

The AI economy is rewriting the American Dream; and blue-collar is poised to win

https://www.cnbc.com/2026/05/19/ai-hiring-slowdown-skilled-trade-workers.html
1•indigodaddy•9m ago•1 comments

Google I/O

https://io.google/2026/
3•thanhhaimai•9m ago•0 comments

The New Workspace: A First-Principle Exploration of Dictation, Agents and Humans

https://www.inferterra.com/the-new-workspace-a-first-principles-exploration-of-dictation-agents-a...
1•matt_teresi•9m ago•1 comments

Confuse some SSH bots and make botters block you

https://ai.realhackers.org/confuse-some-ssh-bots.html
1•Bender•9m ago•0 comments

Raindrop Workshop: Your local OSS agent debugger

https://github.com/raindrop-ai/workshop
3•jamest•9m ago•0 comments

Show HN: Ait – Claude, Codex, and Aider as a team, on your laptop

https://github.com/m24927605/ait
1•m24927605•11m ago•1 comments

Google Flow Beta for Android

https://play.google.com/store/apps/details?id=com.google.android.apps.labs.whisk&hl=en_US
2•julianpye•14m ago•0 comments

A 1955 Los Alamos computer experiment changed our understanding of chaos

https://www.lanl.gov/media/publications/1663/science-of-unpredictability
2•LAsteNERD•15m ago•1 comments

Google IO 26 Keynote

https://www.youtube.com/watch?v=wYSncx9zLIU
4•Dinux•17m ago•0 comments

Polymarket debuts prediction markets tied to private companies

https://www.reuters.com/legal/government/polymarket-debuts-prediction-markets-tied-private-compan...
1•thm•18m ago•0 comments

Political Money Is Flowing to Influencers. But from Whom?

https://www.nytimes.com/2026/05/16/business/media/influencers-political-financing-disclosure.html
1•thm•19m ago•1 comments

Drone Swarms: Uncomfortably Plausible

https://silencingmachine.org/posts/0004-its-not-the-terminator-its-worse/
1•jaybill•19m ago•0 comments

Ask HN: Reliability Issues with AWS

3•yonisto•19m ago•0 comments

We made our sandbox filesystem 47× faster by deleting it

https://microsandbox.dev/blog/block-backed-rootfs
3•makeboss•19m ago•0 comments

Vendergood: Reconstructing a 1905 constructed language for AI agent cognition

https://github.com/mekickdemons-creator/libro-vendergood
1•Mekickdemons•20m ago•1 comments

Together, Edera and Minimus Claim They Can Protect Your Software from AI Hackers

https://cloudnativenow.com/features/together-edera-and-minimus-claim-they-can-protect-your-softwa...
1•CrankyBear•20m ago•0 comments

What's Easy Now? What's Hard Now?

https://brooker.co.za/blog/2026/05/18/whats-easy-whats-hard.html
2•KraftyOne•20m ago•0 comments

Bill C-22 Surveils Ordinary Canadians While Leaving Cartel Networks Untouched

https://www.thebureau.news/p/bill-c-22-surveils-ordinary-canadians
1•laurex•21m ago•0 comments

xs

https://cryptm.org/xs/
1•tosh•22m 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)