• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: July 14th, 2023

help-circle
  • I might be in a minority of this, but using numbers that way breaks my flow for 2 reasons: Firstly, any number of lines greater than around 3 or 4 means I have to stop and manually count. Not that counting to 6 takes a long time, but it does use some mental capacity while I want my mind focused on the actual code. Secondly, I don’t have touch typing in my fingers for the number line on my keyboard. If I need to type a number, I either have to look down at my keyboard, or move my hand over to the numpad. In both cases it would be quicker for me to Vjjjjjy.




  • Its a nice idea which probably has a lot of complex implications. It would probably be a huge pain to figure out dimensions and compatible electric motors for every brand of non-electric vehicle, so the production of replacements would become very wide. Typically, the battery of an EV isn’t just a brick in the engine room, but it’s a whole range of cells along the length of the vehicle. Using the same space as the combustion engine might leave you with a vehicle with terrible range. Also, the safety of a car takes the engine into account. Replacing a combustion engine with an electrical engine would likely require a whole new safety overview for each individual model.

    I honestly really hope that your suggestion would work, but I’m not expecting to see this becoming a wide solution before EVs dominate the market anyway.




  • dQw4w9WgXcQ@lemm.eetoTechnology@lemmy.worldSteam Deck OLED announced
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 years ago

    Yep, I’m just shouting out my country because it checks the boxes.

    It’s a country which isn’t usually far behind to receive technology, but for some EU/EEA-reason, Steam doesn’t really have Norway on the list of countries to include for physical products.

    Also, we have a few third-party sellers with 50-100% markup, which is lovely.

    But I’m sure it’s similar elsewhere.




  • Mono.just(“Penetrating system”) .doOnNext(System.out::println) .delayElement(Duration.ofSeconds(1)) .flatMapMany(() -> Flux.just(“20%”, “40%”, “60%”, “80%”, “100%”)) .map(“Hacking NASA %s”::format) .doOnNext(System.out::println) .delayElement(Duration.ofSeconds(1)) .subscribe();

    Better?