

nasa is about to remote into the computer
I’ve dealt with slow RDP sessions while fixing servers in the past, but the lag on this connection must really suck.


nasa is about to remote into the computer
I’ve dealt with slow RDP sessions while fixing servers in the past, but the lag on this connection must really suck.


Given all the troubleshooting you have done, let me ask a potentially stupid question:
How old is the nozzle?
A worn out nozzle can result in all kinds of odd printing behavior, especially around inconsistent extrusion. I chased my arse for way too many hours on my previous printer, on;y to have a nozzle change resolve nearly everything.
Along with that, have you taken a good look at your extruder? A worn/broken gear can cause all kinds of headaches.
I’m not familiar with the Snapmaker U1, what I am finding is that it’s a tool changing machine. So, does the problem persist across multiple tool-heads, or is limited to a single tool-head?


Also, what idiot decided that only one settings window is allowed open at one time?
Microsoft engineers were worried that people missed the joys of MS-DOS and having only one application running at once. Next up, will be the return of base memory versus expanded memory versus extended memory. This ends when they devolve Windows to prove Bill Gates right that 640kB should be enough memory for anyone.


Simple, NoPilot can just erase all your files. Binaries can’t take up memory of they can’t be loaded.


That’s funny, while I still buy Samsung TVs, I hate their phones. So much of what their phones can do is usually locked to only working in Samsung’s apps and those are universally dog shit. The phones themselves are also often privacy and user control nightmares.
Granted, there isn’t a lot of good choices for phones these days. I’m still running an old LG phone and have been looking outside Android as my next possible solution. But, I also haven’t had a reason to upgrade.


That of ServiceNow, whose tools help businesses automate various tasks, dropped by 13%
If AI can kill ServiceNow, I’ll happily praise our new AI Overlords. I’m sure ServiceNow can be really good. I’ve just never seen it in practice. Perhaps we just never paid for the “interface which doesn’t suck” module.


I ditched cable TV over a decade ago for a simple antenna (and wrote a notable Reddit post on the antenna while I was at it). That was done because I was tired of my wallet being raped each month, because I had to buy a higher bundle to get the channels I wanted. I was stuck with cable internet for a number of years afterwards, as it was the only option in my area. Then T-Mobile offered up 5G based internet in my area at a low price. That was around 6 years ago and I haven’t looked back.
The cable companies sat on their laurels while the world moved on. They are now shocked that their terrible offerings for terrible prices are falling to real competition. Sure, I fully expect the new carriers to do everything in their power to enshitify their service offerings. That’s the nature of business/ But, with the market open to competition, there is now a real opportunity for us customers to shop around and get a less shitty experience. Broadband internet is a commodity and is completely fungible. Prices should be falling and it was only rent seeking rules keeping the prices up.
This is it exactly. I made a hard cut with Reddit, but I’ll admit to missing the sysadmin subreddit. The place was full of very smart, helpful people and also cranky. The PowerShell subreddit was another great resource. I haven’t been willing to go back, but those sorts of communities only exist when you hit a certain mass of people on a platform.


Gotta have that progress bar, otherwise you might be tempted to <Ctrl>-C and you will be left with some of your software problems.


Yes, and you can probably get better performance with different block sizes. This is just what I used to fix drives as it was fast enough and I couldn’t be arsed to do any real testing to find the right speed. Also, my stash of drives was no where near homogeneous, so the right size for one type of drive may not have worked for a different type of drive. I also used the 4MB block size when imaging drives to have an ok-ish speed while not losing too much data if there were read errors.


For a physical machine:
for f in $(lsblk | grep disk | cut -d ' ' -f 1); do sudo dd if=/dev/zero of=/dev/$f bs=4MB status=progress; done
That will remove all your current software problems. You’ll have new ones, but the old ones will be gone.


I can think of a couple of reasons off the top of my head.
You don’t say, but I assume you are working on-site with your work system. So, the first consideration would be a firewall at your work’s network perimeter. A common security practice is to block outbound connections on unusual ports. This usually means anything not 80/tcp or 443/tcp. Other ports will be allowed on an exception basis. For example, developers may be allowed to access 22/tcp outbound, though that may also be limited to only specific remote IP addresses.
You may also have some sort of proxy and/or Cloud Access Security Broker (CASB) software running on your work system. This setup would be used to inspect the network connections your work system is making and allow/block based on various policy settings. For example, a CASB might be configured to look at a domain reputation service and block connections to any domain whose reputation is consider suspect or malicious. Domains may also be blocked based on things like age, or category. For this type of block, the port used won’t matter. It will just be “domain something.tld looks sketchy, so block all the things”. With “sketchy” being defined by the company in it’s various access policies.
A last reason could be application control. If the services you are trying to connect to rely on a local program running on your work system, it’s possible that the system is set to prevent unknown applications from running. This setup is less common, but it growing in popularity (it just sucks big old donkey balls to get setup and maintain). The idea being that only known and trusted applications are allowed to run on the system, and everything else is blocked by default. This looks like an application just crashing to the end user (you), but it provides a pretty nice layer of protection for the network defenders.
Messing with the local pc is of course forbidden.
Ya, that’s pretty normal. If you have something you really need to use, talk with your network security team. Most of us network defenders are pretty reasonable people who just want to keep the network safe, without impacting the business. That said, I suspect you’re going to run into issues with what you are trying to run. Something like SyncThing or some cloud based storage is really useful for businesses. But, businesses aren’t going to be so keen to have you backing their data up to your home server. Sure, that might not be your intention, but this is now another possible path for data to leave the network which they need to keep an eye on. All because you want to store your personal data on your work system. That’s not going to go over well. Even worse, you’re probably going to be somewhat resistant when they ask you to start feeding your server’s logs into the businesses log repository. Since this is what they would need to prove that you aren’t sending business data to it. It’s just a bad idea all around.
I’d suspect Paperless is going to run into similar issues. It’s a pretty obvious way for you to steal company data. Sure, this is probably not your intention, but the network defenders have to consider that possibility. Again, they are likely to outright deny it. Though if you and enough folks at your company want to use something like this, talk with your IT teams, it might be possible to get an instance hosted by the business for business use. There is no guarantee, but if it’s a useful productivity package, maybe you will have a really positive project under your belt to talk about.
FreshRSS you might be able to get going. Instead of segregating services by port, stand up something like NGinx on port 443 and configure it as a reverse proxy. Use host headers to separate services such that you have sync.yourdomain.tld mapped to your SyncThing instance, office.yourdomain.tld mapped to your paperless instance and rss.yourdomain.tld mapped to FreshRSS. This gets you around issues with port blocking and makes managing TLS certificates easier. You can have a single cert sitting in front of all your services, rather than needing to configure TLS for each service individually.
Ya, I actually run both uBlock Origin and NoScript in my browser on my phone and personal machine (desktop). On my work laptop, those are a no-go. So, I get the full ads experience on my work machine when traveling.
I run Pi-Hole in a docker container on my server. I never saw the point in having a dedicated bit of hardware for it.
That said, I don’t understand how people use the internet without one. The times I have had to travel for work, trying to do anything on the internet reminded me of the bad old days of the '90s with pop-ups and flashing banners enticing me to punch the monkey. It’s just sad to see one of the greatest communications platforms we have ever created reduced to a fire-hose of ads.


I’d start with superglue, also @pixeltree@lemmy.blahaj.zone makes a very good point. Creating some aligned holes and pins would make the assembly much more exact. I did something like this when I edited this model to fit on my previous printer. Slice the model and while it’s aligned in whatever editor you are using, create a 3mm diameter pocket which goes 5mm deep in each side in three places, creating a triangle of pockets. Then print some pins which just fit those holes. This will ensure everything lines up nicely. Once printed and glued, you can use a filler putty like Bondo to fill any gaps. Then sand and paint.


This is pretty obviously a model the designer never thought about printing. That said, I think I’d try splitting it straight down the middle ventrally. Imagine drawing a line from the middle bottom of the resonating chamber in the same direction as the strings up through the top of the fret board. That line cuts through the instrument. Each half is then laid on the new flat side and printed. I’m pretty sure you could get away without supports, though the keys might either need supports or need to be separated out from the model entirely and printed on their own.


deleted by creator


AWS seems to be cratering as well: https://downdetector.com/status/aws-amazon-web-services/

And Google, why not?



It’s not just speed, CGNAT is a near complete “fuck you” to self-hosting. You can work around it with a VPN endpoint “in the cloud”, but that still means you are reliant on someone else’s computer.
By “de-shitify” they meant removing all the shit which isn’t owned and controlled by Microsoft.