frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Most ArXiv papers contain information never meant to be shared

https://www.nature.com/articles/d41586-026-02057-8
1•bookofjoe•2m ago•1 comments

Foreign Words English Should Steal Immediately

https://commonplacefacts.com/2026/07/11/foreign-words-english-needs/
1•theanonymousone•3m ago•0 comments

World oil demand set for first annual decline since 2020, IEA says

https://www.cnbc.com/2026/07/10/iea-world-oil-demand-declines-iran-war.html
1•geox•5m ago•0 comments

Introduction to Reinforcement Learning and Its Role in LLMs

https://huggingface.co/learn/llm-course/en/chapter12/2
1•tosh•8m ago•0 comments

Fable 5 made a Fireship Video for GPT 5.6 Sol

https://www.youtube.com/watch?v=cSsVNtGPOIg
1•mesmertech•9m ago•1 comments

Forking an Open Source Project

https://codeblog.jonskeet.uk/2026/07/11/forking-an-open-source-project/
1•ingve•9m ago•0 comments

Rollup Table

https://questdb.com/glossary/rollup-table/
1•tosh•11m ago•0 comments

FAA approves first space mirror

https://spacenews.com/fcc-approves-first-reflect-orbital-satellite/
1•stogot•12m ago•1 comments

Reimplementing pf as an eBPF/XDP dataplane on Linux

https://blog.nfsensei.org/the-packet-filter-reborn.html
1•882542F3884314B•13m ago•0 comments

CyberNom: Self-Hosted Threat Intel and SoC Monitoring Platform, Single Go Binary

https://github.com/Hayder-Rzaigui/cybernom-community
1•Hayderrr•14m ago•0 comments

G# – A modern .NET language with Go, Kotlin, and Swift ergonomics

https://davidobando.github.io/gsharp/
1•serial_dev•18m ago•0 comments

Semantic/Hybrid Search in the Browser

https://bart.degoe.de/semantic-search-in-your-browser/
2•bartdegoede•19m ago•0 comments

Show HN: Browser-only tools with no uploads and no accounts

https://toolsdeck.app/
1•biplabwagle•19m ago•0 comments

Two Database Migrations and a Divorce

https://usefathom.com/blog/two-database-migrations-and-a-divorce
1•tosh•23m ago•0 comments

Show HN: Sfotty Pie – A browser-based Atari 8-bit emulator in TypeScript

https://a8.aygun.me
1•cyco130•25m ago•0 comments

If You Want Taste, You're Gonna Have to Eat

https://jxnl.co/writing/2026/07/05/taste/
3•JumpCrisscross•33m ago•0 comments

Ask HN: What are some of the use-cases of the frontier models's max mode?

1•avinoth•35m ago•0 comments

Show HN: Mtg – Arcade games for the terminal, in Rust with Ratatui

https://github.com/modern-terminal-games/mtg
2•funnyfoobar•37m ago•0 comments

The Restraint Problem

https://bartkolendowski.com/writing/the-restraint-problem.html
3•riskcomplex•40m ago•1 comments

Steve Jobs: Let's force Amazon to use our payment system (2010)

https://twitter.com/TechEmails/status/1438188756738191362
1•downbad_•43m ago•1 comments

Show HN: A Figma file viewer for the 333 MHz Sony PSP

https://pocketjs.dev/blog/pocket-figma/
3•doodlewind•47m ago•1 comments

Alice and Mirror Alice [short story]

https://forum.effectivealtruism.org/posts/HtcQcQcTGqhpCJoiY/alice-and-mirror-alice-short-story
1•ClosedPistachio•50m ago•0 comments

Temper – A programming language for libraries translated to all the others

https://github.com/temperlang/temper
1•modinfo•52m ago•0 comments

Networking and the Internet, from First Principles

https://fazamhd.com/mental-models/networking/
47•faza•52m ago•21 comments

Show HN: Yqr – jq-style YAML tool that preserves comments and formatting

https://github.com/zoosky/yqr
1•akapaka•56m ago•1 comments

AI takes two-thirds of venture money, and your odds are still one in six

https://okaneland.com/study/ai-startup-raise-math/
2•ermantrout•57m ago•0 comments

Show HN: Hidetext.sh – encrypted pastebin where the server never sees the key

https://hidetext.sh
1•hidetext•58m ago•0 comments

I guess most useful extention on Chrome for readers I downloaded

https://chromewebstore.google.com/detail/readback-–-save-reading-p/pomfhagjojbnfmgmldkpakfggpdp...
1•scionhat•59m ago•0 comments

New How 3 Years of Experimenting Helped Me Build a Powerful Morning Routine

https://pressearn.it.com/blog/2026/03/11/how-can-i-improve-my-memory-for-studying-2/
1•oibbb•1h ago•0 comments

openpilot 0.11.1

https://blog.comma.ai/0111release/
2•tosh•1h ago•0 comments
Open in hackernews

Show HN: JSON Tapose – A Simple, Client-Side JSON Diff Viewer

https://www.jsontapose.com/
2•handsupmin•1y ago
Hi HN!

I built a simple JSON diff viewer that runs entirely in your browser.

I needed a tool to compare JSONs that was both visually appealing and easy to use, so I made one.

Key features:

- Side-by-side JSON comparison with syntax highlighting

- Works with differently ordered fields (unlike most text editors)

- Client-side only - your data never leaves your browser

- JSON beautify/formatting

- Dark/light themes

- No signup required

Tech stack:

- React + TypeScript

- DaisyUI for styling

- Vite for build

Try it out: https://www.jsontapose.com

Source: https://github.com/handsupmin/json-tapose

I'd love to hear your feedback and suggestions for improvement!

Comments

atmanactive•1y ago
Sounds great, looks good, looking forward to trying it out.

The themes are beautiful. It would be even better if it would respect prefers-color-scheme [0] and automatically switch to one of the dark-mode themes on operating systems configured for dark mode.

https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref...

handsupmin•1y ago
That’s a great idea! I’ll try it. Thanks a lot!