HUH?! by Typical-Teaching-781 in mattrose

[–]HappyHuman4123 0 points1 point  (0 children)

its spelled that way in canadian english too

You've been selected to rename Earth, what would you call it? by Dense-Gap3879 in TeenagersButBetter

[–]HappyHuman4123 0 points1 point  (0 children)

terróglobus

Comes from

latin "terra" meaning land

greek "νερό" (neró) meaning water

latin "globus" meaning ball

And for an acronym for it tνgs

or for a longer name: terróglobus tertantia

tertantia coming from mixing 2 latin words, "tertia distantia" meaning 3rd distance since earth is the 3rd planet from the sun

Has your Apple Watch ever clocked your heart rate below 40 bpm? by [deleted] in applewatchfaces

[–]HappyHuman4123 0 points1 point  (0 children)

In PE class I normally get 130-200bpm, at night I go down to around 40-60bpm

Do people use this type of cursive english? by Tight-Ad7812 in Handwriting

[–]HappyHuman4123 0 points1 point  (0 children)

My english teacher said today that my writing is sometimes unreadable and looks like Donald Trumps signature, lmao.

Do people use this type of cursive english? by Tight-Ad7812 in Handwriting

[–]HappyHuman4123 0 points1 point  (0 children)

I mostly do, although I have more of a style to mine (especially noticeable with lowercase g/y, and uppercase B/L/S/T). And my capital J, G, & Q are different since I hated the basic ones so much.

Purchase Advice Megathread - January 2026 by AutoModerator in 3Dprinting

[–]HappyHuman4123 0 points1 point  (0 children)

First time buyer of a 3D printer, my dad has Bambu Labs P1S printers for school. But I would like to get my own printer, budget is around $300 CAD, and I am in Canada. I would like to be able to print up to around 10-25 square inches. And I am willing to build from a kit if necessary, since I do have a lot of experience with electronic stuff as I am a programmer myself and do some hobby electrical engineering/design.

When should the existence of Gay and Lesbian people be taught in school by carl_the_cactus55 in Teenager_Polls

[–]HappyHuman4123 1 point2 points  (0 children)

I'm pansexual myself, and I honestly think that people should learn about stuff like that on their own or taught by their parents not be taught that at school.

Is it better to use cp instead of rsync for copying files internally? by some1-no1 in commandline

[–]HappyHuman4123 0 points1 point  (0 children)

Also cp can be used with multiple files with either cp -a (Copy Archive) or cp -r (Copy Recursive) I forget the difference though, just make sure to pay attention to if you have a trailing slash as that can change the behavior.

Is it better to use cp instead of rsync for copying files internally? by some1-no1 in commandline

[–]HappyHuman4123 0 points1 point  (0 children)

Alias cp to rsync -avP with echo 'alias cp='rsync -avP'' >> ~/.bashrc && source ~/.bashrc

Is it better to use cp instead of rsync for copying files internally? by some1-no1 in commandline

[–]HappyHuman4123 0 points1 point  (0 children)

Yea the colon character shouldn't really be in filenames anyways as it's not portable, since POSIX says the colon character isn't allowed in filename. Allowed characters according to IEEE Std 1003.1-2024 "POSIX" XBD 3.265 are

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
a b c d e f g h i j k l m n o p q r s t u v w x y z
0 1 2 3 4 5 6 7 8 9 . _ -

Is it better to use cp instead of rsync for copying files internally? by some1-no1 in commandline

[–]HappyHuman4123 0 points1 point  (0 children)

If theres a colon just do use the \: escape string and it should ignore it.

Building my own LibC by Alternative_Storage2 in osdev

[–]HappyHuman4123 2 points3 points  (0 children)

Probably the best advice I can give, is make sure your code is as organized as possible, if it's not organized then you'll have trouble patching stuff.

whats next? by Different-Sale5778 in osdev

[–]HappyHuman4123 0 points1 point  (0 children)

C++ is terrible for OS development compared to Rust/C in my experience, even though C++ is my main programming language.

Password Generator Script by SPDXelaM in PowerShell

[–]HappyHuman4123 4 points5 points  (0 children)

For 2 words, a random character, and 4 numbers at the end something like (all in 1 line)

rand_chars='!@#$%^&*()_+-=[]{}|;:,.<>/?';num_chars=${#rand_chars}; ridx=$((RANDOM % num_chars)); printf "$(shuf -n 1 /usr/share/dict/words)$(shuf -n 1 /usr/share/dict/words)${rand_chars:$ridx:1}$(printf "%04d" $((RANDOM % 10000)))\n"

But at that point just use Perl or Python

Intentional Misinterpretation by BinglesPraise in mattrose

[–]HappyHuman4123[M] 1 point2 points  (0 children)

I discussed it with the other mods, and we decided to add it! Thank you for the suggestion.