

Exactly. Here’s a thought… and I’m just spitballing here: tariffs. Then take them away. Then add them again. Then take them away. Then add them again. /s
Exactly. Here’s a thought… and I’m just spitballing here: tariffs. Then take them away. Then add them again. Then take them away. Then add them again. /s
That’s what Emby thought.
I can’t read the word without thinking this.
When in doubt, get hot and screw.
I’ve never had that happen, but I suppose it’s possible.
In restaurants they keep plates warm under heat lamps. Microwaves don’t actually transfer heat the way heat lamps do. They heat things up by “vibrating” the molecules (it’s more complicated than that, but that’s the idea). Things with less rigid molecular bonds (like liquids) tend to heat faster because the molecules can vibrate more readily. Using the microwave dry can potentially damage things because there isn’t anything to absorb the microwave energy.
Assuming your local service is accessible from the nginx server, you can proxy the request to it:
server {
listen 80;
location / {
proxy_pass http://10.100.100.2:3000/;
}
}
…where 10.100.100.2
is your local IP on the VPN and 3000
is the local port your service is listening on, and 80
is the public port your nginx server listens on. Everything that hits your nginx server at http://yourserver.com/
will proxy back to your local service at http://10.100.100.2:3000/
. Depending on what you’re hosting, you may need to add some things to the config.
I’m assuming that you are trying to proxy an http web server. If not, you’re going to have a hard time with nginx. Can you post your nginx config? Are you getting any response from nginx at all?
The cloud version is paid, but the desktop versions are free and available on the downloads page. Or you can build it from source.
You will never get those pixels back. They are gone. You can, however, create new pixels. They won’t be as good as the originals, but in some cases, they’ll be good enough. An open source AI/ML interpolation tool I have used with decent results is called Upscayl. There are AppImages, Flatpaks, and many Linux packages available to download.
Some PVC tubing will start to shrink around 70°C. Can you get boiling water to it fast enough before it cools?
Send GNUdes.
Oh, so this is a lot like traditional photography? Do you use an enlarger to create an “exposure”? This sounds cool, but I’m having trouble finding anything on the Internet related to this. Any resources you can share?
This looks interesting, but please excuse my ignorance: what does “in titanium” mean? What is this medium?
Wow. She really looks like Zooey Deschanel without bangs.
They’re not really in financial trouble. They just need more money to develop new tools to compete with industry standard software like Autodesk, Maya, Houdini, etc.
But the dog’s name was Indiana!
…situation where allowing a completely random 3rd party to use your IP/network on an on-demand basis…
I mean, this is kind of the entire concept of Tor.
Here’s a good place to start:
gpg --gen-key
Then follow the prompts.
This is less of a Plasma problem and more of an Archlinux packaging problem.