klangcola

joined 2 years ago
[–] klangcola@reddthat.com 9 points 2 weeks ago

Also Aegies Authenticator app . Free and open source (GPL3), works very well

[–] klangcola@reddthat.com 75 points 3 weeks ago (9 children)

On the other hand, seeing this symbol more and more on other random videos outside that bubble does give a very nice sense of "I am not alone". It does more for users to find eachother than it does damage to big corpos.

But choice of the symbol itself is questionable.. Why use a big tech symbol to protest big tech? -__- And not just any big tech, but super evil 90s monopolistic giant Microsoft

There's a nice cartoon in this thread we're clippy is if he could have, he would have harvest all your data.

[–] klangcola@reddthat.com 6 points 3 weeks ago

Good news: Firefox on Android supports extensions, including uBlockOrigin

Though Im in the same camp, much prefer desktop over mobile for big purchases, banking, or anything that feels important

[–] klangcola@reddthat.com 16 points 4 weeks ago (1 children)

What timeline is this? xD If anything, Microsoft is less hostile these days than they were in the 90s and early 2000s

[–] klangcola@reddthat.com 13 points 4 weeks ago (1 children)

Fair enough, and clippy was indeed trying to be helpful, no matter how misguided xD

[–] klangcola@reddthat.com 2 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

Did you look in to Zim Desktop Wiki? https://zim-wiki.org/

It stores articles in zim (plaintext) files rather than .md (plaintext) files, but otherwise it's an excellent FOSS cross platform

Edit: never mind, zim also doesn't have an Android client. The closest is https://github.com/gsantner/markor which understands Zim syntax

[–] klangcola@reddthat.com 3 points 4 weeks ago

Or build more datacenters in the cold north, or near coastlines. Datacenters don't necessarily need loads of fresh water.

For example https://greenmountain.no/about-us/

[–] klangcola@reddthat.com 2 points 4 weeks ago

Your mileage may vary... I've used mine for 5ish years, no problems with the wire apart from seasonal stripping and re-terminating the ends due to corrosion. My neighbour have up on his wire based one after a few seasons because the wire somehow broke over every winter.

In addition to GPS based one, I believe there are also some camera based ones these days.

[–] klangcola@reddthat.com 115 points 4 weeks ago (28 children)

Using a mascot from big tech to protest against invasive big tech is tad confusing..

[–] klangcola@reddthat.com 22 points 1 month ago

Learning KiCAD is worthwhile, it's sorta becoming the Blender of PCB design. Fully open source, gaining more and more traction and getting more and more development.

For fabrication check out https://oshpark.com/ who make PCBs at hobbyist volumes. Like 3 per order. Lead free.

PCBWay / JLCPCB also looks like a decent service for fabrication, but last time I looked all their cheapest offers were not lead free. And their lead free option cost around the same as oshpark.

Good luck and Happy soldering :)

[–] klangcola@reddthat.com 3 points 1 month ago

Gus Gus is cute, but this is a community for tan eggs, not Kiwis xD

[–] klangcola@reddthat.com 3 points 1 month ago

Thanks, today I learned about https://every-door.app/ which looks super useful

 

What are the pros and cons of using Named vs Anonymous volumes in Docker for self-hosting?

I've always used "regular" Anonymous volumes, and that's what is usually in official docker-compose.yml examples for various apps:

volumes:
  - ./myAppDataFolder:/data

where myAppDataFolder/ is in the same folder as the docker-compose.yml file.

As a self-hoster I find this neat and tidy; my docker folder has a subfolder for each app. Each app folder has a docker-compose.yml, .env and one or more data-folders. I version-control the compose files, and back up the data folders.

However some apps have docker-compose.yml examples using named volumes:

services:
  mealie:
    volumes:
      - mealie-data:/app/data/
volumes:
  mealie-data:

I had to google documentation https://docs.docker.com/engine/storage/volumes/ to find that the volume is actually called mealie_mealie-data

$ docker volume ls
DRIVER    VOLUME NAME
...
local     mealie_mealie-data

and it is stored in /var/lib/docker/volumes/mealie_mealie-data/_data

$ docker volume inspect mealie_mealie-data
...
  "Mountpoint": "/var/lib/docker/volumes/mealie_mealie-data/_data",
...

I tried googling the why of named volumes, but most answers were talking about things that sounded very enterprise'y, docker swarms, and how all state information should be stored in "the database" so you shouldnt need to ever touch the actual files backing the volume for any container.

So to summarize: Named volumes, why? Or why not? What are your preferences? Given the context that we are self-hosting, and not running huge enterprise clusters.

 

The joys of discovering DRG for the first time and gleefully learning all the mechanics. Extra props for the careful and methodical test to verify if the game has Friendly Fire

 

Some instances disable downvoting. Is this intended to be for communities on that instance or users on that instance, or both?

I noticed while reading Memes@lemmy.ml ( https://reddthat.com/post/2053 ) that some commenters were talking about being downvoted, but I have no downvote button. Because downvoting is disabled on my instance?

How does it work the opposite way? Are users from lemmy.ml allowed to downvote on posts for example beehaw (who also has disabled downvoting)

 

Many instances say to keep language settings as "undetermined" otherwise you won't see most posts Example: https://lemmy.blahaj.zone/post/59161 Example: https://reddthat.com/settings

Yet when I try to post a comment it will fail with language_not_allowed because initially there is no language selected. So I need to click on the "Select language" drop-down and choose English (the only option)

Actually in the Lemmy web interface (at least on my instance reddthat.com) the Post button will spin endlessly with no indication of what's wrong. Using the Jerboa Android app there's is the very brief error message language_not_allowed, and the comment disappears so I have to type it out again! On the Jerboa app there's also no option to select the language for the comment, so I can't use it to comment at all.

I experienced this language_not_allowed error while commentating on gaming@beehaw.org and lemmy_support@lemmy.ml , both English language communities

So how is this language setting supposed to work?

Is the language selected for posting comments the same setting as the profile setting, which the links recommend to keep as "undetermined" to be able to see (English language) posts?

Have i encountered a bug? Specific to my instance or Lemmy in general?

view more: next ›