-9
Headlines.. (lemmy.nz)
20

On windows, Notepad++ compare plugin let's you compare unsaved files. So to compare two texts copied from elsewhere, just make two new tabs and paste the texts. Compare plugin will happily compare line by line.

On Linux I havent found something similar. The closes is Kate, but you still have to save tmp1.txt and tmp2.txt , and remove the clutter when finished.

Does anybody know a compare app that just lets you paste two text blocks without saving files first?

[-] klangcola@reddthat.com 89 points 6 months ago

Building on top of Unity is a massive risk as made evident by last year's rug pull incident. And there's nothing stopping them from trying again

[-] klangcola@reddthat.com 51 points 6 months ago

There's strong Farquaad vibes here..

Some of you may die, but that's a sacrifice I'm willing to make

[-] klangcola@reddthat.com 56 points 8 months ago

Wonder what's the reasoning behind offering this Lite version. I don't imagine competing with Vaultwarden is very lucrative financially.

[-] klangcola@reddthat.com 51 points 9 months ago

AMD already spent a significant amount of effort implementing HDMI2.1 in their open driver in such a way that it would be compliment. The suits from HDMI consortium still said No.

https://www.phoronix.com/news/HDMI-2.1-OSS-Rejected

AMD Linux engineers have spent months working with their legal team and evaluating all HDMI features to determine if/how they can be exposed in their open-source driver. AMD had code working internally and then the past few months were waiting on approval from the HDMI Forum... Sadly, the HDMI Forum has turned down AMD's request for open-source driver support.

AMD Linux engineer Alex Deucher commented on the ticket:

"The HDMI Forum has rejected our proposal unfortunately. At this time an open source HDMI 2.1 implementation is not possible without running afoul of the HDMI Forum requirements."
[-] klangcola@reddthat.com 56 points 9 months ago

Ugh indeed! Discord is an information black hole, where information enters never to be found again by search engines or even its members

I can understand replacing IRC with Discord, but using Discord as a forum is madness

[-] klangcola@reddthat.com 141 points 11 months ago

Can recommend, Dolphin makes life on windows slightly more tolerable. Kate for Windows is also amazing

[-] klangcola@reddthat.com 71 points 1 year ago

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 118 points 1 year ago

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

[-] klangcola@reddthat.com 52 points 1 year ago

Yes, and a few KDE apps work great on Android.

But more FOSS is more better, so GTK on Android is great news for both Android users and GTK developers

64

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.

[-] klangcola@reddthat.com 346 points 2 years ago

The biggest problem with Discord is that its an information black hole. Its not properly searchable and not indexed by search engines.

Discord is fine for casual chat, but horrible when used for forum-type discussions and even worse when used for documentation.

You see the same problems being discussed and solved again and again, but you cant just "link" someone the solution like you could with a forum thread cause its spread out over 3-10 chat messages that are interleaved in-between other topics being discussed in the same room

Anything of long-term value for the project (forum-type discussions, documentation etc) should not recide in Discord

17
submitted 3 years ago by klangcola@reddthat.com to c/drg@lemmy.world

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

[-] klangcola@reddthat.com 45 points 3 years ago

It's still disapointing to see media misrepresent the reason for the protests. Nobody went up in arms when Reddit announced they'll charge for API access, which was announced in April. The protests started because they're charging a bazillion dollars, aka "the fuck you price" effectively banning 3rd party apps without actually banning 3rd party apps

And the "strike" got extended due to the extremely poor handling of the protests from Reddit, like slandering the Apollo dev

[-] klangcola@reddthat.com 47 points 3 years ago* (last edited 3 years ago)

The spirit is willing, but the flesh is spongy and bruised

1
submitted 3 years ago by klangcola@reddthat.com to c/kde@lemmy.ml
1

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)

2
submitted 3 years ago* (last edited 3 years ago) by klangcola@reddthat.com to c/lemmy_support@lemmy.ml

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 ›

klangcola

0 post score
0 comment score
joined 3 years ago