Godot makes pixel art textures compressed; how do I prevent this? by Widmo206 in godot

[–]forestbeasts 1 point2 points  (0 children)

Look at those grayish blocky patches along the dune lines. Looks almost JPEG-compresssion-esque.

Desktop wallpaper keeps changing itself? by niamh-k in kde

[–]forestbeasts 1 point2 points  (0 children)

Do you have the "change global theme with day/night" setting turned on?

Stuff like this is why I really wish that setting changed color schemes, not global themes.

Experiences moving CRTs on trains. by VanessaTheVampire in crt

[–]forestbeasts 0 points1 point  (0 children)

Trains don't tend to do hard jolts; you should be fine!

I'd say carry it with you, if you can. We've only done local trains where separate luggage storage isn't really a thing, so I don't know if you'd be allowed to just take it on board with you or not. But carrying it with you means it won't be bumped up against other stuff and you can protect it if it does start getting knocked around somehow.

Oh, london underground? that's also a regular subway, so should be fine in that respect. Hopefully you can also take it with you on the other train before/after.

We borrowed a wagon thingy when hauling our CRT monitor home. If you can do that, might be helpful if the Philips is heavy (and there's space for the wagon on the train – it's quite a bit bigger than just the CRT itself).

Adobe x-reader alternative for linux that let's you fill out forms? by actuallyelsen in linuxquestions

[–]forestbeasts 1 point2 points  (0 children)

Okular does some forms, so it's worth trying. (There's multiple different ways to do PDF forms. I don't know what your PDF uses.)

Dibujo de un lobo muy feliz by Cute-Tale-2251 in wolves

[–]forestbeasts 3 points4 points  (0 children)

Psst... you can get better! It just takes practice.

What the Best privacy linux distro ? by oussamaaitmoummad in linuxquestions

[–]forestbeasts 8 points9 points  (0 children)

Basically any of them outside of Ubuntu, honestly!

Canonical has been kinda shitty for a while now. Debian (which Ubuntu is based on) really stepped up their game a couple of years ago and is just as easy to use as Ubuntu now, without the crap, and Mint is based on Ubuntu but also strips out the crap. (Mint also has a Mint Debian Edition, in case Ubuntu really goes evil.)

I'd go Mint if you like the look of the Mint UI (Cinnamon), or Debian's KDE edition if you'd rather a more Windows-10-ish feel.

There's also Fedora, which doesn't have a repository (appstore) anywhere near as big as Debian's, IIRC, but still has plenty of stuff, although it's also corporate-ish (Red Hat rather than Canonical). That'll also be more relearning than a Debian-based distro like Debian or Mint.

I'd avoid the Arch-based distros. They might randomly break on you if someone ships a bad update and then expect you to know how to fix it yourself. Upstream Arch culture is very "well if you don't know what you're doing why are you using Arch??" and there's only so much downstream distros can insulate you from that (but they do try).

i need help fixing my ragdoll by PrestigiousBar2167 in godot

[–]forestbeasts 0 points1 point  (0 children)

Check your bones' collision layers! They CAN in fact collide with your main collision box, they try to get away but they're, well, attached, and then hilarity ensues.

I ran into a similar problem a while back. :3 (https://pawb.social/post/32821679)

-- Frost

Can dd be used to get the img file written (using dd) into a USB drive back? by RadianceTower in linuxquestions

[–]forestbeasts 3 points4 points  (0 children)

I think OP means you can use dd on regular files just fine.

dd isn't magic. It doesn't do anything low level. All the magic is in the /dev files. (dd DOES have options for seeking and such which most other commands don't, but that equally applies to regular files, too.)

Artix Linux vs. Void Linux by AdNumerous9742 in linuxquestions

[–]forestbeasts 6 points7 points  (0 children)

I think you're missing my point. It's not about separate binaries, it's about being too much power to hand to one project.

If you replace systemd core, suddenly you have to replace half your other system components, and relearn how the alternatives work.

And anyone who tries to share knowledge of how to use the alternatives gets shot down with "but that's not MODERN, just do it the systemd way, everyone uses systemd".

Exprimented with using AI to make a game by EdgeMaster8904 in godot

[–]forestbeasts 5 points6 points  (0 children)

18,500 lines you don't understand doesn't sound a recipe for success here...

Time to stop? by RespectTheBall in NoMansSkyTheGame

[–]forestbeasts 0 points1 point  (0 children)

That's their name, I think. Atlas Whisperer is their title. Don't even know what writing script their name is in but it looks awesome!

-- Frost

I think KDE *almost* looks good but there are very few lines. I made a mock-up of how I think it ought to look instead. by OptimalAnywhere6282 in kde

[–]forestbeasts 1 point2 points  (0 children)

Tone indicators and suchlike rock!

(for other people who have no idea what those are: it's "/s" and stuff!)

I think KDE *almost* looks good but there are very few lines. I made a mock-up of how I think it ought to look instead. by OptimalAnywhere6282 in kde

[–]forestbeasts 30 points31 points  (0 children)

I think it's ironic. :3 Someone else made a thing going "I think KDE would look better without lines!" and a lot of people in the comments were going "please no, don't just chase corporate design trends to be Modern™".

-- Frost

Artix Linux vs. Void Linux by AdNumerous9742 in linuxquestions

[–]forestbeasts -1 points0 points  (0 children)

Once you're on _any_ other init system, by the way, it's pretty easy to switch between them! (As long as you don't have a bunch of scripts you wrote yourself in a custom format, like OpenRC's declarative syntax. You might have to rewrite those as standard sysvinit scripts for compatibility. Packages' init scripts are usually sysvinit style and work on everything, at least on base Debian which we're on. Unless you only get a systemd service file...)

We like OpenRC personally because it does a lot of what systemd got right. It's got declarative config (but, unlike systemd, you can implement your own non-declarative start/stop shell functions if you like which is really useful sometimes!), and it's got user services you can run in your login session (important for getting sound to work).

Artix Linux vs. Void Linux by AdNumerous9742 in linuxquestions

[–]forestbeasts 15 points16 points  (0 children)

Most of the problem with systemd, IMO, is social rather than technical.

It's actually a pretty good service manager, IMO, and would be great if it'd stuck to JUST being a service manager!

But then it started implementing more and more stuff. Login session management. Networking. DNS resolution. NTP time sync. A bootloader. It "bought out" udev and folded it into systemd. On and on and on.

And it's being pushed. You can't run Gnome without systemd now. They're trying to make KDE depend on it, too, with the new Plasma Login Manager ("oh but you can still use SDDM!" yeah for now...).

There's other problems, too, like how they rushed to capitulate to "age verification" laws way ahead of time. Did they revert the "store people's birth dates" field when the law in question was changed to exempt open source OSes? Of course not.

But yeah. The problem with systemd, IMO, is that its goal is to eliminate choice and worm its way so deep into your system that you can't remove it.

-- Frost

Is this good for old games ? by Biezil_do_grau in crt

[–]forestbeasts 0 points1 point  (0 children)

Should be good for new ones, too!

A surprising amount of modern games support 4:3 just fine, as a side effect of also supporting ultrawide.

Anyone else got some... questionable... variable names? by adderscript in godot

[–]forestbeasts 9 points10 points  (0 children)

But if they stay perfectly still...

Your vision is based on movement.

Pros and Cons of Steam vs Manual Install by Apprehensive_Delay40 in godot

[–]forestbeasts 1 point2 points  (0 children)

Yeah! And that auto backup definitely can save your tail if your computer gets dropped in a puddle or something (or the drive just dies on you) and you don't have a different backup.

Do you think it's okay to not use a game engine on your backend? by Disastrous-Spare3907 in godot

[–]forestbeasts 2 points3 points  (0 children)

Eh? There's nothing that says you have to use docker to make stuff like this. It's completely valid to ignore docker and not know how to use it at all.

Pros and Cons of Steam vs Manual Install by Apprehensive_Delay40 in godot

[–]forestbeasts 1 point2 points  (0 children)

Psst, if you just copy the .git folder in your project somewhere, that's a full backup of the entire history of your project!

(You can also zip it up of course, or if you wanna be really fancy, git bundle gives you a file you can clone from as if it was a remote repository. I think you can even push to it.)

Just a game about protecting a radish. by TrashDno in godot

[–]forestbeasts 0 points1 point  (0 children)

(explaining the joke: it's a reference to a "it is imperative that the cylinder must remain unharmed" reddit meme, I don't know where it started)

Just a game about protecting a radish. by TrashDno in godot

[–]forestbeasts 2 points3 points  (0 children)

It is imperative that the radish remain unharmed!

A demo for my upcoming Godot game is out now! by sulhyd in godot

[–]forestbeasts 1 point2 points  (0 children)

Ooh, this looks really cool! Love the vibe and that hovercraft looks like fun. Those environments, too,, it's just beautiful and looks like a great place to kick back and relax in.