I assume this is a mix of AI stuff being a more common Oracle for this stuff and StackOverflow clinging to old answers and questions as being forever relevant.
I assume this is a mix of AI stuff being a more common Oracle for this stuff and StackOverflow clinging to old answers and questions as being forever relevant.
They’ll only change through force (i.e. threat of losing profits or threat of losing their lives). It doesn’t have to come through vigilante justice but I think we need to make it a lot easier to lock up CEOs. The biggest problem is that CEOs are obligated to maximize shareholder value so they can pretty much always shield themselves with that precedent.
Shared idea in diff community if anyone wanted to expand on this: https://lemmy.world/post/23359286
Yes and no (when it comes to AMZN). I think they’re appeal goes way beyond low prices and fast shipping. You get a consistent experience from the search to the checkout to the returns. There’s real benefit in not having to visit 5 sites for 6 items.
Now what would REALLY be a game changer is a federated shopping platform.
Not Texans. Not anymore.
Progressives said something? Well I guess they saved that agency yeah?
Russia… and its affiliates.
The whole story about someone at McDonald’s noticing a “suspicious guy” seems suspicious. One, who pays attention to anyone else at a McDonald’s? Two, what kind of person that goes to MCDs doesn’t look at least a little sus?
Right. When a request comes in, Traefik, for one, will hold the connection until the service is back up then forward the request as usual. This works for UIs as well. You’ll get a temporary loading page then redirected to the requested UI when the service is up.
It probably would work well with those as long as the startup time was quick (my containers come up almost instantly) and the initiating clients can handle a bit of latency. I didn’t notice any hiccups in my use at all.
Not useful on its own but https://sablierapp.dev/ was really useful for me in getting back resources from some of the heavyweight containers I use. For those unfamiliar with it, Sablier can stop containers that go idle and then spin them back up automatically when a request comes in. It requires Traefik, NGINX, or Caddy running always so it could complicate your server but for me I couldn’t do without it.
Well we tried our best… can we try our worst now?
One thing not mentioned is the economic status of Hungary. If focusing on “dinner table issues” is the key then people need to be hurting. If they’re hurting then why would they triple or quadruple down on the status quo? If they’re not hurting then we’re back to ideology and convincing people there’s more to life than the necessities or that an even better future awaits. For the US I think the next 2 to 4 years are likely to dictate the next 2 to 4 decades.
Unions are going to be the last real opposition to abuses of business under the new administration. If my work had a vote I’d say yes even if it meant a pay cut.
It’s not fully selfhosted but I did setup my own runner that integrates with their site.
Oh, boy. Are they gonna look stupid when they get locked up for peacefully protesting because they don’t have an unbreakable Constitution with a First Amendment. /s
Maybe a dumb question but what kind of case do you have? Hopefully not metal because I had some crazy wifi behavior before I realized the case was either dampening the signal or capturing too much noise.
The military said that hardened Hamas fighters were hiding among the civilians there, so it struck residential neighborhoods, hospitals and schools turned shelters.
This sounds like an episode right out of Peacemaker or The Boys. I get now why those shows are so fucked up because otherwise people would be like, “Uh, this is just ‘the news’.”
Also just found out that Nevada voted against ranked choice and open primaries (the latter doesn’t seem like a huge loss). We straight up hate democracy it seems.
I love coding in JavaScript but most other aspects are atrocious. ESM and CommonJS basically splinter the entire ecosystem, node_modules and dependency resolution is a mess, the heavy use of Promises make control flow difficult to follow, and the use of native code is complicated so vendors are less inclined to support JS drivers (i.e. they’d basically hand over the source code).