frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hotaru – Single dot in your macOS menu bar showing CLI coding agents status

https://github.com/ajwadjaved/hotaru
1•ajwd•16s ago•0 comments

California Lawmakers Greenlight Solar Panels You Can Plug into the Wall

https://www.kqed.org/science/2001842/california-lawmakers-greenlight-solar-panels-you-can-plug-in...
1•pseudolus•3m ago•0 comments

Ask HN: Is anyone else preparing for the EU Cyber Resilience Act?

2•dirkk0•4m ago•0 comments

Noodling on Nuclear Engines

https://spectrum.ieee.org/bimodal-nuclear-engine
1•pseudolus•4m ago•0 comments

Some Cities Reward Careful Drivers with Fewer Red Lights

https://apnews.com/article/rest-red-reward-drivers-portland-albuquerque-bcec5e0fe91dcaaaeb8f60e86...
1•apwheele•5m ago•0 comments

Trump tells FCC to punish journalist for calling his election results "mixed"

https://arstechnica.com/tech-policy/2026/08/trump-tells-fcc-to-punish-journalist-for-calling-his-...
1•throw0101a•5m ago•0 comments

How Harnesses Implement Skills and MCPs

https://blog.lawrencejones.dev/demystifying-skills-and-mcps/
1•lawrjone•5m ago•1 comments

Omarchy and My Security Sweet Spot

https://blog.fidelramos.net/software/omarchy-security-sweet-spot
1•fidelramos•6m ago•0 comments

The AI-Native SDLC Starts with Your Infrastructure

https://metalbear.com/blog/ai-native-sdlc-infrastructure/
1•eyalbukchin•10m ago•0 comments

Forget the Pelican, It's Weevil-Time Benchmaxxing-Proof SVG and Vision Test

https://www.reddit.com/r/LocalLLaMA/comments/1vyw1wo/forget_the_pelican_its_weeviltime/
1•stared•10m ago•0 comments

Why Syracuse Can't Attract the Students It Needs to Pay the Bills

https://www.wsj.com/us-news/education/syracuse-student-application-enrollment-crisis-budget-ff142896
1•mooreds•11m ago•1 comments

Building Sierra's MCP Gateway: An engineering iceberg

https://sierra.ai/blog/building-sierras-mcp-gateway-an-engineering-iceberg
1•mooreds•11m ago•0 comments

Ask HN: What's a lesson about money you learned the expensive way?

1•pg1•11m ago•0 comments

The asteroid currently hitting front end web development

https://nolanlawson.com/2026/08/23/the-asteroid-currently-hitting-frontend-web-development/
1•spiros•12m ago•0 comments

How do you verify data erasure worked on SSDs?

1•DSecure•13m ago•0 comments

Show HN: An open URL format for AI agents to report status to humans

https://agentdisplay.ai/
1•matthaslem•15m ago•0 comments

Codex users debate the new Pet feature

https://community.openai.com/t/codex-users-debate-the-new-pet-feature/1386776
1•Bluestein•15m ago•1 comments

Private AI search across your work

https://chatwithwork.com/
1•janandonly•15m ago•0 comments

UUIDv7 vs. sequences: locality, information leakage, and pagination

https://gist.github.com/janbjorge/bc453f0810ac81ef238d6adbf8f4989b
1•jeeybee•17m ago•0 comments

AI Girlfriend Paradox: Actual users are more likely to call it cheating

https://aigirlfriend.coach/ai-relationship-survey/
3•mzahir•17m ago•1 comments

Show HN: A Proxy between LLMs and MCP servers with policy the model cannot reach

https://github.com/SenteLabsAI/extensible-mcp
2•banuakman•21m ago•0 comments

Two giant warming patterns are brewing in the Pacific and warping US weather

https://www.bbc.com/future/article/20260828-two-giant-warming-patterns-are-brewing-in-the-pacific...
2•blondie9x•21m ago•0 comments

When Russia Colonised California

https://www.bbc.com/travel/article/20260828-when-russia-colonised-california
2•freediver•22m ago•1 comments

How are you referring to software + agents?

1•mknarciso•24m ago•0 comments

DTLS 1.3 in Go: An Implementer's Perspective

https://pion.ly/blog/dtls-one-three/
1•Sean-Der•24m ago•0 comments

Wendell Berry, Kentucky-born author who advocated a simpler life, has died at 92

https://www.nbcnews.com/news/us-news/wendell-berry-kentucky-born-author-advocated-simpler-life-di...
3•mooreds•25m ago•0 comments

I Chose to Ready My Homelab for the Upcoming SSL Certificate Changes

https://linuxcommunity.io/t/how-i-chose-to-ready-my-homelab-for-the-upcoming-ssl-certificate-chan...
2•ashitlerferad•27m ago•0 comments

Repetitive negative thinking is associated with cognitive function decline

https://link.springer.com/article/10.1186/s12888-025-06815-2
2•ike_usawa•27m ago•0 comments

Dyson new electric toothbrush (with camera)

https://discover.dyson.com/en-gb
2•snickmy•27m ago•1 comments

OpenEdit – Open-source, agent-driven editing pipeline

https://github.com/veedstudio/open-edit
2•sabbakeynejad•27m 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)