frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fine, I'll build my own text editor

https://dbushell.com/2026/09/01/text-editor/
1•signa11•45s ago•0 comments

What's the Right Balance in Regulating AI?

https://weightythoughts.com/p/whats-the-right-balance-in-regulating
1•gmays•1m ago•0 comments

Show HN: Memcode Launches GitHub Code Review

https://www.memcode.ai/product/code-review
1•timerwin•2m ago•0 comments

Underground – Fly Through What's Beneath America in 3D

https://drillerdb.com/underground
1•gmays•2m ago•0 comments

Workflows for standard APU/consumer hardware: The Flow sDAG Architecture(paper)

https://zenodo.org/records/22103362
1•KitCrowCo•2m ago•0 comments

US may ask parents to prove citizenship to get passports for their children

https://www.reuters.com/legal/government/trump-birthright-curbs-may-prompt-us-passport-checks-par...
1•alephnerd•5m ago•0 comments

Why We're Teaching Programming Wrong: A Haskell Perspective [video]

https://www.youtube.com/watch?v=iV9UMNOTvN0
1•happy-go-lucky•5m ago•0 comments

Martine Rothblatt

https://en.wikipedia.org/wiki/Martine_Rothblatt
1•CGMthrowaway•6m ago•0 comments

Show HN: Local AI Assistants can be user friendly too

https://anjadhe.ai/blog/local-ai-assistants-can-be-user-friendly-too
1•ram-bv•10m ago•1 comments

Annie Lowrey on the Time Tax

https://donmoynihan.substack.com/p/annie-lowrey-on-the-time-tax
1•NomNew•12m ago•0 comments

New type of dice guarantees no tie when deciding who goes first

https://www.cbc.ca/lite/story/9.7328614
1•colinprince•13m ago•0 comments

AI Broke the Assumptions Behind CI

https://stack72.dev/ai-broke-the-assumptions-behind-ci/
1•ghuntley•13m ago•0 comments

Ask HN: Why Groq didn't provide DeepSeek-v4-flash

1•BrucecarlL•16m ago•0 comments

What are some examples of colorful language in serious mathematics papers?(2010)

https://mathoverflow.net/questions/22299/what-are-some-examples-of-colorful-language-in-serious-m...
2•azeemba•16m ago•0 comments

Claper: Turns your presentations into interactive and engaging experience

https://github.com/ClaperCo/claper
1•teleforce•17m ago•0 comments

The Anatomy of a Robbing Event

https://beeculture.com/the-anatomy-of-a-robbing-event/
1•wawayanda•21m ago•0 comments

Mini-Hyper-Golf

https://gfody.substack.com/p/mini-hyper-golf
1•gfody•22m ago•0 comments

Ajeya Cotra – Inside the OpenAI agent swarm that hacked Hugging Face

https://www.dwarkesh.com/p/ajeya-cotra
2•yurivish•23m ago•0 comments

MathArt Studio – turn mathematical formulas into visual art, real-time

https://www.mathartstudio.art/
1•yanjunnf•25m ago•0 comments

HybridInfer: Local-first LLM router that falls back to cloud on failure

https://github.com/SimranKoul2026/HybridInfer-Python-tool
1•bookworm10•26m ago•0 comments

GoPro Says It's Moving into Data Centers as Part of a $285M Merger

https://www.engadget.com/2248633/gopro-says-its-moving-into-ai-data-centers-as-part-of-a-dollar28...
1•m463•32m ago•0 comments

Apple's official X account has unfollowed Tim Cook

https://twitter.com/landiantech/status/2094824431671734494
3•uneven9434•32m ago•0 comments

Show HN: Rust compiler converting CPGs to Nuclei YAML

https://github.com/Tito0015/cpg-nuclei-compiler
1•Tarek-M•36m ago•0 comments

Bazel's UX is really, really, really bad

https://blog.appliedcomputing.io/p/bazels-ux-is-really-really-really
3•thunderbong•36m ago•0 comments

YC Summer '26 Batch

https://www.neweconomies.co/p/y-combinator-summer-26-batch
2•ollieforsyth•36m ago•1 comments

How much of your coding is done by AI coding agents these days?

https://slashdot.org/poll/3284/how-much-of-your-coding-is-done-by-ai-coding-agents-these-days
1•e12e•37m ago•0 comments

JetBrains says Cadence was breached after a critical TeamCity patch was missed

https://blog.jetbrains.com/pycharm/2026/08/cadence-security-incident-august-2026/
1•lbw1215•39m ago•0 comments

Show HN: Life Compass – A life planning app built on The 7 Habits

https://lifecmp.com
1•michaelwang100•40m ago•0 comments

Rooting a fire hd 10 because apparently I have problems

https://voidnullvalue.github.io/SnuSnuRoot/
1•voidnullvalue•46m ago•0 comments

Slopmancer

https://slopmancer.com
1•pj4533•47m 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)