(Justin)

Tech nerd from Sweden

  • 5 Posts
  • 829 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


  • It’s worse than the existing interchange. This is a one-more-lane project that makes the neighborhood worse for bicylists and pedestrians.

    The project will implement a Diverging Diamond Interchange design that will significantly improve traffic flow and safety, while reducing congestion and greenhouse gas emissions. At the end of the project, it will be both safer and easier for motorists, pedestrians, and cyclists to access and navigate.

    This project will relieve congestion and improve traffic flow on local streets, improve the existing interchange and intersection operations, improve the safety of local streets, and increase capacity of the local roadway network to support future growth. See the Updates tab for related Project Documents.

    https://sta.ca.gov/project/redwood-parkway-fairgrounds-dr-improvement-project/




  • Together we’re advancing initiatives focused on creating safer, more efficient travel options for all modes of transportation, from vehicles to bicycles to pedestrians

    They spent $25M not making travel safer for bicycles and pedestrians, and explicitly making travel less efficient by inducing car demand. $25M could buy Caltrans an entire set of one of their new Stadler kiss trains, to go from 24 trains sets to 25.

    edit: Actually this intersection is more dangerous than the existing intersection. It doubles the amount of pedestrian signals that pedestrians have to cross, and eliminates the sidewalk on the east side. Plus, they’re cutting down like 8 trees and not replacing them. This is urban decay.




  • Justin@lemmy.jlh.nametoTechnology@lemmy.worldMicrosoft Teams is dog shit
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    20 hours ago

    In the past two years, I have had horrible issues where it decides that I’m not allowed to join the call because I have a Teams account logged into a different organization, that it won’t let me log out of. An issue where Microsoft servers just time out if you have ipv6 enabled, etc.

    Don’t get me started on Skype for Business. It’s still around.







  • Go for it!

    Hetzner currently doesn’t have a managed kubernetes option, so you have to set it up manually with Terraform, but there are a few terraform modules out there that have everything you need. The rumor is that they are working on a managed kubernetes offering, so that will be something simpler in the future.

    Their api is compatible with all the Kubernetes automation, so all the autoscaling stuff is all automatic once you have it set up, and bullet-proof. Just use the k8s HPA to start and stop new containers based on cpu, or prometheus metrics if youre feeling fancy, and then kubernetes node autoscaler will create and delete nodes automatically for you based on your containers’ cpu/ram reservations.

    Let me know if you need documentation links for something.