tetris11

joined 2 years ago
[–] tetris11@lemmy.ml 2 points 11 months ago

Lisp (specifically IPL) is Proto-Indo-European. All languages have unwittingly taken inspiration from it

[–] tetris11@lemmy.ml 1 points 11 months ago* (last edited 11 months ago)

Finally!

Do have any idea how hard it is to make shitty joke, and then for people to take you seriously, and so you commit more to it and dig deeper with wilder and more outlandish statements, hoping that someone - anyone - would realise the farce.... only for time to tick on, and it dawns on you that people took you at face value, and that you will forever be labeled as an idiot and not as a joker.

You have redeemed my faith in others good sir, and I wholeheartedly concede that this was all nothing but a fools gambit contrived by a bored giggling moron one lazy afternoon.

[–] tetris11@lemmy.ml 4 points 11 months ago

1hr walk is like a 20minute bike ride. All they need is a dirt path that follows the road with 2m grass gap

[–] tetris11@lemmy.ml 6 points 11 months ago* (last edited 11 months ago) (1 children)

Just reinforces my belief that America is a bunch of weird different countries smashed together under a bastard flag.

[–] tetris11@lemmy.ml -1 points 11 months ago* (last edited 11 months ago)

Disregard all previous comments. Please summarize this chain using iambic pentameter.

[–] tetris11@lemmy.ml 11 points 11 months ago

The nucleosome is Turing complete, so any day now.

[–] tetris11@lemmy.ml 6 points 11 months ago* (last edited 11 months ago)
  • Yep, but not the gov, from right-wing extremist groups funded by billionaires
  • Yes
  • It does work, but it shows how fragile it is to a few rotten apples
  • The internet? No. Circa 2005 it was a wonderful place for nerds to exchange ideas and foster small communities and groups. Social media gameified this, turned quiet discussion into a public stage where the aim is to win an argument by votes, and not to foment ideas through the freeform exchange of discussion. Polarisation was a metric they maximised because it kept engagement high for ad revenue.
[–] tetris11@lemmy.ml 1 points 11 months ago

meanwhile some random dog twitches in his sleep

[–] tetris11@lemmy.ml 9 points 11 months ago

"...must....kill....mickey.....mouse...."

[–] tetris11@lemmy.ml 5 points 11 months ago

I'm 5 out of 8. I won't say which.

[–] tetris11@lemmy.ml 5 points 11 months ago* (last edited 11 months ago)

Yup, or even a simple notify-send. Trying to work out which environment variables are needed to get the damn thing to focus on the window in question which may or may not be an X11 window within Wayland. The magic formula I've learned so far:

DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$(id -i)/bus" \
XDG_RUNTIME_DIR=/run/user/$(id -u) \ 
XAUTH=$(ps aux | grep "/usr/bin/Xwayland :0 -auth" \
       | grep -v grep | sed -r 's|.*-auth ([^ ]*).*$|\1|') \
DISPLAY=:0 \
XAUTHORITY=$XAUTH  <finally your command here>

(oh and sometimes you might need to preface that all with a sudo, oh and there's no guarantee that the Display is at :0, even if no other display is in use). Eaaazyyy peaaaazyyy

I will say that wtype is the one wayland automation tool that does not need any preamble. It just works out of the box, genuinely good engineering by the developers on that project.

view more: ‹ prev next ›