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/)V
Posts
3
Comments
598
Joined
3 yr. ago

  • Removed Deleted

    Permanently Deleted

    Jump
  • Quality in this economy ? We need to fire some people to cut costs and use telemetry to make sure everyone that's left uses AI to pay AI companies because our investors demand it because they invested all their money in AI and they see no return.

  • Best developers are looking for solutions not for problems. It's not about talent, amount of commits, projects, years of experience but about mentality. If you're looking for problems you're looking to the void because tech is one big fucking problem and pain in the ass.

  • Thanks I have a DS and might give it a try, DS was fancy entertainment device with 2 screens, bottom being touch screen.How unique it was for gaming I can say GTA china town wars was fun game, it contained many mini games designed for touch screen, one of them was you break into car in gta but you have to start it with various mini games on touch screen.

  • Yeah we need Peach rescuing Mario game.The Legend of Zelda: Echoes of Wisdom - was a good game

  • Deleted

    Permanently Deleted

    Jump
  • Deleted

    Permanently Deleted

    Jump
  • These will be protecting water from people so their server rooms get cooled down and keep feeding them commands. We're just started building their living place. These will be looked by future robots as ancestors. We will be dinosaurs if we keep doing what we're doing.

  • attend mandatory training

  • Looks like corporate are locking hardware... again.

  • And he make out with Judas. Always surrounded himself with poor hard working people.

  • Life, each day I feel it's less of it.

  • As long as corporations and consumers keep pumping money into technology monopolies it's not a bubble.

  • Log Out!

    Jump
  • Computer - load game.

  • this is nginx / openresty config - upstream is just definition of server / bunch of servers if you do loadbalancing - you can specify load balancing strategies and stuff. Or when want to separate server layer from proxy layer.

     
        
    stream {
      upstream something {
         server xxx:123;
         server yyy:321;
      }
      server {
         listen 666;
         proxy_pass something;
      }
    }
    
    
      

    https://docs.nginx.com/nginx/admin-guide/load-balancer/tcp-udp-load-balancer/

    I use openresty with autossl, it renews certificates automatically. The only problem is maintaining subdomain allowance otherwise bots will ddos letsencrypt with random domain names, after some quota they will soft ban you for a week to create certificates for new domains / subdomains.

  • you can reverse proxy other ports than 443 and ex. upstream ssh, the advantage of having reverse proxy over everything is to have traffic in one place so you can manage it, that's why for example kubernetes have ingress server, example nginx / openresty upstream ssh, you can restrict traffic to limited amount of IP etc.

     
        
    stream {
        upstream ssh {
            server          127.0.0.1:22;
        }
    
        server {
            listen          2222;
            ssl_preread     on;
            proxy_pass      ssh;
        }
    }
    
      
  • it's called microservice

  • I feel there will be big JetBrains leak with all the stolen code they say it's secured with restricted access.

  • Taiwan Population 23 396 049. To give some example NYC population 8 478 072. So you need to build 3 NYC to move Taiwan. You might as well build a big spaceship that can pick island and move it next to Hawaii.

  • Because before internet was source of media someone invented DVD region locks in the first place, all corporate followed with dividing world to regions and now we're stuck with this crap. File DRM is just second iteration because the people were already hired, structures were already established so they just build it on the region lock.https://en.wikipedia.org/wiki/Regional_lockout