Shadow legends?
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
Shadow legends?
Anything is python if you use it incorrectly enough
If I remember correctly it switches to this logo during christmas
Wait till they see the vlc logo during christmas …
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
Cough couch
I must have a sore throat today
Give kodi or osmc a shot. If I recall correctly they support apps, and they have native support for remotes. Osmc even makes their own set top box so you don’t have to configure anything.
Some instructions on getting streaming services up and running in osmc
As a zoomer myself i do find it funny :3
That’s a neat way of doing it
Idk maybe the sub clocks are static and never change :3
I was mainly thinking of making some recursion hence why all the subclocks mirror the parent clock (for that given hour). Also I called it clock squared because I didn’t think the resolution would be high enough for people to actually notice the 3rd level of clocks.
You might notice that some dials don’t really align with the hours they’re supposed to show. That’s because I had to place a bunch of clocks at varying hours with a viewport rendering the parent clock at an angle that probably made it difficult to spot the errors. I rendered it once and didn’t bother re-rendering it once I saw the errors :)
Hey thanks for reminding me I made a clock squared in blender about 2 years ago
yes there is an error in the image, and no I’m not telling you where it is
Yup deep sky stacker tracks the stars so you don’t need a physical star tracker. Give it a shot, and post it here :)
You can add an image to a comment or post like this
![](url to your image)
Jeez those images have to be huge. My stack took about 5 minutes to complete on a low end laptop with 16gb of ram.
Take a look at stellarium. It’s an app that uses your phone’s compass to show a map of the stars. I’ve not used it as my phone has a god awful compass so the map is inaccurate.
No problem :)
Here’s how noisy the image would have been if I used one frame with a higher iso instead of 30 of them
Also remember to find a spot with less light pollution so that more stars would be visible.
Oh yea and the software runs in bottles under wine on Linux. Just say no to automatic updates when it asks as that causes some funky behaviour.
To be honest I don’t know. I haven’t seen it enough to verify that.
Are you trying to be murdered?