Sparky

joined 5 months ago
[–] Sparky@lemmy.blahaj.zone 3 points 7 hours ago

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)

[–] Sparky@lemmy.blahaj.zone 2 points 2 days ago

"what is love?" (baby don't hurt me)

[–] Sparky@lemmy.blahaj.zone 54 points 3 days ago

Or in physics terms, potential energy.

[–] Sparky@lemmy.blahaj.zone 4 points 4 days ago* (last edited 4 days ago) (2 children)

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

[–] Sparky@lemmy.blahaj.zone 23 points 4 days ago

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...

[–] Sparky@lemmy.blahaj.zone 1 points 5 days ago

Thx for the tip! I'll try to recalibrate it based on those instructions :3

 

Hey y'all, I've been having issues with gaps forming between the outer layers of the print walls, and I'm not sure how to fix that. I thought it might be because of a clogged extruder, but the issue didn't get fixed when I cleaned it. I tried adjusting the E-steps, but smaller values caused blobs of filament to form on the outer walls likely because lower values overextruded the filament. Apart from the weird top layer and walls, the prints turn out perfectly fine, so it might be a slicer related issue. The printer is an Ender 3 pro with a bltouch sensor and upgraded marlin board + octoprint.

Here are some pictures of the issue, and a screenshot of the slicer settings:

Any help is greatly appreciated :3

[–] Sparky@lemmy.blahaj.zone 11 points 5 days ago (1 children)

Bro just lick a block of iron

1
Music rule (protosparky.uk)
submitted 5 days ago* (last edited 5 days ago) by Sparky@lemmy.blahaj.zone to c/196@lemmy.blahaj.zone
 

Caption: An image of the album cover from Guns and Roses for their album "Appetite for Destruction", which has been modified to replace the skulls of the band members with waifus. The image has a caption that says "So about a year ago, I woke up from a dream, drenched in sweat, with just one phrase being on my mind "guns and waifus". Today, i made the music cover a reality." End Caption

So this actually happened, and "guns and waifus" has been sitting dormant in my notes app until today.

I don't really listen to guns and roses, nor do i watch anime, so i hope i didn't offend anyone :3

Here's the picture without the caption:

[–] Sparky@lemmy.blahaj.zone 2 points 1 week ago (1 children)

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.

[–] Sparky@lemmy.blahaj.zone 17 points 1 week ago

Jeez that's sad to read. I wish you all good luck on the voyage to a less a hostile country

[–] Sparky@lemmy.blahaj.zone 10 points 1 week ago

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.

[–] Sparky@lemmy.blahaj.zone 6 points 1 week ago

Eh she's going to get evicted because because the second tenant (cockroach) didn't pay for rent

435
submitted 2 weeks ago* (last edited 2 weeks ago) by Sparky@lemmy.blahaj.zone to c/linux@lemmy.ml
 

Too bad the desk space sucks...

High res image

Caption: Picture of a giant display in a big event/concert space. The display shows a terminal with the output from hyfetch. End caption

High res image

Anyways here's the real setup that was controlling that big ass screen

Also sorry if the text formatting is messed up (I am posting from mobile)

69
[OC] Bus stop at night (protosparky.uk)
submitted 1 month ago* (last edited 1 month ago) by Sparky@lemmy.blahaj.zone to c/pics@lemmy.world
 

High res image

Norwegian bus stop during the night.

 

Hi, my 3d printer psu fan gave up the ghost, and I wanted to replace it. It was pretty noisy, so I thought about upgrading from a 30mm to an 80mm fan. I am designing the top case with mounting holes, and want some input on where to place the new fan. The original placement is the box with the red color. The green and blue box are some options I thought of for the new fan placement. Would placing it over the busier part of the pcb yield lower temps, or is that a bad idea? Does placement even matter for psu fans? The new fan has higher airflow, but lower static pressure than the original one, and the plan is for it to always spin at a low rpm and occasionally speed up when the psu detects a high temperature. The original config runs it completely fanless until the psu reaches 50c and only then does it send voltage to the fan header.

556
submitted 1 month ago* (last edited 1 month ago) by Sparky@lemmy.blahaj.zone to c/linux@lemmy.ml
 

Hey y'all, today I experienced another push for Linux from our friend Microsoft. 5 minutes ago, I wanted to use the timer app on Windows, so I could manage my work/break schedule, and this fucker showed up. Yes, that's a prompt to sign in with a Microsoft account to use the clock. If you close it, it pops up 30s later. Clicking “Don't sign in” or closing the process responsible for displaying it is useless, and guess what… IT PAUSES THE TIMER WHEN IT SHOWS UP.

I guess this is another thing added to the super long list of things which will eventually make me switch my main workstation to Linux once win10 is discontinued.

/endrant

Hope y'all are having a great day :3

 

I've seen these all over Europe. Some have simple images of the cross flashing, some have windows screensaver esque animations, and some have 3d renders of various things rotating in all sorts of ways. Why is that? Wouldn't a simple green cross be enough to get the point across, or do they need to be overly verbose? Here's the full video instead of a gif

 
 

Link to the site

The map contains exact locations of homocides from the 2000s to now. You can zoom in far enough to see the neighborhood the murder(s) happened in. I'm sorry that the site is primarily in Norwegian, but you should still be able to zoom around. Wonder of there's a global map that's that detailed.

view more: next ›