frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Shared Crossword with 1M Words

https://hugecrossword.com/
1•anythingelse•3m ago•0 comments

U.S. Government's Ban on Anthropic Looks Like Punishment Attempt, Judge Says

https://www.wsj.com/tech/ai/u-s-governments-ban-on-anthropic-looks-like-punishment-attempt-judge-...
1•JumpCrisscross•4m ago•0 comments

Show HN: Captain Claw – personal AI workspace

https://captain-claw.com/
1•kstedev•5m ago•0 comments

OpenAI announces plans to shut down its Sora video generator

https://arstechnica.com/ai/2026/03/openai-plans-to-shut-down-sora-just-15-months-after-its-launch/
3•dgrin91•5m ago•1 comments

A generational arena that skips empty slots in bulk using bitsets

https://crates.io/crates/bitarena
1•mehdiakiki•7m ago•0 comments

Noteriv – Free Open-Source Obsidian Alternative

https://github.com/thejacedev/Noteriv
2•JaceDev•8m ago•1 comments

Voidzilla: Insider Trading on War [video]

https://www.youtube.com/watch?v=Iwm4ym9S3p8
2•barbazoo•8m ago•0 comments

Amazon acquires humanoid maker Fauna Robotics

https://www.cnbc.com/2026/03/24/amazon-humanoid-maker-fauna-robotics-sprout.html
1•inaros•10m ago•0 comments

I wanted to build vertical SaaS for pest control, so I took a technician job

https://www.onhand.pro/p/i-wanted-to-build-vertical-saas-for-pest-control-i-took-a-technician-job...
3•tezclarke•11m ago•0 comments

Law focused AI tools for India?

1•3k3h•13m ago•0 comments

OpenAI is shutting down Sora video creation app

https://twitter.com/soraofficialapp/status/2036546752535470382
7•alexgrcs•15m ago•1 comments

Shared Context

https://promptql.io/blog/on-shared-context
1•argo12•15m ago•0 comments

What to Do About Those Menu Item Icons in macOS 26 Tahoe

https://daringfireball.net/2026/03/what_to_do_about_those_menu_item_icons_in_macos_26_tahoe
1•chmaynard•17m ago•0 comments

The 25 states still requiring kids to learn cursive

https://www.popsci.com/diy/states-where-cursive-is-taught/
2•geox•17m ago•1 comments

OpenAI Will Shut Down Sora Video Platform; Disney Drops Plans for $1B Investment

https://variety.com/2026/digital/news/openai-shutting-down-sora-video-disney-1236698277/
5•bhouston•18m ago•1 comments

Arch Linux considers criticism of Age Verification to be a violation

https://xcancel.com/LundukeJournal/status/2035852545864683533#m
3•SockThief•18m ago•1 comments

Disappointing People Early

https://log.andvari.net/disappointing-people-early.html
1•sylvainkalache•19m ago•0 comments

Maine listened to farmers and confronted the PFAS crisis

https://mainemorningstar.com/2026/03/24/maine-listened-to-farmers-and-confronted-the-pfas-crisis/
2•chmaynard•20m ago•0 comments

Vibe physics: The AI grad student

https://www.anthropic.com/research/vibe-physics
3•amai•24m ago•1 comments

LGA firefighting truck involved in collision did not have transponder

https://bsky.app/profile/flightradar24.com/post/3mht7m2f3rc2h
2•_moof•24m ago•1 comments

OpenAI shutters short-form video app Sora as company reels in costs

https://www.cnbc.com/2026/03/24/openai-shutters-short-form-video-app-sora-as-company-reels-in-cos...
11•gradus_ad•26m ago•1 comments

Ask HN: Does the World need more software?

1•Vektorceraptor•27m ago•3 comments

AI Website Redesign

https://shuffle.dev/ai-website-redesign
1•efanpl•30m ago•0 comments

Google Translate breaks sites and Google does not care

https://issues.chromium.org/issues/41407169
2•videototextai•31m ago•1 comments

Disney Exits OpenAI Deal After AI Giant Shutters Sora

https://www.hollywoodreporter.com/business/digital/openai-shutting-down-sora-ai-video-app-1236546...
19•timpera•34m ago•0 comments

Show HN: Watch TV for Free for India

https://tvdekh.com
1•isandeep1995•36m ago•0 comments

My Pragmatic Way to Use Labels in Password Managers

https://martin.sh/my-pragmatic-way-to-use-labels-in-password-managers/
2•showmypost•38m ago•0 comments

How to catch LiteLLM like security issues proactively/reactively?

https://github.com/dinakars777/ai-code-guardian
1•dinakars777•40m ago•0 comments

US SEC's ex-enforcement chief clashed with bosses over cases before leaving

https://www.reuters.com/business/finance/us-secs-ex-enforcement-chief-clashed-with-bosses-before-...
4•breve•40m ago•0 comments

Gl0wFlow – A plain-English scripting language and Rust runtime for AI

https://github.com/nikolakb/Gl0wFlow
2•Gl0wFl0w•40m ago•0 comments
Open in hackernews

Show HN: Updated GiantJSON Viewer – Opening 100GB JSONs on Android (Rust+SIMD)

https://giantjson.com/
3•kotysoft•1h ago
Hey there,

Around 2 months ago I presented my first version of "Giant JSON Viewer" here: https://news.ycombinator.com/item?id=46609592

Now, after a lot of ups and downs, around a hundred bugs squeezed, and deeper testing, I'm proudly presenting a newer version after a complete rework of the Rust core, pumped with some related, privacy-first tools.

First of all, I added a few more common formats: - JSON, NDJSON/JSONL - CBOR (first time convert to JSON) - MsgPack (first time convert to JSON) - HAR (dedicated features for this) - Markdown (straight, open only for view)

Then, I went further with my stress testing... Managed to open a ~100GB JSON file on an S23 Ultra. Previous version crashed. With the reworked indexer, backend, and aux files, it worked! It took 40 mins to index, but worked.

After realizing my compiler optimization mistake, the SIMD finally got its real native power and the first indexing went down to 4-5 mins for 100GB. On a phone! Handling of the file, scrolling, viewing, and jumping to elements are instant after the first indexing.

Search and filter are still (relatively) blazing fast with memchr

Then, to make the app more useful as a daily tool, I started building additional features:

- A rich REST API CLIENT (not fully featured yet, but supports GraphQL, OAuth2, and AWS SigV4).

- HAR analyzer. Since HAR is just JSON, why not utilize my existing backend to take advantage of it? (The first opening takes a bit longer, because apart from the initial JSON indexing, it requires request metadata processing for the filter/search and statistical features).

- Simple MOCK API: Nothing fancy, just host any files on the local network (Wifi, USB-tethering, USB-ethernet) statically.

- Privacy-first handy features: Why would you use online tools and risk sensitive data if you can do it locally? You might have your tools already (js, python, whatever), but if not, I can host a webUI for you from the app on the local network for all these. JWT, small JSON tools like prettify, minify, stringify, unescape, unix timestamp, hash generator... all on your own private webUI, hosted by the app. (Same features available in the app too).

Yes, this is my very first published app ever, and it's only available on Android, sorry. There are still some minor bugs, and 1 major (edge case) issue, but those will be handled too.

If you could take a look and let me know what your first impression is, I'd love to hear HONEST feedback! (I just realized recently how difficult it is to get useful info from users, even bug reports).

This is a freemium app: the JSON viewer section is completely free with no size limits, the export/transform features, api client and tools are paid.

Comments

kotysoft•1h ago
It has a 7-day trial if you apply, but I also have some 30-day trial codes for Google Play. Send me an email with "HN promo" to support [at] giantjson [dot] com and I'll send you a code back (within max 24 hours).
SJ2006iitd•1h ago
I'll do it but first upvote me , I don't have karma