



Author started in 90s and missed entire generation of 80s suitcase phones




Author started in 90s and missed entire generation of 80s suitcase phones


that’s mafia level response
Whatever distro you want, it’s Linux so you can do anything you want. Go wild with your imagination.


https://www.youtube.com/shorts/73Ii25cUyJc - he literally said that, I need to lay down


Schools removing books as teenagers cannot read them.
that’s why women are attracted to men in uniforms
In the most pessimistic scenario it’s the only future (hope ) people have if they want to stay being people. The most pessimistic future of the commercial internet is every piece of information locked behind your personalized chat bot, every content tailored to you only and generated by machine. Just hook up to the matrix, they’re waiting for you.
You can host ollama and open-webui on container. If you want to wire search you can connect open-webui to playwright (also container) and searxng (also container) and llm will search the web for answers
If time is the only problem with self hosting we should work on this even more because it’s only accessibility issue.


I’m waiting for some private company to draw a big dick on the moon.



how it started
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.


deleted by creator
And he make out with Judas. Always surrounded himself with poor hard working people.


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;
    }
}
Moldova next because it’s not in NATO. Next Romania with Serbia and Hungary as ally. After that all old Yugoslavia. That can be like 2030 agenda. Many would say that Poland is next but they have big border with Russia, USA military bases and no value other than terrain and Russia have no problem with terrain. It’s easier and more profitable to go just south and gain access to the Mediterranean Sea. That opens up border with Africa with Middle East and cuts down Europe from south Oil and Gas sources.