json's recent activity
-
Comment on OpenAIβs rogue agents were caught communicating via public wikis in ~tech
-
Comment on Stop Killing The Internet: No digital ID and no age verification in ~tech
json Link Parent"Age when first experienced goatse.cx" is a statistic I never thought would be interesting but I guess it is."Age when first experienced goatse.cx" is a statistic I never thought would be interesting but I guess it is.
-
Comment on Tim Curry, outlandish star of βThe Rocky Horror Picture Show,β dies at 80 in ~movies
-
Comment on What do you call a bun, bacon, some amount of cheese, and two burger patties? (Not a setup to a joke) in ~food
json Link ParentObviously triple mac n cheese is 3 pieces of macaroni pasta in a soup of cheese sauce.Obviously triple mac n cheese is 3 pieces of macaroni pasta in a soup of cheese sauce.
-
Comment on What is the oldest file you still have? in ~tech
json LinkTo use a different context to everyone else so far: I inherited some of my grandpas tools, which included several files from a long time ago. I also have an old Black & Decker heat gun that was...To use a different context to everyone else so far: I inherited some of my grandpas tools, which included several files from a long time ago.
I also have an old Black & Decker heat gun that was made in England. I doubt they make them there anymore.
-
Comment on Your executable is a SQLite database in ~comp
json LinkAll this mention of 'self' reminded me of the Smalltalk variant of the same name. https://en.wikipedia.org/wiki/Self_(programming_language) It would be fun to see a Self interpreter as a S'ELF...All this mention of 'self' reminded me of the Smalltalk variant of the same name.
https://en.wikipedia.org/wiki/Self_(programming_language)
It would be fun to see a Self interpreter as a S'ELF executable.
-
Comment on What programming/technical projects have you been working on? in ~comp
json LinkDoing moron* my self hosted personal finance web app. It's nz specific since it uses Akahu as the data source provider. I just added screenshots to the readme today, using some arbitrary personal...Doing moron* my self hosted personal finance web app. It's nz specific since it uses Akahu as the data source provider.
I just added screenshots to the readme today, using some arbitrary personal finance dataset I found because I don't really want to share screenshots of my own financials.
https://github.com/jason-s13r/money-next
*Claude is doing more on it.
-
Comment on What game are you terrible at? in ~games
json LinkI am not great at most first/third person view games that require quick reflexes or real time fighting. Eg, I like the puzzle stuff of botw etc, but the fighting parts are more annoying than...I am not great at most first/third person view games that require quick reflexes or real time fighting.
Eg, I like the puzzle stuff of botw etc, but the fighting parts are more annoying than enjoyable.
-
Comment on ha.mr: a link compressor in ~comp
json LinkArbitrary video I'm watching: Using text: "Output is the same length as the input" https://youtu.be/xlM8X7KHveE http://ha.mr/#n,C~hpwX=R%5DX22 Using emoji "Output is 31% smaller than the input"...Arbitrary video I'm watching:
Using text: "Output is the same length as the input"
https://youtu.be/xlM8X7KHveE http://ha.mr/#n,C~hpwX=R%5DX22Using emoji "Output is 31% smaller than the input"
https://youtu.be/xlM8X7KHveE http://ha.mr#ππ€πΎπ€·ββοΈπ€΅π»π©π»βπ€βπ¨πΌπΆπ½ββ‘οΈπ¨βπ¦―ββ‘οΈπ¨π½ββ€οΈβπβπ¨π» http://ha.mr/#%F0%9F%93%80%F0%9F%A4%99%F0%9F%8F%BE%F0%9F%A4%B7%E2%80%8D%E2%99%80%EF%B8%8F%F0%9F%A4%B5%F0%9F%8F%BB%F0%9F%91%A9%F0%9F%8F%BB%E2%80%8D%F0%9F%A4%9D%E2%80%8D%F0%9F%91%A8%F0%9F%8F%BC%F0%9F%9A%B6%F0%9F%8F%BD%E2%80%8D%E2%9E%A1%EF%B8%8F%F0%9F%91%A8%E2%80%8D%F0%9F%A6%AF%E2%80%8D%E2%9E%A1%EF%B8%8F%F0%9F%91%A8%F0%9F%8F%BD%E2%80%8D%E2%9D%A4%EF%B8%8F%E2%80%8D%F0%9F%92%8B%E2%80%8D%F0%9F%91%A8%F0%9F%8F%BBWhat.
-
Comment on New label suggestion: a removable "One-sided" label that gradually reduces the comment's visibility in ~tildes
json Link ParentCan at least see historic versions of that page using wayback machine. 12k users in 2020 to 25k today. 12k in August 2020: https://web.archive.org/web/20200814051620/https://ts.bauke.xyz/ 21k in...Can at least see historic versions of that page using wayback machine. 12k users in 2020 to 25k today.
- 12k in August 2020: https://web.archive.org/web/20200814051620/https://ts.bauke.xyz/
- 21k in June 2023: https://web.archive.org/web/20230629161651/https://ts.bauke.xyz/
- 24k in September 2023: https://web.archive.org/web/20230925232856/https://ts.bauke.xyz/
- 25k in December 2024: https://web.archive.org/web/20241208001033/https://ts.bauke.xyz/
- Latest snapshot, May 2026: https://web.archive.org/web/20260518214641/https://ts.bauke.xyz/
So the user count doubled in mid 2023 as a result of Reddit's API changes, and has been stable since then.
https://en.wikipedia.org/wiki/Reddit_API_controversy -
Comment on Is it time to include pronouns? in ~tildes
json Link ParentHaha, sniped! I just switched tab after finding this commit so I could say the same thing.Haha, sniped! I just switched tab after finding this commit so I could say the same thing.
-
Comment on What programming/technical projects have you been working on? in ~comp
json LinkI discovered the Ubuntu forums post archive on GitHub and wanted to see my old posts from 2006-2009 when I was active there. Search results for my username only turned up one entry where it was...I discovered the Ubuntu forums post archive on GitHub and wanted to see my old posts from 2006-2009 when I was active there.
Search results for my username only turned up one entry where it was quoted in someone else's comment, and I didn't find a browse or search for posts made by a user.
So I cloned the archive, used ag to grep for
/Posted by .* on \d\d\d\d-\d\d-\d\d/and build a ~1gb text file where each line contains thread file name, comment author's username, and date posted.This allowed for subsequent processing to build an index for any username.
I let Claude make the Python script to process the 1gb file into markdown index file for a user.
It can create an index for every user, but probably not a good idea to create so many files.https://github.com/jason-s13r/ubuntuforums-by-user/blob/main/by-user/m/master5o1.md
I was certainly a dip shit at times.
-
Comment on Watch orcas ram a sunfish so hard it explodes in ~enviro
-
Comment on What programming/technical projects have you been working on? in ~comp
json LinkBuilding my own personal finance web app using Next.js. Well, mostly Claude, but still. It's turning out great. Gets banking data from Akahu.nz and displays categorised breakdowns in tabular and...Building my own personal finance web app using Next.js. Well, mostly Claude, but still. It's turning out great.
Gets banking data from Akahu.nz and displays categorised breakdowns in tabular and chart forms.
-
Comment on Tildos, let's be unserious for a while; show us your dankest memes and god-tier shitposts! in ~talk
-
Comment on Zig creator weighs in on the Bun Rust rewrite in ~comp
json Link ParentSome people think they can get away with being as abrasive or more so than Linus Torvalds but with none of the prestige or tact.Some people think they can get away with being as abrasive or more so than Linus Torvalds but with none of the prestige or tact.
-
Comment on Generals.io: a simple yet very cool online real time strategy game in ~games
json LinkOh shit, it's an EmpireAttack clone. My friends and I used to do all nighters on the multiday teamed games about 15 years ago πOh shit, it's an EmpireAttack clone.
My friends and I used to do all nighters on the multiday teamed games about 15 years ago π
-
Comment on US releases powerful Anthropic model Mythos to some US companies in ~tech
-
Comment on Should the plural of "milf" be "milfs" or "milves"? in ~humanities.languages
json Link ParentThe collective noun for a multiple of TimothΓ©e Chalamet is a contest.The collective noun for a multiple of TimothΓ©e Chalamet is a contest.
-
Comment on How much of an echo chamber is Reddit/the internet, really? in ~tech
json Link ParentI am probably guilty of this sometimes. Where there's a focus on the technical points and not the story in the text. The beats moving from one point to the next, disjointed and without good flow...I am probably guilty of this sometimes.
Where there's a focus on the technical points and not the story in the text. The beats moving from one point to the next, disjointed and without good flow and structure.
If we're speculating like this then it is certain that any government security agency with the budget and adequate level of control/coercion over the models or model providers is doing the same.