- 0 Posts
- 20 Comments
forestbeasts@pawb.socialto
Ask Lemmy@lemmy.world•Do you think there should be an actual seahorse emoji?
0·3 days agoI’m a wolf (furry + therian) and I use the wolf emoji a lot! ✨🐺✨
But… I’m really lucky that there even IS one. A lot of people aren’t so lucky.
So yeah. More emoji is a good thing, particularly more animal emoji. We really need emoji for more species.
– Frost
forestbeasts@pawb.socialto
Open Source@lemmy.ml•Open source Intercom & CCTV platform with Mobile apps, Face and LP Recognition, Media Server (GPLv3)
1·9 days agoAh yes, the literal embodiment of “announcing the new OpenTormentNexus!”.
forestbeasts@pawb.socialto
Technology@lemmy.world•System76 on Age Verification LawsEnglish
1·9 days agoBut also more generally, the whole attitude of “you’re just a Luddite who’s HOLDING US BACK!!” that people do. See also systemd.
(I don’t like systemd for completely different reasons (political rather than technical) but the very similar “you just need to get with the times!!!” attitude is also a massive turnoff for basically the same reason.)
(Also see also Rust. Ditto.)
By contrast, Pipewire? Legitimate improvement. It’s not just a “change bad” thing. There’s a reason Wayland/systemd/rust are controversial and Pipewire isn’t. A lot of it is the attitude, I think. People aren’t forcing Pipewire, either, and on the app side most stuff seems to still be the Pulseaudio API which is completely fine and means you can use either.
forestbeasts@pawb.socialto
Technology@lemmy.world•System76 on Age Verification LawsEnglish
1·9 days agoHah, yeah, you probably don’t have a CRT monitor!
Having custom resolution support is INCREDIBLY important for them, because they have no native resolution and you can just throw pretty much anything at them and it looks fantastic. It’s great for getting high refresh rates in games, especially since decreasing the resolution means you don’t have to work as hard for that framerate, without the nastiness of upscaling.
And also our monitor reports 1280x1024 as the highest resolution. Which… is the wrong aspect ratio. ??? So we NEED custom resolutions to even have a usable monitor.
KDE finally came out with support for this… in a version that’s not in Debian yet… like, one major release before dropping X11 support completely. And pretty much every other desktop on the planet is just out in the cold (except for all the window managers that base off of wlroots or something, I think it has an equivalent). Gnome? Good fucking luck.
Oh and screenshot tools. Those are tied to the DE now! Want to use a competing screenshot tool? You just… uh… can’t. I mean we’re on KDE and Spectacle is pretty great so it doesn’t really affect us, but if we didn’t like Spectacle, we’d be more or less screwed under Wayland.
Also scaling the screen. I don’t mean widget toolkit scaling. I mean e.g. integer scaling the screen pixels from 1920x1080 to 4K, a simple 2x2 for 4K TVs, or what-have-you. (Because 4K TVs don’t do this themselves even though they really should.) Or going the other way, rendering at 1280x960 and then downscaling to 640x480 so our CRT can get 120Hz. Easy on X11. Straight-up impossible on Wayland.
Oh yeah, and did I mention temporarily (not as default) disabling our PS4 controller’s trackpad from working as a mouse, without disabling any other trackpad on the system, without disabling its ability to work as a button or whatever in Steam Input? That too.
Stuff like that.
forestbeasts@pawb.socialto
Technology@lemmy.world•System76 on Age Verification LawsEnglish
1·10 days agoI don’t think anything defaulting to Wayland is guaranteed trash, but I also think there should be way more X11 pitchfork people. Or at least less hatred directed at them when they pop up.
“just get with the times it’s THE FUTURE and you’re not allowed to say no!” is… not cool. Especially when Wayland is unusable for anything outside of “the ordinary”, by design.
– Frost
forestbeasts@pawb.socialto
Technology@lemmy.world•Switch emulator Eden is surviving life after Nintendo kicked it off GitHubEnglish
3·10 days agoIt’d be really nice if it was like Wii, where you can have the emulated console do an online system update and bang, there’s your whole OS… or failing that, the entire system is on every game disc, just in case… but nooo can’t have that.
forestbeasts@pawb.socialto
Linux@programming.dev•How do I pass traffic on some port to a wireguard peer
2·10 days agoWe use nginx for that! It can proxy TCP/UDP in general. You can also have it be your TLS endpoint and then pass stuff back to the backend over plain HTTP, if you trust your VPS, but you don’t have to.
nginx can preserve the source IP with its “proxy_protocol” feature, somewhat (might only work for HTTPS; with proxy_protocol, nginx on server A will then set the appropriate header with the IP it gets from server B). Or if you decrypt on the VPS, it can set the appropriate header for you before sending it back to server A.
I’ve got a guide on how we have ours set up: https://frost.brightfur.net/blog/selfhosting-with-a-bounce-vps-part-1/
– Frost
forestbeasts@pawb.socialto
Selfhosted@lemmy.world•Some questions about how to structure my self-hostingEnglish
3·11 days agoThe homeserver doesn’t have to be fancy. We’re running all our stuff off a Dell Vostro from 2012 we got for like $30 on Craigslist. (It did need another $30 replacement PSU though. And it has 8GB RAM and a 500GB SSD which is nothing to sneeze at for a machine that cheap and that old.)
Funnily enough, Gajim from Flatpak (1.9.5) does drag and drop just fine!
I can’t remember what version we’ve got on our laptop– [can’t we just check packages.debian.org?] right! It’s 2.1.1-2, apparently. Good to hear that 2.2.0 is non-adwaitified, that sounds like a good place to fork from.
– Frost
We were homeschooled.
Not the “religious nut” kind of homeschooling though. I wasn’t even aware that was a thing growing up. Our parents actually raised us totally atheist, so almost the opposite!
Personally I’m glad we were homeschooled, our parents actually did teach us well and we learned all the academic stuff you’d expect us to learn. (The state we grew up in also has a system of “you take yearly state-run standardized tests to make sure you’re actually being taught stuff”, which probably helps. But like, I don’t think that was the only reason our parents taught us well, I’m pretty sure they actually cared, too.)
The downside of all that is that it helped our parents keep us isolated. But honestly, I’ll take that over the bullying (and indoctrination) we’ve heard of public school having. Public school sounds like hell.
– Frost
forestbeasts@pawb.socialto
Technology@lemmy.ml•"No right to relicense this project" - on changing the license of Mark Pilgrim's chardet from LGPL to MIT after a vibe-coded rewrite
3·11 days agoYeah, personally I don’t really like the GPL* (for stuff that isn’t actively of interest to companies), but this kind of stripping the GPL from an existing project is just, gross. Definitely seems like an active attempt to nuke it and take it over.
(*because I like it when other open source people can use a given piece of code e.g. I wrote, and I’m not particularly picky about whether they agree with me on what specific form of open source is best; wanna use my MIT or public domain code in a GPL project? go for it!)
(s/open source/free software/g if you’re one of the “open source isn’t REAL FREE SOFTWARE!!!” people; I use the terms interchangeably, bite me)
(also I get using the GPL for stuff that companies would actively want to take over. Like, apparently, this project.)
– Frost
This is why we run Gajim 1.9.5 in flatpak.
Which. Got removed from flathub, so to install it on our laptop, we had to do some kind of weird flatpak sideloading thing.
On our laptop we’ve been using Gajim 2.something from Debian 13 (our desktop runs testing so we can’t do that there). It’s not Full Gnomified. It also locks up whenever we try dragging a picture into the chat window to send. So… yeah.
Someone should fork Gajim pre-2.
forestbeasts@pawb.socialto
Programming@programming.dev•We Overhauled Our Terms of Service and Privacy Policy - Another VC funded bait and switch
1·13 days agoHonestly, I may not be the best person to ask if an IDE is what you want, heh. We usually just use it as an editor, and we don’t really have much in the way of IDE features in vim either. But we also don’t really use languages that practically need an IDE, like Java. Stuff like HTML and perl and JS are much easier to write with a normal text editor.
If you just need LSP autocomplete and such, though, Kate’s got that! There’s a plugin for it, I think. You might have to turn it on.
forestbeasts@pawb.socialto
linuxmemes@lemmy.world•...wasn't it supposed to be other way around?
1·13 days agoYeah, Pipewire is pretty great IMO.
People love to go “you hate on Systemd/Wayland? you just HATE PROGRESS!!”, but like, no, new stuff itself isn’t the problem and this proves that. Pipewire doesn’t seem to be all that controversial, I don’t really see anyone hating on it, or people going “YOU HAVE TO ACCEPT IT!!!”.
– Frost
forestbeasts@pawb.socialto
Programming@programming.dev•We Overhauled Our Terms of Service and Privacy Policy - Another VC funded bait and switch
8·13 days agoThere’s also plenty of good GUI editors if vim and emacs aren’t your cup of tea. Personally I think Kate’s fantastic, for instance.
– Frost
forestbeasts@pawb.socialto
Selfhosted@lemmy.world•What us the best way to add remote access to my servers?English
1·13 days agoThe moment you get a TLS cert, it’ll show up in Certificate Transparency logs and apparently the attack bots scan that for targets.
forestbeasts@pawb.socialto
Selfhosted@lemmy.world•Using VPS for remote access of my server - some questionsEnglish
2·14 days agoYou can totally do that yeah!
We have our stuff set up so inbound VPS traffic (for HTTPS) comes in on port 4430, while LAN traffic is on 443. It’s not done for firewall reasons, it’s so we can pass the client’s IP through with Nginx’s proxy_protocol feature, but you could just make your local-only services not listen on 4430. Boom, done.
Fail2Ban on the VPS is probably good. On the home server, it might just lock out the VPS (since everything comes from there).
Anyway yeah, I’ve got a whole guide on this sort of setup! https://frost.brightfur.net/blog/selfhosting-with-a-bounce-vps-part-1/
– Frost
forestbeasts@pawb.socialto
Technology@lemmy.world•California introduces age verification law for all operating systems, including Linux and SteamOS — user age verified during OS account setupEnglish
5·14 days agoMan, it’s so weird to think about misogynistic/degrading/abusive porn existing. I’m used to furry porn which, generally, is much more positive “yay let’s do [insert rule 34 of literally anything you could possibly think of] and have a great time!” type stuff.
– Frost


It totally does! We used to use it on Mac, back before we switched to Linux.
– Frost