cukie

@cukie@infosec.exchange
256 Followers
489 Following
922 Posts

Jersey City, New Jersey.

Spare time picture maker. Sometimes film, mostly digital.

Running, cycling, public transit, lots of different sports.

Software engineer on Android security @google
Opinions my own.

GitHubhttps://github.com/cukie
PronounsHe/Him
Websitehttps://www.cukie.me/
Instagramhttps://www.instagram.com/cukiephoto

```
#!/bin/bash

# A small script to turn Bluetooth off if no devices are connected.
# Can be run with a crontab periodically. E.g. to check every 10 minutes...
# */10 * * * *

num_connected=$(bluetoothctl info | grep 'Connected: yes' | wc -l)

if [ $num_connected -eq 0 ]; then
echo "No devices connected, turning Bluetooth off"
bluetoothctl power off
else
echo "$num_connected devices connected, leaving Bluetooth on"
fi
```

Of course llvm target triples can sometimes have four identifiers.

Beautifully showcasing two out of the three two hardest things in computer science πŸ™ƒ

#llvm #ComputerScience

Vitamin sea πŸ™ŒπŸΌ

#photography #darktable #summervibes #beach #sea

To grow healthy buildings, ensure they receive adequate concrete.
#Psychogeography #JerseyCity #Concrete #StreetPhotography
7 years between these two photos , still photographing storms from my bedroom. Galicia, May 2025 and August 2018 #aowsimages #photography #blackandwhite

Anyone have experience with color calibration on linux? Specifically with gnome?

The gnome docs suggest a pantone huey is the best supported and cheapest option. I can find them on ebay for around $20. Will I regret not going with a more expensive option?

#gnome #ColorCalibration #photography #FrameworkLaptop