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
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
What if it’s foreign AI ?
Commercial web over the years is slowly transforming from education and news into video entertainment platform, this is just next step. I hope AI slop will accelerate transition towards decentralized federated trust ring networks. I also hope it will destroy or at least largely damage current internet / cloud monopolies - google / meta / amazon / microsoft. Maybe public knowledge will be harmed but people will always find the way to pass information without slop.
Someone doesn’t know what mockumentary or docufiction is. There were lots of fake videos way before AI. This is just amplification because of better accessibility.
They changed only 2 days ago before release so people no boycott it. Probably Hooded Horse is just middle man.
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.
web TV ads can be easily blocked but recent advancements in hardware locking added cryptography chip so I imagine it would be some hardware chip you have to remove to get rid of ads that will overlay half of the screen
Looks like corporate are locking hardware… again.
There is still no animation software that can match flash brush style / color or animation techniques.
I’m waiting for free phones / tv with split screen 50% AD 50% your content but only AI generated.
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.
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;
}
}
1/2 open-source 1/2 hp spare parts
You can’t escape probability these days.
They can thank IMF and government.
Greece is subject to post-program monitoring (PPM), focusing on its ability to repay the IMF, as a country which owes the fund more than 1.5 billion SDR or 200 percent of its quota.
The IMF’s austerity policies were criticized as violating the Greek constitution and human rights.
https://en.wikipedia.org/wiki/Greece_and_the_International_Monetary_Fund
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.
For those who don’t know you can see the games people are playing during that event in steamdb
I played so far.
Heroes of Might and Magic Olden Era - nice demo but the graphics map interest points blends with background and it looks like it’s unbalanced.
Alchemy Factory - automation game / shop simulator - also nice demo but the controls are a little clunky and hard to get used to.