• 0 Posts
  • 93 Comments
Joined 11 months ago
cake
Cake day: August 15th, 2023

help-circle




  • I am the opposite, I thrive when I work from home. But it’s important for me to have a dedicated space for it, not in my bedroom, and free from distractions like wife, kids, pets, and neighbors with drills.

    My home setup is 10x better than at the office… I have a great desk with lots of space, big awesome monitors, awesome keyboard and mouse with kvms to make switching to my personal PC easier. My coffee is better than any work coffee machine I ever used. My internet is much faster and more reliable.

    I shit you not, at the last company I worked they proxied all web traffic through another country thousands of km away. As expected, it worked like shit and was failing constantly. And you couldn’t even access repos like maven central, because they used a proxy autoconfig file with hundreds of rules, which is not supported by any software except browsers.

    And there’s also the benefits of having a private office, away from noisy coworkers and prying eyes.







  • With all the recent hype around AI, I feel that a lot of people don’t understand how it works and how it is useful. AI is useful at solving certain types of problems that are really difficult using traditional programming, like finding patterns that aren’t obvious to us.

    For example, object recognition is about finding patterns in images. Our brains are great at this, but writing a computer program capable of taking pixels and figuring out if the pattern is there is very hard.

    Even if AI is sometimes going to misclassify objects, it can still be useful. For example, in a factory you can use AI to find defects in the production line. Even if you don’t get it perfect, going from 100 defects per 1M products to 10 per million is a huge difference and saves the factory a lot of money.