- 0 Posts
- 5 Comments
Joined 2 months ago
Cake day: August 10th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Ftumch@lemmy.dbzer0.comto Linux@lemmy.world•The amount of mental gymnastics to come up with (and justify) this is insaneEnglish3·7 days agoI installed Windows 11 Pro 24H2 yesterday and the oobe\bypassnro trick worked for me. You just have to make sure no ethernet cable is connected. Then if you tell the installer you have no internet, it’ll let you create a local account.
The SR-71 is really fast and sleek, sure, but how can it be your favourite when it doesn’t even have a massive gun that goes BRRRRRRRRRRRRRRRRRRRRRRRRT!..?
Ftumch@lemmy.dbzer0.comto Ask Lemmy@lemmy.world•Looking to change to a Linux-based OS on a laptop, but I don't really understand coding so I haven't tried any of them. Is LinuxMint a good place to start?102·2 months agoUsing the command prompt is not coding.
Ackshually, whenever you write something into the command prompt and it works, you’re writing valid Bash (or whatever shell you’re using) code. Bash is a programming language, so technically you are coding.
For example, try typing the following into a terminal:
for ((i = 0; i < 10; i++)); do echo $i; done
You just counted to nine using a loop and a variable!
Starship Titanic comes to mind, though the text parser is only used to talk to characters.
You might also enjoy playing around with KathaaVerse. It uses AI (LLM) to turn any book into a text adventure. Last time I tried it, a lot of the time it felt more like playing a fever dream than an internally consistent story, though.