frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The dordolec, the 'evil eye' and superstition in Albania

https://michaelharrison.org.uk/2013/05/the-dordolec-the-evil-eye-and-superstition-in-albania/
1•jruohonen•22s ago•0 comments

The Fake Pilot (2010)

https://www.news.com.au/travel/travel-updates/fake-pilot-thomas-salme-says-passengers-were-never-...
1•redbell•1m ago•0 comments

The making of the digital twin of the Panorama of the Battle of Murten

https://www.epfl.ch/labs/emplus/projects/terapixelpanorama/murten-panorama-digital-twin-scanning-...
1•ano-ther•1m ago•0 comments

GPT-5.6: The System Card

https://thezvi.substack.com/p/gpt-56-the-system-card
1•7777777phil•1m ago•0 comments

City counsellors under fire for AI Orange Line map [video]

https://www.youtube.com/watch?v=MmLikQaka8E
1•functionmouse•2m ago•0 comments

'Crypto vs. community': local US lenders join forces to fight 'stablecoins' law

https://www.theguardian.com/technology/2026/jun/28/crypto-v-community-local-lenders-fight-stablec...
1•biorach•3m ago•0 comments

Clean GitHub repo tricks AI coding agents into running malware

https://www.bleepingcomputer.com/news/security/clean-github-repo-tricks-ai-coding-agents-into-run...
1•Brajeshwar•5m ago•0 comments

What is your most fascinating tech used in Formula1(F1)?

1•adithyaharish•6m ago•0 comments

Michigan bill would bar employers from requiring after-hours coms with workers

https://www.cbsnews.com/detroit/news/workplace-boundaries-act-employees-after-hours/
2•cebert•7m ago•1 comments

5k Restaurant Menus, Years 1880-1920

https://pudding.cool/2026/06/menu-collection/
1•xbryanx•8m ago•0 comments

Show HN: I built an AI fence visualizer

https://www.fencepreview.com/
1•atharvtathe•11m ago•0 comments

Are there any features modern Anime AI lacks

1•anitroves•11m ago•0 comments

Report on the State of Scholarship in the Humanities [pdf]

https://cdn.vanderbilt.edu/vu-wpfsx/wp-content/uploads/sites/51/2026/06/State-of-Scholarship-Repo...
1•loughnane•11m ago•0 comments

EU to legislate about Chat Control behind closed doors

https://www.patrick-breyer.de/en/double-threat-to-private-communications-undemocratic-chat-contro...
3•NeutralForest•12m ago•0 comments

Build Your Own IP Geolocation Setup Without the SaaS Tax in an Afternoon

https://kerochan.lol/blogs/ip.html
1•petee•13m ago•0 comments

North Korea dictator Kim Jong Un is illegitimate because his mother was Japanese

https://www.bbc.com/news/articles/cpvp3xn489no
3•ck2•14m ago•1 comments

Flock cameras track more than your license plate, and they're spreading fast

https://www.engadget.com/2203000/flock-cameras-recording-license-plate/
32•SanjayMehta•17m ago•1 comments

In the AI era, be a builder or a seller, not a measurer

https://www.businessinsider.com/ai-tech-jobs-builder-seller-not-measurer-cloudflare-2026-6
1•backlit4034•18m ago•0 comments

Show HN: Clanker TV

https://botflix.tv/
1•jshaivitz•22m ago•0 comments

Show HN: A live (natural language) interpreter / translator

https://www.liveterp.com/
1•TroubleSprouter•23m ago•0 comments

Who will be the senior engineers of 2036?

https://www.linuxfoundation.org/blog/who-will-be-the-senior-engineers-of-2036
1•nezhar•24m ago•0 comments

Global recession and the end of the middle class: What 'AI exuberance' could do

https://www.smh.com.au/politics/federal/global-recession-and-the-end-of-the-middle-class-what-ai-...
2•thedays•24m ago•0 comments

Dependently typed Clojure DSL with a Lean4 compatible kernel

https://github.com/replikativ/ansatz
1•yogthos•24m ago•0 comments

Reinforcement learning towards broadly and persistently beneficial models

https://alignment.openai.com/beneficial-rl/
1•gmays•24m ago•0 comments

What Happens When You Delete the Pauses from Your Day

https://www.reworked.co/employee-experience/ai-may-be-eliminating-the-routine-your-brain-needs/
1•eustoria•25m ago•0 comments

Claude Code turned every engineer into three. Now companies need more PMs

https://venturebeat.com/infrastructure/claude-code-turned-every-engineer-into-three-now-companies...
1•champagnepapi•25m ago•0 comments

Our Favorite Reddit Apps for Android in 2026

https://www.lifewire.com/reddit-apps-for-android-8773696
1•eustoria•25m ago•0 comments

AI coding token costs are on track to rival human payroll

https://www.cio.com/article/4189149/ai-coding-token-costs-are-on-track-to-rival-human-payroll.html
2•eustoria•26m ago•0 comments

Panopticon for all, can AI automate privacy?

https://blog.1001ud.me/ideas/thoughts/the-panopticon-for-all
1•lekan_digital•27m ago•1 comments

Hengefinder

https://hengefinder.com/
1•bookofjoe•29m 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!