e0qdk

joined 2 years ago
[–] e0qdk@reddthat.com 5 points 4 days ago (2 children)

CrossCode is probably on the fence of what you're looking for.

[–] e0qdk@reddthat.com 1 points 5 days ago (2 children)

I'm not familiar with that one. Link please?

[–] e0qdk@reddthat.com 5 points 5 days ago (1 children)
[–] e0qdk@reddthat.com 7 points 5 days ago (3 children)

What is the best way to get Minecraft Education (not regular Minecraft) on Linux?

Not familiar with that version of Minecraft, but looking it up it seems like there's a Windows version of it. Have you tried the Windows version under WINE/Proton already?

[–] e0qdk@reddthat.com 9 points 5 days ago

(src: pixiv - danbooru -- by shougakusei)

[–] e0qdk@reddthat.com 2 points 6 days ago (2 children)

Depending on the hotel they might have hot water in the lobby or wherever they serve breakfast.

[–] e0qdk@reddthat.com 7 points 1 week ago

Personally, I like just plain seltzer water. (i.e. just carbonated water with nothing added.) Mixing it with a bit of plain (unsweetened) cranberry juice is good too if you want something more flavorful.

Chilled barley tea is another good hot weather drink. It was a summertime staple when I was in Japan.

[–] e0qdk@reddthat.com 19 points 1 week ago

This won’t fix parents just buying a device to palm off to their kids, because if setting up parental controls is beyond them, setting up an account for them properly likely will be too.

Sure, but this limits companies liability if they make a good faith effort to comply; idiot parents being idiots and not setting up a kid's account are no longer their problem, legally speaking, if they follow this law and respect age signals.

[–] e0qdk@reddthat.com 13 points 1 week ago* (last edited 1 week ago) (2 children)

It's already happening. California passed a law to require OS vendors and online services to support this functionality last month.

[–] e0qdk@reddthat.com 94 points 1 week ago (7 children)

How is device-based age verification different?

You put your device in child safety mode, and it tells sites "I'm a kid, treat me like a kid" -- otherwise the site can assume you're an adult with full rights. Done. No intrusive ID requirements. No face scanning. No third-party payment shakedowns. Parents, in theory, can still stop their five year olds from accidentally accessing PornHub or other content that would disturb them by just clicking a button when they set up an account on the device.

It's, frankly, the sane way to do this if we're going to have age restrictions.

[–] e0qdk@reddthat.com 4 points 1 week ago

You can make a passable pizza-style tomato sauce in a frying pan in a couple minutes with a glug of olive oil, a couple canned tomatoes, garlic powder, salt, and oregano if you want to kick it up a notch.

 

Src: pixiv - danbooru

 

Src: danbooru

 

Src: pixiv - danbooru

 

Src: pixiv - danbooru

 

Src: danbooru

 

Src: twitter - danbooru

 

The Stoosbahn, also known as the Schwyz–Stoos funicular or Standseilbahn Schwyz–Stoos, is a funicular railway in the Swiss canton of Schwyz. It connects the Hintere Schlattli in the municipalities of Muotatal, Morschach, and Schwyz with the village and mountain resort of Stoos, above Morschach. On a length of 1.7 kilometres (1.1 mi), it overcomes a height difference of 744 metres (2,441 ft).

The new line has a maximum gradient of 110% (47.7°-angle slope) and is the steepest funicular railway in Switzerland and Europe, superseding the Gelmerbahn. The Stoosbahn railway operator has claimed it to be the steepest funicular in the world and marketed it as such.

 

I had some free time this weekend and I've spent some of it trying to learn Go since mlmym seems to be unmaintained and I'd like to try to fix some issues in it. I ran into a stumbling block that took a while to solve and which I had trouble finding relevant search results for. I've got it solved now, but felt like writing this up in case it helps anyone else out.

When running most go commands I tried (e.g. go mod init example/hello or go run hello.go or even something as seemingly innocuous as go doc cmd/compile when a go.mod file exists) the command would hang for a rather long time. In most cases, that was about 20~30 seconds, but in one case -- trying to get it to output the docs about the compile tool -- it took 1 minute and 15 seconds! This was on a relatively fresh Linux Mint install on old, but fairly decent hardware using golang-1.23 (installed from apt).

After the long wait, it would print out go: RLock go.mod: no locks available -- and might or might not do anything else depending on the command. (I did get documentation out after the 1min+ wait, for example.)

Now, there's no good reason I could think of why printing out some documentation or running Hello World should take that long, so I tried looking at what was going on with strace --relative-timestamps go run hello.go > trace.txt 2>&1 and found this in the output file:

0.000045 flock(3, LOCK_SH)         = -1 ENOLCK (No locks available)
25.059805 clock_gettime(CLOCK_MONOTONIC, {tv_sec=3691, tv_nsec=443533733}) = 0

It was hanging on flock for 25 seconds (before calling clock_gettime).

The directory I was running in was from an NFS mount which was using NFSv3 unintentionally. File locking does not work on NFSv3 out of the box. In my case, changing the configuration to allow it to use NFSv4 was the fix I needed. After making the change a clean Hello World build takes ~5 seconds -- and a fraction of a second with cache.

After solving it, I've found out that there are some issues related to this open already (with a different error message -- cmd/go: "RLock …: Function not implemented") and a reply on an old StackOverflow about a similiar issue from one of the developers encouraging people to file a new issue if they can't find a workaround (like I did). For future reference, those links are:

 

What's in the box? WHAT'S IN THE BOX!?

(will post my own drawing as a comment after I get replies from others -- looking forward to seeing what you all come up with!)

 

Has anyone else been getting long page load times (like ~10 or more seconds) frequently but intermittently over the last couple days?

 

Silver Spoon

view more: ‹ prev next ›