Readit News logoReadit News
retrochameleon commented on The Rise of the Japanese Toilet   nytimes.com/2025/05/29/bu... · Posted by u/Kaibeezy
apwell23 · 3 months ago
I have a question for bidet users. After you powerwash your anus, do you have a towel nearby to wipeoff ?

In india you can just put your clothes on after powerwash because it so hot and dries fast. I am guessing you don't want that in chicago winter.

retrochameleon · 3 months ago
No, I just use (literally) 1-2 square of toilet paper. That's all that's needed to dry off. Because of the incredibly low TP usage, I splurge on nicer TP since having a bidet. A single large pack of TP can easily last many many months, if not an entire year.
retrochameleon commented on Klarna changes its AI tune and again recruits humans for customer service   customerexperiencedive.co... · Posted by u/elsewhen
wqtz · 4 months ago
Here is the secret rule to AI for the guys who really want to use AI to replace "outsourcable" positions, "AI is a helper" not an absolute solution to means.

I have an extensive experience with dealing with Chatbots and hang out in places where people tell everyone AI will not take job while knowing fully well it might alteast take away the job of starbucks drinker sitting next to your cubicle.

Here is the truth, a single AI implementation won't replace a 15 person support team out in Philippines/India, AI won't replace a 8 person team in Michigan, but.... You pick 3 people and tell them to use AI to automate their jobs.... Now that is how you get AI to do stuff.

AI is a helper. Period. Do not let anyone else tell you otherwise. I have dealt with enough support teams to know an AI can surely do a better job than $3 dollar an hour fixed contract 8 hour shift offshore support hand telling me let me escalate your question to our north american team who will be back on monday as my reponse to "Hi" and no that is not a chatbot response.

You get three decently smart guys, and you hint at them use AI to automate your job. You pay these guys the salary of 5 US support desk salary which is equal to 10 offshore support desk salary. Then you can implement AI. You need a human to AI to work. You need a guy to snooze at the steering wheel so when a guy wearing all black jumps in front of your car in the dark road who can atleast come out and call 911. Does not even need to be a smart person. Just someone capable of calling 91. Hear that Uber? What your mckinsey consultant friend from the same frat or you ex-sister in law did not tell you that to you?

AI is not going to do well in full autopilot but that does not mean it is bad. You need someone with reasonable cognition ans allow them to be in full sync. That is the future and complaining about AI won't help you keep a job or cut costs for your business.

---

Now to follow up. When you have established a reasonable framework of AI driven "task execution", you keep doing incremental layoffs. As usual you want your employees to near-burnout. See where that puts you in the next few years

retrochameleon · 4 months ago
I think this is near-future thinking and limited to the current presiding paradigm of "AI" being based on LLMs.

Without some drastic breakthrough in LLMs, I believe "AI is not going to do well in full autopilot" will remain true for the next 5-10 years. Reaching full autonomy is a definite. The question is how long it takes and what innovations have yet to be made needed to achieve the first effective implementation that is able to spread widely.

Unfortunately, I think military applications will push AI the fastest towards truly effective autonomy.

retrochameleon commented on Design for 3D-Printing   blog.rahix.de/design-for-... · Posted by u/q3k
lawn · 4 months ago
What an impressive looking article (I've only skimmed it so far).

I've been meaning to try my hand at CAD and designing models to print but I haven't quite made the jump.

One thing that has given me pause is a good CAD program for Linux, does anyone has any good tips for a complete Newbie where to begin?

retrochameleon · 4 months ago
I use FreeCAD, but it definitely leaves some UX refinement to be desired. There are a couple of web based options like OnShape that seem to work well, too.
retrochameleon commented on Atuin Desktop: Runbooks That Run   blog.atuin.sh/atuin-deskt... · Posted by u/freetonik
0xbadcafebee · 4 months ago
No, I don't want to write Ansible configuration. I don't want to write any configuration. I just want to dump state and restore it. (To put it another way: I want to auto-generate ansible configuration based on an existing system, and then apply that configuration again later)
retrochameleon · 4 months ago
Well now it just sounds like you're describing a system backup and restore.
retrochameleon commented on Atuin Desktop: Runbooks That Run   blog.atuin.sh/atuin-deskt... · Posted by u/freetonik
0xbadcafebee · 4 months ago
If it's local-first then it's already subject to rot. Unless they're running it all in containers? In which case local doesn't matter.

If you want to record a runbook, then record a runbook. You can do that a million ways. Text file, confluence doc, screen recording, shell script, etc. People already don't do that; they're not gonna suddenly start doing it more because your UI is fancier.

Personally, I don't want to sit around all day writing code (or docs) to try to get the system to be like X state. I want to manually make it have X state, and then run a tool to dump the state, and later re-run the tool to create (or enforce) that state again. I do not want to write code to try to tell the computer how to get to that state. Nor do I want to write "declarative configuration", which is just more code with a different name. I want to do the thing manually, then snapshot it, then replay it. And I want this to work on any system, anywhere, without dependence on monitoring a Bash shell for commands or something. Just dump state and later reapply state.

retrochameleon · 4 months ago
It kind of sounds like you're describing Ansible. You use modules for common tasks like ensuring a package is installed, a file is present or has certain content, etc. It's declarative and imdempotent.
retrochameleon commented on Viral ChatGPT trend is doing 'reverse location search' from photos   techcrunch.com/2025/04/17... · Posted by u/jnord
retrochameleon · 4 months ago
I took a crapshot at asking chatgpt how I'd set the clock on my car radio by giving it a picture. Not only did it tell me the correct method, but it identified my radio as a "typical factory radio installed in early 2000 insert make here vehicles."
retrochameleon commented on Cellebrite Puts AI in Cell Phone-Scraping Tool So Cops Can Hallucinate Evidence   techdirt.com/2025/03/18/c... · Posted by u/hn_acker
MichaelZuo · 5 months ago
This comment reads like an AI generated text… which is pretty ironic.
retrochameleon · 5 months ago
Strange. For all the AI I use and AI slop I DO see on the internet, this comment does not seem like AI.
retrochameleon commented on Help Me Help You, Maintainers   matduggan.com/help-me-hel... · Posted by u/zdw
twp · 6 months ago
As the maintainer of several popular open source projects (e.g. https://chezmoi.io), the forms of help I appreciate the most are:

* User support. Answering questions in discussions, social media, and GitHub issues. This helps on multiple levels: it saves me time that I would otherwise have to spend, and builds a community around the project.

* Documentation improvements. Better documentation means less user support work and helps everybody.

* Issue reports with a clear, minimal, way to reproduce the problem.

* Pull requests that follow the contributing guidelines of the project. This means that they follow the project's conventions, include tests, don't break any existing tests, and so on.

I don't write open source software to make money. I write open source software because I enjoy building high-quality software and I get a buzz from helping people.

retrochameleon · 6 months ago
Thanks for your work on Chezmoi! I've been using it for years. Straightforward tool with clear and concise documentation.

Dead Comment

retrochameleon commented on Fabric and craft retailer Joann to go out of business, close all of its stores   apnews.com/article/joann-... · Posted by u/mooreds
diego_moita · 6 months ago
Pessimistic take: it opens a gap to Aliexpress, Temu and Amazon.
retrochameleon · 6 months ago
As others already pointed out, shopping for some types of things like this is just doesn't really work online when you need to feel and judge things with your hands.

I also noticed that lots of online stores have minimum order quantities.

u/retrochameleon

KarmaCake day192April 14, 2023View Original