AggressivelyPassive

  • 1 Post
  • 105 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle

  • None of the things you mentioned were in my description. You made that up completely. I talked about meetings, no scheduling information.

    She’s not entitled to asking multiple times day if you’re done yet.

    Did I even imply that? No. You made that up.

    I work above senior, have done management and tech lead.

    Hearing only what you want, not what the other person said makes you almost perfect management material.

    Seriously, look at my comments and your replies. You answered to a completely different reality.


  • Nah, I think you’re mixing things up here.

    “Toxic” is just a label you’re putting on everything you don’t like and you’re also putting a ton of implications behind it.

    If Stacy wants a feature, and she’s the official representative, I need to clarify what that feature means. A manager can’t shield me from having to research the technical implications, that’s my job.

    Also, you can ignore calls all you want, if there is a genuine need to communicate, you need to have that call at some point. That’s actually your first point in the list above.

    I think you never worked in a role above code grunt. As a senior developer, my job is to do all what I described above. I need to do all the technical legwork a manager can’t. I need to write everything down. I need to get feedback from stakeholders. That’s nothing a manager can do and that’s nothing a junior can do.

    I code something like half an hour a day.


  • I feel like these memes of hating everything other than lone coding is because you keep working for toxic companies.

    No, it’s because we are working with humans and their deeply flawed organizations. As much as people hate corporations and love startups, both are always a mess. Every organization I’ve seen from the inside is barely functioning. Cruft, interpersonal conflicts, incompetence, or simply very bad market situations.

    Software engineering kind of has to get involved with almost all of that. If you need to get approval from department A and Stacy just keeps changing what she wants, you’ll have to carry that chaos into the development and it will usually percolate through half the engineering department, because hardly any interface is actually a stable attack surface. That means meetings, calls, meetings, reviews, meetings, and fucking Stephen again wants to pitch this weird framework he’s so in love with, meetings, budget calls, because there’s no way, simply changing the field length can take that much work, meetings, …









  • It’s not even the training. It’s the extraction of the raw data.

    You now store PII, that the clients can’t delete anymore (which in itself is a violation) and then do “something” with it. Whether it’s for AI or word counting doesn’t matter. You store PII that is not under the control of your clients anymore and you store PII without the P whose I could be used to I them having ever been informed.

    Also, whether AI training is actually legally anonymization is still up to debate, as far as I know.


  • The entire gdpr. You can’t repurpose user data after the fact, and that includes the purpose of usage, but also the parties the data has been shared with. All these cookie banners have to state clearly “we’re using this data from you and we’re sharing it with these partners”.

    I’m pretty sure, that hardly any company lists Slack in their cookie banners or ToS. Thus, sharing any personal data with slack is forbidden. Usually, that was overlooked, because it’s somewhat dubious if slack can be seen as actually “using” the data by just hosting whatever someone posts in a private message, but this announcement makes it very clear, that they intend to use this data.



  • Compared to Java, it makes me write the same data structures three or four times.

    Just an example: if I want to be able to insert a struct via Diesel, I need to write the actual entity, an entity without the id for inserts and maybe some other structures for queries. Also, I need to write a schema file defining the DB plus an SQL statement for actually creating the needed tables.

    Another example: explorative testing. Sometimes you need to disable chunks of code for testing purposes. Maybe that long running computation or a DB query, etc. Rust often forces you to write a bunch of “corrections” to make the code seem correct again.

    I get that this is useful, but for my line of work, it’s just a pain in the ass.






  • No, I was actually in a class specifically for gifted children.

    However, this was over 20 years ago and back then, this was a relatively new concept in my region. That meant the class had to be padded with “regulars” and the special treatment we got, was rather limited. Looking back, it seemed like they dropped the idea almost completely after 9th grade or so.

    And even today I’m pretty sure there’s no comprehensive testing going on. So a ton of smart children get labelled as having ADHD or just as delinquents if they’re from a “bad” background.

    Funny thing is, Germany actually did have a three tiered school system for decades, where after elementary the children were separated by “performance”, but since this country is laughably bad at creating equal opportunities, this de facto became a class filter. Parents are academics? Off to the Gymnasium with you! Parents are poor/migrants? Well, Hauptschule will have to do. Good luck at being underemployed for life.