history | grep 'gre[p]' | less -S
baltakatei
/ˈbɑːltəkʊteɪ/. Knows some chemistry and piping stuff. TeXmacs user.
Website: reboil.com
Mastodon: [email protected]
- 0 Posts
- 22 Comments
Because their programmers are too busy to RTFM themselves to properly write a decent FM.
Is this that thin little block holding up the Internet?
baltakatei@sopuli.xyzto
Mildly Infuriating@lemmy.world•My password is not accepted because it is too longEnglish
5·6 months agoIn my opinion, an acceptable password length should be
Linln(alphabetSize^L)/ln(2) = (B bits of entropy). For a Bech32 character set (since it excludes ambiguous characters),alphabetSize = 32. A good password should have been 96 and 256 bits of entropy, with 128 bits being my personal preference. This meansL = (B)*ln(2)/ln(alphabetSize) = 128*ln(2)/ln(32) = 25.6 = 26 characters.That’s… pretty close to what OP said they were restricted to, so maybe the person who set the 24 character restriction used a similar methodology.
baltakatei@sopuli.xyzto
Mildly Infuriating@lemmy.world•The road they drove to dump this trash literally takes to the landfillEnglish
4·6 months ago“I dumped the trash outside the environment.” “Into another environment?” “No, I dumped it beyond the environment. It’s not in the environment.”
baltakatei@sopuli.xyzto
Programmer Humor@programming.dev•muskrat's data eng expert's hard drive overheats while processing 60k rows
9·8 months ago“I read a book with a typo once. Libraries are a scam.”
baltakatei@sopuli.xyzto
Selfhosted@lemmy.world•I threw away Audible’s app, and now I self-host my audiobooks - Ars TechnicaEnglish
4·8 months agoAudioAnchor + Syncthing for Android via F-Droid has been my mobile audiobook app stack. Takes some setting up and concatenating audiobook mp3s into mkv’s for convenience, but I haven’t had to touch it since… 2020?
baltakatei@sopuli.xyzto
Programmer Humor@programming.dev•I want a programming language that supports German style composite words
4·9 months agoPOV: ESL programmers
baltakatei@sopuli.xyzto
Mildly Infuriating@lemmy.world•Amazon Artificially Discounting Items $0.01 Below the Free Shipping LimitEnglish
3·10 months agoFor an academic text on this subject with footnotes, I recommend Chokepoint Capitalism (2022) by Rebecca Giblin and Cory Doctorow. It calls what you describe “moat buulding” and an “anti-competitive flywheel”.
baltakatei@sopuli.xyzto
Mildly Infuriating@lemmy.world•The fact that this is a real image is infuriatingEnglish
18·10 months agoThe US didn’t even get the excuse of being forced to pay obscenely high war reparations to justify their fascism. Instead, it’s dissatisfaction with inflation which, in turn, is the predictable combination of the exponential depletion of scarce resources (real estate, water) and the consolidation of property into the hands of an ultra wealthy minority. If one must frame the emergence of fascism in a “war” context, then the cause is plutocrat beligerantes strategically fighting a social class war while most of everyone else think it’s a culture war.
“Create a python script to count the number of
rcharacters are present in the stringstrawberry.”The number of 'r' characters in 'strawberry' is: 2
Based on my cheatsheet, GNU Coreutils, sed, awk, ImageMagick, exiftool, jdupes, rsync, jq, par2, parallel, tar and xz utils are examples of commands that I frequently use but whose developers I don’t believe receive any significant cashflow despite the huge benefit they provide to software developers. The last one was basically taken over in by a nation-state hacking team until the subtle backdoor for OpenSSH was found in 2024-03 by some Microsoft guy not doing his assigned job.
Nvidia: I have altered the deal, pray I do not alter it further.
baltakatei@sopuli.xyzto
Mildly Infuriating@lemmy.world•I have to pay extra to remove ads from Prime VideoEnglish
1·2 years agoAmazon Prime is meant to invoke the sunk cost fallacy in your mind. Why shop around when you’ve already sunk over 100 USD per year into “free” shipping? This mental bias towards shopping with Amazon is the cost and is part of an overall anti-competitive strategy. See “The making of Amazon Prime, the internet’s most successful and devastating membership program”. Jeff Bezos has been explicitly anti-competitive on this point:
“I want to draw a moat around our best customers.”
You don’t leave a moated walled garden unless the Lord who maintains the moat permits you. And even then, they’ll strip you of your DRM’d digital goods (TV shows, movies, audiobooks, ebooks) as soon as you cross the drawbridge. The strongest supporters of Amazon are the ones who have thousands of USD of such digital goods locked up with them since they can’t leave without being stripped of things they bought.
Ultimately, the quality of your work is a function of you and your resources. Corruption and miscommunication plague all management systems. Corrupt management siphons resources away from otherwise good work. Government bureaucracy is another layer of management like any other. Customers are not just consumers but working people like you.
Hang in there.
baltakatei@sopuli.xyzto
Programmer Humor@programming.dev•Some people just wake up and choose violence
1·2 years agoWhat’s with that si parameter?
baltakatei@sopuli.xyzto
Technology@beehaw.org•Tor’s shadowy reputation will only end if we all use it | Engadget
12·2 years agoI imagine more people would use Tor if they could get paid to provide bandwidth (like Orchid as described on FLOSS Weekly 633).
baltakatei@sopuli.xyzto
Selfhosted@lemmy.world•[Question] about the security basicsEnglish
2·2 years agoMaybe try out FreedomBox?
freedomboxis a Debian package which automatically sets upapache2,firewalld,fail2banand Letʼs Encrypt. It also automatically adds pre-canned configuration files for applications you install with it (e.g. Mediawiki, WordPress, Matrix, Postfix/Dovecot). The theoretical goal of FreedomBox is to allow anyone to set up a webserver and administer it via a webUI. So, although I would say itʼs not quite there yet for command-line-illiterate users, I have found the software useful as a turnkey server to see what makes certain web applications tick, albeït in mostly vanilla form.For example, after installing a new app like WordPress, you could examine what exactly the FreedomBox scripts changed in the
/etc/apache2/or/etc/fail2ban/configuration files.



That’s when you start spamming Page Up/Down, Home, End, and
/to search withinless. Usually seeing various commands jogs my memory, especially when they aregrepcommands searching for one I use often enough to be useful but infrequently enough to not remember off the top of my head.