frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Unicode Lover's Manifesto

https://dreamstation.systems/A%20Unicode%20Lover%E2%80%99s%20Manifesto.txt
1•robinpie•3m ago•0 comments

I'm a homeless guy in San Francisco that doesn't know how to code

3•HugePenis•3m ago•0 comments

F/OSS Comics #9: The Unix Philosophy

https://fosscomics.com/posts/9.%20The%20Unix%20Philosophy/
1•joonehur•8m ago•0 comments

Maps and database of 802.11 wireless networks, with statistics

https://wigle.net/
1•momentmaker•9m ago•0 comments

The first search engine for Internet-connected devices

https://www.shodan.io/
2•momentmaker•11m ago•0 comments

Worldwide animated weather map, with easy to use layer and precise spot forecast

https://www.windy.com
3•momentmaker•13m ago•0 comments

Show HN: CodeDuel: Compete against AI to stay sharp

https://www.duelai.dev/
1•Nahom_a•14m ago•0 comments

Show HN: Fast video cutter that works 100% locally in the browser

https://convertix-fast-imager-co.blogspot.com/p/convertix-free-online-image-converter.html
1•convertix123•15m ago•0 comments

Show HN: Rally (Real-Time Dual-Arm Robotic Table Tennis System)

https://github.com/ColonelToad/Rally
1•tolugenius•21m ago•0 comments

Fat Men's Club

https://en.wikipedia.org/wiki/Fat_men%27s_club
2•handfuloflight•22m ago•1 comments

Slump in eastern Australia gas demand shows no signs of easing (2025)

https://ieefa.org/resources/slump-eastern-australia-gas-demand-shows-no-signs-easing
1•thunderbong•26m ago•0 comments

Focus Is the Main Feature: Why I Miss the Old Claude Code

https://alexkras.com/focus-is-the-main-feature-why-i-miss-the-old-claude-code/
1•akras14•29m ago•0 comments

Centaur vs. Cyborg Being a Fisherman

1•wwolfson97•30m ago•0 comments

NVK Vulkan Video Merged for Mesa 26.3

https://www.phoronix.com/news/NVK-Vulkan-Video-Mesa-26.3
3•doener•43m ago•0 comments

Persistent RCE via BootROM and Kernel

https://github.com/lexs201992-gif/Project-LION-Manager-Provisioning-Enterprise/blob/a310e16ec48cd...
2•lexs201992-gif•45m ago•0 comments

How 'Stacks' Went from Bodybuilding and Computing to Describing Everything

https://www.nytimes.com/2026/08/13/magazine/stacks-bodybuilding-computing.html
1•bookofjoe•47m ago•0 comments

Offgrid Electric Car (2025)

https://joeyh.name/blog/entry/offgrid_electric_car/
1•gnyeki•50m ago•0 comments

Show HN: Website made $29,000 in 24 hours

https://1milllionpixels.com/
1•westche2222•53m ago•0 comments

Vintage Artificial Intelligence Collection

https://archive.org/details/vintageai
3•Unai•53m ago•0 comments

How to be psychoactive to each other

https://eirinimalliaraki.substack.com/p/how-to-be-psychoactive-to-each-other
2•jger15•56m ago•0 comments

Dr. Dre Says He Uses AI to Produce Songs

https://gizmodo.com/dr-dre-says-he-uses-ai-to-produce-songs-2000802009
2•pseudolus•1h ago•0 comments

Manjaro.org Certificates Expired Again

https://manjaro.org
2•zebreus•1h ago•0 comments

Uber faces fine of nearly $1B over automated driver suspensions

https://techcrunch.com/2026/08/23/uber-faces-fine-of-nearly-1b-over-automated-driver-suspensions/
1•pseudolus•1h ago•0 comments

We asked Claude if we should help the baby bird.

https://james1ach.substack.com/p/mourning-doves
1•jger15•1h ago•0 comments

Twitch and Amazon hit with lawsuit for training AI with streamers' content

https://www.engadget.com/2242283/twitch-amazon-hit-with-lawsuit-for-training-ai-with-streamers-co...
4•pseudolus•1h ago•0 comments

Cardiovascular Risk Declines with Heated Tobacco Uptake

https://www.emjreviews.com/cardiology/news/cardiovascular-risk-declines-with-heated-tobacco-uptake/
2•thunderbong•1h ago•0 comments

Show HN: Cogumi meet – Free, P2P Private 1:1 meeting with AI note taking

https://www.meet.cogumi.com/
1•aichelles•1h ago•0 comments

Show HN: Neostatic, a tiny site/blog generator for neocities

https://github.com/giannitedesco/neostatic
1•scaramanga•1h ago•0 comments

Show HN: Repo world – A visual IDE for kids

https://github.com/michaelaz774/RepoWorld
2•michael774•1h ago•0 comments

How to Build a Live Chart from a REST API

https://www.amplitudepoint.com/blogs/live-chart-from-rest-api
1•markomarksdev•1h 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)