• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: October 19th, 2023

help-circle
  • You’re describing exactly how all these web tools worked. “HTML, CSS, and JS are too hard to do manually. Here’s a shiny new tool that abstracts all that away and lets you get right to making your site!” Except they all added additional headaches, security concerns, and failed to fill in edge cases, so you still need to know how to do all that HTML, CSS, and JS anyway. That’s exactly how LLM generated code works now. It’ll be useful and common for a while and then the technical debt will pile up and pile up and eventually everyone will look around and think “what the hell were we thinking” and tear it all down.













  • I can only speak to what’s expected in the US.

    For personal info you should include your full legal name, a contact phone number, email, and possibly a link to a portfolio of some kind if that’s expected in your industry (arts, software, design, etc.). No need to put a birth date or any more personal info. If you’re applying to work in another country, I would indicate your nationality and what visas you might have or need to be sponsored for.

    For education, just put the institution, degree, field of study, location, and dates. You can include degree honors there if you have any. Once you have an undergrad degree of some kind, you can remove your high school unless its particularly prestigious.

    After that it should primarily be a list of any work experience, notable projects, skills, and honors/awards.



  • As I understand it, NAT is a firewall with only a very basic configuration: allow all outbound and accept only established inbound. If you don’t expect to have any incoming connections and completely trust all your internal devices then its good enough.

    However, if you start wanting to port forward for servers (SSH, FTP, video games) you need to poke holes in the NAT firewall and it has no additional configuration options to help you. The same goes for if you have internal (ex. IoT) devices that you don’t necessarily trust, there are no rules to block outbound traffic.