Or in physics terms, potential energy.
Sorry for scaring developers
Norwegian proot with a taste for shitposting Deeply sorry for my photoshop creation
Former account at Kbin
aspe:keyoxide.org:JYRRSWIKLZWX366Y4DONCIEYAE
Or in physics terms, potential energy.
Thx for the good read!
I switched from duckdns about a year ago as it failed to resolve the addresses for my jellyfin server. I ended up buying a domain from cloudflare for 3 years for about $4, and I self-hosted ddns updater to automatically grab the dynamic ip, and set it to a subdomain.
As for your nginx config, I’d imagine you could make 2 separate config files in sites-enabled
that are nearly identical, but listen for different domains.
Something like this:
#config file 1
server {
listen 80;
server_name example_a.com;
location / {
return 301 http://example_c.com$request_uri;
#or use an ip instead of example_c.com
}
}
#config file 2
server {
listen 80;
server_name example_b.com;
location / {
return 301 http://example_c.com$request_uri;
#or use an ip instead of example_c.com
}
}
#Or use "proxy_pass http://example_c.com;" in the location tag instead of "return 301..." if you want to reverse proxy the traffic
1.5Tb data cap, jeez. I regularly push 6tb of monthly traffic by myself. This feels like mobile internet all over again, but now with wired…
I personally won’t pay for the extra security updates, and will switch to Linux, but like you said, it’ll be very overwhelming at first. I’ve used kubuntu on my laptop for a while now, but it’s hard to rewrite my own software for Linux because it uses native system APIs.
Depending on where you live, and what service providers you have, you might even get a free lawyer for these kinds of things.
For example in my situation I have free legal help bundled to my mobile data plan for ID theft, gdpr violations, and for removal of images and videos I didn’t concent to have recorded.
Check your services, and you might save a bunch of money.
Eh she’s going to get evicted because because the second tenant (cockroach) didn’t pay for rent
It’ll end up in a museum somewhere…
Can we all splurge on a cubesat with a vinyl record or some other media that contains “never gonna give you up” , and make our own voyager sattelite for other lifeforms to receive?
Idk id be super depressed if I was able to experience my family, friends, family’s children, and so on die.
Robux since that’s more valuable than the Russian ruble
Funnily enough noone noticed that anything was “out of the ordinary”. The event organizer, who isn’t techy, asked to use my pc so he could transfer some assets for display, sent them over, right clicked the photoshop files, and opened them in a cracked photoshop program i installed using wine. He then proceeded to add some finishing touches and export them as png files without noticing this pc wasn’t running windows.
The thing that caused the most hiccups wasn’t the os/software, but the hardware. The camera crew handed me some thunderbolt capture cards which didn’t work because my $300 laptop which I got for free didn’t support thunderbolt. We switched to some usb capture cards, and they worked perfectly without any configuring.
So I guess Linux has reached the title of It just works™️ (at least for this use case)
Thx. It’s the title screen background from the Interea visual novel :3
Kubuntu
We had the display to ourselves, so we dug around in the settings of the scaler but couldn’t find anything that might set the resolution or aspect ratio. The goal was to keep this thing running for the show so we didn’t want to break anything by messing up the settings.
I’m currently using a Samsung s21 ultra, and it’s kinda meh. The compass is not bad, it’s horrendous. It used to be offset by say 90 degrees, but nowadays it seems more likely that it’s a random number generator from 0 to 360 degrees, making any maps app bacically unusable unless you look at road markings, and other buildings to guess which way you’re facing. The main camera has over time developed a hardware issue that makes all pictures always out of focus, unless you hit the phone on a hard surface to dislodge the focusing mechanism. From a software standpoint it’s a good device. No major bugs, and it’s pretty stabile.
My favorite phone was a used Samsung s6 as it felt kinda “flawless”. Battery was good, camera was great (for the time), and hardware was pretty awesome. It was a great phone while it was still getting updates.
I wonder how that bug happens from a programming standpoint. Despite that bug, it didn’t crash or misbehave during the entire 2 day show, so I’m happy.
The native resolution of that thing was something along the lines of 1500x1000, but the scaler only accepted 1920x1080, and 1920x1200. Both resolutions had the same top and bottom bars so we assumed something got disconnected during transit, and we didn’t bother fixing it as all content was in 16:9 anyways.
For the pictures with hyfetch I just captured the display of the laptop in obs and forwarded it to the big screen as that was more convenient than fiddling with the terminal window on a screen I couldn’t see from laptop’s position.
Here’s the free oem app as an msix package as Microsoft removed the store link. link
(yes I did accidentally upload it to the wrong collection, but I don’t think I can change that)