[-] IcedRaktajino@startrek.website 6 points 2 hours ago

Adding this to my reaction image collection.

[-] IcedRaktajino@startrek.website 1 points 5 hours ago* (last edited 5 hours ago)

As a con virgin, any highlights for what it's like? Do you just walk around the venue and chat with other fans? Stand in line for autographs/photo ops? Shop for merch? Do the guests do talks or Q&As?

Like I said in my other comment, I'm seriously considering attending this one since it's close and I really would like to add and cross this off my bucket list. Also, like you said, I don't particularly care for massive events or extended travel to Vegas so a regional one that's also pretty close to me sounds perfect.

[-] IcedRaktajino@startrek.website 4 points 16 hours ago* (last edited 16 hours ago)

They have already started announcing celebrity guests as well. Today Creation revealed the headliners will include Kate Mulgrew (VOY/PRO), Jeri Ryan (VOY/PIC), Terry Farrell (DS9), Nana Visitor (DS9), Denise Crosby (TNG), and Melissa Navia (SNW). Additional guests for the event will be announced each day this week.

I've never been to a convention, but Philadelphia is (relatively speaking) right next door to me. I'm seriously considering saving some vacation time and making this my first because I really want to go to one and they've got the most powerful women in the galaxy lined up.

[-] IcedRaktajino@startrek.website 7 points 17 hours ago

Was it because Blanche is a southern belle and said "you all" instead of "y'all"? Cause I had to grumble about that at first.

[-] IcedRaktajino@startrek.website 18 points 17 hours ago

And Linux, but agreed lol.

[-] IcedRaktajino@startrek.website 10 points 17 hours ago* (last edited 4 hours ago)

Yeah. Lenin, Marx, Betty White, and the Golden Girls.

91

TGG: S3E06: Letter to Gorbachev

[-] IcedRaktajino@startrek.website 3 points 1 day ago* (last edited 1 day ago)

Yeah, you got it. The point of the episode was that it was a difficult, near-impossible decision but someone had to make it, and as captain it fell to her. Clearly she didn't derive any joy from it, and I would imagine it weighed on her heavily for a long time after, but it did let her basically bring her longtime friend (Tuvok) back to life as well as a valued member of the crew (Neelix). Tuvok was both tactical officer and chief of security and was critical (in the grand scheme of things) to getting Voyager home safely. So "needs of the many" applies to both Neelix and Tuvok as well as the rest of the crew.

I'll make the Tuvix jokes because they're fun, but "Tuvix" (the episode) explores a really complex moral dilemma that, as far as I'm concerned, has no right or wrong answer.

Edit: Thanks! That was kind of my thought when I registered this username. I thought I was being clever and original, but in the Trek novels I started reading after I had this username, iced raktajino is mentioned many times so it's not quite as original as I thought haha.

190
submitted 1 day ago* (last edited 1 day ago) by IcedRaktajino@startrek.website to c/risa@startrek.website

Not my OC. Just found it on an old hard drive when I was looking for something else.

1

I was thinking all the big name critics from the 90s had all passed, but Shalit is still around.

I'd be tempted to dive down and see if I can get her running again. If I do, I'll sell tickets off this crazy rock.

122
Sage Advice (startrek.website)
[-] IcedRaktajino@startrek.website 10 points 6 days ago

I can't even afford to bid on Grudge's cat collar lol.

I get that it isn't the same but when all you have is a garbage version of a memory, I'm not sure or really matters whether the representation is the original garbage or something that makes you feel less regret over not having something better.

In my experience, the worse the photograph the better my memory of it. Probably because my mind is already used to filling in the blanks in the garbage version, so it's constantly refreshing the memory in my mind to keep it vivid. YMMV obviously. I'm also not much of a shutterbug and prefer to commit moments to memory than try to fight with my phone to snap a photo I'll probably never look at.

2
11

I've been tasked with ensuring accessibility of various PDFs my org puts out. Acrobat has some accessibility checks, but I don't want to have to boot into Windows every time I need to check that staff correctly put in alt text and labeled their sections.

Is there a PDF viewer/editor for Linux that will let me run these kinds of checks or at least see various document properties?

14

i.e. A worse version of "have your people call my people"

23

Although Star Trek‘s utopia might seem like a place where galactic powers would be beyond counterintelligence, the franchise has always loved spies. From loving pastiches to their role as a place to navigate shades of gray otherwise untouchable, spy work has long been a backbone of Star Trek storytelling—which means almost every galactic power has at least one spy agency.

In fact, a lot of them have two! Star Trek loves to split the difference between what it sees as honorable spycraft: counterintelligence agencies performing recon work to safeguard their powers’ interests and a second, even more secretive black-ops division that does all the dirty work in a way that can be sequestered and disavowed… depending on the power, of course. Sometimes the dirty work is all they have!

From Section 31 to the Obsidian Order, here’s a brief rundown of the agencies we’ve encountered across 60 years of Trek history so far.

39
30
submitted 2 weeks ago* (last edited 2 weeks ago) by IcedRaktajino@startrek.website to c/selfhosted@lemmy.world

EAS (emergency alert system) alerts are issued for various local and/or national emergencies, and are frequently issued for severe weather events. As we enter tornado season in the US, I wanted to be able to receive and relay those over Meshtastic, specifically severe weather alerts, as an extra precaution since cell service often goes out after big storms.

I first setup a prototype setup on my laptop, but am planning to move the setup to a PiZeroW2 or a Banana Pi if the Raspi isn't up to the task. In addition to monitoring/relaying EAS alerts, I'm also going to pipe the audio to an Icecast source and then to an Icecast server so anyone on the local network can listen to it.

Got lucky in that today was the day they did the weekly EAS alert test and that I happened to have this running during the test. Everything surprisingly worked, which was nice. However, I wanted to tweak some things and needed a way to run my own tests. So I grabbed the audio sample from the Wikipedia page for SAME and piped that in which worked beautifully.

Requirements

  • A Pi or other computer than can run rtl_fm
  • A RTL-SDR dongle and antenna that can receive in the ~160-170 MHZ range (i.e. pretty much any FM radio antenna)
  • A Meshtastic node connected over USB or TCP

Sending Test Alerts

If you want to test the setup without having to wait for a weekly test, you can download a sample SAME audio clip from Wikipedia (https://en.wikipedia.org/wiki/File:Same.wav). You'll need to convert the sample rate before you can use it, though.

$ ffmpeg -i Same.wav -ar 48000 same48.wav
$ cat same48.wav | Meshtastic-SAME-EAS-Alerter --test-channel 0
2026-04-02T15:32:31.172Z INFO  [Meshtastic_SAME_EAS_Alerter] Successfully connected to the node.
2026-04-02T15:32:31.175Z INFO  [Meshtastic_SAME_EAS_Alerter] Loaded locations CSV
2026-04-02T15:32:31.175Z INFO  [Meshtastic_SAME_EAS_Alerter] Monitoring for alerts
2026-04-02T15:32:31.175Z INFO  [Meshtastic_SAME_EAS_Alerter] Alerts will be sent to channel: 0
2026-04-02T15:32:31.175Z INFO  [Meshtastic_SAME_EAS_Alerter] Test alerts will be sent to channel: 0
2026-04-02T15:32:31.201Z INFO  [Meshtastic_SAME_EAS_Alerter] Begin SAME voice message: MessageHeader { message: "ZCZC-EAS-RWT-012057-012081-012101-012103-012115+0030-2780415-WTSP/TV-", offset_time: 47, parity_error_count: 0, voting_byte_count: 69 }
2026-04-02T15:32:31.201Z INFO  [Meshtastic_SAME_EAS_Alerter] No location filter applied (locations empty) or no locations in alert
2026-04-02T15:32:31.201Z INFO  [Meshtastic_SAME_EAS_Alerter] Attempting to send message over the mesh: 📖Received Required Weekly Test from WTSP/TV, Issued By: Broadcast station or cable system, Locations: Hillsborough, Manatee, Pasco, Pinellas, Sarasota
Connected to radio
Sending text message 📖Received Required Weekly Test from WTSP/TV, Issued By: Broadcast to ^all on channelIndex:0 
Waiting for an acknowledgment from remote node (this could take a while)
Received an implicit ACK. Packet will likely arrive, but cannot be guaranteed.
Connected to radio
Sending text message  station or cable system, Locations: Hillsborough, Manatee, Pasco, to ^all on channelIndex:0 
Waiting for an acknowledgment from remote node (this could take a while)
Received an implicit ACK. Packet will likely arrive, but cannot be guaranteed.
2026-04-02T15:33:11.227Z INFO  [Meshtastic_SAME_EAS_Alerter] End SAME voice message
2026-04-02T15:33:11.251Z WARN  [Meshtastic_SAME_EAS_Alerter] Program stopped, no longer monitoring

Working Prototype

This is the bash one-liner to start rtl_fm, tune it to the local NOAA frequency, and set the rate. That gets piped to tee which does 2 things currently:

  1. The audio is piped to play so that I can listen to the broadcast on the laptop's speakers. This will eventually be piped to an Icecast source
  2. Pipes the audio to the Meshtastic SAME EAS Alerter program (the project linked in this post) and configures its settings

When a SANE message is detected, the program decodes it and broadcasts it to the configured channel. Fun fact: the Screech. Screech. Screech you hear before a severe weather alert is actually the encoded version of the emergency alert and what this program decodes.

When I move this all to whatever flavor of Pi I end up using, that'll be wrapped in a systemd unit file so it can run headless and unattended.

$ rtl_fm -f 162.400M -s 48000 -r 48000 | tee >(play -q -r 48000 -t raw -e s -b 16 -c 1 -V1 -v 4 - sinc 125-3.2k) >(Meshtastic-SAME-EAS-Alerter --host 192.168.1.236 --test-channel 0) > /dev/null

Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to automatic.
Tuned to 162652000 Hz.
Oversampling input by: 21x.
Oversampling output by: 1x.
Buffer size: 8.13ms
Exact sample rate is: 1008000.009613 Hz
Sampling at 1008000 S/s.
Output at 48000 Hz.
2026-04-02T14:20:49.702Z INFO  [Meshtastic_SAME_EAS_Alerter] Successfully connected to the node.
2026-04-02T14:20:49.704Z INFO  [Meshtastic_SAME_EAS_Alerter] Loaded locations CSV
2026-04-02T14:20:49.704Z INFO  [Meshtastic_SAME_EAS_Alerter] Monitoring for alerts
2026-04-02T14:20:49.704Z INFO  [Meshtastic_SAME_EAS_Alerter] Alerts will be sent to channel: 0
2026-04-02T14:20:49.704Z INFO  [Meshtastic_SAME_EAS_Alerter] Test alerts will be sent to channel: 0

5
103
Never Forget (startrek.website)
[-] IcedRaktajino@startrek.website 226 points 5 months ago

How many other animals did they put through a sieve to reach this conclusion? How many?!

view more: next ›

IcedRaktajino

joined 9 months ago