Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GE
Posts
0
Comments
332
Joined
12 mo. ago

  • There's loads of options.

    Plenty of science that could potentially save us if invested properly.

    Lab grown meat. Carbon capture. Using said carbon capture for building materials. Nuclear fusion. Outer atmosphere energy generation. Etc.

    There's also cutting back on our consumerism.

    Once it gets bad enough that it affects the super rich the world's governments will miraculously and quickly act as one.

  • Permanently Deleted

    Jump
  • So basically we can do nothing lol

    At the end of the day if you don't want them using your data don't give it to them. It's the only way.

    Don't use their service. Get a privacy focused browser. Get an ad blocker. Disable 3rd party cookies. Container off the sites. Only use the Internet to view furry porn.

    Then you're totally protected.

  • I mean I've still yet to hear a reason not to use rust tbf.

    But yes that's what working in a team is like.

    I have to do stuff at work so I don't fuck over the frontend team. I don't throw a little tantrum about it.

  • I think the point is they aren't forcing it at all. It's being used with the blessing of Linux Jesus and the others are just throwing their toys out of the pram because they don't want to learn it.

    Someone else linked the video on this post. They are rude as hell and the rust dev isn't even asking them to use it.

    Again I think that's a bad attitude towards technology. Use the best tool for the job and you'd get used to the syntax pretty quickly.

    It's like someone who started on python not wanting to learn a c style language.

  • It is literally being pushed for its technical merits and traits.

    Memory safe code with comparable performance in the kernel seems like an absolute no brainer.

    Also if you watch the video all he's asking for is consistent interfaces for the file systems. He's not even trying to get them to use rust. And the guy starts screeching about how he'll code however he wants.

    Is it wrong to expect a consistent and well documented interface?

    Pretty sure C is actually being pushed against its technical merits here.

  • I would say being more inclusive is bringing value.

    There's a massive issue with women being under-represented in STEM and little things like this only further cement that.

    It's casual sexism. I'm not suggesting they are intentionally hating on women.

    Assuming it's a man because it's programming is fundamentally sexist.

    What downsides would they be?

  • On his press tour, he had a lot of negative things to say about Trump. In conversation with Fresh Air's Terry Gross, he said:

    "I can't stomach Trump. I think that he's noxious and is leading the white working class to a very dark place."

    In public, Vance said that Trump was, "unfit for our nation's highest office."

    And in unearthed private messages, he compared Trump to Adolf Hitler.

    From 2016. Seems he did drastically change his opinions on trump once in politics.

  • Start with a git GUI application. I use git extensions on windows.

    You'll be able to get a feel for how it all works and it actually shows you the commands it's running.

    I also use bingai a lot when learning. The more specific your question the more likely you are to run into hallucinations and that. But for explaining basic concepts or query things that are well documented it's really good.

    It also sources it's answers so you can follow the link for further reading if needed.

    Just don't trust it to generate large amounts of code.

  • A flat 50 column table is usually an indicator of bad design and lack of normalization.

    Nosql is absolutely ideal for flat data with lots of columns and huge amounts of rows. It's like one of its main use cases.

    That many parameters is an indicator of poorly structured queries and spaghetti code. There is no way that's the best way the data can be structured.