• 0 Posts
  • 123 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle




  • Thank you, that’s an excellent read! This reminds me of the “expected value of perfect information” - sometimes it is worthwhile to answer a question, and sometimes it isn’t. Every once in a while I find myself in an engineering call discussing a minor problem, and I run the numbers to see if the change we are discussing is even worth talking about. One time the combined salaries of the people on the call had already outpaced the cost savings of the change over the next 10 years. We quickly stopped that discussion lol


  • I like this article. This was a good read.

    Strategy three (and therefore four) makes a lot of sense. Don’t compare all scores against the pool of every other score; but against other scores within the same context; to identify outliers within an environment. This controls for deviations between environments within the massive “took the sat” sample space.

    This seems like a good idea, even if just from a statistical perspective.

    If the demographics of the accepted population are different from the demographics of the sample space; then there must be something wrong / some bias within the acceptance process. Over-sampling the under-represented population never felt like the right solution to me. This seems much better.









  • I’m skeptical of certs, they don’t represent much more than a shallow baseline of knowledge and a minimum initiative to go get them. That being said, they’re much better than nothing.

    Imo understanding networking fundamentals is huge. If you google “overthewire banditlabs”, there’s a series of challenges that test / teach you important skills.

    Personally, I would rather see banditlabs over a cert, a cert over nothing, and tbh enthusiasm / teachability over everything.


  • Absolutely - self-hosting something like that is in and of itself a project!

    I wouldn’t worry about discoverability - you want to hunt for the job you want, not necessarily wait to be discovered. Once you have a position in your sights, you get to point at your site / projects / git host via everything - your cover letter, resume, business cards, etc.

    Having a blog is fantastic. You get to showcase your interests and skills in whatever areas you want, and a good combination of technical capability and enthusiasm will get you in most doors easily.


  • Linkdin is effectively a personal website generator with social features. Your profile page is the important part, but only if you’re optimizing for “searchability” / random discovery. If you’re doing that, then you’re competing with everyone else who is also doing that.

    A personal website is fine; better even. It’s a project all on its own, and you can do cool stuff with it. Show off your projects on it. You can host your code on any platform that supports git, but you’ll get bonus points for using a self-hosted instance.

    I have a linkdin account only to reserve my name and link to my website.




  • Vscode already supports linting yaml against a schema file. Once you start configuring your code with configuration-as-code, you’re just writing more code.

    If I need to “generate” some insane config with miles of boilerplate, I would use js to build my json, which can be ported to just about anything. This would replace js in that process.

    I’m not sold on the need for this.

    Even with something like k8s, I’d reach for pulumi before I put another layer on top of yaml.