frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: When will Trump impose tariffs on semiconductors from Asia?

1•roschdal•29s ago•0 comments

Fast drilldown dashboards from a single Parquet file

https://www.hamiltonulmer.com/customer-dashboards-r2-hyparquet/
1•v3gas•30s ago•0 comments

Show HN

https://ateegnas.com
1•Manas2231•39s ago•0 comments

How LLMs remember, schedule, and stream tokens

https://ssenthilnathan3.github.io/blog/kutty-vllm/
1•nathaah3•46s ago•0 comments

Show HN: Structured code review findings on open source repos

https://app.contextgoblin.com/demo/reviews
1•clemens1010•3m ago•0 comments

Grok Bot 0.18 – reconstructed source code

https://github.com/b-nnett/grok-bot-0.18-reconstructed
1•mak8•3m ago•0 comments

How to Compress a PDF for Email Attachments (Under 10MB)

https://www.uselocalpdf.com/blog/how-to-compress-pdf-for-email
1•tvictano•4m ago•0 comments

The Dictionary of Obscure Sorrows: Uncommonly Lovely Invented Words (2024)

https://www.themarginalian.org/2024/04/12/dictionary-of-obscure-sorrows/
1•robtherobber•5m ago•0 comments

The Only Prompting Guide You'll Use

1•writebysachin•5m ago•0 comments

Most AI Work Can Wait

https://tomtunguz.com/ai-execution-routing/
1•walterbell•10m ago•0 comments

Show HN: Cc-context-telemetry – context and rate-limit % in Claude Code's bar

https://github.com/technical-turtle/cc-context-telemetry
1•tech_turtle•11m ago•0 comments

Artists Built a Site to Escape AI. Scrapers Are Coming for It Anyway

https://www.forbes.com/sites/robsalkowitz/2026/08/23/artists-built-a-site-to-escape-ai-scrapers-a...
3•theshrike79•12m ago•0 comments

Hybrid energy system cools and generates electricity and hot water

https://www.heise.de/en/news/Hybrid-energy-system-cools-and-generates-electricity-and-hot-water-1...
2•doener•13m ago•0 comments

Anger, Anxiety and Agency

https://lucumr.pocoo.org/2026/8/24/anger-anxiety-agency/
1•tosh•14m ago•0 comments

Nvidia announces AI-related price hikes

https://www.taipeitimes.com/News/biz/archives/2026/08/24/2003862999
2•mgh2•17m ago•1 comments

The State of Open Source Supply Chain Attacks

https://www.stepsecurity.io/blog/state-of-open-source-supply-chain-attacks
1•varunsharma07•20m ago•0 comments

Engineer earns a year's salary in 2 months by doing RLFH tasks

https://twitter.com/TheBengaluruGuy/status/2091357126409281957
2•TheBengaluruGuy•20m ago•0 comments

Hiring a Car in the UK

https://bluprince13.com/blog/hiring-a-car-in-the-uk
1•bluprince13•21m ago•0 comments

Where did the blades go at Dogger Bank A wind farm?

https://fosstodon.org/@robhawkes/117149337500339989
1•robin_reala•21m ago•0 comments

Show HN: ETLFunnel – A self-hosted, code-first platform for data pipelines

https://etlfunnel.com
1•vivekburman•23m ago•0 comments

The Most Impossible Rise of a City Ever: Phoenix, Arizona [video]

https://www.youtube.com/watch?v=iZ89M98xwZM
2•xeonmc•25m ago•0 comments

An Integrative Appraisal Model of Epistemic Curiosity

https://link.springer.com/article/10.1007/s42761-025-00328-7
1•simonebrunozzi•27m ago•0 comments

Show HN: Using LLMs to make the Emacs Web Browser great again

https://github.com/sstraust/simpleweb
1•sammy0910•27m ago•0 comments

Zero-click vulnerability in Grok allows silent data exfiltration

https://cyberupdates365.com/grok-zero-click-attack-data-theft/
3•sysadmin_diarie•27m ago•0 comments

New daily diabetes pill that helps with weight loss launches in UK pharmacies

https://www.theguardian.com/society/2026/aug/24/daily-diabetes-pill-foundayo-weight-loss-uk-pharm...
1•giuliomagnifico•29m ago•0 comments

CozyClay – browser previs before you burn $17 on another Seedance take

https://github.com/NomaDamas/CozyClay
1•Yun_HDY•30m ago•0 comments

We are not going anywhere

https://gist.github.com/omeid/a9d6d1e3c25cb3aa577931e60e006f54
4•omeid2•35m ago•0 comments

Even AGI Can't Estimate a Jira Ticket

https://morgin.ai/articles/even-agi-cant-estimate-a-jira-ticket.html
1•andsoitis•38m ago•0 comments

Eigen Dance interactive web app

https://eigshow.web.app/
3•cecinuga•38m ago•0 comments

Ask HN: Is Codex's 5-hour usage limit back?

3•linzhangrun•40m 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)