#json
aaaaa psychological damage inflicted by trying to deserialize json in rust AAAAA
November 14, 2025 at 9:24 PM
you will surely not regret a 32 megabyte JSON file.
November 14, 2025 at 10:32 AM
Best way to send data from server to web page?

My current favorite:
I'm sorry, upgrading homebrew no longer involves git now, it involves downloading a 32 megabyte JSON file ????
November 14, 2025 at 10:30 AM
🔑Dwellings 1.4.0: JSON export and improved stairs
www.patreon.com/posts/143565...
November 14, 2025 at 4:22 PM
A lot of code is hiding behind this video... I'm using @aseprite.org to generate the spritesheets and .json files for animations, but I didn't want to pull a whole json library into my code so I'm parsing the .json with Python to create text files with just the data I need. #gamedev #indiegamedev
November 13, 2025 at 11:30 PM
Well, this is a first. My Mac crashed because I tried pasting a json dictionary into the terminal
November 14, 2025 at 12:54 AM
I mean, I'm not even saying that to grill the homebrew team. As far as I can tell, 32-megabyte JSON files keep the entire world running.
November 14, 2025 at 10:36 AM
Does anyone know how a difference in OS language might cause Unity to attempt to save a JSON file but, somewhere along the way, instead create a file that's 339 empty space characters and nothing else
November 11, 2025 at 11:10 PM
Another part of today's eclosion is our take on an "ATProto Explorer". There are multiple different versions of these tools in the community now, but we wanted to let you explore in Anisota.

Try it here: https://anisota.net/explorer/did:plc:lcieujcfkv4jx7gehsvok3pr/app.bsky.feed.post/3m554s2zazc2d
November 13, 2025 at 8:22 PM
Finally got around to some more json formatting activity!

- error messaging proof of concept via codespan diagnostics
- handle unexpected control characters
- handles whitespace as per the spec
November 12, 2025 at 6:38 AM
bro what is wrong with me?😭
I'm falling my classes but I can spit out valid json
November 12, 2025 at 8:04 PM
Man, this fucking rocks. I added a post to my @leaflet.pub by pasting a JSON record on @pdsls.dev and saving it there, refreshed the Leaflet page and it's showing up there just fine. ATProto magic ✨

Did anyone make a Markdown importer for Leaflet yet, or do I need to write one?…
November 15, 2025 at 3:33 AM
Microsoft Office ❌ Terminal ✅

🧮 xleak — A TUI Excel spreadsheets viewer.

💯 Supports search, formula display, lazy loading, clipboard & exporting to CSV/JSON.

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/bgreenwell/x...

#rustlang #ratatui #tui #excel #spreadsheet #cli
November 12, 2025 at 7:39 AM
NEW: U.K. Parliament is set to debate the "Repeal the Online Safety Act" petition on Dec. 15th, 2025
petition.parliament.uk/petitions/72...
November 14, 2025 at 4:13 AM
Después de tanto XML, JSON y demás pijadas, volvemos al CSV de toda la vida. Maravilloso.
There seem to be new posts about a format called TOON (Token-Oriented Object Notation), which aims to make communication with LLMs more accurate and token-efficient. Most of them compare JSON to TOON.

Is it just me, or does it basically look like CSV?
November 14, 2025 at 10:31 PM
you could never have this many lexicons on your pds

on a serious note, i should clear these up lol
November 12, 2025 at 9:09 PM
y'know one advantage json has over lots of binary formats is it's quite easy to generate in a streaming manner without intermediate allocations.

this is really one of the main advantages of sentinel termination over length prefixing in general.
November 13, 2025 at 7:44 PM
Weekly development breakdown
November 15, 2025 at 2:49 AM
🔐 #Day30 of #100DaysOfCode
Added a search feature to my Password Manager for quick credential lookup!
Learned JSON read/write, exception handling & custom errors.
Feels more real-world now 💪
#Python #Tkinter #BuildInPublic
November 13, 2025 at 12:17 PM
Took a bit but we got fonts rendering !

day 1: write AngelCode BMFont parser to read .FNT files
day 2: rewrite ResourceLoader to accept non-JSON filetypes
day 3: create GNodeLabel class to render parsed out GResFont
day 4+: buttons! dialogue! text input! the hard part is done so sky's the limit!
November 11, 2025 at 5:51 PM
PostgreSQL has support for the native JSONB data type since version 9.4 - which was released in the year *2014*. SQL Server 2025 will provide a native JSON data type 11 years later... #SQLServer #PostgreSQL #postgres
November 14, 2025 at 4:40 PM
Just published a how-to guide on publishing JSON resume CVs to txtcv from Github Actions #buildinpublic

txtcv.com/guides/publi...
Publish JSON Resume from GitHub Actions | txtcv
In this guide, we will describe how you can publish the contents of your JSON resume backed CV file to txtcv from Github Actions.
txtcv.com
November 11, 2025 at 3:45 PM
JSON has been the standard data exchange format for ages. But it's kind of verbose, especially for use with LLMs. So naturally there's a new kid on the block: TOON, or Token-Oriented Object Notation. Tapas explains how TOON works & why it's useful in AI projects.
www.freecodecamp.org/news/what-is...
November 15, 2025 at 9:01 AM
devtui v0.30 is out!

- 'JSON Repair' TUI and CLI interface was added. Really useful for fixing JSON output from LLMs.
- Also multiple small performance improvements.
November 13, 2025 at 11:42 PM