frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A self-service portal for deploying enterprise AI on-prem

https://portal.vdf.ai/
1•suhaselcuk•6s ago•0 comments

Space Shuttle Endeavour's 20-story vertical display

https://californiasciencecenter.org/about-us/samuel-oschin-air-and-space-center/go-for-stack
1•uticus•10s ago•0 comments

For Whom the Bell Curves

https://hollisrobbinsanecdotal.substack.com/p/for-whom-the-bell-curves
1•HR01•1m ago•0 comments

Best run X account in the Canadian startup world

https://x.com/falcongx_
1•cts-i-cts-d•2m ago•0 comments

OpenCQRS 2 Is There

https://github.com/open-cqrs/opencqrs
2•goloroden•3m ago•0 comments

Bevy – A refreshingly simple data-driven game engine built in Rust

https://github.com/bevyengine/bevy
2•modinfo•4m ago•0 comments

Tar: A slop-free alternative to rsync

https://drewdevault.com/blog/rsync-without-rsync/
2•surprisetalk•4m ago•0 comments

Onplana – ChatGPT and Claude do work through one shared project plan

https://onplana.com/agents
2•Onplana•5m ago•0 comments

Free Software and LLM Contribution Policies

https://www.sicpers.info/2026/06/free-software-and-llm-contribution-policies/
2•grahamlee•6m ago•0 comments

Show HN: Regulo – an adaptive semaphore for saturation control

https://github.com/greenstick/regulo
2•bnjemian•6m ago•0 comments

White House asks OpenAI to limit its next model release

https://www.cnn.com/2026/06/25/tech/openai-limit-release-white-house
2•TechTechTech•7m ago•0 comments

Engineering for Bounded Cognition

https://shapeofthesystem.com/posts/2026/02/03/bounded-cognition
2•supermatt•8m ago•0 comments

Imposter scams led fraud reports to FTC in 2025, causing $3.5B in losses

https://www.cnbc.com/2026/06/26/imposter-scams-led-fraud-reports-to-ftc-in-2025-3point5-billion-l...
2•pseudolus•10m ago•0 comments

The closed-source LLM premium has collapsed

https://runware.ai/blog/the-closed-source-llm-premium-has-collapsed
3•theally•15m ago•0 comments

Codex AI Agent Skill Development for UI Design and Development

https://rapidkt.com/pages/blog/codex_ai_agent_skill_development_for_ui_design_and_development
2•greenpau•18m ago•0 comments

VCupid Skills – AI Fundraising Toolkit for Founders

https://github.com/maxoliverbr/vcupid-plugin
3•maxoliverbr•21m ago•0 comments

Show HN: Verity – self-healing review gate for Claude Code

https://verity.md
3•claudiacsf•22m ago•0 comments

Ant queen lays eggs that hatch into two species (2025)

https://www.science.org/content/article/ant-queen-lays-eggs-hatch-two-species
3•indigodaddy•22m ago•0 comments

How to Set Up and Deploy an OpenClaw AI Agent on a VPS

https://3hcloud.com/blog/how-to-set-up-and-deploy-an-openclaw-ai-agent-on-a-vps
3•Liriel•23m ago•0 comments

Authorized Speed a.k.a. Ruh Roh

https://instantial.substack.com/p/authorized-speed
3•groverbennett•24m ago•0 comments

What Would C. S. Lewis Have Thought of AI?

https://chroniclesmagazine.org/web/what-would-c-s-lewis-have-thought-of-ai/
3•RickJWagner•29m ago•0 comments

High-sensitivity electro snout sniffs out unsafe food

https://newatlas.com/technology/electronic-nose-detect-spoiled-food-allergens/
3•breve•30m ago•0 comments

US at 250 – Why has the US been so successful and can it continue? [pdf]

https://assets.realclear.com/files/2026/06/2902_thematic_research_-_june_24.pdf
3•RickJWagner•30m ago•0 comments

Send OTP Codes over WhatsApp with the Telnyx Verify API

https://telnyx.com/resources/whatsapp-otp-verify-api
3•harpreetseehra•32m ago•0 comments

GCC 14.4 Released

https://gcc.gnu.org/pipermail/gcc/2026-June/248430.html
4•edelsohn•34m ago•0 comments

Exploring retro productivity software: Visual Basic on Windows 3.1

https://stonetools.ghost.io/visualbasic-win31/
5•jnord•34m ago•0 comments

BBC News uses thermal cameras to illustrate heatwave in London

https://www.bbc.co.uk/news/articles/cz9l1n4kn34o
4•xmjw•36m ago•1 comments

Show HN: NT – fly around Git worktrees from your shell

https://github.com/allisonmahmood/NT
3•Allisonmahmood•37m ago•0 comments

Scientists find evidence of hidden magma systems inside Mars

https://phys.org/news/2026-06-scientists-evidence-vast-hidden-magma.html
3•ilreb•39m ago•0 comments

Purchasing non-taxed Cannabis products carry fines now. Nova Scotia

https://news.novascotia.ca/en/2026/06/25/higher-fines-new-offences-support-safe-legal-cannabis-ma...
3•Weered•40m 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)