frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Plagiarismremover.ai – A Free AI Plagiarism Remover

https://plagiarismremover.ai/
2•PlagiarismRem•3m ago•0 comments

What I learned building a Multi-Agent System

https://davide.im/posts/multi-agent-system/
2•vector3•4m ago•0 comments

Show HN: Lensboy – Lightweight camera calibration with spline distortion models

https://github.com/Robertleoj/lensboy
1•robertleoj•7m ago•0 comments

Goodbye P < 0.05. P-value is simply one among many to gauge scientific evidence

https://www.sciencedirect.com/science/article/abs/pii/S1878788626000159
1•XzetaU8•7m ago•0 comments

Show HN: Nano Banana 2 Playground – text-to-image and image-to-image demo

https://nanobanana-2.xyz
1•iamouyang•9m ago•0 comments

Show HN: I built a headless bot to automate SaaS directory launches (and AI SEO)

https://signalscan.eu
1•Ben_Tycho•9m ago•0 comments

WatchGuardian: Enabling User-Defined Just-in-Time Intervention on Smartwatch

https://dl.acm.org/doi/10.1145/3788689
1•brandonb•16m ago•0 comments

California Becomes Latest State to Weigh Balcony Solar Legislation

https://www.bloomberg.com/news/newsletters/2026-01-30/california-becomes-latest-state-to-weigh-ba...
1•bilsbie•17m ago•0 comments

Show HN: Audio Toolkit for Agents

https://github.com/shiehn/sas-audio-processor
1•stevehiehn•18m ago•0 comments

Archiving my tweets in my own blog

https://solmaz.io/x/2027708131254387017/
1•hosolmaz•18m ago•0 comments

Show HN: Chromectl – CLI to give an AI agent its own Chrome session

https://github.com/BartlomiejLewandowski/chromectl
1•bartek_gdn•19m ago•0 comments

Cursor built this 5 min 3 round Wordle

https://apps.apple.com/us/app/fastdle/id6739634096
1•triviatroy•20m ago•1 comments

Show HN: SkillMesh (role-based tool routing for Claude/Codex)

https://github.com/varunreddy/SkillMesh
2•VarunReddy023•21m ago•0 comments

Living with Hyperphantasia

https://www.theguardian.com/science/2026/feb/28/living-with-hyperphantasia
1•bookofjoe•21m ago•0 comments

Ask HN: What can humans do that intelligent machines will not be able to do?

1•cs702•22m ago•0 comments

Show HN: Delta – A disk space analyzer that tracks where your disk space went

https://github.com/chuunibian/delta
1•zerfallen•23m ago•1 comments

Think of BigConfig Package as 'Helm for Everything'

https://www.bigconfig.it/use-cases/package/
1•amiorin•25m ago•0 comments

The Epstein Files and the Epstein Class

http://colabopad.blogspot.com/2026/03/the-epstein-files-and-epstein-class.html
4•Edmond•27m ago•0 comments

Background Agents

https://background-agents.com/
2•thebuilderjr•27m ago•0 comments

Show HN: Videolyti – Free video downloader with built-in AI transcription

https://videolyti.com/en
1•coder_decoder•28m ago•0 comments

NIST to introduce restrictions on non-US citizens

https://physicstoday.aip.org/news/nist-to-introduce-restrictions-on-non-us-citizens
2•bikenaga•28m ago•0 comments

Ask HN: Vibecoding feels like playing golf, wdyt?

2•julienreszka•30m ago•0 comments

Is Nvidia's post-Rubin roadmap shifting toward inference-first architectures?

https://www.buysellram.com/blog/nvidia-next-gen-feynman-beyond-training-toward-inference-sovereig...
1•jamesbsr•30m ago•1 comments

My Favorite 39C3 Talks

https://asindu.xyz/my-favorite-39c3-talks/
2•max_•33m ago•0 comments

Bolt.gives Introduces Free, Agentic AI Coding Platform

https://github.com/embire2/bolt.gives
2•embire2•34m ago•0 comments

Bad Thing Insurance – Coverage for alien abduction, rogue black holes, and AGI

https://badthing.xyz/
2•rooster666•34m ago•1 comments

Fast-Servers: An Interesting Pattern?

https://geocar.sdf1.org/fast-servers.html
2•signa11•35m ago•0 comments

Reverse engineering "Hello World" in QuickBasic 3.0

https://marnetto.net/2026/03/01/brun-hello-world
2•alberto-m•36m ago•2 comments

Driftwood – friendly AppImage manager for Linux

https://apps.lashman.live/driftwood/
1•bovermyer•37m ago•0 comments

Cielab Color Space

https://en.wikipedia.org/wiki/CIELAB_color_space
1•vinhnx•40m ago•0 comments
Open in hackernews

Super Lightweight Data Management

1•snappr021•10mo 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)