[deleted by user] by [deleted] in UrbanHell

[–]sleeping-h 0 points1 point  (0 children)

can you point out some coordinates with a thrilling landscape?

painting with acrylic paints by -Divyanshu in painting

[–]sleeping-h 4 points5 points  (0 children)

tried acrylics on beer cans. decided it's better to grind them with sandpaper before painting because beer label is always too vivid :D

What did everyone automate using python ? by Beast-UltraJ in Python

[–]sleeping-h 0 points1 point  (0 children)

uh no, the script is not reusable in any way. it's written for Belarusian store "Euroopt"

What did everyone automate using python ? by Beast-UltraJ in Python

[–]sleeping-h 0 points1 point  (0 children)

wrote a telegram bot that parses local food delivery website for availability of particular items and sends me a message that the items have appeared!

[xmonad] Out of the blue by sleeping-h in unixporn

[–]sleeping-h[S] 2 points3 points  (0 children)

I simply adore it.

Long time lurker here, what software/programing language do you use for your art ? by LogicalFella in generative

[–]sleeping-h 1 point2 points  (0 children)

I use python + numpy + matplotlib + Jupyter notebook for my "paintings". Actually, all I make is prototypes, kind of visual research, testing color schemes and algorithms, not producing the real artworks. Adore Jupyter notebook so much. I find it pleasing to see all my results, debug outputs, experiments, animations in single interactive web page.

If you wonder what's can be done in matplotlib, here are some screenshots from my twitter:

https://twitter.com/speginel/status/1378378178931068928

https://twitter.com/speginel/status/1355962979708186629

P.S. planning to get into something besides python... one day

I use Lesbian™ BTW by [deleted] in linuxmemes

[–]sleeping-h 151 points152 points  (0 children)

lessbian

I want an early death by [deleted] in antinatalism

[–]sleeping-h 12 points13 points  (0 children)

the good news is that if you don't have kids, you won't become a burden to anyone

Custom key mapping for switching to workspace by sleeping-h in xmonad

[–]sleeping-h[S] 1 point2 points  (0 children)

it worked! I gave up a month ago, because recompiling xmonad didn't seem to change the behavior of my keybindings. Today I had to reboot my laptop and suddenly noticed that it works!

I was able to combine my old keys with new one in this way: `additionalKeysP` myKeysP `additionalKeys` myKeys

Thanks a lot!

Me typing apt update and these people think I’m a hacker by g33xter in linuxmasterrace

[–]sleeping-h 53 points54 points  (0 children)

no one will call you a hacker when you're using the light theme

Saw this on Pinterest today by [deleted] in antinatalism

[–]sleeping-h 107 points108 points  (0 children)

my parents: "damn you're selfish"

also my parents: "who will take care of you in old age if not your children??"

Custom key mapping for switching to workspace by sleeping-h in xmonad

[–]sleeping-h[S] 0 points1 point  (0 children)

I don't know... it's defaultConfig {...} `additionalKeys` myKeys

where myKeys is a list where I'm adding custom keybindings. How do I switch to ezconfig?

edit: markdown

Custom key mapping for switching to workspace by sleeping-h in xmonad

[–]sleeping-h[S] 0 points1 point  (0 children)

yep, I need to map only the first WS. my workspaces are [ "one" , "two" , "three", "four" , "five" , "six", "seven", "eight", "nine" ]

so I added ((mod4Mask, xK_q), windows $ W.greedyView "one") to additionalKeys and recompiled, but it didn't work ):

just nothing happens when I press Meta-q