of course i wouldn’t regard any other opinions! this isn’t my first time using grok, i know exactly how it’s supposed to work
- 1 Post
- 139 Comments
@grok is this a real command?
cobwomsto
No Stupid Questions@lemmy.world•How do we prevent QR codes from containing swastikas or similar?English
3·22 days agoyou can if it’s small and in the middle
cobwomsto
No Stupid Questions@lemmy.world•How do we prevent QR codes from containing swastikas or similar?English
97·23 days agothere’s a mask process in qr code generation. the masks aims to try to make it look like uniform noise, so you don’t end up with blocks/lines of pure white or pure black. so you won’t end up with any recognizable symbol in the usual algorithmic generation
some more detail: it will use one of these patterns to invert some pixels until it finds one that results in more or less uniform noise.
it will also add a set of pixels in a designated mask identification zone that instructs the decoder which mask was used

cobwomsto
Fuck AI@lemmy.world•Exposed Moltbook Database Let Anyone Take Control of Any AI Agent on the SiteEnglish
19·2 months agolooks like ai coded this ai experiment
cobwomsto
Today I Learned@lemmy.world•TIL there are jacuzzi tub and toilet combinations.English
4·2 months agoit’s just a matching colour
i love this post
cobwomsto
World News@lemmy.world•Musk claims he was unaware of Grok generating explicit images of minorsEnglish
42·2 months agoreminds me of the time trump acted like he didn’t know what project 2025 was
cobwomsto
Hyprland Desktop Environment@lemmy.world•What do you guys use for screen capture?English
2·4 months agonp
i did have issues recently trying to capture from a selection on multiple displays when each display is a different scale factor… i haven’t had time to figure out how to fix that, for now i just capture on my main display only
cobwomsto
Hyprland Desktop Environment@lemmy.world•What do you guys use for screen capture?English
4·5 months agoi have this script on a keybind.
uses rofi, slurp and gpu-screen-recorder
modify as needed. i dont remember where i got it from originally
#!/bin/env bash recorder_check() { if pgrep -x "gpu-screen-reco" > /dev/null; then pkill -INT -x gpu-screen-reco notify-send "Stopping all instances of gpu-screen-recorder" "$(cat /tmp/recording.txt)" cat /tmp/recording.txt | wl-copy exit 0 fi } recorder_check SELECTION=$(echo -e "record selection\nrecord eDP-1\nrecord DP-4" | rofi -dmenu -p " ") VID="${HOME}/video/recordings/$(date +%Y-%m-%d_%H-%m-%s).mp4" case "$SELECTION" in "record selection") echo "$VID" > /tmp/recording.txt # Get selection geometry read X Y W H <<< $(slurp -f "%x %y %w %h") # Get monitor info (JSON) MONITORS=$(hyprctl monitors -j) # Find the monitor containing the selection and extract its scale SCALE=$(echo "$MONITORS" | jq -r \ --argjson x "$X" --argjson y "$Y" ' .[] | select(.x <= $x and .y <= $y and ($x < (.x + .width)) and ($y < (.y + .height))) | .scale') # Calculate physical coordinates PX=$(awk "BEGIN {printf \"%d\", $X * $SCALE}") PY=$(awk "BEGIN {printf \"%d\", $Y * $SCALE}") PW=$(awk "BEGIN {printf \"%d\", $W * $SCALE}") PH=$(awk "BEGIN {printf \"%d\", $H * $SCALE}") # Format geometry string GEOM="${PW}x${PH}+${PX}+${PY}" gpu-screen-recorder -w region -region "$GEOM" -o "$VID" &>/dev/null ;; "record eDP-1") echo "$VID" > /tmp/recording.txt gpu-screen-recorder -w eDP-1 -o "$VID" &>/dev/null ;; "record DP-4") echo "$VID" > /tmp/recording.txt gpu-screen-recorder -w DP-4 -o "$VID" &>/dev/null ;; "record both screens") notify-send "recording both screens is not functional" ;; *) ;; esac
succubus are female. if you’re saying “he”, that’s an incubus
cobwomsto
Futurology@futurology.today•Woman has new multiple sclerosis treatment that doctors say could be 'game-changer'English
5·5 months agothis title is so confusing. if scientists or doctors have developed a new treatment, then it seems strange to me that the woman, the patient, is the subject of the headline instead of the doctors.
i originally read it as the woman had developed a treatment, and it seemed unfair for them to just call her a woman and not a scientist.
anyways have a nice day
cobwomsto
AntiTrumpAlliance@lemmy.world•Trump: I don't think we're gonna necessarily ask for a declaration of war. I think we're just gonna kill people. Okay? We're gonna kill them. They're gonna be, like, dead.English
30·5 months agohe’s talking about the alleged drug cartels allegedly trafficking drugs into america
cobwomsto
World News@quokk.au•‘Prince Andrew believed having sex with me was his birthright’: Virginia Giuffre on her abuse at the hands of Epstein, Maxwell and the king’s brotherEnglish
69·5 months agogod, we wouldn’t need the epstein files if people just fucking believed victims
it’s almost like they know jpeg is the wrong format for a logo
these days it’s not because people are trying to censor the content from the viewer, but they’re censoring from the algorithms. they want their content to be seen, and algorithms will demote content when it has profanity. probably not the case on lemmy, but this was a screenshot from somewhere
cobwomsto
World News@quokk.au•Netanyahu Flies To New York, Avoids European Airspace Over Arrest FearsEnglish
7·6 months agoSardinia isn’t European airspace? I thought it was part of Italy?
i had radicale working as you describe with home assistant and mobile/desktop apps for years







there’s a fifa world cup in toronto?