Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SC
Scrath @lemmy.dbzer0.com
Posts 3
Comments 91
I liked Fusion 360, I like Onshape - but I'd rather like something that I won't lose over the whims of one company. So, what?
  • I recently tried the flatpak this repo has linked and couldn't get it to work properly. First I had to google for a login workaround because the bottle couldn't open the browser login link and when I finally got it to "work" the rendering was broken.

  • What’s the worst piece of technology you’ve ever owned?
  • Is there actually any car manufacturer that has decent hardware and software? I have never driven a really "modern" car but from all that I've seen so far the interfaces are typically horrible to interact with and laggy to the point where I prefer my car as dumb as possible

  • Is the Sovol SV08 worth it as a Voron 2.4 alternative?
  • How would you rate your Voron for regular maintenance and calibration requirements? I got started on an Ender 3 V2 which I have tinkered a lot with. At some point I lost the fun in with the constant tinkering and calibration and simply want a printer that once built is rock solid and relible.

    Typically I would say prusa printers fit this requirement but at the same time I really like the amount of options that my klipper installation gives me. Also I kind of want a cube style printer to allow for an enclosure with air filtering which would lock me into the prusa xl as the only choice.

    If a Voron is mostly maintenance free it would be a great alternative for my requirements

  • How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?
  • I used KDEConnect in the past but ran into issues where somehow media sent to my phone wasn't saved somehow. Probably some permission issue but I didn't manage to fix it. Also the windows client only allows selection of one file at a time.

    Recently I've tried out LocalSend and found it a much smoother experience.

  • Got Played
  • Yeah, I see how that makes sense. I typically don't buy "cheap" shoes but rather shoes for which there is likely a newer model available or the store has some other reason to get rid of the old stock and are therefore heavily discounted.

  • Got Played
  • Exceptions can be made for shoes that have a special purpose, e.g. hiking boots or dress shoes in my opinion. For everyday stuff I look for the cheapest neutral looking ones that fit well

  • Some "Law"
  • If I decide to eat at a McDonald's (which is a very rare occurrence) I refuse to do so without their stupid 2 for 1 coupons which are the only way to get a reasonable enough price.

  • Best place to pirate audiobooks
  • Whenever this question comes up I see myanonamouse recommended as a private tracker.

    I just wanted to throw in that there is also a tracker called abtorrents which hosts audiobooks and ebooks, though I believe most or all of them are english.

    I cannot speak as to the selection between those two unfortunately.

  • What file format do you store your media in?
  • Not all devices can play av1. You will still shoot pictures and videos in 264 or 265. Can you already edit av1? Do you do that? Check that everything you own and do can work with av1. You should prefer 265 over 264 nowadays.

    The default windows 10 installation for example can't even handle h265 -.-

  • My current collection

    !

    !

    From left to right:

    • TWSBI Diamond Mini Classic 1.1mm stub nib
    • Pelikan 140 M(?) nib
    • Unknown Kondor pen
    • Lamy CP1 F nib
    • Lamy joy 1.5mm stub nib

    The TWSBI is the only pen in this collection that I actually bought. The rest came into my possession through family and as such are mostly older pens.

    The Pelikan 140 is by far the oldest and my current favorite alongside the TWSBI. From what I've been able to find, this one was manufactured somewhere between 1955-1963. It is also the only pen in my collection with an actual gold nib.

    The Kondor, just like the TWSBI and Pelikan is a piston filler and has a in my opinion strangely shaped nib. It is slightly scratchy unfortunately.

    The Lamy CP1 is the pen that I used the longest out of all of these and was my daily driver during my later school years. Back then I had an M nib on it which I later switched for an F. Despite it being a beatufil sleek pen, I rarely use it anymore since the grip section tends to accumulate some ink near the front. This combined with my very close grib means that I always get ink on my fingers when writing with it. I am not sure if this is a defect of my specific pen or is something that has been fixed in newer models as this pen is apparently also quite old, based on the "Made in W. Germany" inscription under the clip. This pen also tends to be kind of unwieldy when used with the cap posted, as the cap is made of a much heavier metal than the rest of the pen, making it unbalanced.

    The Lamy joy is a pen I briefly tried but found to have a much too thick nib for my daily use. Compared to the TWSBI it is also kind of scratchy.

    2
    Verkehrswende in Städten: Die Poller-Politik
  • Zum Lieferverkehr: Ich finde es für kleinere Dinge super wenn die zu einer Packstation geliefert werden und dann zu Fuß oder mit dem Fahrrad abgeholt werden. Das spart Zeit für den Fahrer und Kradtstoff weil er nicht für jedes Paket irgendwohin fahren muss und beim ausliefern den Motor laufen lässt.

  • [Troubleshooting] Clog Guy is back, and things have completely ceased making sense.
  • Maybe I missed a paragraph but did you try a new temperature sensor?

    That would seem like a logical error source for me when the reported temperature does not match the actual result. Or maybe there is an issue with the thermistor calibration? Is the thermistor type set correctly in your klipper config file?

  • I designed a 3D Printable e-reader case for Kobo's newest E-Readers
  • That's the fun thing about the Kobo being linux based. Once you get shell access the flood gates are open. I transfer my books over SFTP instead of plugging in USB everytime and then execute the book scan from NickelMenu.

  • Reverse-proxy for linuxserver/jellyfin docker image

    Hello everyone, I have another question regarding reverse-proxying again, specifically for the linuxserver.io jellyfin image.

    On the dockerhub page for this image there are 4 ports listed which should be exposed:

    • 8096 for the HTTP Web UI
    • 8920 for the HTTPS Web UI
    • 7359/udp for autodiscovery of jellyfin from clients
    • 1900/udp for service discovery from DLNA and clients

    Additionally there is also an environment variable JELLYFIN_PublishedServerUrl which is for "Setting the autodiscovery response domain or IP address". I currently have that set to my subdomain https://jellyfin.mydomain.com though I am not sure if that is correct.

    I already have a reverse-proxy set up allowing me to access my servers webinterface under https://jellyfin.mydomain.com without exposing the https port on the container. What I am unsure about now however, is what to do with the two ports for UDP traffic.

    By my understanding, a reverse-proxy will only forward traffic which comes to the ports 80 for http and 443 for https. Those are also the only ports my reverse-proxy container has exposed alongside the management interface. As such the 2 udp ports will not be reachable under my jellyfin domain.

    How can I change this or is this even an issue?

    4

    Reverse-proxying from a docker network

    Hello, I have a question regarding the usage of a reverse-proxy which is part of a docker network.

    I currently use Nginx Proxy Manager as a reverse-proxy for all my services hosted in docker. This works great since I can simply forward using each containers name. I have some services however (e.g. homeassistant) which are hosted separately in a VM or using docker on another device.

    Is it possible to use the same reverse-proxy for those services as well? I haven't found a way to forward to hosts outside of the proxies docker network (except for using the host network setting which I would like to avoid)

    9