neidu3
@neidu3@sh.itjust.works
Oh no, you!
- Comment on Is there room for Windows selfhosters? 2 days ago:
Yup, there’s no kinkshaming here
- Comment on SCOTLAND FOREVER 2 days ago:
Under Tony Blair they were all merged into Department of Highland Security
- Comment on What is SSH ? 3 days ago:
90% Secure shell, 10% hush
- Comment on When did you first get access to the internet in your household? 1 week ago:
1997
- Comment on If servers can be compared to automobiles, which aspect of IT can this be compared to ? 1 week ago:
A USB crapgadget built around a raspberry pi; It can record audio, stream video, mine bitcoin, it has a local LLM running, it takes voice commands, and it enumerated as a flash drive if you connect it to a host.
And it’s pretty awful at all those things.
- Comment on A server and a web server are different things ? 1 week ago:
All web servers are servers. Not all servers are web servers.
Web servers specifically serve HTTP and/or HTTPS, but there’s a myriad of other things. FTP, Minecraft, databases, mail, just to name a few
- Comment on What would be a nice open source alternative to paint ? 1 week ago:
Pinta
- Comment on What 3D printer should I buy? 2 weeks ago:
I wouldn’t say overpriced, as that carries the implication that nobody should pay that much.
But that it’s pricier than some competitors, sure. But they’ve basically floated the R&D cost for the entire industry, and that cost carries interest.
- Comment on Which African country do you want to visit first? 2 weeks ago:
Already been to a few, but I never had the chance to visit Kenya
- Comment on What 3D printer should I buy? 2 weeks ago:
Prusa walked so other manufacturers could run. 15 years ago prusa were the ones who made 3d printing a viable hobby for the rest of us. And all this while keeping their designs and code open source.
Today I view the extra I pay today for their products as a well deserved reward for their integrity.
- Comment on Flashforge closes ecosystem & puts AI ads into printing software 🤦 3 weeks ago:
Joseph Prusa must be a happy man nowadays
- Comment on Any ideas on what is the reason for the first layer being shit? 3 weeks ago:
Any chance the filament is unevenly extruded from the manufacturer? Try measure the spool in few places with some calipers to verify that the filament thickness is exactly 1.75mm, and that it doesn’t vary.
Also, might be worth it to check your flow rate/extrusion multiplier setting to ensure that the amount of plastic extruded matches what it is trying to do.
- Comment on Why prime tower instead of poop? 4 weeks ago:
Sound advice outside of 3dprinting too
- Comment on odd 3d printing issue 4 weeks ago:
Your comment made me think it might be stripped teeth on belt(s) or gear(s)
- Comment on odd 3d printing issue 4 weeks ago:
From a 3d printing perspective, I have absolutely no idea.
But from the perspective of troubleshooting electronics, that’s a pretty awful situation: electrical shocks can cause all sorts of weird havoc with unpredictable behavior and unintuitive symptoms. If I was in your situation I would seriously consider cutting my losses short and replace ALL of the electronics and save myself from a major headache.
Source: I was tasked with fixing an MF/HF radio station that had been struck by lightning. And the ship it was on was only available around 0300 in the morning. I replaced so many components, including the ones that threw an error, but to no avail. I ended up replacing the entire station, antenna and tuner included.
- Comment on What software are you using for CAD/modeling? 4 weeks ago:
Blender for most things, freecad sometimes
- Comment on Has anyone here built their own printer? 2 months ago:
I built a Prusa i3 from scratch eons ago. With enough of effort, and a more modern nozzle and extruder, you should be good. You probably want to have some 3d printed parts as part of the assembly, so see if you can find someone nearby.
- Comment on What can I do with no job and no VPS? 2 months ago:
I don’t have experience with hosting lemmy specifically, but from what I hear it doesn’t require much other than being a bit RAM-hungry. Add some swap space, use the instance primarily for yourself, and you should be good.
- Comment on What can I do with no job and no VPS? 2 months ago:
Hosting does not attract CSAM on its own. Anonymous uploads do. Only host services that you find useful yourself, and maybe sharing it with friends, and that’s a reasonably safe start.
- Comment on What are your favorite low-footprint self-hosted services? 2 months ago:
Does sshd count?
Beyond the “default” stuff, I always seem to end up with a setup that involves linux + apache + mod_perl + postgresql for various purposes. And by the way, that’s the only proper LAMP stack in my book, and I will die on this hill.
- Comment on If I buy a domain not from my own country, will it effect the useage at all? 2 months ago:
Normally it doesn’t matter. The only restrictions is in terms of who can buy domai s of that cou try to begin with (some cou tries have restrictions on that), and what sort of content is allowed in such domains. Other than that, it’s OK.
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 8 months ago:
I started hosting stuff before containers were common, so I got used to doing it the old fashioned way and making sure everything played nice with each other.
Beyond that, it’s mostly that I’m not very used to containers.