• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle




  • I disagree with my mah and old man a lot. But, when I was having hard times as a kid, giving them headaches and heartaches, and when I struggled as an adult they were there to tell me they loved me, hug me, feed me regardless of what I believed. They have always loved me unconditionally.

    If it ain’t illegal. I’ll host it for them, no questions asked. If I ever needed anything, those are two people I know will be there every time, without fail. It’s the least I can do to try and pay them back, even if I know I never could.




  • My personal preference is NES -> Master System -> Atari due to the game libraries.

    With that said, do you have any favorite games that are exclusive to either console? That might help make the decision. Are you able to gettl the games? I would argue without games to play, it probably isn’t worth it. Do you have the means and ability to repair or make needed upgrades? These systems are getting on in years and I find myself repairing my consoles more frequently as the years go on.




  • I think anyone can be too dumb for anything. Personally, there are many things that I feel like I am too dumb for. Specifically things that require artistic ability or emotional thinking. Even as a kid I find subjective topics completely baffling. I always loved math because I was either right or wrong, and I liked science because my hypothesis was some variation of right or wrong. Could I learn an instrument, sure, but by the time I get any good I could have gotten substantially better at something that clicks for me.

    Don’t get me wrong, if you find it interesting and have passion for it, that could probably overcome what you are lacking with enough time.






  • I grew up pretty poor. When I was a kid my dad brought home a pentium 2 that didn’t work. He picked it out of the garbage, told me I could have it, but that it didn’t work.

    We often rode the bus to school. We would get off at school and my parents would get off at work. And then we would meet them on the bus on the way home.

    After getting the computer we started stopping off at the library, so I could check out books about computers. I would take them home and start reading. (I was illiterate until I was 10 years old, and this really kicked off my reading ability, to this day I still read 100-120 books per year)

    Over time I was able to figure out enough to diagnose the issue (bad PSU and bad HDD), garbage pick replacements, and then install DOS from floppy I got from school.

    From there I started picking up as many parts and computers as I could and filling my corner of our studio apartment with parts. I loved writing text files and documenting what I was doing, like a little knowledgebase of what I was figuring out. Eventually, we got evicted, and due to having to live in our car for a couple of years I had to give up my computer. Left it out in the curb. Ever since, I have been obsessed with terminal based interfaces and to this day almost exclusively use terminal.



  • I know a handful of languages and I think of them as tools. For example, a flathead screwdriver will work on a phillips screw head (In most cases with some outliers), but a phillips screwdriver might just be better for the job. Same with a wrench and a socket with a ratchet, etc.

    When it comes to programming or scripting I approach it in the same way. If I am at work, and I need to automate something quick and dirty, no end user will need to use it, and it is just adjusting data or spitting data back at me, I am probably going to write it in Python.

    Or, if I need to make something that an end user is going to interact with, I am probably going to spin up a web server and use the MERN stack to create that.

    If I am working at home on a TUI for my favorite application, I am going to use Rust or Python

    And if I working on a project that requires me to work with embedded systems, I am probably going to reach for C, maybe C++ depending on the support, and I have in a couple of instances needed to use Assembly.

    All this to say, I think that if I had to use Python for all of these, I would be in trouble. Same as if I had to use C++ to accomplish all of the above. Could it be done? Sure. Do I want to do that? Not at all.