• 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle



  • My experience with maintaining open source projects (though mine are very much smaller) is that it’s quite similar to a business: you just have to deal with stakeholders and people who think they are stakeholders.

    I had all the same experience at work:

    • Some unknown person from an unrelated team contacted me because something that my team does not manage broke. I tried to help a few times and I suddenly became their personal IT support team.

    • Another time someone not even working at my company demanded that I drop everything and fix their problem, because my name appeared in 3rd parties libraries.

    It’s sad that open source authors don’t always receive the recognition that they deserve.






  • Same here. I still prefer single narrator. There are a few cases when there are just too many characters but it’s still much easier to listen to than multiple narrators.

    I have also noticed sound effects in audiobooks. I like it at the end/start of a chapter, but it need to be subtle. I listened to Fractal Noise, which has audio effect for the thumbing sound, very quiet at the beginning but turned very loud at the end of the book. While it’s new and interesting at the beginning, I quickly grew tired of it. I’d rather only the narrator reading the book than hearing the sound effect.

    I think it’s a matter of imagination. Reading/listening for me is not only about the story but also about my imagination. The sound effects removes this, sadly, despite the huge effort by the team.



  • I afraid Microsoft will ban me for reading news articles copied from websites without permission, or just having a pirated game on my Windows partition.

    Or maybe Chrome (I use FireFox, just an example) ban me for visiting “unclean” websites.

    Maybe even the landlord of my rental will kick me out for keeping book post due from the local library.

    It’s a scary society we live in.






  • Let’s say YouTube has a video and 2 ads:

    1. The video is served from videos.example.tld/video.mp4.
    2. The first ads is served from videos.example.tld/ads/ads1.mp4.
    3. The second ads is served from ads.company.tld/ads2.mp4.

    PiHole will be able to block only (3) because DNS applies at domain level, as in videos.example.tld. DNS requests only send the domain part and re-use the response for all addresses using that domain.

    Browser extension, on the other hand, sees a request to .../ads... and block it since it handled each HTTP/S request and know the full URL.




  • I worked as engineer for 15 years and then management for the last 2 years. The urge to go back to engineering never stop. What keeps me in management is seeing how I can create the environment where engineers are able to do their work.

    If I go back to being an engineer, I won’t be able to make sure product requirements are clear, priorities are correct, team members will have a chance to practice skills they don’t get to do at work. At the minimum, protecting my engineers from stupid back to office policies that were enforced just because the CEO felt lonely one day. Would someone who has not worked as an engineer understand the feeling of stairing at the screen for 8 hours not able to start anything due to burnout is the worst feeling ever? Will they hear the grinding wheels when soneone used the wrong term during meetings?

    There are just so many things that I can do for MY engineers, exactly what I wanted when I was still an engineer. I don’t trust others to provide that so I take it on myself to do it. Granted, I need support from upper level for this to happen so it’s an important aspect for me when I apply for jobs.