

For me, the jump from 8 megabit (yes, 8) to 1000 megabit is a huge difference, and has become vital to my work flow.
So, ruling it out entirely is out of the question for me. It might be overkill to some, but definitely not for me.
Hobbyist developer, Linux enthusiast, and Arch Linux user.
“The only things constant in this world are death and taxes, I’ve got both!” — Skeleton Merchant, Terraria


For me, the jump from 8 megabit (yes, 8) to 1000 megabit is a huge difference, and has become vital to my work flow.
So, ruling it out entirely is out of the question for me. It might be overkill to some, but definitely not for me.
Writing a script and having it not destroy everything on first launch.
It’s a great feeling.


Math can help solve this:
m = 0.5 # human
h = 0.5 # horse
C = m + h # Centaur
So Centaur is 50% human, 50% horse. Half human, half Centaur would be:
# Expand
C / 2 + m
m + h / 2 + m
# Combine
(m + h / 2) + (2m / 2)
3m + h / 2
# Solve
3(0.5)[m] + 0.5[h] / 2
1.5[m] + 0.5[h] / 2
0.75[m] + 0.25[h]
Which is 0.75 human, 0.25 horse
Therefore, this hybrid is 75% human, 25% horse
To answer your question: This would probably be a human with a horse tail, and 2 horse legs.


It’s better to start over from scratch than it is to try to reorganize a huge code base.
Therefore, Internet 2.0, where it’s only IRC channels for support, forums as “social media”, and simple file sharing sites for your video and image content. You don’t need anything else.
Apply the Linux mentality to the Internet 2.0 and it won’t be so bloated with slop.
EDIT: Oh, and no JavaScript! That can stay quarantined with the Internet 1.0
Subbed for sure.
The only anime I’ve ever watched dubbed was Cyberpunk Edgerunners due to my playthrough of the game being in English.


I want to code, but I don’t know what to make that I would actually use.
I have a joke about piping to /dev/null, but you wouldn’t get it.


Do you think
that these CBS employees should unionize and go on strike?
Yes


A shell script to create shell scripts.
Basically, it takes a file name, then creates a .sh file, and puts the shebang into it.
Very simple, yet it saves me from having to manually do it every time.
I’ve had it for as long as I can remember, so I’m pretty used to it. However, sometimes it gets really bad for a bit and it’s annoying.
I’m not too bummed about not experiencing true silence as I listen to music most of the time anyway.


Shell scripts. The power of automation is amazing.


Programming and playing games


“Any object or objects that is “sandwiched” (i.e. surrounded in the middle) by another object or objects can be classified as a sandwich.”
Tacos, hotdogs, burritos, hell even sushi, are all sandwiches.
Write code and play games. I’m currently hyper fixating on Satisfactory right now, and it’s fun.


I don’t have photos or videos worth keeping, so I don’t back them up. If the data gets lost, oh well. ¯\_(ツ)_/¯
One of my main projects (framed_text) is pretty much complete and now has entered maintenance mode, where I’ll mainly fix bugs and only add something if I need it.
However, I’ve started work on a Logging Python package that allows for full customization of the log text (How its structured), whether to log it to the console, a file, or both. Plus a timer for timing code execution (TBD).
Mainly making it for my sake, but I’ll upload it anyway in case someone else wants to use it. (That’s basically my programming philosophy)


Hide in a cave for an eternity then. If no one knows I exist, then I live forever.
Chilling after a long day of programming. Piano music helps to destress from the work.
You have it backwards.
rm -fr /*removes the French language pack that comes preinstalled on your system./j