Spyke

Replies

rust

Comment on

The official Rust project account will no longer be active on X

Reply in thread

I have been recently reminiscing with some friends about the internet back when instead of massive websites that held everything, there were small forums with specialized focus. You could get to know the people in the forums over time. It was so much better than the shit that exists today.

I would love to join forums made by these projects. I don’t care if I have to have a bunch of accounts. Individual forums and RSS feeds are awesome. Since moving to RSS I have drastically reduced my mindless scrolling.

linux

Comment on

I want to move out from Ubuntu and use something else.

I would go Debian for stability.

I like fedora since it updates a little more frequently than Debian, but it isn’t a full on rolling release. I used opensuse tumbleweed for a while and it broke on me several times.

I also used arch for a while, but I’m a dad to young children and I just don’t have the time to fuck around with my OS anymore. When I have time to work on my personal dev projects, I just want to drop into tmux, launch neovim and go. After some distro hopping I landed on Fedora with KDE for my desktop and gnome on my laptop. I also have an old netbook running antix with iceWM and an old thinkpad running fedora i3. The latter 2 machines are my hard focus machines.

linux

Comment on

Why do people still recommend Thinkpads for Linux when there are Linux-oriented manufacturers now?

I usually grab a 3-4 year old Thinkpad every year or so for anywhere from free to 300 bucks. I pick them up from old corporate liquidation lots. Usually grab one that is a little dirty or beat up and then just clean it up and install my own SSD and upgrade ram from my stockpile.

I like some of the others on that list, but with how cheaply and easily I can get a Thinkpad, I just can't be bothered to spend more. I use my laptop mainly for code, and I do a lot of low-level programming so performance is usually way more than enough. The programs I write are extremely small and very efficient. Any processor from the last 20+ years will run what I am usually working on.

When I want to spend big bucks on a computer, I put that money towards my desktop where I do more gaming and some digital artwork.

Comment on

(Read before Comment) Why you don't like GIMP UI?

I can never put my finger on why I don't stick with GIMP. I install it on every machine I own, and occasionally use it to open a file and export to another file format.

From time to time, I tell myself I will finally sit down and just only use GIMP. Finally learn the tool. Envitably I find myself googling to find every tool, and then I will come across something simple, like making a red rectangle, and I end up having to google how to do it, and then get frustrated that I can't just draw a box and quit.

There are probably legit reasons for the decisions, but if it kills my workflow, I can't afford to use it.

linux

Comment on

How often do you contribute to open source projects?

My job is contributing to the building of an open source project full of shared tools and resources for businesses in my industry to share. I am part of a team of skilled developers and citizen developers across my industry that work to create shared FOSS tools to make all of us more efficient at our work.

So about 60 hours per week.

linux

Comment on

*Permanently Deleted*

No. I do not care what operating system people use, how they use it, if they dual boot, etc. If someone reaches out to me for help with Linux, I will help out and provide suggestions and guidance. If someone wants to dual boot and mostly use windows, cool. If they want to go back to windows or MacOS after using Linux, cool.

I use what I use, the way I use it, because it works for me. Because I enjoy it. Because I find value in it.

What other people decide to do or not do with their operating system choice has no effect on my life, or my thoughts, whatsoever.

If I was feeling as described in this post, I would take some time away from the internet.

python

Comment on

Python beginner

I learned python by finding something I wanted to make, then referencing the documentation to learn things I didn't already know.

If I had trouble with finding it in the docs or understanding, I would just YouTube it/ duckduckgo it until I found a video that made sense.

I just did that over an over again and now about 30% of my day job is writing python.

Comment on

*Permanently Deleted*

I didn't own this console when it was released, but I remember being totally enamored with it. I thought everything about it was just so cool. The boot screen, the console shape and look, the games on it. It was just so cool. I have since purchased one as an adult and it is one of my favorite consoles of all time. There is a timeline where this came out and competed against the ps1 and not the PS2 and we live in a world where Sega is in Sony's place.

Comment on

Plex now want to SELL your personal data

Reply in thread

I am a devops engineer and application architect who spends their entire day developing automated docker deployments for custom applications from scratch and I manage all our reverse proxies and TLS termination and certificates.

5 years ago, I wouldn’t have been able to tell you what a docker container really was. Thankfully migrating legacy apps to docker on Linux hosts is my full time job and it has allowed me to become proficient enough in a fairly short amount of time.

We all have to start somewhere and shitting on someone for not knowing something now will dissuade them from ever learning it and potentially remove a future contributor to the open source tech stack before they ever even get started.

rust

Comment on

Rust Mastery book bundle from Humble Bundle

All my homies hate Packt.

Seriously though, I bought one bundle of Packt books and they were some of the most poorly written books I have ever worked through. Not to mention as I got better at the subject, I frequently had to relearn things I "learned" from those books. If it was even correct, it was frequently a bad way of doing something.