13

I wanna get more into cooking, but a lot of things need milk. So we just got the blueprints for the automatic feeder and automatic milking machine (can't remember the exact names for them and our game being set to German doesn't help with that, haha).

But we can't find them in the build menu?

They...should be in the build menu, right? If so, what category are they in?

-- Frost

15
submitted 1 month ago* (last edited 1 month ago) by forestbeasts@pawb.social to c/languagelearning@sopuli.xyz

It sounds like a lot of people just try to passively memorize vocabulary and read a bunch of stuff and whatnot?

I uh, haven't been doing that. >,,>

I picked up German and after doing a few things of Nicos Weg, I was grabbing words off wiktionary, looking up grammar, and trying to say stuff. Oftentimes varying levels of hilariously wrong (shoutout to the time I said "ausm Artzt" and sounded like I'm a chest burster coming out of the doctor). It's super fun and I think personally way more engaging than just trying to memorize stuff without being able to use it. It also naturally exposes us to a bunch of random helpful semi-advanced grammar concepts, to be able to say things like "we really need to take a shower and we STILL haven't eaten anything".

Started picking up Chinese today and I'm doing the same thing: look up words, look up grammar, bang out sentences. It's definitely slower going than German though!

Yet everywhere I look (at least for Japanese stuff), I see "oh don't do output at first! you need to memorize a bunch of shit and be able to read things and THEN you can start talking". Surely we're not alone in how we learn though?

-- Frost

9
submitted 1 month ago* (last edited 1 month ago) by forestbeasts@pawb.social to c/linuxfurs@pawb.social

I'm looking into learning Chinese!

So I set up a pinyin IME. I think it's the fcitx5-chinese-addons one. Worked pretty well... until I realized it was giving us simplified. And I can't find a switch to put it into traditional mode. There's nothing in the menu. The "configure simplified/traditional chinese conversion" button in the settings uh... just doesn't work.

So I tried rime.

Worked beautifully! Until I went to poke its settings and it had none. It did have an "open user dir" button... and... it's FULL OF YAML. Nope. I'm not putting spaces for indentation in our configuration files. Out the window you go.

Then I tried chewing. It uh... it's definitely not pinyin.

This really should not be this hard... how the heck do we type traditional chinese with pinyin (without being forced to use YAML)?

(OS info: we're running Debian stable/testing (stable on laptop, testing on desktop) with KDE, and fcitx5 as the input method system. We've already got mozc for Japanese and that was infinitely less of a hassle.)

(edit for People From The Future: if you have this issue and you're on a Debian-based distro, install fcitx5-module-chttrans)

-- Frost

14

And they're just... not agreeing to not do that? because they seem to think KDE's native input settings should be nuked and replaced with Only fcitx? Guh.

But you can go to input method settings, configure addons, Wayland, uncheck "allow overriding system XKB settings" (it's the only setting in there for us) and that fixes it.

https://github.com/fcitx/fcitx5/issues/1261

Argh.

-- Frost

[-] forestbeasts@pawb.social 19 points 2 months ago

systemd used to be just an init system.

It'd actually be pretty good, if it stuck to just being an init system!

But noooo. Now it does DNS resolution. Network management. NTP time sync. They basically bought out udev and folded it into systemd, somehow. Login session management. A fucking BOOTLOADER.

It's too much power to give to one project.

You uninstall systemd, half your system breaks and you suddenly have to relearn a bunch of crap all at once if you were using the systemd things for them before.

Oh, and did I mention that anyone using or talking about non-systemd methods of doing things tends to get painted as "oh that's OLD and OUTDATED and OBSOLETE, just use the systemd way it's Modern™ and good"? That's a thing too. See: cron and systemd timers (oh yeah, they have a cron replacement now too for some reason).

-- Frost

[-] forestbeasts@pawb.social 52 points 2 months ago

Because they're literally MITM-as-a-service. I wish I was exaggerating.

Seriously. If a website uses Cloudflare, Cloudflare can see everything you do on that website. Stuff you say. What pages you go to and what you're looking at. Any passwords you type in. Everything.

(And your browser doesn't warn you about that because Cloudflare has a legit cert for the site; as far as your browser is concerned they ARE the site.)

-- Frost

48

We just got ourselves our first grinder! It's a cheapie because we're on a pretty tight budget. Kingrinder P0.

I tried 5 clicks from 0, but it wouldn't grind very well. At 10 it actually grinds (takes like 8-10 minutes though!), but I'm not 100% sure if it's grinding fine enough for Turkish. The coffee does get a little bit of foam on top, though! Just a very thin layer. What even constitutes "fine enough for Turkish"? I know it's supposed to be finer than espresso, but does it matter how much finer?

-- Frost

[-] forestbeasts@pawb.social 41 points 2 months ago

This is probably a bit cheating since it just came out, but we had A Fox Tale on our wishlist since 2021 and it apparently actually came out a couple months ago and we completely missed it!! I immediately went and grabbed it and yeah, it is good. Fox platforming, great story, really good level design and gosh the ART is just so good!

-- Frost

[-] forestbeasts@pawb.social 19 points 2 months ago

It's about squick.

Think about how they call sex with animals "bestiality". It's not "oh it's because it hurts the animals!", it's because "ew, gross, you're stooping to the level of an ANIMAL!".

I don't think it's about consent, either. If you were somehow able to communicate well enough to actually get consent (which, to be clear, is pretty iffy what with the whole language barrier and such), people would still be squicked.

(also I'm pretty sure "zoophilia" is more about being into animals rather than actual sex with them, which is the whole "bestiality" thing. You can be into someone/a group of people without wanting to rape them.)

It's probably because most of society fundamentally doesn't see other animals as people, and therefore killing them is totally fine ("what? they're not people!"), but having sex with them is Evil and Bad ("why would you want to have sex with them? they're not even a person!").

Yeah it makes no sense.

[-] forestbeasts@pawb.social 41 points 4 months ago

The license is what makes it possible to legally distribute the source code, or use it in other stuff.

Without that, the source code is still legally considered proprietary and the author could sue you if you distribute it to other people, or modify it and distribute modified versions. Even if they made it publicly available!

-- Frost

[-] forestbeasts@pawb.social 34 points 4 months ago

Actually, without a license, they can't legally do that but nobody else can use your code either!

(Nothing's stopping them from doing it illegally, license or no. Which is why I personally tend to default to permissive licenses myself. I'm more concerned with open-source cross-license compatibility than about corporations stealing the code for our little projects.)

-- Frost

[-] forestbeasts@pawb.social 21 points 4 months ago

To expand on this, for Linux, most of the drivers are actually open source!

For the other stuff, there are "kernel modules", that the kernel loads and runs in kernel space (just like how user programs can load libraries to do stuff). So they're part of the kernel in that sense, but not necessarily open source. But that doesn't mean the kernel isn't open source at all, just that it might, optionally, be running other code that's proprietary.

(Most kernel modules are open source, too. It's only a few weird ones like Nvidia's proprietary driver that aren't.)

[-] forestbeasts@pawb.social 23 points 4 months ago

The steam-devices package is just udev rules and the drivers are already built into the kernel, right? So there's a good chance you'll just already have the drivers!

(...in theory. Debian critters may want to run testing+unstable rather than stable for the next while, if the new steam controller needs specially written drivers that won't be in current stable.)

-- Frost

52

We've played a little bit of Pokemon, but never really got into it. Probably because of the peer pressure from other furries to like or at least know all the different critters.

In NMS everyone's procedurally generated, so there's none of that! And it turns out the battle system is really fun. I like all the buffs/debuffs/shields/"hit after 3 turns"/etc. moves.

Oh, and it's all holographic, so no one gets hurt.

I do wish you got the opportunity to start swapping moves before getting to max level, though. Can't even start tinkering before maxing out.

-- Frost

16

We're on Debian testing(+unstable) and running into update issues. apt upgrade doesn't touch anything, and apt full-upgrade wants to upgrade 2 libreoffice packages, not touch the 341 other upgrades, and remove the main libreoffice package.

How cursed of an idea is it to just sudo apt install $(apt-mark showmanual)? That looks like it would upgrade everything, while just removing a couple hopefully-inconsequential system libraries.

-- Frost

[-] forestbeasts@pawb.social 21 points 5 months ago

A) Fuck ICE.

B) Let's mock them for being evil, not for being fat. There's actual reasons to hate them, going "oh haha look how fat they are" just hurts regular fat people.

-- Frost

[-] forestbeasts@pawb.social 22 points 5 months ago

Probably "oil long" is the opposite of an "oil short", where you bet the price is going to rise, as opposed to betting it's going to fall? I don't know much about this stuff though.

-- Frost

23

systemd recently pulled some shit, adding a field to store people's birthdates because of a new California law. (It's not the field itself that's the problem, it's how easily they're jumping to comply with shitty laws.)

This has our whole friend group rightfully freaking out. I'm pretty glad that it's now normal to be uncomfortable with systemd, it makes me feel a whole lot less weird. I do wish the circumstances were better though.

Anyway, since we switched most of our machines (all our physical ones, not our VMs/LXC containers/VPS though) to OpenRC a little while back, I figured I'd (do it again in a VM and) document the process for anyone who wants to jump ship too. Hence, my blog post!

(Unfortunately if you're on Arch it sounds like you're a bit screwed unless you get your init system from the AUR and write all the scripts yourself. I have no idea about Fedoraland.)

-- Frost

9

I wrote a blog post that'd be relevant here, and I was about to post it, but then remembered that a lot of subreddits don't like "self-promotion" stuff. There's obviously no money or spam or anything involved, but still. Is it frowned upon to post your own blog posts here, or should I go ahead?

-- Frost

[-] forestbeasts@pawb.social 65 points 6 months ago

This is awesome. Should be the normal way to do things!

-- Frost

13

I'm trying to run OneShot on Linux, Debian 14 testing to be precise (wow, it's been years... last played 2022, apparently).

It won't run though. Might be because the included libraries are too old? But if I try renaming them and using system ones, it still breaks?

Error creating window: Couldn't find matching GLX visual

This still happens if we use the Steam Linux Runtime 1.0 (scout).

Anyone got ideas?

(Yes, I could just use Proton, but Oneshot does some fourth-wall-breaking stuff and I'd like that to work.)

-- Frost

[-] forestbeasts@pawb.social 19 points 6 months ago

Look, between the "let's not do anything at all" party and the "wants us, specifically, dead" party, I'll take the "let's not do anything at all" party.

You don't have to 100% like everything a given party is doing to recognize that they're the least bad option. Sure, they aren't really actively good, but a vote for them is a vote against the people who want to kill us. (And voting third party is just tossing your vote in the garbage, unfortunately.)

-- Frost

50

The new update may not be all that huge, but it's a blast. (And makes me want to look into Snowrunner.)

I love loading up all the trash, carefully driving it to the dump, and then getting to play garbage disposal basketball. Very chill and fun.

I haven't even started the expedition yet! Just dump trucking on our main save.

-- Frost

20
submitted 10 months ago* (last edited 10 months ago) by forestbeasts@pawb.social to c/nomanssky@lemmy.world

And it's apparently fun as heck! Liiittle hard to control though. I keep smashing into hillsides giggling uncontrollably.

I picked it up from https://nmsspot.com/2023/03/21/speed-tip-the-melee-reload-jump-trick/. Apparently you can

  • take a projectile gun (e.g. boltcaster) and fire a shot so it's not full
  • hit melee, hold it down
  • while holding down melee, tap reload really fast
  • instead of reloading you'll do the melee elbow animation over and over, going really fast
  • optionally take off with jetpack, or just keep giggling until you smack into something

Seriously this is like something straight outta Warframe.

I think the fact that you can't really control your direction very well just adds to its hilarity. And makes it less likely to get patched.

-- Frost

view more: next ›

forestbeasts

0 post score
0 comment score
joined 3 years ago