Arghblarg

joined 2 years ago
MODERATOR OF
[–] Arghblarg@lemmy.ca 1 points 3 hours ago

Whoohoo, look at all those downvotes! Somebody doesn't like the reminders about the two Mikes, huh?

[–] Arghblarg@lemmy.ca 1 points 21 hours ago

OMG the Brown Note is real??

[–] Arghblarg@lemmy.ca -3 points 21 hours ago (4 children)

Yeah. No way in hell I'd willingly set foot in China, why risk being kidnapped on fake charges and held as a political pawn for some future trade to hand them back one of their ~spies~business execs?

[–] Arghblarg@lemmy.ca 4 points 1 day ago

Yeah, that's the anti-copy mechamism I recall reading about long ago. I wonder if/how this project will deal with that?

[–] Arghblarg@lemmy.ca 35 points 2 days ago (2 children)

Good thing I live outside of the US then ;)

This looks awesome...hope they make it, I'd buy one if it isn't toooo expensive.

[–] Arghblarg@lemmy.ca 27 points 2 days ago

Streisand Effect engage! Downloaded source and releases, just because.

[–] Arghblarg@lemmy.ca 2 points 3 days ago

Is this the FROG BLAST THE VENT CORE Marathon, remade?? I never got to play the original.

..now remaster Myth: The Fallen Lords and Soulblighter pleaaaase!

[–] Arghblarg@lemmy.ca 17 points 3 days ago* (last edited 3 days ago) (3 children)

Which ones, those dirty Norman invaders or the Vikings? Or does he mean perhaps those disgusting Homo_sapiens who brutally pushed out the noble Homo_neanderthalensis who were living in the Isles first? :p

(OK, OK those who know better, I have no idea if the Neanderthals ever lived in what is now the UK, nor do I really know all that Saxon/Norman stuff ... it's a joke.)

[–] Arghblarg@lemmy.ca 44 points 3 days ago (5 children)

So, appoint him again. And if they fire him again, appoint him yet again. Make the circus more evident for the people who aren't paying attention.

[–] Arghblarg@lemmy.ca 4 points 3 days ago (1 children)

Pretty meaningless long-term, unless they can somehow get BACK all the vast funds ICE has already secured.

[–] Arghblarg@lemmy.ca 29 points 4 days ago (12 children)

Home Assistant? Replace google / nest / alexa.

[–] Arghblarg@lemmy.ca 10 points 4 days ago* (last edited 4 days ago)

The bar for ruling 'barratry' or SLAPP should be a LOT lower in the US legal system.

https://en.wikipedia.org/wiki/Barratry_%28common_law%29?wprov=sfla1

..of course first all of the King-like blanket immunity BS needs tp be repealed first...

 

I see links to 'that site' owned by 'that billionaire' all the time, be it in posts or comments...

Is it possible to auto-suggest using xcancel.com instead, if direct links are in posts or comments, or even auto-fix them?

 

No comment other than the phrase in title is prominent on the hats intentionally shown behind the young man being interviewed here. I'll let everyone reading this decide for themselves whether this is a problem or not.


EDIT: For the record, perhaps my original commentary on this post was attempting to be too 'clever'. I was most definitely * not * trying to promote these chuckleheads. It was posted in order to ensure people know the enemy -- there are some scary forces working in Canada to instill the horrors we are seeing down south, right here, right now.

 

As most have predicted and feared, the US Administration appears to now be testing if they can push one step further towards enforcing an authoritarian ethno-state: threatening a full-on US citizen by-birth with detainment and deportation (to where, exactly, if they are a born US citizen?). Someone who, "coincidentally", is an immigration lawyer, someone who might defend other targets of their deportation agenda.

First they came for ...


EDIT: a thread indicating this has been a mass email to others https://bsky.app/profile/reichlinmelnick.bsky.social/post/3lmljpkrdj22h

 

While GNU APL has, as its primary focus, adherence to the APL2 ISO 13751 standard, it is open to enhancements which do not violate compatibility with APL/2.

So, as of SVN 1847M:

      s ← 'Mississippi'
      ≠s    
1 1 1 0 0 0 0 0 1 0 0
      (≠s)/s
Misp
 

In response to suggestions by a lunatic in the US Oval Office, Green Party Canada's leader Elizabeth May suggested Canada should invite western states Washington, Oregon and California join B.C and split from Canada to form the 'Cascadia' eco-state.

(Note this article is from Jan 8, 2025 and Elizabeth May has since become co-leader of the party alongside Jonathan Pedneault).

 

Would be a darn shame if tariffs applied to it for the US... oh wait

 

EDIT see my comment below which uses a much cleaner method that avoids the noisy multple udev events and doesn't require udev/eudev at all


This activates/de-activates the secondary display underneath the removeable keyboard properly. Note though that the keyboard is a composite unit and causes a whole train of udev events, rather than a single one, which means the desktop will flicker multiple times on each re-attachment of the keyboard :(. If anyone knows how to just run the scripts on the 'last' udev event, it would make for a cleaner experience. (XFCE sometimes crashes out on me due to the rapid xrandr reconfigs but it's mostly usable).

[/usr/local/bin/usb-0b05_1b2c-in]

#!/bin/bash

if [ "$(xrandr --listmonitors | wc -l)" -gt "2" ]; then

#logger -p user.info "=== KEYBOARD REPLACED ==="

xrandr --output eDP-2 --off

fi

[/usr/local/bin/usb-0b05_1b2c-in_udev]

#!/bin/bash

export PATH=/bin:/sbin:/usr/bin:/usr/sbin

/usr/local/bin/usb-0b05_1b2c-in &

[/usr/local/bin/usb-0b05_1b2c-out]

#!/bin/bash

if [ "$(xrandr --listmonitors | wc -l)" -lt "3" ]; then

#logger -p user.info "=== KEYBOARD REMOVED ==="

xrandr --auto && xrandr --output eDP-2 --below eDP-1

fi

[/usr/local/bin/usb-0b05_1b2c-out_udev]

#!/bin/bash

export PATH=/bin:/sbin:/usr/bin:/usr/sbin

/usr/local/bin/usb-0b05_1b2c-out &

[/etc/udev/rules.d/99-zbduo2024-kbd.rules]

ACTION=="add", ATTRS{idVendor}=="0b05", ATTRS{idProduct}=="1b2c", ENV{XAUTHORITY}="/home/username/.Xauthority", ENV{DISPLAY}=":0", OWNER="username", RUN+="/usr/local/bin/usb-0b05_1b2c-in_udev"

ACTION=="remove", ENV{ID_MODEL}="ASUS_Zenbook_Duo_Keyboard", RUN+="/usr/local/bin/usb-0b05_1b2c-out_udev"

Now, to get your laptop keyboard working when removed, in bluetooth mode, one must

  1. Ensure bluetooth-ctl is running and initiate 'pair' in Bluetooth by clicking 'Create pairing with this device' (key icon in the 'Blueman-Manager' window)
  2. Turn on bluetooth (switch on the left of the keyboard)
  3. Remove the keyboard
  4. Hold F10 for 4-5 seconds until its blue LED starts blinking rapidly (kbd in pairing mode)
  5. Watch your desktop notifications for the connection message with the BT challenge pin code (6 digits)
  6. type the challenge PIN code on the keyboard
  7. Now the keyboard should be paired.

... now if only I could get the sound device (Intel HD Audio) and brightness control working for both screens!

 

I was searching online for quite a while this evening, chasing a half-remembered bit of trivia, that trilobites were supposedly unique in their use of calcite for their lenses, composing the ommatidia of their compound eyes.

It must be so obvious to scientists in the field of studying insects that they never mention it in their papers...

So, what compound(s) do modern arthropods use in their compound eyes. If it isn't calcite, what do modern 'bugs' use?

8
submitted 2 years ago* (last edited 2 years ago) by Arghblarg@lemmy.ca to c/APL@lemmy.ca
 

Whether you are an old hand at APL, or someone just discovering the language, having the symbols in the standard layout right there on your keyboard is a great help... dedicated APL keyboards are pretty expensive, so consider these stickers that let one adapt any standard desktop or laptop keyboard!

APL keyboard sticker set on Tindie

To set up your keyboard for APL programming on Linux, see here.

 

If you haven't heard of it, this island has a population that the world has collectively decided to leave alone, mostly because they have proven, on multiple occasions, that they absolutely do not want visitors. Like, arrow-to-death anyone attempting to land or even visit near their shores.

This probably cannot go on forever... but maybe, it could. Essentially, we are already implementing a 'Prime Directive' of sorts here. Would the 23rd, 24th, ... centuries in Star Trek canon still have this little island on Earth, isolated from not just from Earth's own unified Federation society, but from the greater Federation races? What steps would the Federation and Earth take to maintain their isolation and the ecosystem on which they depend?

Would make for an interesting episode, or at least a cool side-note reference in one :)

2
submitted 2 years ago* (last edited 2 years ago) by Arghblarg@lemmy.ca to c/APL@lemmy.ca
 

For Funtoo users, simply sudo emerge dev-lang/apl :)

7
submitted 2 years ago* (last edited 2 years ago) by Arghblarg@lemmy.ca to c/gmecanada@lemmy.ca
 

Normally I avoid linking to the old sh$thole here ('cuz you know, f*ck u/Spez), but this is an exception.


DFV posted DIRECTLY to 'stonk: https://www.reddit.com/r/Superstonk/s/8TNza7V2IN

Discussion over on the 'stonk sub: https://old.reddit.com/r/Superstonk/comments/1d6r84q/roaring_kitty_theroaringkitty_on_x/

Twitter post tonight: https://x.com/theroaringkitty/status/1797418617908154621

view more: next ›