• 0 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: August 11th, 2023

help-circle

  • I’m sure my company’s policies are nothing special and lots of companies have similar policies. I’m not allowed to do anything work related on my personal devices, only on the company issued and managed laptop and only through the company VPN. I’m also not allowed to discuss internal information on whatever app I want, just on company approved software, which is managed by the company’s IT team. All software or other type of 3rd party used in the company has to first go through infosec approval.

    This is a standard tech company not working on anything particularly sensitive for anyone other than potential competition and maybe shareholders. Definitely not anything involving national security.

    So no, not relatable. This is how people get fired.




  • It make sense for a wrapper layer to do this and I had to fight against APIs that didn’t. If I make a single HTTP call that wraps multiple independent API calls into one, then the overall HTTP code should reflect status of the wrapper service, and the individual responses should each have their own code as returned by the underlying services.

    For example on one app we needed to get user names by user id for a bunch of users. To optimize this, we batched calls into groups. The API would fail with an error code if one of the user ids in the batch was bad or couldn’t be found. That meant we wouldn’t be getting data for any of the users in the batch and we didn’t know which userId was bad either. Such a call should return 200 for the overall call and individual result for each id, some of which could be errors.


  • Romanian living in the US. I call clătite “crepes” and American pancakes “pancakes”. That way everyone knows what I’m talking about.

    Also, don’t call plăcintă “pie”, or you’re setting people up for disappointment (it doesn’t matter that it’s good, their brain was ready for pie and got something else).




  • None of these points make any sense to me when I think about the pre-reddit internet. There were all kinds of communities everywhere on various forums across the internet. Some forums discussed specific topics, some very niche, other forums were for more general discussions. But hosting and setting up a forum was not always the easiest thing. So when reddit came, subreddits eventually replaced forums. Easy to set up, easy to discover, everything in one place.

    Now the fediverse is to me pretty much like going back to the old forums, but a bit more organized. And all of the points in this article could have been made about forums if you decided to analyze forums as one big thing. But in the end, none of it has been a problem (and there are still some forums around today).