• 2 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle




  • Exactly this. SO is now just a repository of answers that ChatGPT and it’s ilk can train against. A high percentage is questions that SO users need answers to are already asked and answered. New and novel problems arise so infrequently thanks to the way modern tech companies are structured that an AI that can read and train on the existing answers and update itself periodically is all most people need anymore… (I realize that was rambling, I hope it made sense)


  • His utter lack of understanding about how SAaS companies work is astounding. Having worked on the backend of several, they’re all hot garbage and brittle. That’s why there were so many “useless” engineers. You know, the ones he shit canned when he acquired the company? Surprise, they were probably the only reason the dumpster fire wasn’t burning down the whole city block. The thing Elon fails to understand is that someone didn’t just write Twitter on one go and gift it on to the world. It has evolved over many many years. Technology stacks change, frameworks change, standards change and these companies are trying to continually add features to applications and don’t have the luxury of just rewriting the whole stack every time something new comes out. The end result is something that is often more akin to a living organism than a website or application. He probably thinks Twitter is some program running on every server that can just be rewritten and replaced. I can’t wait for the day they try to replace it and it ends up setting Twitter back a decade.





  • I have my mail server set up as a catch all so you can send to anything at my domain and it’ll land in my inbox. I use this to create usage specific addresses. If it’s something I know will produce spam, I just dev null anything going to that address. I can then also track where a spam source originated. For friends and family who email me regularly; they also know to append the current year to my email address, this allows me to rotate my email address every year.

    I also run spam assassin and implement greylisting as well as blocking IP ranges from countries I know I’ll never receive legitimate mail from… it’s been an evolution.


  • 100%. I’ve been running my own mail server for 10-15 years now and you’re spot on. I’ve wanted to migrate it to a more modern platform but I’m loath to relive the process of configuring postfix and dovecot. DKIM/SPF and Let’s Encrypt certs for IMAPS were also a bit of a headache to get sorted, and warming up the sending IP so gmail would stop sending me to spam… but once that’s all sorted it’s been very very hands off. I log in once in a blue moon to update it but otherwise it just sits and does it’s thing.




  • I consider myself both but I’m progressively leaning more and more professional.

    First off, I’m 100% self-taught. I discovered Linux around 2003 and immediately learned, several times, how not to install it and multiple really good ways of destroying data on a hard drive. I have had the open source / Linux bug ever since.

    I went to school for CS for about two semesters before I dropped out. I then started off my career in IT of all places, I was a helpdesk IT administrator. About 12 years ago I landed a job where most of my responsibilities revolved around Linux servers and workstations (academic research lab). I started learning more about systems automation and configuration management tools/languages/strategies. This constantly lead me down roads involving reading source code for projects that I used day-to-day when something didn’t go right. This lead to filing bug reports and ultimately making a pull-request here or there to fix my own issues.

    Fast forward two jobs and 10 years and I’ve migrated to a role where the majority of my day is writing systems code. Most of it is in Go now but I still maintain a handful of Python/Django applications as well. The majority of the tools I write for work are focused on developer experience, cloud automation and internal CI/CD pipelines. In my personal time, I contribute to a number of open source projects.