Arghblarg

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

Ah, so they're definitely planning to blame all of the upcoming outbreaks of preventable diseases such as tuberculosis, measles, polio on immigrants. Instead of their own gutting of HHS, CDC and appointing an anti-vax nutbar to run what's left.

[–] Arghblarg@lemmy.ca 33 points 10 hours ago (1 children)

It's not senseless and it's not capitulation, it's collaboration and it makes perfect sense to him, since he is doing it intentionally. Krasnov is a traitor to the USA and the entire Western world.

[–] Arghblarg@lemmy.ca 32 points 11 hours ago

Well, the "free speech absolutist" should be fine with this right? It's definitely an expressive act.

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

Vivaldi on Linux and Windows is still good in my experience, and so far uBlock Origin for manifest v2 still works. I hope they keep v2 support forever, forking completely if they must.

[–] Arghblarg@lemmy.ca 59 points 1 day ago (6 children)

Is Trump a Russian asset? Could it be true? I mean, we're just asking questions.

[–] Arghblarg@lemmy.ca 14 points 1 day ago (4 children)

But can you use that gun and expect to remain free? The new environment appears to be a manifestation of that principle "... in-groups whom the law protects but does not bind, and out-groups whom the law binds, but does not protect."

As in: if you (justifiably) use that weapon in self-defense, will the US 'justice' system as it is today properly see it as self-defense, or railroad you into prison (or worse)?

If I were in the USA today, that would be my very real fear. The courts are packed with ultra-conservative, Christian nationalists and there may be no protection for those who seek it there.

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

And you think they'd lift a finger to make that new technology accessible to the rest of us? As always, we'd be lucky to get the crumbs they leave us.

We might benefit, but only if they could not keep it entirely to themselves...

Given the events of the last 4 years I'm done with offering any benefit of the doubt to billionaires. Default judgement is 'they are evil, selfish pricks who will throw everyone else to the fire unless there is something in it for them'.

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

Nah, 100 years of extra life (even more if they are randomly selected more than once) would give them plenty of time to exploit us all to colonize Mars and beyond in order to flee there and become emperors of a new planet, so they'd still destroy the Earth. You underestimate their shittitude as 'human' beings.

[–] Arghblarg@lemmy.ca 12 points 2 days ago* (last edited 2 days ago)
[–] Arghblarg@lemmy.ca 13 points 2 days ago

Nothing a little thermite can't fix.

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

Classic Russian tactics... 'flood the zone with sh*t'. Adopted by Steve Bannon & co.

Intent is to make everyone so tired they give up.

 

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?

7
submitted 6 months ago* (last edited 6 months 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 7 months ago* (last edited 7 months ago) by Arghblarg@lemmy.ca to c/APL@lemmy.ca
 

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

7
submitted 8 months ago* (last edited 8 months 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

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

GNU APL is easy to build on your own Linux machine, though the steps aren't detailed on the website.


Benefits of building yourself locally:

  • One can customize how many cores GNU APL has access to
  • Customizing optional extensions like PNG image, SQLite, GTK support etc.
  • Having the latest bugfixes

  1. Obtain the latest source

  2. Configure using autotools

    • cd trunk
    • make clean
    • ./configure CORE_COUNT_WANTED=3 RATIONAL_NUMBERS_WANTED=yes --with-ctrld_del

    Use ./configure --help to see other options, adjust to taste

  3. Build and install

    • make -j && sudo make install
  4. Set up your default workspace

    • cd ~
    • mkdir -p GNUAPL/workspaces

1
submitted 9 months ago* (last edited 5 months ago) by Arghblarg@lemmy.ca to c/APL@lemmy.ca
2
submitted 9 months ago* (last edited 9 months ago) by Arghblarg@lemmy.ca to c/APL@lemmy.ca
view more: next ›