frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is that bot a Pomeranian or a wolf – and who to sue when it 'bites'?

https://news.harvard.edu/gazette/story/2026/07/is-that-bot-a-pomeranian-or-a-wolf-and-who-to-sue-...
1•brassard•1m ago•0 comments

Frontier coding agents haven't stopped lying about their work – I measured it

https://trustysquire.ai/blog/the-last-mile-is-a-signup-form
1•lunchboxfortwo•7m ago•0 comments

Stripe, Google, Canva, Cloudflare and Higgsfield Are Selling

https://www.saastr.com/how-stripe-google-canva-cloudflare-and-higgsfield-are-actually-selling-in-...
1•jenthoven•7m ago•0 comments

GPT-5.6, Grok 4.5, Claude, and Muse Spark build the same 4 apps

https://www.tryai.dev/blog/gpt-5.6-build-off-12-models
2•hershyb_•7m ago•0 comments

How to Install a Mini Split Air Conditioner Complete Step-by-Step Guide [video]

https://www.youtube.com/watch?v=AQ4EYHNCDzg
1•Bender•10m ago•0 comments

Meta's Teen Safety Case Just Became a $1.4T Existential Threat

https://gizmodo.com/metas-teen-safety-case-just-became-a-1-4-trillion-existential-threat-2000782306
1•dotcoma•10m ago•1 comments

Apple Sues OpenAI for Stealing Trade Secrets to Build AI Hardware

https://www.macrumors.com/2026/07/10/apple-sues-openai/
6•stock_toaster•12m ago•0 comments

The zero-cost fallacy: open-source software in the agentic era

https://www.thoughtworks.com/insights/blog/open-source/zero-cost-fallacy-open-source-agentic-era
2•backlit4034•14m ago•0 comments

GhostLock, a stack-UAF that has existed in ALL Linux distributions for 15 years

https://nebusec.ai/research/ionstack-part-2/
2•djfergus•17m ago•0 comments

Apple Sues OpenAI

https://www.bloomberg.com/news/articles/2026-07-10/apple-sues-openai-for-trade-secret-theft-in-bl...
7•allending•17m ago•1 comments

Two Database Migrations and a Divorce

https://usefathom.com/blog/two-database-migrations-and-a-divorce
3•JsonCameron•18m ago•0 comments

Migrating a production AI agent to GPT 5.6

https://ploy.ai/blog/migrating-a-production-ai-agent-to-gpt-5-6
2•brryant•19m ago•0 comments

Staying in the Game

https://toni.org/2026/07/10/staying-in-the-game/
1•joshbetz•19m ago•0 comments

Apple sues OpenAI, two former employees for trade secrets theft

https://www.reuters.com/legal/litigation/apple-sues-openai-alleging-misappropriation-trade-secret...
7•coloneltcb•20m ago•0 comments

Outcry as Meta lets users make AI images from public Instagram profile pics

https://www.bbc.com/news/articles/cp9lee19y1yo
3•doener•21m ago•2 comments

Building intuition about LLM parameter counts

https://www.gilesthomas.com/2026/07/llm-parameter-counts
2•gpjt•22m ago•0 comments

Coder_eval – an evaluation framework for CLI and Skill builders

https://github.com/UiPath/coder_eval
1•aoetalks•23m ago•0 comments

Ask HN: What data have the frontier AI companies not ingested yet?

1•lysace•23m ago•0 comments

Apple Sues OpenAI, Alleging It Stole Trade Secrets

https://www.wsj.com/tech/apple-openai-lawsuit-f86bd58c
18•m348e912•24m ago•1 comments

Apple sues OpenAI alleging trade secret theft, says scheme was 'at every level'

https://www.cnbc.com/2026/07/10/apple-openai-lawsuit-trade-secrets.html
8•nope96•24m ago•0 comments

What Is Stopping MOFs Being More Widely Used?

https://www.ccdc.cam.ac.uk/discover/blog/what-is-stopping-mofs-being-more-widely-used/
1•giardini•24m ago•1 comments

LingBot-World 2.0

https://github.com/Robbyant/lingbot-world-v2l-2026-07-10/
1•_____k•26m ago•0 comments

Book Review: The Book of Abraha

https://www.astralcodexten.com/p/your-book-review-the-book-of-abraham
2•paulpauper•26m ago•0 comments

Eight of the Nation's Top Last Names Stayed the Same Since 1790

https://www.census.gov/library/stories/2026/04/2020-census-names-data.html
6•paulpauper•28m ago•0 comments

Maura Gillison, Who Transformed the Treatment of Mouth and Throat Cancers, Died

https://www.wsj.com/health/healthcare/maura-gillison-cancer-research-dies-f89b6c90
2•kamaraju•28m ago•0 comments

DOI Restores Clear ESA Enforcement by Rescinding Misguided "Harm" Definition

https://www.doi.gov/pressreleases/department-interior-restores-clear-esa-enforcement-rescinding-m...
2•petethomas•29m ago•1 comments

Software Engineer's Firing Ruled Illegal in a Rare Win for a Tech Worker

https://www.nytimes.com/2026/07/10/business/atlassian-tech-worker-wrongful-termination.html
5•ytpete•30m ago•1 comments

My Jewish Culture

https://american-innocence.com/p/my-jewish-culture
1•paulpauper•30m ago•1 comments

Crawlie Cloud: monitoring for your marketing sites SEO and GEO (+ MCP server)

https://crawlie.dev/
1•seandotexe•34m ago•1 comments

Skillgrade: "Unit tests" for your agent skills

https://github.com/mgechev/skillgrade
1•handfuloflight•34m 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)