There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

LeelaTorres , to actuallyautistic
@LeelaTorres@digitalcourage.social avatar

@actuallyautistic
Question on the bubble :

Some friends of mine who are on the neurodiverse spectrum ( and/or ) think I'm probably on the spectrum too. Their experience is that they get on better with people on the spectrum. They think that they like me is a strong indication.

What is your experience? Do autistic people have a "detector" for this characteristic?
Or is it really the case that you feel more comfortable with other neurodiverse people than with neurotypical people?

Richard_Littler , to actuallyadhd
@Richard_Littler@mastodon.social avatar

My pharmacy is having problems acquiring Dexamphetamine and are offering me (the more expensive) Attentin instead.
Anyone had experience with the latter?

@actuallyadhd

aeveltstra , to actuallyautistic
@aeveltstra@mastodon.social avatar

@actuallyautistic So forgetful you lose your keys all the time? Put down your phone and don't remember where? You, like me, may suffer . A condition common to people, for some reason.

Tether your keys to your pants or bag. Have a designated spot for your phone. Always lock your door with your key. I've got 50 years worth of experience and tips. AMA.

nekusoul OP , to technology in Philips Hue will force users to upload their data to Hue cloud
@nekusoul@lemmy.nekusoul.de avatar

To start off, you’ll want to have Home Assistant running on a local server or Raspberry Pi and a Zigbee USB dongle, like the Conbee II or SkyConnect. If you’ve never worked with Home Assistant, their Getting Started guide is pretty comprehensive.

To migrate the apps off the Hue gateway, there’s a section describing various methods to do so in the Home Assistant Zigbee guide.

I’ll mention that there’s also a whole bunch of other Zigbee gateways out there that work similar to the Hue Bridge, but these could all eventually share the same fate as Hue, if they aren’t already forced to be online.

craigevil , to linux in SHARE WITH THE CLASS: What aliases are you using?
@craigevil@lemmy.ml avatar

A bit long, but here goes:

Start gomuks Matrix Client

alias gomuks=/home/craig/.local/bin/gomuks-linux-arm64

walk: Terminal File Manager

github.com/antonmedv/walk

alias walk=“walk --icons"

Weather:github.com/chubin/wttr.in

alias weather=”/home/craig/.local/bin/weather.sh"

Onelinershell github.com/Onelinerhub/shellhub

alias oh="/home/craig/.local/bin/oh.sh"

Show open ports

alias ports='sudo netstat -tulanp’

Refresh .bashrc

alias bashrc="source ~/.bashrc"

become root

alias root=‘sudo -i’ alias su='sudo su’

Fix which

alias which='command -v’

APT User Commands

alias search=‘apt search’ alias file=‘apt-file search’ alias policy=‘apt policy’ alias show="nala show"

if user is not root, pass all commands via sudo

if [ $UID -ne 0 ]; then alias update=‘sudo apt update’ alias ainstall=‘sudo apt install’ alias apurge=‘sudo apt purge -y --autoremove’ alias upgrade=‘sudo nala upgrade’ alias aremove=‘sudo apt autoremove -y’ alias clean=‘sudo nala clean’ alias reboot=‘sudo reboot’ alias shutdown=“sudo shutdown -P now” fi

Handy-dandy aliases for journalctl and systemctl

alias jc=‘sudo journalctl -b’ alias jca=‘sudo journalctl’ alias jcf=‘sudo journalctl -f’ alias jcr=‘sudo journalctl --list-boots’ alias sc='sudo systemctl’

Making files immortal & executable

alias im+=“sudo chattr +i” alias im-=“sudo chattr -i” alias exe=“sudo chmod +x”

safety nets

do not delete / or prompt if deleting more than 3 files at a time

alias rm='rm -I --preserve-root’

confirmation

alias mv=‘mv -i’ alias cp=‘cp -i’ alias ln='ln -i’

Parenting changing perms on /

alias chown=‘chown --preserve-root’ alias chmod=‘chmod --preserve-root’ alias chgrp='chgrp --preserve-root’

copy the current working directory to the clipboard

alias cpwd='pwd | xclip -selection clipboard’

Clipboard

alias cpy="xclip -selection clipboard"

quick directory movement

alias …=‘cd …’ alias …=‘cd …/…’ alias …='cd …/…/…'

go to the last directory you were in

alias back='cd $OLDPWD’

quickly find files and directory

alias ff=‘find . -type f -name’ alias fd='find . -type d -name’

Create Python virtual environment

alias ve=‘python3 -m venv ./venv’ alias va='source ./venv/bin/activate’

Ping Commands

Stop after sending count ECHO_REQUEST packets

alias ping=‘ping -c 5’ alias pg="ping google.com -c 5"

alias shortcuts

alias rpi=“sudo rpi-update” alias rpi-next=“sudo BRANCH=next rpi-update” alias raspi=“sudo raspi-config” alias clr=“clear” alias clrh=“history -c -w ~/.bash_history” alias df=‘df -H’ alias du=‘du -ch’ alias mk=“mkdir -p” alias loading="sudo dmesg > ~/dmesg.txt"

ls Commands

Colorize the ls output and human readable sizes

alias ls='ls --color=auto --human-readable -al’

Use a long listing format

alias ll='ls -la’

Show hidden files

alias l.='ls -d .* --color=auto’

Listing files in folder

alias listkb=“ls -l --block-size=K” alias listmb="ls -l --block-size=M"

Colorize the grep command output for ease of use (good for log files)##

alias grep=‘grep --color=auto’ alias egrep=‘egrep --color=auto’ alias fgrep='fgrep --color=auto’

Colorize diff output

alias diff='colordiff’

Start calculator with math support

alias bc="bc -l"

Resume wget by default

alias wget="wget -c"

ps Commands

alias ps="ps auxf"

Get top process eating cpu

alias pscpu=“ps auxf | sort -nr -k 3” alias pscpu10="ps auxf | sort -nr -k 3 | head -10"

Get top process eating memory

alias psmem=‘ps auxf | sort -nr -k 4’ alias psmem10='ps auxf | sort -nr -k 4 | head -10’

Free and Used Ram

alias meminfo=‘free -l’ alias free='free -mt’

Run top in alternate screen

alias top=‘tput smcup; top; tput rmcup’

admin , to psychology
@admin@mastodon.clinicians-exchange.org avatar

Private, vetted email list for mental health professionals: https://www.clinicians-exchange.org
Open LEMMY instance for all mental health workers: https://lem.clinicians-exchange.org
.
A 3-year-old short video, but a good one from SciShow -- a
consumer-oriented YouTube science show which is generally well-done.

Goes into:
-- ADHD and sleep disorders overlaps
-- Chicken and the egg problem -- which comes first
-- Altered Circadian Rhythm & ADHD correlation
-- Sleep Onset Insomnia: Is treating it a way to improve ADHD symptoms
(pretty much YES, although more research would be good)

Lots of research, although mostly children's studies. Should many
people with ADHD be taking melatonin?

The Overlooked Connection Between ADHD and Sleep*
*
By SciShow Psych. About 6 minutes long.

https://m.youtube.com/watch?v=7Eb-0VYN0k8

#ADHD #ADD #attention #psychology #socialwork #mentalhealth #sleep   
#melatonin #sleeponsetinsomnia #CircadianRhythm #counseling   
@[email protected] @[email protected] @[email protected]   
@[email protected] @[email protected] #counselors #counseling  
.  
.  
NYU Information for Practice puts out 400-500 good quality health-related research posts per week but its too much for many people, so that bot is limited to just subscribers. You can subscribe at @[email protected]
TheDevil , (edited ) to selfhosted in [SOLVED] Help With NFS Share To Proxmox Container
@TheDevil@lemmy.world avatar

The two docker containers can access the share, but the new proxmox container can’t?

The new proxmox container will have a different IP. My guess would be that the IP of the docker host is permitted to access the nfs share but the ip of the new proxmox container is not.

To test, you can allow access from your entire lan subnet (192.168.1.1/24)

Edit: For reference see: www.truenas.com/docs/scale/…/addingnfsshares/

In particular: If you want to enter allowed systems, click Add to the right of Add hosts. Enter a host name or IP address to allow that system access to the NFS share. Click Add for each allowed system you want to define. Defining authorized systems restricts access to all other systems. Press the X to delete the field and allow all systems access to the share.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines