frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I tracked 7,022 MCP tool definitions. 14 servers changed within 27 hours

https://github.com/GautamTalksDev/mcp-pin/blob/main/docs/findings/2026-09-03-schema-drift.md
1•GautamTalksDev•1m ago•0 comments

GLP-1s Are Being Linked to Fewer Serious Infections, Including TB

https://gizmodo.com/ozempic-and-other-glp-1s-are-being-linked-to-fewer-serious-infections-includi...
1•gumby•2m ago•0 comments

Rich vs. King in the Real World: Why I sold my company

https://longform.asmartbear.com/rich-vs-king-sold-company/
1•gmays•4m ago•0 comments

Matching Features, Not Tokens: Energy-Based Fine-Tuning of Language Models

https://energy-based-fine-tuning.github.io/
1•E-Reverance•5m ago•0 comments

Blockchain und Bitcoin erklärt in 6 Episoden – Episode 4

https://medium.com/@chris.ahrweiler/blockchain-und-bitcoin-erkl%C3%A4rt-in-6-episoden-episode-4-e...
1•docjojo•5m ago•0 comments

Jenzin-Wuang-Nemotron-30B-A3B-BF16

https://huggingface.co/ApolloRaines/Jenzin-Wuang-Nemotron-30B-A3B-BF16
1•Apollo_R•6m ago•1 comments

Perhaps I should look up the statute of limitations

https://lars.ingebrigtsen.no/2026/09/03/perhaps-i-should-look-up-the-statute-of-limitations/
1•TMWNN•7m ago•0 comments

Flock Taught Cops How to Surveil No Kings Protesters

https://www.404media.co/flock-taught-cops-how-to-surveil-no-kings-protesters/
2•text0404•7m ago•0 comments

The World in Which We Live

https://nntaleb.substack.com/p/the-world-in-which-we-live
1•paulpauper•11m ago•0 comments

Scaling AI: The Communication Wall

https://www.aaravwattal.com/blog/c2c-interconnect/
1•matt_d•12m ago•0 comments

Models Don't Go Rogue

https://mail.cyberneticforests.com/models-dont-go-rogue/
2•cdrnsf•13m ago•0 comments

Methods for Random Gradients

https://justinjay.wang/methods-for-random-gradients/
1•nickswalker•13m ago•0 comments

Relativistic Lightsail Propulsion Dynamics

https://arxiv.org/abs/2606.04052
1•rbanffy•14m ago•0 comments

Linked Lists in the Linux Kernel

https://0xax.dev/books/linux-inside/linux-datastructures-1
1•matt_d•14m ago•0 comments

How workers feel about AI in 2026

https://www.glassdoor.com/blog/how-workers-feel-about-ai-2026/
1•cdrnsf•14m ago•0 comments

A Stranger's Pull Request Almost Stole My Cloud Credentials

https://medium.com/@malaviyadhruv05/a-strangers-pull-request-almost-stole-my-cloud-credentials-15...
1•syumei•15m ago•0 comments

Nobody's model supplier is neutral infrastructure

https://taskpool.ai/blog/nvidia-hugging-face-acquisition
1•Taskpoolai•15m ago•0 comments

Sanders-Casar Ban Artificial Superintelligence Act. I [Gary Marcus] Oppose It

https://garymarcus.substack.com/p/the-new-sanders-casar-ban-artificial
1•mdp2021•15m ago•0 comments

ChatGPT, Reddit, and Roblox Given Four Months to Meet New EU Censorship Rules

https://reclaimthenet.org/chatgpt-reddit-roblox-eu-dsa-obligations
1•anonymousiam•16m ago•0 comments

CDC is still counting 2 measles deaths RFK Jr. ordered it to delete

https://arstechnica.com/health/2026/09/reports-rfk-jr-ordered-measles-deaths-deletion-cdc-still-s...
1•doener•17m ago•1 comments

Gandi uses Spamhaus against its own customers

https://docs.gandi.net/en/gandimail/faq/error_types/blocked_using_sbl_xbl_spamhaus_org.html
1•dewanee•18m ago•1 comments

Tim Cook donated $1M to Trump's inauguration

https://bsky.app/profile/rbreich.bsky.social/post/3munhxxqhqm2n
4•doener•19m ago•0 comments

Superlogical Server Memory Optimizations Overview [video]

https://www.youtube.com/watch?v=T5gV6anSt-4
1•bbg2401•22m ago•0 comments

Distributed PyTorch Profiling

https://zhenyu.github.io/2026/09/02/why-a-gpu-profiling-capture-turned-into-a-distributed-systems...
1•asaiacai•23m ago•0 comments

Performance Characterization of SPEC CPU 2026 on AMD EPYC 9755 "Zen 5" Processor

https://arxiv.org/abs/2609.01527
1•matt_d•24m ago•0 comments

Google DeepMind Just Rolled Out Its Most Accurate AI Global Weather Model

https://gizmodo.com/google-deepmind-just-rolled-out-its-most-accurate-ai-global-weather-model-200...
2•Aboutplants•25m ago•0 comments

Ask HN: Who is using FPGA for ML inference?

2•softwarewright•25m ago•0 comments

Ask HN: iPhone Camera on indicator.

1•zahirbmirza•28m ago•0 comments

These websites Have Been Seized

https://seized.fyi/
1•Cider9986•29m ago•0 comments

NVIDIA's Acquisition of HuggingFace was for $HuggingFace

2•MontagFTB•31m 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)