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
The quality was always questionable in IT because of how projects are being managed. That’s why you have consulting companies. The only difference you get from AI is companies trying to lower the wages and reduce costs to share profit with AI companies. Those tools bring no more value than hiring more junior / bootcamp level developers. The difference is from junior developer you can in a year or two get full team member but from AI you will get constraint amount of slop because it doesn’t evolve.



how it started


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.


Tariffs


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;
}
}


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


This will be fun to watch. Maybe not for 14 500 EA employees. I kindly suggest them to leave as soon as possible.


You can’t spend and earn millions by doing simple bug fixes and simply Debian version bump so they needed to make something.


Let me rephrase it. It wasn’t original idea. Scandinavian made it first Americans just copied and sold it.


Erlang https://learnyousomeerlang.com/ If you know golang and recurrence it should be easy, google basically stole channels from Erlang and syntax from Swift. Like everything else, they just stealing stuff and claiming they’re great. Fucking rich script kiddies.
Well it looks like another paywall / DRM gateway for knowledge that is not opensource. The only open thing they have is .org domain.
Buy refurbished / used Mini PC with at least 16GB RAM and 1Gbit network card. Don’t bother with M.2, SSD is enough.
I have right now refurbished hp g4 ryzen 5 mini pc. There is 12 docker containers running there and couple applications in screen, I just add things. Don’t do ARM, as far as I remember running on ARM is compilation hell. Stick with x86.
You want it to ease your life and not to make it harder.


Hey future man send it to Blizzard to 1996.


I don’t know why but when I look at UK prime minister I see Palpatine. It’s from first time when I saw him. He’s Palpatine to me.



Prime Minister Palpatine please.


And people still buy it from auctions
Whatever distro you want, it’s Linux so you can do anything you want. Go wild with your imagination.