I think he’s supposed to be making vroom noises
- 2 Posts
- 151 Comments
Tenkard@lemmy.mlto Mildly Infuriating@lemmy.world•My password is not accepted because it is too longEnglish6·5 days agoYes I’ve had issues with this as well, since I’m a child I’ve set my password generator length at 69 characters… A small trick I’ve found is to delete and rewrite the last character of one of the two repeated passwords since often the validity check gets triggered on write but not on paste
He also said “it’s residenting evil time”
Thanks I’ll try again. The first results form my search were not really positive, even when filtering for more recent ones.
I don’t think the Xbox controller can be easily used wirelessly on Linux
Tenkard@lemmy.mlto Android@lemdro.id•Nextcloud cries foul over Google Play Store app rejectionEnglish1·9 days agoHe thought you were talking about the process of adding external repositories to fdroid while you were talking about having something scan the app
Tenkard@lemmy.mlto iiiiiiitttttttttttt@programming.dev•Microsoft let the certificate expire for one of their image subdomains.2·12 days agoI use caddy as reverse proxy and you have to do… Literally nothing. Point the domain at your server and write in the Caddyfile
my.domain { reverse_proxy myservice:3000 }
It also supports wildcard certificates for many domain services
Tenkard@lemmy.mlto Steam Deck@sopuli.xyz•Grab eight fantastic Steam Deck games for just $12 and save 95% against the total MSRP1·14 days agoTwo of them on my wishlist, pretty happy about this month
Tenkard@lemmy.mlto Steam Deck@sopuli.xyz•Has the Deck turned *off* any other Steam users?1·15 days agoI was buying everything on gog before the steam deck, it’s a bit more harder to use them on the deck but theyd5fit your use case. Anyway if the developers do not put drm on their games and do not use steam services you can copy their steam install folder between computers. I don’t think it’s really steam fault for something the game developer require themselves.
Tenkard@lemmy.mltoPolitical Memes@lemmy.world•I am shocked, I say. Shocked! Well, not that shocked.314·15 days agoAnother one I noticed is they say shit like “well they’re saying two opposite things, so you cannot know the truth”. Mother fucker, if you dig a tiny bit the truth is out there, waiting for you, but they cannot accept one side is lying (it’s theirs)
The dragon’s comic is one of my favourite
Tenkard@lemmy.mlto Technology@lemmy.zip•Today’s AI can crack second world war Enigma code ‘in short order’, experts sayEnglish15·16 days agoThis is super stupid.
“It would be straightforward to recreate the logic of bombes in a conventional program,” Wooldridge said, noting the AI model ChatGPT was able to do so.
Yeah because AI was trained on the works of Alan Turing and the others. This is like saying that I’m smarter than Turing because I can open a browser and look up how the enigma machine worked while it took months for them.
The rest of the job (the actual decrypting) was made by brute forcing solutions so it has nothing to do with AI. Again, I’m not smarter than old mathematicians because I can fire up wolfram alpha and solve integrals in seconds.
Slop
Tenkard@lemmy.mlto Linux@lemmy.ml•The FOSS 'Someday' Thread: Projects On Your Radar But Not Your System (Yet)2·16 days agoIt’s as easy to install as any other Linux distro now. Then you have to learn all the configurations of course…
I was thinking more about source code, bash scripts won’t run on Unix if you got a crlf and cli editors do not display them differently (by default). Python scripts needed a declaration on top to run with a certain encoding, but the error there is clearer. If you use them as string constants it’s also going to just work internally but may break if you compare them with an external value
Depending on you definition of harmless, I’d randomly replace one character every 1000 with an alternative version, newlines from crlf to lf, spaces, even some printable characters have similar options in other languages
Tenkard@lemmy.mlto Steam Deck@sopuli.xyz•Is upgrading the ssd easy enough that it is worth the cost savings?6·20 days agoPrimary games works fine too for me
I leave it for last, and if I feel full I just don’t eat it. Unless I’m eating it at home, then it becomes bearkfast for the next day
Tenkard@lemmy.mlto Rust@programming.dev•Freeing Up Gigabytes: Reclaiming Disk Space from Rust Cargo Builds21·27 days agoI used to compile zed since there was no Linux binary back then, then I discovered the disk use was 90 GB :|
Was able to put calibre web on nixos. Still trying to build a package that’s not available (piped), but boys is it hard to package java stuff for nixos…