klangcola

joined 2 years ago
[–] klangcola@reddthat.com 1 points 2 days ago

See the trick is to never turn the computer off, to avoid wearing out the power button :}

That's a sweet case though, maybe you can find a replacement power button

[–] klangcola@reddthat.com 38 points 4 days ago (2 children)

Ah, the computer of Theseus. My 20year old server of Theseus only has the chassis left of original parts. And an unplugged floppy and DVD drive xD

[–] klangcola@reddthat.com 8 points 4 days ago (5 children)

Add to that doing field work with slow and unreliable internet, and it literally takes 30 seconds to open the context menu in explorer. Gotta wait for corporate.exe to time out first. At least opening the start menu doesn't literally take 30 seconds anymore, after a regedit change to stop it from searching online first.

[–] klangcola@reddthat.com 2 points 1 week ago

https://en.wikipedia.org/wiki/Khan_Academy

Flip the classroom: Each student watches the lecture at home at their own pace (with individual pause and rewind). Assignment are done as during interactive classroom sessions, not as homework

[–] klangcola@reddthat.com 2 points 1 week ago (1 children)

I still have a couple DVD drives. They're both disconnected because the PCs they're in both got new motherboards at some point in time without an IDE plug 😅

[–] klangcola@reddthat.com 24 points 1 week ago

All of them. Not directly, but RAM and SSD price explosions hurt. Also buying electricity for my home heater from the same market as billion dollar data centers hurt too

[–] klangcola@reddthat.com 11 points 1 week ago

That was 3 years ago already?! Shit I'm getting old

[–] klangcola@reddthat.com 15 points 1 week ago

Tldr: don't let Perfect be the enemy of good

I don't know about Codebergs policy on the matter, but morally I think there's nothing wrong with putting open-source mods for closed-source games on Codeberg.
I always use FOSS software whenever possible, even if they're lacking in some aspects compared to closed-source alternatives, but have no problems with closed source games. Games are entertainment, not utility. Games have a short lifecycle compared to utility software. Games are often a one-time experience, and when you've finished a game it's done. (Nobody ever "finished" their use of Notepad). Meanwhile developers gotta eat.

There's also some precedence for open-source projects that can only be fully accessed with closed source software, like open-hardware using Eagle for PCB and schematic design (before KiCAD truly took off), or Fusion360 for CAD ( FreeCAD development is accelerating though)

[–] klangcola@reddthat.com 90 points 1 week ago (3 children)

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 1 points 2 weeks ago

The 2024+ Long Range Single motor (rear wheel drive) is rated for 655km which is pretty decent. Compared to the 2021 first gen dual motor (long range) which was rated at 390km

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

BMW i5 Touring and Porsche Taycan Cross Turismo are the only electric stationwagons I know of. I share your dispair at the lack of "medium" size electric cars. For a decade there was only one sedan, the Tesla S. And later a second sedan, the Tesla 3. At least these days there's greater selection of sedans, though still not many wagons. Although to be fair there's hardly even fossil wagons for sale these days.

The prevelance of tiny or massive EVs kinda make sense. Small city cars are usually used for shorter journeys so they can get away with a smaller lighter batteries. Big SUVs are heavy to begin with, so the heavy battery doesn't make that a massive difference. Fossil sedans and estates can be relatively light but are still often used for long journeys, but a longrange sedan EV will be very heavy.

[–] klangcola@reddthat.com 51 points 2 weeks ago (1 children)

There's strong Farquaad vibes here..

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

 

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 ›