[-] moonpiedumplings@programming.dev 11 points 1 month ago

Master Archer

Addictive arcade game about archery. Reminds me of flappy bird, not in the raw mechanics, but in the way they are both addicting in the same manner.

[-] moonpiedumplings@programming.dev 12 points 1 month ago

PhobosLabs

This site has a few high quality browser games. The one I come back to is X Type, a bullet hell shoot-em up that has ever expanding enemy ship sizes, and never ends. It gets hard fast.

I also like Xibalba, which is a Doom/Wolfenstein style game playable in the browser.

The creator also did a rewrite of quake in 13 kb of javascript

[-] moonpiedumplings@programming.dev 11 points 1 month ago

Keep Out!

A webgl/browser based 3d dungeon crawler with proceduraly generated levels.

[-] moonpiedumplings@programming.dev 12 points 1 month ago

Spent

A short questionaire game that demonstrates the difficulties of poverty.

[-] moonpiedumplings@programming.dev 13 points 1 month ago

Bonk.io

A simple but elegant io game. You are a ball, and you want to knock other balls to the ground.

One thing I like is that rounds in small, 4 person lobbies, rather than the massive worlds of other io games. Although you can't really make friends, you can know personas, and it's more personable.

[-] moonpiedumplings@programming.dev 11 points 1 month ago

Ember Skull

Fun arcade bullet hell survivors (think vampire survivors) type game. Dodge bullets, and survive as long as you can.

[-] moonpiedumplings@programming.dev 11 points 2 months ago* (last edited 2 months ago)

https://wiki.archlinux.org/title/Graphics_tablet

The Arch Linux kernels include drivers by the linux-wacom and DIGImend projects. linuMLx-wacom supports Wacom devices, while DIGImend supports devices from other manufacturers. Both projects publish a list of supported devices: linux-wacom, DIGImend

Due to how many devices are supported, your best bet is to simply go to your nearest store that sells them and then checking if Linux supports it against those two lists, which there is an extremely high chance it does.

Then you should also check reviews, to make sure you get a good one.

I have a Wacom Intuos CTL-4100WL, and it's served me well for math notes using Xournal++ (app for handwritten notetaking), but I truly have no idea how good it is for actual drawing related applications, as I don't do it for that at all.

[-] moonpiedumplings@programming.dev 12 points 7 months ago* (last edited 7 months ago)

It's a shame the price you pay for that is no crossplatform support.

If you have a little bit of server management know-how, you can set up https://geysermc.org/, which allows for crossplay between bedrock and java on a java server.

[-] moonpiedumplings@programming.dev 11 points 8 months ago

I use https://github.com/Ylianst/MeshCentral

For this usecase. This also lets me do things like run admin cmd commands. It should be noted, however, that the Windows UAC prompt won't show up in a VNC session by default, you either need to configure UAC, or set up RDP.

[-] moonpiedumplings@programming.dev 12 points 1 year ago* (last edited 1 year ago)

The benefit of docker is portability. You can run software anywhere. Rather than going through all this pain of installing and managing systemd services, you can just run a docker container, often in only one command. Docker also handles things like setting environment variables, which are sometimes used by apps as a an alternative for, or even replacement for settings filed, like in the lemmy docker example: https://github.com/LemmyNet/lemmy/blob/main/docker/docker-compose.yml

Docker succeeds where java failed, but in a language agnostic way.

And I disagree with the author's point about disliking docker-only apps, for two main reasons. One, it isn't the developers responsibility to package things for every system, and two, docker containers are mostly self documenting, being very close to simply a shell script. I almost always look at dockerfiles, and I have only seen one or two that are not simple to extract to make them run outside docker.

For example, the lemmy docker image: https://github.com/LemmyNet/lemmy/blob/main/docker/Dockerfile

The author acts like it's some advanced witchcraft or something, but it's just using rust to compile stuff on an debian based system. Every command used to build lemmy is right there. Then, you can look at the environment variables set in the docker compose, and set them in a systemd service or something.

How do I tag people on lemmy?

u/tony

[-] moonpiedumplings@programming.dev 12 points 1 year ago* (last edited 1 year ago)

Incorrect, from wikipedia:

The available research indicates that the brain structure of androphilic trans women with early-onset gender dysphoria is closer to that of cisgender women than that of cisgender men.[3] It also reports that gynephilic trans women differ from both cisgender female and male controls in non-dimorphic brain areas

Aka: Trans women may have been born with the body of a man, but they were born with the brain of a woman.

https://en.m.wikipedia.org/wiki/Causes_of_gender_incongruence#:~:text=The%20available%20research%20indicates%20that,in%20non%2Ddimorphic%20brain%20areas.

[-] moonpiedumplings@programming.dev 12 points 1 year ago* (last edited 1 year ago)

Once federation gets added to one of the FOSS, self hosted alternatives, I'll probably switch. I'll mirror stuff to github probably, for resume/recruiter purposes, but the CI/CD, website deployment, and main development will happen on whatever alternative I chose.

view more: ‹ prev next ›

moonpiedumplings

joined 1 year ago