• 1 Post
  • 177 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle
  • carzianto3DPrinting@lemmy.world3d printer recommendations
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    6 hours ago

    I’ve worked with 3D printers for the last 8 years. The bambus are the most reliable, easiest to use, fastest, and have some of the best print quality I’ve seen.

    I wish they were more open but their replacement parts are cheap and the value of everything just working is terrific.


  • I haven’t seen an easily serviceable lenovo product in years. The last 3 lenovo laptops I’ve had to fix had their keyboard plastic rivited to the case, so you’d need to completely disassemble the whole thing, and get a new case if the keyboard died. One of their new thinkpads went through two motherboards before it was stable.

    Their new all-in-one’s require you to remove the entire backhalf to upgrade the ram, which is basically impossible to do without damaging the screen since they don’t have any structure supporting the screen besides the case, and it’s just plastic snapped together.

    I’d highly suggest never getting any lenovo product










  • carziantoLinuxKDE Goals - A New Cycle Begins
    link
    fedilink
    arrow-up
    4
    ·
    4 months ago

    The success of KDE depends on maintaining and attracting new developers. C++ is decreasing in popularity, with less people becoming willimg to learn it overtime. Adding more modern languages to the mix that are more pleasant to write with will help keep KDE popular with devs.



  • Like many others, I have mixed feelings on this. If anyone is stopping by and doesn’t want to read through the linked forum thread, this is frameworks goal:

    This isn’t a program to get people to go to conferences and rep Framework, it’s a program to give people who are already going to conferences and showing off their Framework some swag and opportunities to talk with the team. It’s not assigning work, it’s just saying thank you to people who are excited about Framework and active in the Linux community.





  • carziantoLinuxThis week in KDE: everything, I think
    link
    fedilink
    arrow-up
    17
    ·
    6 months ago

    This isn’t a joke. Often times rewriting features like this will allow the code to be more streamlined and use the latest KDE library features. This is brining new features using modern and more maintable code that solves long standing issues. Fixing the old code sometimes isn’t worth the effort for a variety of reasons (based on unmaintained libraries, the original code might have been written a while ago so it’s had many revisions of fixes that necessarily complicated the code, etc.)



  • carziantoPrivacyAdvice on improving my privacy
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    6 months ago

    Maybe the most impactful, easiest, and most expensive thing is to get your information off of the internet. There are a few services that do this like incogni but I’d recommend kanary. The gist is they have a list of known data brokers and they send out requests to them, on your behalf, to remove your information from their services.


  • carziantoSelfhosted@lemmy.worldServer for a boat
    link
    fedilink
    English
    arrow-up
    5
    ·
    6 months ago

    You’ve gotten a lot of good answers, so I’m going to do some out of the box thinking - maybe it will spark a few ideas.

    Goal:

    • self hosted server on boat

    Issues:

    • size
    • power
    • corrosion

    So if I were going to do this myself, I’d start with a pelican or other similar watertight container. We don’t want the equipment getting wet, and we don’t want it exposed to the salty air.

    I’d probably pick a usff computer, like a dell 9020 or maybe a framework motherboard. To get the storage, I’d get one of these to add multiple sata ports to the computer. Then its a matter of getting a bunch of ssds and powering them. I think the 12v goal is going to be too restrictive, most laptops need 19v to charge, so I’d just bite the bullet and get an inverter. If you’re really tight on power you could go with a pi, but the framework motherboard/usff both use mobile processors, and shouldn’t draw too much while idle.

    Any wires that pass though to the case should be made through waterproof bulkheads.

    Personally I’d nix the HDMI out requirement. One more port to keep track of and it complicates the self hosting. If you want it for media streaming to a TV then I’d recommend a roku and just run a jellyfin server on the computer. If you want it for server debugging I wouldn’t bother running it out of the case.

    The last thing I’d do is figure out cooling. For this I’d probably create some sort of closed loop heat exchanger from the case to either the outside air or the lake/ocean itself. This could be as simple as a pump running water through two radiators, one in the case and the other outside or just dumped overboard. If you know your power usage ahead of time you might be able to get away with a peltier element, dumping the heat outside the case.

    I’d probably put this all on its own power system, get a solar panel, battery, inverter, etc. It could even get topped off by the boat’s system if it needs extra juice.

    Also whatever you do, I’d figure out a way to ensure you’re giving your system a clean and steady 12v.