• 0 Posts
  • 65 Comments
Joined 10 months ago
cake
Cake day: December 18th, 2023

help-circle









  • I agree with this. When I publish my code, it is documented for someone in my field with around my level of knowledge. I assume you know DNS, I assume you know what a vector is, I assume you know what a dht is, I assume you know what O(log n) is.

    I’m not writing a CS50 course, I’m helping you use the code I wrote.

    Might be different for software like libre office which is supposed to be used by anyone, but most software on earth is built with other developers in mind.





  • Support for weird stuff like integration with smart home (home assistant), better syntax highlighting / autocomplete for specific cases (like the home assistant mentioned above), better support for mixed fonts, database integration, more efficient use of screen real estate for side panels and less effort to add new languages in general (cdk, terraform, k8s with crd, go, etc), one click github copilot…

    My current role needs me to deal with whatever the customer is using, so a whole lot of variability, custom resources and libraries, languages that I’m not super familiar with… It’s just easier.

    If it helps, I’m still running Arch, BTW. (but probably will go with just debian when my computer dies, whenever that will be).







  • I broke DNS plenty of times in my homelab independent from NAT. In the last few months:

    • didn’t turn off DNS server in a wifi router set up as bridged access point
    • dnsmasq failing to start because I removed an interface
    • dnsmasq failing to start because the kernel/udev didn’t rename an interface on time
    • dnsmasq failing to start because hostapd error didn’t set proper interface settings
    • forgot to remove static DNS entries in /etc/hosts used for testing
    • forgot to remove DNS entries from /etc/resolve.conf after visiting a friend and working on his setup

    Yes, most of them is my dumb ass making mistakes, but in the end it’s something that constantly breaks and it helps knowing the IP addresses of my servers and routers.

    Aditionally, obscurity is a security helper. The problem is relying only on obscurity. But if I have proper firewall rules in place and strong usernames and passwords I still prefer if you don’t even know the IP addresses of my servers on top of that (in case I break some of the other security layers).