[-] [email protected] 1 points 5 days ago* (last edited 5 days ago)

Let's get upset about all the mutilated African girls instead, yes?

[-] [email protected] 9 points 2 weeks ago

Effing paywalls

[-] [email protected] 4 points 3 weeks ago

Mattermost runs as a Docker container and is excellent. You can create channels and groups which is incredibly useful.

[-] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago)

Thank you! I feel I am close to success but still not there yet. This AIO includes a reverse proxy, but I already have one (NPM).

I've seen and applied the docs for how to route with my own reverse proxy, and I come to the point where it's all installed and started.

But then - that button "open your Nextcloud↗️" does not work :'( and I think it's because it still requires something from its own proxy? The docs aren't clear on this.

The logs say "failed to fetch discovery endpoint from https://cloud.mydomain.here"

I want to use a flavor of AIO that is just Nextcloud and does not expect any specific certs and proxy and stuff. Just take care of the inside stuff, and let me do the outside stuff.

[-] [email protected] 2 points 3 weeks ago

And amazing is is. It has almost completely replaced my use of Google Photos 👍

[-] [email protected] 2 points 3 weeks ago

Sounds like a survivable approach. Except: has anyone heard of it? I hadn't.

[-] [email protected] 1 points 3 weeks ago

This makes me puke.

[-] [email protected] 28 points 3 weeks ago

It has been THE viteo platform for literally decades. There is so much content there; it would be a tremendous effort to direct that elsewhere.

And that other site would quickly succumb to storage and bandwidth costs. What options could exist?

[-] [email protected] 1 points 3 weeks ago

If only I could manage to get Nextcloud running on my Docker server.

I have tried many times but always fail. It's infuriating because I am running 20+ other things without problems. Why is NC so hard??

[-] [email protected] 3 points 3 weeks ago

Pfft! 21 weeks per meat! 🍖

[-] [email protected] 6 points 3 weeks ago

It belongs in a museum!

[-] [email protected] 4 points 4 weeks ago

Because it's not our fucking choice, you imbecile. Corporate does as corporate wants. I can't install your precious penguin on my work machine, okay??!

59
submitted 2 months ago by [email protected] to c/[email protected]

I've made a large number of custom prints, and all of them were created using TinkerCad. It's an amazing toolkit, stupid easy to use but versatile. That is ... until something needs a tiny adjustment somewhere. That's when I feel it would've been neat to use parametric CAD instead.

I have spent many hours following Youtube tutorials for Onshape, Fusion, and FreeCAD. Tutorial shapes like a LEGO brick are fairly easy, although I admit that this kind of modeling is a sharp departure from the kid-friendly TinkerCad.

My problem is that I don't want to make simple coasters or keychains, but complex shapes like this one. It's a holder/mount for two different kinds of walkie-talkies that I use, and the blue part slides into a tray in my car's dash where it sits nice and snug.

Question: How the hell do I even get started modeling something like this?? There's not a single straight cuboid here. Everything is slightly wedge-shaped.

The way I do this in TinkerCad is that I build the hollow first: I made a 3d model of the walkie, a little oversized, set it be hollow, and drop it into the shape - that's the red or orange shells you see.

39
submitted 2 months ago by [email protected] to c/[email protected]

There's so much spam, and people diligently downvote. But the posts are still shown, with -53 votes or something.

When a post is clearly unwanted, could it be hidden?

20
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]

I run an old desktop mainboard as my homelab server. It runs Ubuntu smoothly at loads between 0.2 and 3 (whatever unit that is).

Problem:
Occasionally, the CPU load skyrockets above 400 (yes really), making the machine totally unresponsive. The only solution is the reset button.

Solution:

  • I haven't found what the cause might be, but I think that a reboot every few days would prevent it from ever happening. That could be done easily with a crontab line.
  • alternatively, I would like to have some dead-simple script running in the background that simply looks at the CPU load and executes a reboot when the load climbs over a given threshold.

--> How could such a cpu-load-triggered reboot be implemented?


edit: I asked ChatGPT to help me create a script that is started by crontab every X minutes. The script has a kill-threshold that does a kill-9 on the top process, and a higher reboot-threshold that ... reboots the machine. before doing either, or none of these, it will write a log line. I hope this will keep my system running, and I will review the log file to see how it fares. Or, it might inexplicable break my system. Fun!

0
submitted 4 months ago by [email protected] to c/[email protected]

Hi all! My very old Mitsubishi Pajero III (V60 from 2000) got a 2" lift kit and now the rear wheels have too much toe-out. The stock tie rods won't adjust far enough and there are no other original "sizes."

So I need some aftermarket tie rods for the rear axle. My own research tells me I need a shorter (longer?) version of the original part number MR508134 (Imgur).

Two questions:

  • Am I correct that the rear toe angle is adjusted via this part?
  • Given that the stock MR508134 is no sufficiently adjustable, what sort of aftermarket part should I be looking for? I'm in Europe.

(For the sake of completeness: the front tie rods have adequate adjustment range.)

9
submitted 4 months ago by [email protected] to c/[email protected]

Hi all! My very old Mitsubishi Pajero III (V60 from 2000) got a 2" lift kit and now the rear wheels have too much toe-out. The stock tie rods won't adjust far enough and there are no other original "sizes."

So I need some aftermarket tie rods for the rear axle. My own research tells me I need a shorter (longer?) version of the original part number MR508134 (Imgur).

Two questions:

  • Am I correct that the rear toe angle is adjusted via this part?
  • Given that the stock MR508134 is no sufficiently adjustable, what sort of aftermarket part should I be looking for? I'm in Europe.

(For the sake of completeness: the front tie rods have adequate adjustment range.)

1572
submitted 5 months ago by [email protected] to c/[email protected]
37
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]

TLDR: VPN-newbie wants to learn how to set up and use VPN.

What I have:

Currently, many of my selfhosted services are publicly available via my domain name. I am aware that it is safer to keep things closed, and use VPN to access -- but I don't know how that works.

  • domain name mapped via Cloudflare > static WAN IP > ISP modem > Ubiquity USG3 gateway > Linux server and Raspberry Pi.
  • 80,443 fowarded to Nginx Proxy Manager; everything else closed.
  • Linux server running Docker and several containers: NPM, Portainer, Paperless, Gitea, Mattermost, Immich, etc.
  • Raspberry Pi running Pi-hole as DNS server for LAN clients.
  • Synology NAS as network storage.

What I want:

  • access services from WAN via Android phone.
  • access services from WAN via laptop.
  • maybe still keep some things public?
  • noob-friendly solution: needs to be easy to "grok" and easy to maintain when services change.
25
submitted 5 months ago by [email protected] to c/[email protected]

I have some jet lighters in my shop. I'm not a smoker but they are useful for other things too. My problem is that they seem to not work at all?

When I buy them they are fine, push the button, clear "click" sound and a fine hot jet of fire. After a while though, they simply won't fire anymore, even though the little window shows that there's plenty of gas inside.

Are these also using the normal propane/butane as regular lighters?

30
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]

edit: solved by printing at 20% of regular speed. This seems to give the filament enough time to ooze out of the nozzle, and the print result was excellent.

My Prusa MINI+ works like a charm, except with TPU. We have a 5-hour print task that starts well but fails after 2-3 hours because the TPU filament is no longer being pushed into the nozzle; instead it comes out of the extruder!

What could be causing this? Is the TPU just too soft and bendy? Is the shape of the extruder housing at fault?

It looks as if the TPU gets stuck and is then pushed into the extruder housing when the extruder continues to push. This happens again and again, but it's weird that it works well for hours before failing. The object is basically just a long block, so absolutely straightforward and no retractions.

We have checked that the nozzle is clean and has no obstructions. We have opened the extruder every time it happens, and there's no obvious problem to see (see photo 2 here).

We are considering to print a new lid for the extruder housing, see photo 3 here: (1) is the exit hole, and (2) is the cavity where the TPU ends up so it might help to change the lid (3) to a shape that does not leave a cavity there. Or is the problem that the roller (4) is too narrow or too soft?

For reference, the filament is Tinmorry black TPU from Amazon.

18
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

This is a Prusa MINI+ that has worked flawlessly for 3 months. Suddenly the prints won't stick to the bed, the first layer is all messy and I cancel the print before anything worse happens.

  • The printer has auto bed leveling so I would rule that out.
  • The plate is cleaned with 70% IPA, so it's not dirty either.
  • I have tried to adjust the "Live Z Adjust" while printing that first layer, but no setting works well.
  • Each filament is printed at recommended temps (+/- 215C) and bed is at 60C.
  • Out of my 5 spools, only 1 works well: RepRapper 3-color PLA. Even the Prusament PLA fails to stick well, and also eSun PLA+, and eSun matte PLA, and Tinmorry TPU.

https://i.imgur.com/MEpK37W.png

Update:

  • Thank you all for your kind input.
  • I washed the plate, and cleaned the nozzle (have no spare nozzle).
  • I also did a fresh Z-test (with this object) using Prusament galaxy silver PLA.
  • That was successful and showed that my height was already very close to perfect.
  • Z-test result shows that -1.425 is best. I was off by only 0.025. Image
  • Started printing an object with eSun matte black PLA but the result was same as in my original photo.
  • Changed back to the Prusament galaxy silver PLA and the result is perfect. (image)

So it looks like my filament storage is not up to snuff! Good thing that I only have a few spools, so not much is lost.

15
submitted 6 months ago by [email protected] to c/[email protected]

Let's say I never want to see another post about Trump, or NFL, or Apple, or that weird "rule" thing.

Is there presently any way to filter that out? In Lemmy as a whole? Or inside the Voyager app?

4
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

I have been using Workflowy.com for many years, and it is amazing. The only thing that bothers me is that it is proprietary and not something I can host myself.

I don't really 'get' how LogSeq works? It seems to run in a browser, but it seems to require local storage? So it is not something I could install on my homelab server and access from anywhere?

(Also, I really don't understand Lemmy. I went to lemmy.world/c/logseq hoping to find a community, and yay, here it is -- but there are no posts? I don't believe that someone created a community and I am the first to ever post in it. Confusion like that is what is making me consider going back to reddit...)

view more: next ›

PlutoniumAcid

joined 1 year ago
MODERATOR OF