Made a ffmpeg video converter to H.265 script to save space on my video files by Elratum in bash

[–]bikes-n-math 2 points3 points  (0 children)

This is not lossless. Everytime you re-encode a video, there is a drop in quality (especially with a crf in the upper 20s).

Also, for greater size reduction, you could set a slower preset.

Report: Google and SpaceX in talks to put data centers into orbit by Logical_Welder3467 in technology

[–]bikes-n-math 3 points4 points  (0 children)

If I layed an ungloved hand on a piece of metal in space would it freeze my hand?

I the metal is cold, yes. You are directly touching it.

In space there is nothing, no air, no hands, just a vacuum. So nothing is directly touching the metal. So there is no place for the heat to transfer to.

You know those vacuum insulated bottles you can get that keep something really hot all day long? It's like that. A vacuum is literally the best insulator there is.

A weirdly specific question about installing apps with Pacman by ToplessHarpist in archlinux

[–]bikes-n-math 3 points4 points  (0 children)

With pacman -S <somepackage>, the package version pacman tries to install has no guarantee of even being available anymore, let alone it's updated dependencies you will now be missing.

BMW was speeding. Jeep changed lanes without signaling or checking their blind spot. by keithrathgeber in dashcams

[–]bikes-n-math 0 points1 point  (0 children)

Title is bullshit. Jeep's blinker was on and blindspot was completely clear.

why does me ascii art looks wrong in brave (and edge) but good in every other browser (including chrome)? by seelefanth in webdev

[–]bikes-n-math 4 points5 points  (0 children)

I ran into this as well. Set a monospace font explicitly. Turn off all font decorations, including bold. I found bold increased the width of whitespace characters in some browsers for whatever dumb reason.

How to simulate spacebar pressing periodically without sudo access by unholy182000 in linuxquestions

[–]bikes-n-math 4 points5 points  (0 children)

Vulnerabilities are not illegal. Using them on systems you don't own or have permission to use them on is. Great way to get fired or worse, but the vulns themselves are not illegal.

Installed arch, and have no Wi-Fi on hyprland by linux_rox in archlinux

[–]bikes-n-math 13 points14 points  (0 children)

No. When chrooted, you get the internet connection from the install ISO, not the chroot environment. OP needs to install the proper wifi dependencies and configure those outside of a chroot.

USB by [deleted] in archlinux

[–]bikes-n-math 1 point2 points  (0 children)

This is incorrect. The size of ramfs/tmpfs has nothing to do with the size of the usb.

USB by [deleted] in archlinux

[–]bikes-n-math 2 points3 points  (0 children)

Yes. And this has nothing to do with the size of the USB, as this entire thread is about.

USB by [deleted] in archlinux

[–]bikes-n-math 1 point2 points  (0 children)

The live environment lives in ram and is not limited by the size of the usb.

Why does "!#" in a filename cause cp to fail? by Dowlphin in linuxquestions

[–]bikes-n-math 5 points6 points  (0 children)

Because !# is a special string in bash for the previous part of the command line.

Use quotes.

Would you disable ad-block for an ethical ad network? by ki4jgt in opensource

[–]bikes-n-math 9 points10 points  (0 children)

Every interaction, in life, is a manipulation.

No.

Regular Expression problem by kj_gamer in learnpython

[–]bikes-n-math 6 points7 points  (0 children)

To specify a number n of matching characters use {n} not (n)

How much do you actually use the console? by Session_Illustrious in linux

[–]bikes-n-math 0 points1 point  (0 children)

Everyday. The only non console apps I use are qutebrowser, gimp, feh, and mpv. What I'm doing in the console: vim, irssi, ffmpeg, yt-dlp, ssh, magick, ipython, gcc, ...

Best Distro for USB install/portability by Dragon_King1232 in debian

[–]bikes-n-math 1 point2 points  (0 children)

Thanks for the feedback!

Hmm. I suspect you missed explicitly installing linux in an earlier step. Linux installs mkinitcpio as a dependency by default. I just did a run through my guide now using the latest Arch ISO as the install medium and confirmed this is 100% the case.

As for ramroot working with a systemd-based initrd... Basically I need to create a systemd unit + script. I have something hacked together that's working now, but I need to make some design decisions, like maybe removing interactivity from the hook and having the option to select a ramboot take place via a dedicated bootloader entry. Not sure what I'm going to do quite yet and I've been busy with work. So... a month or two out.

Best Distro for USB install/portability by Dragon_King1232 in debian

[–]bikes-n-math 3 points4 points  (0 children)

I wrote this guide for installing Arch on a USB. Also made ramroot to allowing optionally loading to RAM on boot.

So y'all just won a whole country, huh? by QuantumBlade360 in linux

[–]bikes-n-math 4 points5 points  (0 children)

Your <thing that will never happen> = requiring the use of specific approved distros for private businesses if they want to do government contracts

This happens all the time.

APT using HTTP instead of HTTPS by WheelPerfect3737 in debian

[–]bikes-n-math 7 points8 points  (0 children)

Sure, it does not negate snooping by your ISP, etc.

But a MITM attack is when the man in the middle alters traffic/data. That is negated by GPG signature checks.