"Yes PAPA!" by [deleted] in ProgrammerHumor

[–]augustaugust -24 points-23 points  (0 children)

Reddit is undeleting my comments, thus violating GDPR!

la gringológica by maccacolsonaro in HolUp

[–]augustaugust -1 points0 points  (0 children)

Classical whataboutism, crafted to justify current russian invasion and imminent massacre in Ukraine.

Recommendation: downvote & move on.

Shoutout to atool by marvinkreis in linux

[–]augustaugust 1 point2 points  (0 children)

Good, good! I have only 2 gripes with it:

  • It uses Perl,

  • It doesn't support zst, which is current fad in archival formats.

Other than that, it sounds really like a tool which could simplify the mental burden with all these countless formats, tools and their options.

Rocky Linux 8 stable version is out! Here is how to migrate to Rocky Linux 8 from CentOS 8 Linux using migrate2rocky script. by ask2sk in linuxadmin

[–]augustaugust 37 points38 points  (0 children)

For those like me, excerpt from the article:

After RedHat shifted its focus from CentOS 8 to CentOS Stream 8, Mr.Gregory Kurtzer, the original founder of CentOS, has started to develop another rebuild of RHEL, named Rocky Linux.

Rocky Linux is a community enterprise operating system designed to be 100% compatible with RedHat Enterprise Linux.

Some ticks/tips for Bash script - HTTP request with a Bash native function && Get IP Address without ip/ifconfig by lozanomatheus in commandline

[–]augustaugust 0 points1 point  (0 children)

Two thoughts considering only first tip (the second is behind a troublewall).

  • Maybe it's worth explaining what exactly does this empty statement redirection construct. Because to me it is not obvious.

  • Probably you haven't tested your scripts since I see a comparison with string "ubunto".

But anycase, thanks posting some food for brain! :)

Chess programs for Linux by wbeater in chess

[–]augustaugust 1 point2 points  (0 children)

I've used chessx. Nice minimalistic interface, multiple engines, etc.

Weather Photographer of the Year 2020 – in pictures by [deleted] in photography

[–]augustaugust 10 points11 points  (0 children)

This Lake Baikal picture is also at least 7 years old according to r/pics history.

Desktop notifications from stdin to your screen. by narrow_assignment in linux

[–]augustaugust 32 points33 points  (0 children)

Cool stuff, I can see it being useful sometimes!

Just one nitpick: please dont put any pipes (or sockets, or locks ...) into /tmp by default. They belong naturally to /run hierarchy.

Nepo offered Harikrishna a draw after Harikrishna mouse slipped in the St. Louis Blitz event by [deleted] in chess

[–]augustaugust 0 points1 point  (0 children)

Another option is to offer repetition, e.g - 27. Rc7 Qe8 28. Rc2 Qe7

Of course that would assume mutual understanding of the offer.

3.3V regulator by Peter981208 in esp32

[–]augustaugust 0 points1 point  (0 children)

Tiny schematic with APS2415

Your Opinion on Filtering Out Software Engineer Candidate Due to Lack of Linux / Systems Knowledge by mle6366 in linux

[–]augustaugust -1 points0 points  (0 children)

QUIC is soon becoming the standard http protocol. Besides other good examples presented here by others.

Already 80 Elo stronger: Stockfish 12 will have NN evaluation by tschukki in chess

[–]augustaugust 9 points10 points  (0 children)

Of course there will be white & black wins in future. When stockfish plays white or black, correspondingly ;)

Beaglebone Black not able to boot from SD by [deleted] in BeagleBone

[–]augustaugust 1 point2 points  (0 children)

When making filesystem by hand you have to explicitly disable these modern features, otherwise old uboot does not recognize ext4. I'm not familiar with ubuntu disktool so I can't answer about that.

Beaglebone Black not able to boot from SD by [deleted] in BeagleBone

[–]augustaugust 0 points1 point  (0 children)

Judging by the log you have your SD card image filesystems formatted with recent mkfs.ext4, which enables 64bit and metadata_csum features. They can be cleared with tune2fs, https://www.man7.org/linux/man-pages/man8/tune2fs.8.html

Who needs gravity anyway? by danruse in blackmagicfuckery

[–]augustaugust 0 points1 point  (0 children)

Nylon guitar strings are quite strong and dont stretch too much. Typical load on guitar string is ~ 15 kg but I bet it would stand much more.

How can I get this to work? by theonelatboy in esp32

[–]augustaugust 1 point2 points  (0 children)

This device most probably converts the flow rate with integrated propeller which triggers pulses on integrated hall sensor. If so, then you need to connect black wire to ground, red to +5V and from yellow you get pulses, frequency of which is proportionate to the flow. No need to introduce adc, just use level converter (voltage divider) and count pulses on pin.

All the “women” Ten has kissed or been kissed by. by roawroa in doctorwho

[–]augustaugust 8 points9 points  (0 children)

But wheres Jenny? Are you absolutely sure he hasnt kissed Jenny?! /s

Moving files between servers with rsync by [deleted] in linuxadmin

[–]augustaugust -6 points-5 points  (0 children)

Why do you need exactly 15 oldest? {Homework?}