refactoring is going well. functions shrank, a giant config object appeared. i replaced ‘black’ and ‘white’ with ‘ink’ and ‘canvas’ with hopes of making a color selector in the future.
We've mentioned this before, but now it's official! Retiring the #JSON -based #DNS service frees up resources in many under-resourced locations to serve our users better. So a reason to celebrate as we continuously strive to improve our service!
https://quad9.net/news/blog/quad9-json-based-dns-service-retires-5-may-2025
Does anyone have a good way to create a reasonable visual layout for a mastodon archive of posts? Say like a styled rss feed with post text and thumbnails, and maybe paginated. I'd like a section on my website with at least some of the posts from my other masto acct, searchable via Grav search.
REMINDER!
We are sunsetting our JSON-based DNS lookup service on TCP port 5053 and will retire the service on 5 May, 2025.
https://quad9.net/news/blog/quad9-json-based-dns-service-retires-5-may-2025/
The Incomplete JSON Pretty Printer (Brought To You By Vibes) - Incomplete JSON (such as from a log that terminates unexpectedly) doesn’t parse cl... - https://hackaday.com/2025/04/12/the-incomplete-json-pretty-printer-brought-to-you-by-vibes/ #artificialintelligence #softwaredevelopment #softwarehacks #vibecoding #json
Penpot Design Tokens Highlights
https://peertube.kaleidos.net/videos/watch/0cd65dc5-ec3f-492e-853f-35fb5cd8495c
found, not really a bug, an interesting behavior in C# and @godotengine
When parsing JSON, an int gets parsed to a float. Which probably makes sense, since everything in JavaScript is a float anyways.
But that then breaks the ulong parsing with a wrong format. Don't know if this is a new 4.4 behavior or if it was always this way. In any case it took me a while to find this bug in my code.
#csharp #godot #gamedev #indiedev #Godot4 #programming #programmingtips #JavaScript #json
Hey @ia, when creating a custom theme for #presenter: Is there a way to predefine values for header, footer, logo and metadata in the #json files? Couldn't find anything in the documentation... Thanks!
ActivityPub outboxes are the new RSS / Atom / WebFeed.
You can just read from them to get a JSON feed of someone's posts.
I.e., you do NOT have to implement the full suite of Fediverse protocols, or Follow, or run your own server, or anything else to get someone's posts on the Fediverse — just read from their outbox.