frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

DHS says it's 'drawing up plans' to ban international arrivals at SFO

https://www.sfgate.com/travel/article/dhs-ban-international-arrival-sfo-22280740.php
2•consumer451•1m ago•0 comments

You don't have a willpower problem. You have a slot machine in your pocket

https://stvrrll1ght.substack.com/
1•maheenahmed•2m ago•0 comments

Cardiopulmonary Exercise Testing Explained for Regular People

https://likeannopeningbandforthesun.substack.com/p/cardiopulmonary-exercise-testing
1•brandonb•3m ago•0 comments

Huawei thanks US for restrictions that supercharged China semiconductor industry

https://www.tomshardware.com/tech-industry/huawei-chairman-thanks-the-us-for-supercharging-chinas...
2•dabinat•4m ago•0 comments

Don't Forget To Flush (2025) [video]

https://www.youtube.com/watch?v=f30PceqQWko
1•tosh•4m ago•0 comments

Cancer jab can eradicate tumours in patients, trial shows

https://www.theguardian.com/science/2026/may/30/cancer-jab-can-eradicate-entire-tumours-in-patien...
1•tosh•6m ago•0 comments

Claude Code vs. Codex: FRA challenge 75746d-2025

https://gist.github.com/joelonsql/c49129b151d7e77fb83250f675ffea07
2•JoelJacobson•9m ago•0 comments

I Ported Pixal3D over to Apple Silicon

https://blog.chillaid.art/posts/porting-pixal3d-one-cursed-kernel-at-a-time
1•pawelma•11m ago•1 comments

Cancer Alley

https://en.wikipedia.org/wiki/Cancer_Alley
2•amarcheschi•11m ago•0 comments

Looking at code behind File Pilot

https://www.youtube.com/watch?v=Ww26eO1WeGQ
1•vjekoslav•12m ago•0 comments

Wordiply

https://www.wordiply.com/
1•saikatsg•13m ago•0 comments

Bluey deal FOMO will kill the next Bluey. Do you want dreams or dollarbucks?

https://oblongataresearch.substack.com/p/bluey-deal-fomo-will-kill-the-next
3•basiljh•14m ago•0 comments

The Largest Vocabulary in Hip Hop

https://pudding.cool/2017/02/vocabulary/
2•chistev•15m ago•0 comments

NNSI Architecture – Standalone Neuromorphic memory chip specification (v0.1)

https://app.notion.com/p/Show-HN-NNSI-Architecture-Standalone-Neuromorphic-memory-chip-specificat...
1•nyan_archive•16m ago•0 comments

Review of Linux Android Gaming Emulator Solutions

https://ivonblog.com/en-us/posts/android-emulators-for-linux/
1•ivo8n52•17m ago•0 comments

Ming (Clam)

https://en.wikipedia.org/wiki/Ming_(clam)
1•thunderbong•18m ago•0 comments

US plans to halt immigration, customs processing at 'sanctuary city' airports

https://www.reuters.com/legal/government/us-drawing-up-plans-halt-immigration-customs-processing-...
6•littlexsparkee•22m ago•0 comments

Zig's New Relationship with LLVM (2020)

https://kristoff.it/blog/zig-new-relationship-llvm/
1•tosh•23m ago•0 comments

I built a wallpaper app with Tauri and Rust

https://github.com/Halfaxas/Splashy
1•Halfaxa•25m ago•1 comments

Internet Speed Test by Cloudflare

https://speed.cloudflare.com/
1•gurjeet•29m ago•0 comments

Rigid C++: A Pragmatic Architecture for High-Performance Systems

https://github.com/I-A-S/Rigid-Cpp
2•I-A-S•33m ago•1 comments

Opensecrets Bulk Data

https://www.opensecrets.org/bulk-data
2•mooreds•35m ago•0 comments

We are constantly broadcasting emotional data

https://www.tonyrice.me/emotional-intelligence/
2•tonyrice•38m ago•0 comments

Updata portfolio company job board

https://jobs.updata.com/jobs
2•mooreds•38m ago•0 comments

Hormuz crisis side effect: a sharp rise in container shipping rates

https://www.lloydslist.com/LL1157327/Hormuz-crisis-side-effect-a-sharp-rise-in-container-shipping...
11•mooreds•38m ago•3 comments

Temporal Primer – Building Long-Running Systems

https://arpitbhayani.me/blogs/temporal-primer/
1•vasudua1•38m ago•0 comments

Hints for Computer System Design (1983)

https://dl.acm.org/doi/epdf/10.1145/800217.806614
1•jruohonen•39m ago•0 comments

Boogy: Production Infrastructure for Vibe Coders

https://boogy.ai/
1•notgelotto•43m ago•2 comments

DockWarden – open-source power-user companion for Bitwarden

https://github.com/JaredScar/DockWarden
2•JaredScar•43m ago•0 comments

White House's Aliens.gov Site Brags That ICE Arrested More Than 700 US Citizens

https://www.wired.com/story/white-house-aliens-gov-us-citizens-arrested/
30•hydrolox•43m ago•6 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)