You’re right, that’s a distinction I failed to make
I get it...I've never been the maintainer of a codebase that's deployed on trillions of devices, and backwards compatibility is something to be taken seriously and responsibly when you're that prolific. I do not begrudge SQLite or any large projects when they make decisions in service to that.
However
It always makes me feel oddly icky when known bugs (particularly of the footgun variety) become the new standard that the project intentionally upholds.
So, I will start by saying "Yes, you can do it. It's not too late and programming is fun and fulfilling".
However! One thing my experience has taught me in seeing people approach and bounce off programming is: programming is a fail-til-you-get-it type of endeavour. Your first several years will be littered with broken code, because there are a thousand little things you have to bump up against before you unlock one more puzzle piece.
So! If you go for it, persevere! You aren't a bad programmer, or a slow learner, because you can't get your code to work. Every single one of us ran into the same issue, and we just had to push through, learn to Google, and try again until it sorta-kinda works. You in 10 years will be embarrassed by what you write in your first years
It...seems like there may be some issues with the repo...
The whole "Alt-Right Playbook" series is worth watching, IMO
I want to add to this. I'm not a psychologist, but I have heard a couple times about the term "third place". It's this concept that most people have a "place where they live", a "place where they work", and then a "place where they socialize". It has been theorized that the modern working-age population is having trouble with stress and mental health in large part due to the dearth of "third places".
The "third place" can be, for example, a restaurant or bar that you frequent (think the pub from the TV show Cheers), a book club, a sports club, or, crucially, a church or place of worship.
For Christianity at least, knowing that you were going to see and socialize with the same group of people (who share at least 1 major interest in common with you) every Sunday is apparently quite good for mental health. So, although I am no proponent of certain Western religions in general, I do think their decline has contributed to some of the mental health crises. How much? I cannot say.
Putting aside the "should/shouldn't do" argument, I was also wondering if the code is even viable. I imagine that 'ls' and 'sudo' are probably pretty ubiquitous, but I bet there exist some Linux installs out there with a different shell than 'bash', and some might not have 'grep' too. That would lead to some pretty cryptic bugs for the end user, eh?
What a strange article. The reasoning for why 22 is interesting though very straightforward, and the rest of the article is essentially “I asked for port 22, and they gave it to me”. Little fanfare, little in way of storytelling conflict.
Not an issue in and of itself, but strange with a title of the form “This is the story of…” That sort of titling usually begets intrigue and triumph over adversity, dunnit?
It reminds me of Last Week Tonight when the last elections were coming up.
You can tell Cody is both wanting to make a comedy show and also scream into a pillow. I think what they're doing is good, but I imagine the research and writing process is agonizing.
I kinda feel your pain. A project that I helped launch is written in Typescript technically, but the actual on-the-ground developers were averse to using type safety, so any
is used everywhere. So, it becomes worst of both worlds, and the code is a mess (I don't have authority in the project anymore, and wouldn't touch it even if I could).
I'm also annoyed at some level because some of the devs are pretty junior, and I fear they are going to go forward thinking Typescript or type safety in general is bad, which hurts my type-safety-loving-soul
I am a few hours into Deus Ex: Mankind Divided. The first couple hours were unfortunately spent troubleshooting, so my overall impression is less good than Human Revolution, but now I’m picking up good speed on it.