• 0 Posts
  • 70 Comments
Joined 2 years ago
cake
Cake day: January 1st, 2024

help-circle
  • if you are entitled to using a paid version for free (e. g. students, educators) you cannot opt-out of sharing your code.

    That is incorrect. According to the page you linked elsewhere:

    For individuals on non-commercial licenses: Data sharing is enabled by default, but you can turn it off anytime in the settings.

    (Emphasis mine)

    And for all other cases it’s opt-in. No idea how you got from that that you cannot opt-out. It literally says the opposite.



  • Not in Germany. The amount of vacation is based on the amount of days you work, not the hours. The goal is that everyone should be able to take at least a total of 4 weeks off per year. That means you get 20 days of vacation if you work a regular 5 day week. If you work a 6 day week, you get 24, but that is pretty unusual.

    So, if you work fewer hours, that only matters for your vacation if those hours are also done across fewer days. If you only work 10 hours a week, but spread them across all five days, you still need 5 days to take an entire week off, so you still get the 20 days.

    But anyway most employers will give you closer to 30 anyway, so the legal minimum usually only matters when it comes to things like transferring to the next year or paying out untaken vacation, because the rules differ there between mandatory and additional vacation days





  • Idk know what editor you’re using, but it worked perfectly fine out of the box with IntelliJ. Nothing compared to the hassle of setting up a proper Eslint setup for typescript, honestly.

    And I’m not trying to defend python here, I don’t touch that language except under duress, and I do prefer C-style code blocks as well. But this is kind of a pointless argument.





  • My recommendation is Lumibricks or Pantasy. They’re not quite 1/3 of the price of Lego, more around 1/2 on average I think, but both offer the best brick quality that you’re going to get from any company at the moment (they use the same supplier, gobricks). They’re also both offering exclusively original designs, so no copied sets or anything like that, and doing a lot of stuff setting them apart from Lego. Lumibricks has light kits integrated seamlessly into every set and goes hard on printed pieces, no stickers anywhere. Pantasy likes using lots of metallic painted pieces, bigger custom molded pieces, and has a few interesting IPs.

    If you’re into Technic, there’s also CaDa, and if you want very accurate display models you could look into Cobi. The later is a polish company that designs and produces entirely in Europe, in contrast to any other brand out there, but that also comes with a price tag that’s pretty similar to Lego at this point.






  • Unfortunately not. You do get a warning that it’s an unchecked cast at least.

    Granted, the issue here is generic type erasure, which was a tradeoff that was decided on for backwards compatibility when generics were first introduced to Java, so it’s not like an actually desirable feature of the language. But the point is that this wouldn’t be reason for anyone to not call Java and Kotlin not statically typed, their type system is just a bit weaker than others in certain aspects