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/)DN
Posts
0
Comments
686
Joined
2 yr. ago

Coder

Jump
  • SpaceX is quite "real". No other company is even close to it's tech, low cost, and launch cadence. It's because it's run by Gwynne Shotwell, the President of SpaceX, who is skilled at keeping Musk away from ruining it.

  • Jade

    Jump
  • Nobody would ask for the brand in reality. For 99% of computer issues it's going to be something specific to the used software or Windows, and if the hardware turned out to be relevant in any way, you'd ask for the model because the brand itself is useless for most issues.

    Sorry it was just jarring to me. :P

  • I didn't say anything about Mars, I only meant the Moon mission, which I assume would slightly push the record further just because the longer duration would give more opportunity for the wobble of the Moon's orbit to get the astronauts further than before.

    Granted, SpaceX could also just fail to get to the Moon.

  • If Musk guts NASA, then surely it would be in an attempt to benefit SpaceX and himself, e.g. by removing regulations or funneling more money to SpaceX, and with that accelerating his Moon landing program, not pushing it back.

  • On the sexuality/gender thing. They are actually required to ask this in the UK. It would be illegal for them not to ask (I think it depends on the company size though). This is because employers are required to report these statistics to the government to prove they are not influencing hiring decisions.

    If 10% of applicants are homosexual, but only 2% of your hires are, then you are in trouble, because it shouldn't make a difference.

  • Programming is just part of making a game, but can easily take all your capacity to learn it. You need to learn planning, estimation, graphics, music, either creating them yourself or working with artists, marketing, writing, dealing with distribution, community management, the list goes on.

    You could say "making your own music is a good way to learn" and you'd be right, but if your goal is shipping a game, and learning game development, making your own music and building your own engine is not the way to do it. Unless your goal is learning these disciplines, not making a game.

  • "Show all posts from newest to oldest" is an algorithm.

    "Shows random 10 posts, unordered" is an algorithm.

    It's not possible to show a list of items without an algorithm. You may of course take issue with what the algorithm is, but you can't not have one.

  • Elvis

    Jump
  • It's a shorthand for writing this:

     
        
    variable = if (input != null) input else default
    
    
      

    This is equivalent:

     
        
    variable = input ?: default
    
      

    The answers confusing it with the ternary operator are wrong.

  • The process of throwing ideas back and forth usually doesn't include just choosing one, but generating ideas as jumping off points, usually with some existing concept in mind. Talking with friends, looking at other projects, searching for inspiration online and in the real world, and now also generating some more ideas with an LLM to add to the mix. Using one source and just picking a suggestion probably won't get you a good result.

  • And yet virtually all of software has names that took some thought, creativity, and/or have some interesting history. Like the domain name of your Lemmy instance. Or Lemmy.

    And people working on something generally want to be proud of their project and not name it the first thing that comes to mind, but take some time to decide on a name.