Hacker Newsnew | past | comments | ask | show | jobs | submit | pityJuke's commentslogin

Don’t encourage his diaper fetish! [0]

[0]: https://bsky.app/search?q=from%3Aedzitron.com+diaper


I thought there would be one or two results, perhaps a result of poor reoccurring phrasing. Nope.

>i'm going to change your diaper and burp you

>Carlito is a very good boy Go piss in your diaper you big baby

>He doesn't care. He is a big baby who filled up his diaper with pee pee and poo poo

>you are a big baby and i am going to change your diaper and burp you <

>To be clear I call executives of multi trillion dollar companies scumbags and if you can't deal with that I'm not sure what to do. Burp you? Change your diaper?

>I am going to change your diaper and burp you

>Yeah man it's real authoritarian to say your second name is doodoo. Go change your diaper you big baby

>Yeah because you're a big baby with a big full diaper

>Hello sir this is your uber outside. I have your order from the diaper store


Is that a fetish, or just idiosyncratic and more aggressive way of mocking someone for being weak/immature/"being a baby"?

Those quotes that I could interpret read more as contempt to me than some kind of role play.


Yeah it’s become a mini-meme amongst the AI folk on Bluesky [0]

[0]: https://bsky.app/profile/dame.is/post/3ltnty3gebs22


"Search is currently unavailable when logged out"

He has this thing where he tries to involve people in his ABDL roleplay without consent.

it’s a dumb joke based on a video of an indian scammer being trolled [0]

[0]: https://youtube.com/watch?v=7mceb_t8EIs


Yes look at this article showing all of the wonderful anti-social behaviour prevented by smart glasses: https://www.bbc.co.uk/news/articles/cx23ke7rm7go

(hint: smart glasses encourage anti social behaviour for online clout.)


This is it - you’ve got to be deliberate in scrolling immediately past anything remotely thirst-trappy, otherwise the algorithm hyperfixates. And then overstay your welcome at the type of content you want to see.

In my experience, it has worked (my discover page is an amalgamation of classic Simpsons, Dropout.tv, and Whose Line Is It Anyway?, while my Reels feed is unhinged in the right way.) But also I’ve stopped using it because my brain was melting.


Oh, Coristine was hired into the government by Elon as a part of DOGE.

Haha yeah if I scroll on my iPhone 15 Pro it literally doesn’t load until I stop.


Daniel is a smart man. He's been frustrated by slop, but he has equally accepted [0] AI-derived bug submissions from people who know what they are doing.

I would imagine Anthropic are the latter type of individual.

[0]: https://mastodon.social/@bagder/115241241075258997


Not only that, he's very enthusiastic about AI analyzers such as ZeroPath and AISLE.

He's written about it here: https://daniel.haxx.se/blog/2025/10/10/a-new-breed-of-analyz... and talked about it in his keynote at FOSDEM - which I attended - last Sunday (https://fosdem.org/2026/schedule/event/B7YKQ7-oss-in-spite-o...).



I've tried several times before to install syncserver using those pip instructions, on multiple platforms, without success.


Just as a counterpoint, to avoid people getting the wrong idea about the complexity involved - I use it and it took literally minutes. The most confusing part was that the sync settings in Ankidroid referred to Ankiweb.


Hey, could you put in an issue, especially regarding the pain points, but also including what 'seems unusual': https://github.com/ankidroid/Anki-Android

It's mostly due to time/resource/technical constraints [some of our strings come from a shared backend], but we can do better here, especially if there's now a lot more community interest in the feature.

Pull requests welcome! Do feel free to get in touch on the issue/Discord.


Was about to do that, but it turned out it's already fixed in the current version - so literally the only minor issue I hit on my way to a custom sync server is resolved already :)


The pip instructions are bad. Typical Python things: Non-reproducible, not involving a proper lock file. Cargo instructions seem not much better, since they are only referring to a tag in the git repo. The installation from "package build" leak user and password in shell history.

Overall this doesn't inspire much confidence in how solid and tested the procedure is.


The page is on GitHub:

https://github.com/ankitects/anki-manual/blob/main/src/sync-...

Full disclaimer - it's a feature which AnkiDroid supports, but isn't one which I use.


I see. I am not claiming, that it is your job to fix that.

On that page though, the same issues are present. The pip install does not make use of any lock file.

    pip install anki
Isn't a command we should be seeing in 2026. Unless it is a one-off experiment setup. There should be proper lock files, not just version numbers, especially in the Python and JS ecosystems this has become less and less acceptable.

    SYNC_USER1=user:pass ~/syncserver/bin/python -m anki.syncserver
Leaks username and password to shell command history. Again, can be fine for a one-off quick hack, but is not a great practice, since the shell command history is not the most secure place to store ones credentials in. This could be easily mitigated by adding leading " " (space), at least in environments I am familiar with, but better would probably be putting the credentials in a config file, so that they never hit the shell command history.

The repo already has a lock file for uv. It would be better to make use of that lock file, when using Python to install. And in fact, when one downloads a release of Anki for desktop and runs it the first time, it does make use of uv, creating a venv, and (unconfirmed) hopefully makes use of the uv lock file.

I see these kinds of issues very frequently in Python projects. As someone, who has previously worked on providing docker images for data science workflows, enabling reproducible research, I am quite sensitive to this. But also I hear from friends, that they are traumatized by Python projects installing things in system python and other shenanigans. In general there seem to be tons of people doing Python projects, who don't have a clear idea of how to make things safe and reproducible, which is giving Python projects in general a bad reputation. All while good solutions to these problems exist and existed for years.


In fairness, Python as an ecosystem doesn't make it clear, either. I used to write a ton of Python back in the v2 days. I came back to Python to write a web crawler in summer 2025 and couldn't believe how it was still a bunch of arcane commands to create a virtual environment and install dependencies and capture the dependencies. Yes, an IDE like Pycharm handles this (thank goodness), but jiminy crickets, why doesn't "pip" refuse to even work until you've done "pip init" which generates a requirements.txt and then every pip install should check for a requirements.txt in the PWD. If it doesn't exist, refuse to install the dep. If the file does exist, append the version of the dep to that file.

It's 2026. Even JavaScript can do this.

pip is the de facto manager for the entire language. It should be better. With Node Package Manager for JS, the installation default is at the project level. You have to do a command line override to install globally.

PIP is the opposite. In fact, the only way to install at the project level is to create a virtual environment and trick PIP into thinking it's installing at the global level!

What language operates like this in 2026? Maven installs at the project level. Unison at the project level. Haskell at the project level. JS/TS at the project level.



As someone who has used Anki for a decade, a thank you to dae for everything. Best of luck in your future endeavours.

With that out of the way, some thoughts:

- Anki is in a really good position to work around enshitification. The app, at least to me, is "complete" - the only additional features that might pique my curiosity is a different scheduler (at the moment, they're integrating a newer one, although I don't follow enough to know the state of it). Additionally, modern Anki is really well architected: the core of it is a Rust library, that is used by all of the platforms [0]. You can write new front ends using that, or just fork the existing FOSS ones. Maybe dae does a gorhill and gives us Anki Origin.

- Really the only service-y part of Anki I use is AnkiWeb, which is basically a backup and sync system. Wonder how that'll evolve (if they do end up charging for it, I hope it is "Obsidian" reasonable). EDIT: Ooo, Anki has public server software for running your own version. Awesome! [1]

- The idea outcome in my opinion would have been some form of charitable organisation (Linux Foundation?), with people donating to support Anki.

- So, AnkiHub is a company that produces Anki flashcards, and they've scaled that quickly? Jeez. Obviously Quizlet proved there was a market for flashcards, but I didn't realise this was possible for Anki.

- No outside investment is... hopeful. Not quite sure what indicates that this company has the technical know-how to maintain it.

- I've heard too many stories of a maintainer or creative being "hopeful" about their new acquirers, only to regret it years down the line.

[0]: https://news.ycombinator.com/item?id=46299897

[1]: https://docs.ankiweb.net/sync-server.html


> make a core lib with all the nuts and bolts which devs build clients around

That is modern Anki. The core is a Rust library, which all the clients (desktop, web, Android and iOS) use. [0]

[0]: https://news.ycombinator.com/item?id=46299897


I learned something today, thank you.

Even so, I believe there's room for another open competitor or two in this space.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: