Comments
bunnies wrote
I'm gonna keep that in mind thank you and congratulations!
bunnies wrote
big congrats!
bunnies wrote
We hired a data science consultant firm at my job and one of the citations in the final report was a twitter thread. The bar is not that high.
bunnies wrote
I don't actually think those two things were connected, but how's that for bad timing?
bunnies wrote
I very much sympathize and agree with your point about how the USA, given its history in global conflicts, should tread very carefully in this situation. On the other hand, I kinda feel like "really? of all the conflicts you've been involved in since WWII, this is when you've suddenly decided to grow a conscience???" (and when I say 'you' here, I mean a very vague gestures in the general direction of the USA, I know that american socialists have been opposed to all these illegitimate wars.)
But I don't really buy the overall narrative here. Looking at a source of the GDP of Ukraine that I found, the only dips are after the financial crisis, and after being invaded by Russia the first time. When did this supposed economic downturn due to NATO influence start? And if Ukraine has been selling out their economy for the hope of a NATO membership, why is no one coming to its aid? Seems like a bad precedence to set if the USA is indeed pressuring countries to join.
It seems to me like american socialists are so entrenched in the idea that american imperialism is to blame in global conflicts that it has become a self-evident truth, no further analysis needed. And any war that Russia starts is obviously a proxy war against the USA. I don't think this is the case anymore, and I think that the failure to recognize this, and incorporate it in their analysis, is what makes the DSA's response so lacklustre. (On the other hand, I don't know anything and no one should listen to me.)
bunnies wrote
Agreed, it's bad. Take for instance the point about non-NATO European countries being pressured into joining. Like, we're not being pressured by the evil ghost of American imperialism, we're just finding out that apparently no one will help you when you get invaded if you're not part of NATO, because that will start WW3. And when it happens, socialists will write articles about how great solidarity is (in the abstract, of course), while actively advocating against sending you guns to defend yourself.
bunnies wrote
Have you considered getting pourover equipment with higher capacity? French press coffee is always going to be inferior to well made pourover imho, and while moka tastes amazing as a small shot I have my doubts about diluting it.
bunnies wrote
c++ can strike at any time
bunnies wrote
lulling you into a false sense of security
bunnies wrote
Better start preparing for C++25 "2 C 2 PlusPlus"
bunnies wrote
Frogger 2: Swampy's Revenge is generally not regarded as canon in the Frogger fandom.
bunnies wrote
you can do anything on crouton.net
bunnies wrote
I wish to subscribe to weird tea facts
bunnies wrote
I think "wherever you drop the coins / they roll the same way" is some fucking powerful lyrics.
bunnies wrote
right back atcha
bunnies wrote
<|:•)
bunnies wrote
sorry, prohibition is prohibited in this zone
bunnies wrote
Some bulbs in the IKEA Ledare series perform very well in terms of CRI, and they're pretty cheap.
I bought some really fancy super good CRI bulbs a while back, but I can't say it was worth it. I barely notice a difference between those and any of my other led bulbs. It's probably better to go with cheaper bulbs, and then do some experimentation with color temperature and illumination level to find a configuration that you like.
bunnies wrote
I think you can configure nginx to do proxying based on the HTTP Host header. You'd have each service listen to a different port on the loopback interface, and then do something like this in the nginx config:
server {
listen 80;
server_name mastodon.mysite.xyz;
location / {
proxy_pass http://127.0.0.1:3000;
}
}
server {
listen 80;
server_name blog.mysite.xyz;
location / {
proxy_pass http://127.0.0.1:3001;
}
}
server {
listen 80;
server_name cloud.mysite.xyz;
location / {
proxy_pass http://127.0.0.1:3002;
}
}
For https, you would have to set that up in nginx, since it needs the decrypted request in order to know where to forward it to.
bunnies wrote
my sauerkraut and chickpeas
bunnies wrote
got my lentils got my pickles
bunnies wrote
rude!
bunnies wrote
YOU CAN SAVE PADME IF YOU MAKE SURE THE LAWNS ARE KEPT A LITTLE BIT BETTER