She was about 12 (she is 16 now).
- 52 Posts
- 350 Comments
I would say it’s worth knowing. My daughter has been diagnosed, and this helped her a lot with her anxiety. Knowing that’s not something wrong with her (she used to ask me when she was really young), but it’s just that her brain is wired differently. Depending where you live, this might also help with school. My daughter gets a bit of extra time on written tests, and she does not have to present in front of the entire class (which was horrifying), but in small groups or just with the teacher.
beerclue@lemmy.worldto
No Stupid Questions@lemmy.world•Is there a word or phrase in your language to describe the situation when you wanted to fart but shit yourself?
2·2 months agothey farted with splashes/droplets
(kinda, hard to translate, the original is “s-a bășit cu stropi”)
beerclue@lemmy.worldto
Ask Lemmy@lemmy.world•For those who's country's national language is **NOT** English, how fluent is your English compared to your country's language?
5·3 months agoI’ve been consuming English media for many years. My computer and phone have used English since the 90s. I got used to it, so today, even if I could switch my phone to my native language, I don’t, it sounds strange.
These days I consume most media in English (US, UK, AU) - movies, tv shows, YouTube, websites, books (paper, audiobooks). I have no trouble understanding content, but I do keep subtitles on out of habit, and that helps when there’s a stronger accent.
I’ve been using English at work exclusively for more than 10 years, and where I live now, I hang out with an international crowd. We speak English to each other, even though it’s not anyone’s first language most of the time.
I take notes and journal in English, even privately. I sometimes even think in English.
I still have an accent and I’m missing some vocabulary and the occasional grammatical rule, but I consider myself fluent in English.
No, not yet. He’s still in school, he did decide on an education/career path (no longer robotics, turns out math, physics, and programming are hard), so he’ll be around for a few more years, at least until he’s done with his FOS (we’re in Germany).
We decided that as long as the kids are in school, they can stay with us. And with rent prices these days…
My first child was born that year. 🥲
beerclue@lemmy.worldto
Jellyfin: The Free Software Media System@lemmy.ml•*Permanently Deleted*English
6·3 months agoIf you open a terminal,
cd <location>and runls -la, what do you get? Who’s the owner and what are the permissions of the subdirectories?Are there any errors in the Jellyfin interface? Have you checked the logs?
777 permissions are a bit overkill, I think 755 should be enough, since you don’t need to “execute” mkv files.
beerclue@lemmy.worldto
Autism@lemmy.world•What are some fun hobbies to do as someone with autism?
5·4 months agoI started (and partially gave up) music, drawing, woodworking. I stuck to computers, and I am working as a devops engineer. I also read, as much as I can. I guess what I’m trying to say is try things out. You’re young. You’ll find your passion eventually :)
I used pihole for years, but the recent updates made me look for alternatives. There was a major (v6?) update fuckup, but also some random freezes and block lists going missing…
Looking for alternatives, I tried out Technitium. Extremely easy to set up, rock solid, running steady for about 6 months (with frequent updates), and they recently introduced built in high-availability.
beerclue@lemmy.worldto
Ask Lemmy@lemmy.world•What is your choice for a dedicated Linux audio player?
9·4 months agoFeishin, connected to my jellyfin server.
beerclue@lemmy.worldto
Linux@lemmy.ml•What folders do you make in addition to the default ones ?
2·4 months agoI have
~/work/code/project-name-1,~/work/code/project-name-2or~/priv/code/project-name-3, but not by language… I only separate work and private repositories.
beerclue@lemmy.worldto
Technology@lemmy.world•How I discovered a hidden microphone on a Chinese NanoKVMEnglish
19·4 months agoI mean, I wouldn’t call
tcpdumpa “hacking tool”…
Ask yourself the same question, but replace trans with cis. Everyone is different,
I read this in Sazed’s accent, from Mistborn. He used to finish sentences with “I think” :)
beerclue@lemmy.worldto
Linux@programming.dev•Arch Linux AUR Hit by Another DDoS Attack, Port 22 Access Disrupted
0·6 months agoBut… why? I mean, who’s targeting Arch? Sounds like the Arch team has some info that they won’t release (for now), but this is so confusing to me…
I have a similar setup, with a public domain hosted by cloudflare. Internally, I use caddy with the DNS feature pointing to the cloudflare using their API and letsencrypt certs.
Something like this: https://webenclave.com/2024/11/07/setting-up-a-secure-local-network-with-caddy-cloudflare-dns-and-lets-encrypt/
I can also share more details, maybe my compose files and caddy setup if you need them.
beerclue@lemmy.worldto
Selfhosted@lemmy.world•Can I do VPN + Plex on my hosting server? Do I need it under this circumstance?English
3·6 months agoThat’s true. I still do, for my entire *arr stack, but you don’t need to, except for the torrent client.
beerclue@lemmy.worldto
Selfhosted@lemmy.world•Can I do VPN + Plex on my hosting server? Do I need it under this circumstance?English
3·6 months agoI’m using Gluetun to connect to my VPN, and only *arr services and qbit use it. Here’s a good example: https://github.com/automation-avenue/arr-gluetun/blob/main/docker-compose.yml



You can use DNS01 for services not accessible from the outside. I use a caddy reverse proxy, with a wildcard cert for *.mydomain.com. caddy handles that for me automagically. Needed? Maybe not, but it’s a whole lot prettier, and I learned new things about certs and caddy :)