• Sign in
  • Sign up
Elektrine
EN
  • EN English
  • 中 中文
Log in Register
Modes
Overview Search Chat Timeline Communities Gallery Lists Friends Email Vault VPN
Back to Timeline
  • Open on vmst.io

Hal

@hwine@vmst.io
mastodon 4.6.0-alpha.5

BLM (and I'm Hal - priorities, folks)

0 Followers
0 Following
Joined November 17, 2022

Posts

hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · 3d ago

Please consider signing Mozilla's petition[1] against removal of end-to-end encryption in Meta's Instagram.

It might be tilting at windmills, but that's the Fediverse way, right?

[1]: https://www.mozillafoundation.org/en/petitions/keep-encryption-for-instagram/

View on vmst.io
0
0
0
0
Thread context 2 posts in path
Parent @brianokken@fosstodon.org Open
on fosstodon.org
Open ancestor post
Current reply
hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · Mar 09, 2026
@brianokken@fosstodon.org Thanks for the inspiration! I'd never heard of them before, but looked up a recipe and gave it a shot. Definitely an add to the cast iron repertoire rotation!
View full thread on vmst.io
0
0
0
0
hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · Mar 06, 2026
TIL: "Cromulent" is a language hack by the Simpson's writers!!!! [1] 🎉 [1]: https://www.merriam-webster.com/wordplay/what-does-cromulent-mean
View on vmst.io
0
0
0
0
hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · Mar 03, 2026

URGENT: public comment ends March 5

If you don't think more than 1 million more satellites, some with mirrors to light up the dark are a good idea, ACT NOW

File comment [1]; More backstory [2] These do take more work than "petitions", so TIA

[1]: https://darksky.org/news/two-satellite-proposals-threaten-the-night-sky-the-window-to-act-is-now/
[2]: https://skyandtelescope.org/astronomy-news/spacex-aims-to-launch-1-million-ai-data-center-satellites/

View on vmst.io
0
0
0
0
hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · Feb 26, 2026
RE: https://wandering.shop/@thorncoyle/116135082430211183 😡😡😡 - see thread for ways to help.
View on vmst.io
0
0
0
0
Thread context 2 posts in path
Parent @floyd@chaos.social Open
on chaos.social
Open ancestor post
Current reply
hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · Feb 24, 2026
@floyd@chaos.social I got curious -- `exit` is _not_ a statement in python, but there's a default hack[1] that makes it work that way in the REPL: ❯ python3 -c "exit" ❯ python3 -Sc "exit" Traceback (most recent call last): File "", line 1, in exit NameError: name 'exit' is not defined [1]:https://devdocs.io/python~3.10/library/constants#exit
View full thread on vmst.io
0
0
0
0
hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · Feb 20, 2026

"What's in a word?" A lot -- sounds like Canadians have a positive word for folks who do (seemingly) random walks through "career" & "education". Pretty cool, Eh?

View on vmst.io
0
0
0
0
Thread context 2 posts in path
Parent @sethmlarson@mastodon.social Open
on mastodon.social
Open ancestor post
Current reply
hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · Feb 05, 2026
@sethmlarson@mastodon.social @bagder@mastodon.social Couldn't that be achieved by replacing the "sh" pipe target with a (python) script that does the download, signature verification, and (assuming it passes) execs "sh". E.g.: $ curl http:// | safe-sh - Certainly, that could be PoC to see how practical it would be.
View full thread on vmst.io
0
0
0
0
Thread context 2 posts in path
Parent @elaterite@mastoart.social Open
on mastoart.social
Open ancestor post
Current reply
hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · Feb 05, 2026
@elaterite@mastoart.social Neat! If you had one, you could get into birling, as it would help with your log rhythm. (I'll see myself out...)
View full thread on vmst.io
0
0
0
0
hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · Feb 04, 2026

@tlohde@fediscience.org if your "little command line" is reasonable to do in 1 file, then you don't need a "module" (the empty __init__.py file). You can just use "uv init --script file.py" to get the boilerplate.

As for typer vs click -- that's a preference, mostly depending on how comfortable you are with python types. Those are both not part of the standard library, so you'll want to specifically add them: "uv add --script file.py typer". The uv docs[1] do a good job of covering this. (Also, uv can integrate with jupyter[2] in case that makes transitions easier for you.)

[1]: https://docs.astral.sh/uv/guides/scripts/#running-a-script-with-dependencies
[2]: https://docs.astral.sh/uv/guides/integration/jupyter/

View on vmst.io
1
0
0
0
hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · Jan 29, 2026
@elaterite@mastoart.social Turns out to be good for dinner, too! Thanks!
View on vmst.io
0
0
0
0
hwine
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
Hal
Hal
@hwine@vmst.io

BLM (and I'm Hal - priorities, folks)

vmst.io
@hwine@vmst.io · Jan 25, 2026

Popular Mechanics & Popular Science have sure changed their content since I was a kid. But at least they have some quality features that I never would have expected back then. Like this:

https://www.popsci.com/environment/2025-nature-photography-contest-winners/

View on vmst.io
0
0
0
0
313k7r1n3

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • VPN Policy

Email Settings

IMAP: imap.elektrine.com:993

POP3: pop.elektrine.com:995

SMTP: smtp.elektrine.com:465

SSL/TLS required

Support

  • support@elektrine.com
  • Report Security Issue

Connect

Tor Hidden Service

khav7sdajxu6om3arvglevskg2vwuy7luyjcwfwg6xnkd7qtskr2vhad.onion
© 2026 Elektrine. All rights reserved. • Server: 05:37:24 UTC