Skip Navigation

Posts
4
Comments
100
Joined
2 yr. ago

  • No, I believe it this way. It used to be one service that had access to everything it needs. Now it is microservices, so each microservice is caching a bunch of stuff, but of course all the wrong stuff, so every request requires at least one network call downstream. Thus more memory usage and slower.

  • Light rail is typically used in situations where it is fitting the trains into smaller spaces, often sharing space with other modes of transport. Building it to a heavier grade would cost more and offer no benefit. Even if you spend the money to build a light rail line to support a longer, heavier, faster train, you could not run that train anyway, because the spaces is shared, the turns may be too tight, the bridges may be too low, there may be no space for platforms. It is more cost and space effective to have separate lines.

    Note, many light rail networks use standard gauges, so they can use standard maintenance equipment.

  • For those unfamiliar with the area, the tunnel that all of the cyclists are riding out of in the second half of the video is a huge bicycle parking station at the central train station. According to Wikipedia, it is the largest bicycle parking station in the world. https://en.wikipedia.org/wiki/Utrecht_Centraal_station#Bicycles

  • spamassassin

  • All they had to do was copy or incorporate TreeStyleTabs.

    Instead they shoved AI down our throats.

  • The deer in my state can vote for as many 3rd parties as they want, the districts are all so gerrymandered by the pigeons that it does not matter.

  • Dutch

  • I am taking a class to learn a second language. The things I am having trouble with are the things I have trouble with in my native language (English) as well. Such as:

    • speaking in front of others
    • thinking of things to say
    • taking too long to say something because I need to prepare the wording in my head to make sure I am precise and will not be misunderstood (and get misunderstood anyway)
    • not rambling once I do start saying something
    • understanding what other people are saying when there is a lot of background noise
    • making eye contact

    Thankfully as soon as the lesson is over I can go directly home and be alone for several hours.

  • Ms. PacMan

  • BTW, buying the official dock may not solve your problem. I have the official dock. When the Deck battery gets low, it does not provide enough power for both the dock and one of my keyboards.

  • If you plug the Deck charger into the dock, then plug the Deck and keyboard into the dock, it works, right?

    If so, the problem is that the Deck does not provide enough power for both the dock and the keyboard.

    I have my charger plugged into the dock 24/7 with no problems.

  • What happens if you do:

    Deck -- docking station -- regular usb hub -- mechanical keyboard

  • I still do not trust Sony after the CD rootkit incident.

    Maybe HMD?

  • My strategy is to have been married to the person for at least a decade so expectations are set.

    1. "They're rambling about trains again; good thing I brought my knitting."
    2. "Oh, they brought their knitting, I may as well keep rambling about trains because they are not paying attention."
    3. good food
    4. walk
    5. bed
  • Deltarune, Kitsune Tails, Railbound

  • I have 5 docker-compose-based services. I wrote a shell script:

     
        
    #!/usr/bin/env bash
    for y in $(find /etc/ -name docker-compose.yml); do
      cd $(dirname $y)
      docker compose pull
      systemctl restart $y
    done
    
      

    (edit: spelling; thanks Unquote0270)

  • The number of times I wanted to go get a burrito for lunch (Moe's was next door to my office building) but went hungry instead solely because I did not want to hear "WELCOME TO MOE'S!" is very non-zero.

  • Letting the majority of voters who have to deal with the consequences of our collective decisions impose their will on the minority of self-centered rich people is a great way to run a government.

  • Bun Alert System @lemmy.sdf.org

    waiting to cross the road

  • cats @lemmy.world

    My void is broken, it only eats green vegetables

  • Bun Alert System @lemmy.sdf.org

    hiding spot less effective after leaves fell

  • swaywm @lemmy.ml

    draw rectangle on screen to map drawing tablet area

    gitlab.com /sbyrne/config-sway/-/blob/main/tablet-map