[-] drkt@lemmy.dbzer0.com 4 points 2 hours ago

I've been waiting since the initial announcement. It's gonna be so good!

[-] drkt@lemmy.dbzer0.com 24 points 1 day ago

If you can look at the state of the world and claim to be a fence-sitter but get knocked off your pole the moment there's a media shitstorm, then you aren't a fence sitter, you are just in denial and looking for an excuse.

[-] drkt@lemmy.dbzer0.com 4 points 2 days ago

one guy at google is obstructing

Why is it always one guy at Google? Same with JPEG XL in Chromium

[-] drkt@lemmy.dbzer0.com 10 points 2 days ago

It starts conversations

It gives me an 'in' when my conservative reactionary friends-by-circumstances bring it up to dunk on them with their alternative-facts and I get to correct them with reality-facts. It's slow, but it works. No-ones mind was changed overnight about anything.

[-] drkt@lemmy.dbzer0.com 2 points 2 days ago

https://www.rff.org/publications/explainers/agricultural-greenhouse-gas-emissions-101/

As indicated in the figure, carbon dioxide emissions accounted for about 7.2 percent of (non-energy-related) agricultural emissions of greenhouse gases in 2021

It's something, but it's not what it should've been. Farmers have a lot of political sway in this country and I have no doubt that some under-the-table things have happened because that's the motto of our sitting government.

[-] drkt@lemmy.dbzer0.com 2 points 2 days ago

I had this same question in this community and people just told me I don't understand IPv6. Good luck, I'll be monitoring I guess

[-] drkt@lemmy.dbzer0.com 3 points 4 days ago

Nah I took a train home. I was so demoralized by horrible sleep and the wet weather. I didn't want to spend my weekend being miserable on a bicycle

[-] drkt@lemmy.dbzer0.com 3 points 4 days ago* (last edited 4 days ago)

I planned the rain into my travels but it became a lot worse and I ended up just sitting around https://p.drkt.eu/2024/wet.jpg

[-] drkt@lemmy.dbzer0.com 1 points 5 days ago

I don't think you understand. I know privacy extension is for outbound and not inbound, but what use is it on a server?

45
58
submitted 2 weeks ago by drkt@lemmy.dbzer0.com to c/pics@lemmy.world
60
submitted 1 month ago by drkt@lemmy.dbzer0.com to c/pics@lemmy.world
81
[OC] Ghosts (p.drkt.eu)
submitted 1 month ago by drkt@lemmy.dbzer0.com to c/pics@lemmy.world
76
Ghosts (p.drkt.eu)
41
[OC] Ghosts (p.drkt.eu)
6

I'm trying to invoke scrot with a bindsym so I have a keyboard shortcut to take screenshots

This command works when run as a one-liner or as a bash .sh:

save_dir="/home/dork/apache/drkt.eu/subdomains/u/";
random_name=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 6 | head -n 1).png;
scrot -s "$save_dir/$random_name";
echo -n "https://u.drkt.eu/$random_name" | xsel --clipboard

It does not work when ran by i3 bindsym $mod+Shift+Z exec bash -c save_dir="/home/dork/apache/drkt.eu/subdomains/u/"; random_name=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 6 | head -n 1).png; scrot -s "$save_dir/$random_name"; echo -n "https://u.drkt.eu/$random_name" | xsel --clipboard

i3 reports an error when the above is run, but not when as a shell script, though neither work. I assume that's just because bash is eating the error and not reporting it back to i3

This is the error when ran as a one-liner:

ERROR: Received ConfigureNotify for unknown window 0x00600000
ERROR: Received ExposeEvent for unknown window 0x00600000
ERROR: Received ConfigureNotify for unknown window 0x00600000
ERROR: Received ConfigureNotify for unknown window 0x00600007
ERROR: Received ExposeEvent for unknown window 0x00600007
ERROR: Received ConfigureNotify for unknown window 0x00600007
ERROR: Received ConfigureNotify for unknown window 0x0060000a
ERROR: Received ExposeEvent for unknown window 0x0060000a
ERROR: Received ConfigureNotify for unknown window 0x0060000a
ERROR: Received ConfigureNotify for unknown window 0x0060000d
ERROR: Received ExposeEvent for unknown window 0x0060000d
ERROR: Received ConfigureNotify for unknown window 0x0060000d
ERROR: Received ConfigureNotify for unknown window 0x00600010
ERROR: Received ConfigureNotify for unknown window 0x00600010
ERROR: Expected one of these tokens: <end>, '[', 'move', 'exec', 'exit', 'restart', 'reload', 'shmlog', 'debuglog', 'border', 'layout', 'append_layout', 'workspace', 'focus', 'kill', 'open', 'fullscreen', 'sticky', 'split', 'floating', 'mark', 'unmark', 'resize', 'rename', 'nop', 'scratchpad', 'swap', 'title_format', 'title_window_icon', 'mode', 'bar', 'gaps'
ERROR: Your command: exec bash -c save_dir="/home/dork/apache/drkt.eu/subdomains/u/"; random_name=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 6 | head -n 1).png; scrot -s "$save_dir/$random_name"; echo -n "https://u.drkt.eu/$random_name" | xsel --clipboard
ERROR:                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/run/user/1000/i3/errorlog.1235 (END)

I am open to alternatives if there is a better way to do this than the i3 config!

Thank you for reading <3

[-] drkt@lemmy.dbzer0.com 77 points 2 months ago* (last edited 2 months ago)

I slap myself every morning because the AN225's last flight was literally from my backyard airport to Ukraine and I didn't go see it because "it was a little chilly".

[-] drkt@lemmy.dbzer0.com 90 points 2 months ago

total torx supremacy

34
55
submitted 2 months ago by drkt@lemmy.dbzer0.com to c/pics@lemmy.world
22
submitted 2 months ago by drkt@lemmy.dbzer0.com to c/photography@lemmy.ml
20
submitted 2 months ago by drkt@lemmy.dbzer0.com to c/photography@lemmy.ml
22
submitted 2 months ago by drkt@lemmy.dbzer0.com to c/pics@lemmy.world
[-] drkt@lemmy.dbzer0.com 104 points 4 months ago

I'm a photographer; AVIF and WebP do not serve my needs, JPEG-XL does.

I run my own website down to the hardware in my living room; I will not store 5 variations of any 1 picture just so I can serve the best available to clients when JPEG works everywhere and JPEG-XL offers me a lossless transition from JPG to JXL.

Chromium is literally the only reason JPEG-XL isn't being adopted right now, and it's so obvious that Google is pulling those strings.

JPEG-XL Ride or Die.

view more: next ›

drkt

joined 5 months ago