
Pretty sure mods are removing my posts by falsely claiming they are "Sectarian" in the modlog and then reposting them elsewhere on the site as their own bits.

digital: a love story. i got it on flathub

man what a great game

Hello from little rock

in order (2000-present): red hat, slackware, debian, ubuntu, arch, manjaro, nix

also, is this some kind of commentary on disney owning the ip now?

so they finally explained why we have no footage of the second doctor

2011 era pc nas.
sorry, i dropped my phone and sent. i edited iy, but i guess it didnt come through

frankly for dipping your toes in, i'd just find a used desktop computer. you can usually find them cheap or free. ask your friends if they have an old pc kicking around. otherwise, ive found some good deals at goodwill etc. doesnt need to be a powerhouse, but its easy to upgrade ram, storage. for most applications a slowish pc wont be any kind of an issue.
i only just retired my 2011 era pc nas.
Permanently Deleted

have your husband remove the feature. explain all the downsides like how it affects your work and social life to not be able to add contacts.
if he refuses, as the rest of the comments point out, you may be in an abusive relationship. a marriage is built on trust. would he accept you locking down his phone the same way?
otherwise, maybe go pick up a burner phone from walmart or something.

i meant specifically filtering the ats and hashtags, but as another person pointed out, that's just how the person posts, not extra fluff mastodon adds.
obviously the interoperability is one of the defining points of fediverse. was not suggesting filtering out mastodon posts themselves.

yeah, this comment looks perfectly normal in lemmy. might just be "cultural" differences between the platforms



ive noticed people commenting on a lemmy post via mastodon is covered in tags and ats, maybe they could filter those or something. just kind of jarring on lemmy

we don't end our sentences with prepositions where I'm from.

i always squeeze the rolls, and go with whatever feels the most dense. usually scott.

2+2=5

until trump pardons them

it could pop up with a graphical sudo prompt...

how do you know this was ai? i need to stay sharp on these things

Is copying text from a picture just a pixel thing?
I recently switched from a pixel 6 to a fairphone 5. There was stuff like a smart screenshot (which worked half the time) and the ability to select text most of the time. The fairphone doesnt have that, and i wonder if its a first party google feature, or if theres a different rom i should use.
Python not built for tkinter?
I have a program that I wrote, maybe I didn't package it appropriately, but I cannot got it to run. I wrote it on a manjaro install, and tested it on another manjaro install, both were fine. I packaged it with poetry and copied the wheel over.
Today I tried to install it on my nixos surface tablet I use at work. I get this error on installation:
undefined
Traceback (most recent call last): File "/home/gzuh/.local/bin/willcallgui", line 5, in <module> from willcallgui import willcallgui File "/home/gzuh/.local/share/pipx/venvs/willcallgui/lib/python3.11/site-packages/willcallgui/willcallgui.py", line 12, in <module> import tkinter as tk File "/nix/store/h723hb9m43lybmvfxkk6n7j4v664qy7b-python3-3.11.9/lib/python3.11/tkinter/__init__.py", line 38, in <module> import _tkinter # If this fails your Python may not be configured for Tk ^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '_tkinter'
These are the packages i have in

Looking for a python friendly cloud-based notes app.
I'm working on a python program, and i need to sync the results to an ipad as a todo list (with checkboxes)
I had been using google keep, and manually copying /pasting the data over from my cli based app. I will be out of the country for 2 weeks, so im updating my software to no longer being cli, and ideally syncing the final list to google keep or something similar, since someone else will be running the software. You know how normies get when they see a terminal window..
tried this googlekeepapi thing i found online, but the authentication was very complicated and i couldn't get it to work. There is no specific reason we need to use google keep, was just the first thing that came to mind when we set this system up, and it works well and is cloud based.
Do yall know of any service where i can programmatically generate checkbox lists, and sync them over the web?
I should note i do not have a server available to self host. could potentially spin something up locally with a raspb

100+ Linux Things you Need to Know

YouTube Video
Click to view this content.
Funny and informative

Help with VIA macros?


I just got a cidooo v21 numpad, and was very excited to use macros for OBS.
I have been using alt-z for tap-to-talk in obs, and i set up layer 3 to be obs macros. I want "enter" to be tap to talk ie alt-z. When i press the enter key and keep it held, it only registers as a short tap. I even made sure the macro is set for keydown on both keys.
Whats the simplest way to have the macro report as held for the duration of me holding the enter key?
Edit: potential alternate solution: whats the best way to have different macros for the press and release of the enter key? That way i could simply unmute on press and mute on release

Tunnelling a port from a separate computer
I have a client with locally hosted security cameras. There is a DVR box that has a port open and a 3rd party app you can view the cameras from. Traditionally we have been forwarding the port to the WAN via the router there. Its a restaraunt btw.
When the ISP upgrades the router every few years there's a huge headache trying to get the ports back open and bridging the modem and router blah blah blah. Not only this, even though they are supposed to have a static wan ip, it does change from time to time.
What i would like to do is plug in a raspberry pi on the network and forward the DVR's ports somewhere accessable.
Im thinking of something along the lines of wireguard, but just for a single ip/port that i can tunnel over ngrok. Seems doable but i'm having trouble finding the proper terms to google. Port forwarding generally brings up router config, and tunnelling seems to expect you to be on the device who's ports you wish to access.
Any advice?

Beth Gibbons - Sand River

YouTube Video
Click to view this content.
Beth Gibbons has announced a new solo record, so I gave this album a listen

wireguard on freebsd
I am trying to setup a wireguard server on freebsd using this guide. the only thing i've done different is make the AllowedIPs 0.0.0.0/0
I seem to have messed something up because when I have wireguard running, i cannot ping or curl anything from the server. It doesn't take down the machine though, I am still able to ssh into the server.
I still have yet to get the client to actually connect, but i assume this networking issue is a potential cause. googling doesn't seem to help me find anyone with my same issue.
my wg0.conf is as follows
[Interface] Address = 10.96.100.1/32 # address the server will bind to
ListenPort = 51820 # listener port
PrivateKey = [redacted]
[Peer] #phone
AllowedIPs = 0.0.0.0/0
PreSharedKey = [redacted]
PublicKey = [redacted]

crashing on local links?
This happening to yall too? /c/[email protected]