Scrath

joined 2 years ago
[–] Scrath@lemmy.dbzer0.com 6 points 6 days ago* (last edited 6 days ago) (1 children)

I have no idea about the SOCKS5 part but protonvpn supports port forwarding at least.

[–] Scrath@lemmy.dbzer0.com 4 points 1 week ago

Not OP but I'm also running GrapheneOS. After some initial difficulty I had with one of my banking apps I got everything to work just fine.

What does not work unfortunately is paying via google wallet or revolut.

[–] Scrath@lemmy.dbzer0.com 19 points 1 week ago (2 children)

Only 55k? Isn't that peanuts for most companies?

[–] Scrath@lemmy.dbzer0.com 8 points 1 week ago (1 children)

I didn't look to much at the data but I think csv might actually be an appropriate format for this?

Nice simple plaintext and very easy to parse into a datastructure for analysing/using it in python or similar

[–] Scrath@lemmy.dbzer0.com 2 points 1 week ago (1 children)

Who's the character on the 3rd spot?

[–] Scrath@lemmy.dbzer0.com 2 points 3 weeks ago (1 children)

I don't know. If I were to wake up in the afternoon I would probably feel like I'm wasting most of my day

[–] Scrath@lemmy.dbzer0.com 1 points 1 month ago

I don't think so. From my understanding that setting should only change how thick each individual line is though so in total the printer will make more lines

[–] Scrath@lemmy.dbzer0.com 2 points 1 month ago* (last edited 1 month ago) (2 children)

Maybe adjust the line thickness/width or whatever its called?

[–] Scrath@lemmy.dbzer0.com 3 points 1 month ago (7 children)

VLC can play blurays?

[–] Scrath@lemmy.dbzer0.com 2 points 1 month ago
[–] Scrath@lemmy.dbzer0.com 1 points 1 month ago (1 children)

I'm not sure that's possible on most routers but I'm very much not an expert in networking

[–] Scrath@lemmy.dbzer0.com 1 points 1 month ago

I don't think that's how it works with my router. I read a bit about DNS failover and the consensus seemed to be that all DNS servers listed should return equal results since requests are spread round-robin between them (at least for mikrotik routers).

45
submitted 7 months ago* (last edited 7 months ago) by Scrath@lemmy.dbzer0.com to c/electronics@discuss.tchncs.de
 

Hello everyone, I recently built a small distribution board to distribute 5V to multiple components for use in a robotics project. I made each output switchable with an individual switch and an LED to indicate the current state. When I went to test it using a lab power supply I noticed that the LEDs would start flickering weirdly when I turned them off and on again.

https://imgur.com/a/zaSCUby

As it turns out, the LEDs, which I found in my dads old parts in a bag labeled TLBO 5410, are apparently blinking LEDs. I found a datasheet for TLBR5410 LEDs which seem pretty much identical to what I have accidentally used.

Apparently these LEDs are made to operate directly from a 5V supply without an additional current limiting resistor (it is already built in) and are made to continuously blink at a frequency of 3Hz.

Because I thought I was using standard LEDs I added a series resistor causing them to behave weirdly due to low voltage. For comparison, this is how they are supposed to act: https://imgur.com/a/fXlcEDs

 

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.

 

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?

9
submitted 1 year ago* (last edited 1 year ago) by Scrath@lemmy.dbzer0.com to c/selfhosted@lemmy.world
 

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)

view more: next ›