Iced Raktajino
I’m beautiful and tough like a diamond…or beef jerky in a ball gown.
– Titus Andromedon
- 104 Posts
- 236 Comments
Iced Raktajino@startrek.websiteOPto
Risa@startrek.website•Royal Protocol initiated. Searching drones for suitable queen candidate. Error. Error. Buffer overflow. Royal Protocol initiated. Selecting queen at random...English
3·16 days agoLizard babies, space cheese that makes the ship sick, yeah, I could see this going down in VOY.
Iced Raktajino@startrek.websiteto
Dad Jokes@lemmy.world•What do you call a dinosaur that's read Wuthering Heights?English
4·20 days agoI feel like this is the kind of joke Frasier would have told Freddy when he was a kid.

Iced Raktajino@startrek.websiteto
TenForward: Where Every Vulcan Knows Your Name@lemmy.world•Need a little breathing roomEnglish
3·21 days agoI read the punchline as “Frasier: In Space!” and would watch that.
Iced Raktajino@startrek.websiteto
Programmer Humor@programming.dev•Interview via MS Teams? How about NO.English
26·21 days agoTwice a year I fill in as DBA when our lady graybeard Oracle DBA takes vacation. This month is one of those times. Yay me.
For my org, it’s just the massive in-house developed line-of-business application that’s tightly coupled to Oracle that keeps us chained to it. It’s technical debt from top to bottom, and has been accumulating steadily since the early 2010s, but no one seems willing to start replacing it.
The new projects typically go with Postgres, MariaDB, or if all else fails, MSSQL. But the Oracle monster in the closet isn’t likely to leave any time soon.
Iced Raktajino@startrek.websiteto
Star Trek Social Club@startrek.website•‘Star Trek: Strange New Worlds’ Cast, Co-Showrunner Talk Playing With Genres in Season 4, ‘Joyful Curiosity,’ and That Puppet EpisodeEnglish
5·22 days agoI thought I was above enjoying all of the really campy episodes, but apparently not. I thoroughly enjoyed “Rascals” just for the Guinan / Ro Laren sass.
Iced Raktajino@startrek.websiteto
Star Trek Social Club@startrek.website•‘Star Trek: Strange New Worlds’ Cast, Co-Showrunner Talk Playing With Genres in Season 4, ‘Joyful Curiosity,’ and That Puppet EpisodeEnglish
3·22 days agoIf they took Subspace Rhapsody to Broadway, I would happily make that my first show.
Iced Raktajino@startrek.websiteto
Star Trek Social Club@startrek.website•‘Star Trek: Strange New Worlds’ Cast, Co-Showrunner Talk Playing With Genres in Season 4, ‘Joyful Curiosity,’ and That Puppet EpisodeEnglish
4·22 days agoand That Puppet Episode
I was ambivalent about “Those Old Scientists” and bringing the LD cast in as live-action characters. Ended up loving it.
I was ambivalent about “Subspace Rhapsody” and a musical episode in general. Also loved it.
I was initially ambivalent about the puppet episode, but if history is anything to go by, bring it on.
Iced Raktajino@startrek.websiteto
TenForward: Where Every Vulcan Knows Your Name@lemmy.world•♪ D'ya ever clap when a waitress falls, And drops a tray of glasses? ♪ - Avenue QEnglish
15·27 days agoI dunno. It’s at least a tie with the time he got to eject Solok from the baseball game. Look how happy he is there.

Iced Raktajino@startrek.websiteOPto
Risa@startrek.website•Check out the latest releases from QuarkSoft. Compatible with Federation, Ferengi, Cardassian, and Bajoran PADDsEnglish
2·29 days agolol. My guess would be either really, really long and covers every possible scenario or extremely short and brutally honest.
Iced Raktajino@startrek.websiteOPto
Selfhosted@lemmy.world•Write-Up: My Multi-Purpose Travel ServerEnglish
1·29 days agoSecurity is pretty minimal, not gonna lie.
There’s a 50 GB LUKS partition that stays locked unless I’m actively using it. It’s got backup copies of my important/critical documents and password manager exports but the rest of it is just media and doesn’t really merit encryption.
All applications have local accounts but I’m not using LDAP or any kind of SSO like I am with my main stack.
At home, I keep the firewall disabled on the interface configured as “WAN” so I can access its services directly via their hostname (I point its wildcard DNS record to its local “WAN” IP) but do enable firewall when I’m using it on an untrusted network. Granted, I have to manually remember to do that, so that’s kind of a security risk if I forget. Generally, though, when I’m using it remotely, it’s using my secondary phone as a USB-tethered uplink so even if I leave its internal services exposed to WAN, the NAT from the phone blocks that. One of my goals, eventually, is to automate some of the firewall rules depending on where I’m using it.
Iced Raktajino@startrek.websiteOPto
Selfhosted@lemmy.world•Write-Up: My Multi-Purpose Travel ServerEnglish
6·1 month agoI addressed that in a few ways:
- I bought a quality SD card to start with. A 1 TB card is a lot of eggs in one basket so I wasn’t about to cheap out on that part.
- The board has 32 GB of eMMC which is where the OS is installed
- There are very few writes to the SD card during normal operation (after initially loading content onto it). Running data (DBs, caches, log dirs, etc) for most applications is stored on the eMMC rather than the SD card or in some cases written to tmpfs (logs).
- The subset of content I loaded onto this from my main media server was all chosen because it has the most re-watch potential, so re-loading close to a TB of media isn’t something that’s going to happen too often. The largest write it sees is the semi-annual refresh of the full ~130 GB Wikipedia ZIM dump, but I may push that back to once a year. I’ve only updated it twice so far.
- Armbian assumes it’s going to run from SD card and does a pretty good job about minimizing the number of writes. Logs are all written to zram and only occasionally written to disk, it has no swap file, etc. If those are good enough to keep an SD card happy, they should keep an eMMC even happier.
Basically, I tried my best to configure the SD card so that in day to day use it’s WORM (write once, read many) without actually going so far as mounting it read only. The data that gets synced daily from my main servers is incremental and usually has few changes.
I’ve had PIs running for years without issue with the SD card mounted read only and retired them from service before the SD cards ever started showing issues. My Meshtastic EAS Alerter project is using one of those Pi Zero W2’s I retired from an older project and its 6 year old SD card.
This is actually the second iteration. Originally I attached a 1 TB SSD via a USB->NVMe enclosure. That worked, but also made the unit sprawl which was something I wanted to trim down in the final version. It worked but had random glitches and instability that I initially chalked up to the board and/or Armbian. I didn’t realize it was EMI from the Wi-Fi coming in through the USB cable until after I switched to the 1 TB SD card. That’s why I added some ghetto shielding to the power cable for lack of having ferrite beads on hand lol.
Should the SD card prove problematic over time, I can always go back to the USB->NVMe solution and lose its “keychain” form factor.
/_\ _ _ _ __ | |__(_)__ _ _ _ / _ \| '_| ' \| '_ \ / _` | ' \ /_/ \_\_| |_|_|_|_.__/_\__,_|_||_| v25.11.2 for BananaPi BPI-M4-Zero running Armbian Linux 6.12.58-current-sunxi64 Packages: Ubuntu stable (noble) Updates: Kernel upgrade enabled and 52 packages available for upgrade WiFi AP: SSID: (BananaAP), channel 6 (2437 MHz), width: 20 MHz, center1: 2437 MHz IPv4: (LAN) 192.168.5.1, 10.10.10.15 (WAN) 192.168.1.12 Containers: postgres_postgres_1 Performance: Load: 4% Uptime: 18 weeks, 22 hours, 49 minutes Local users: 2 Memory usage: 45% of 3.83G Zram usage: 74% of 1.91G CPU temp: 63°C Usage of /: 35% of 29G RX today: 6 GiB
Iced Raktajino@startrek.websiteOPto
Selfhosted@lemmy.world•Write-Up: My Multi-Purpose Travel ServerEnglish
13·1 month agoHa, yeah, that UPS board isn’t going on any plane. I’d just use an approved power bank in that case.
Iced Raktajino@startrek.websiteto
Selfhosted@lemmy.world•I like my Rii K06 keyboard. I have one small problem I'm hoping for some help with. The IR remote will turn off my TV but won't turn it on. EDIT: FIXED ITEnglish
11·1 month agoI have that same remote/keyboard and love it.
Had the same problem and similar solution with some LED candles since I kept losing the little mini remote. I taught C1 from the power button on the candles’ mini remote. It would turn them on, but not off. So I had to make C2 the “off” command by learning it separately.
I have absolutely no frigging clue why that works the way it does. You’d think it would be the same signal either way, but something is definitely different.
So far, that’s the only device that acts like that. I programmed the power and directional buttons to control my Eufy robo vac, and those work as expected. The buttons above C1 and C2 work to toggle power (left button) and cycle thermostat settings (right button) on my electric fireplace correctly as well.
Iced Raktajino@startrek.websiteto
Science Memes@mander.xyz•*Permanently Deleted*English
10·1 month ago
Had to go out of my way to find the Betty White one.
Iced Raktajino@startrek.websiteto
Cybersecurity@sh.itjust.works•Indian Govt Bans Apps Being Misused to Stop E-Rickshaws RemotelyEnglish
1·1 month agoYep. The QR code is only the encoded BT address to make connecting in the app easier than…selecting it from a list.
Iced Raktajino@startrek.websiteto
Cybersecurity@sh.itjust.works•Indian Govt Bans Apps Being Misused to Stop E-Rickshaws RemotelyEnglish
6·1 month agoI thought about that, but one of the safety features of these batteries is an active fire suppression system that fills the interior with some kind of fire-extinguishing foam. I’m terrified to try to take these apart for fear of somehow triggering that. Plus, they’re hella expensive lol.
Iced Raktajino@startrek.websiteto
Cybersecurity@sh.itjust.works•Indian Govt Bans Apps Being Misused to Stop E-Rickshaws RemotelyEnglish
16·1 month agoMy house batteries for my PV system are also susceptible to this. Ugh.
They’ve both got Bluetooth for monitoring and configuration. Some config changes require a PIN but not the settings to enable/disable charge and discharge. Someone could just get within range of them, install the official app, and set discharge to “off” and shut down my house.
I’ve also not found a way to disable bluetooth on them. Gonna have to put them in a damn Faraday cage if I decide to worry about that possibility. :sigh:
Iced Raktajino@startrek.websiteOPto
Risa@startrek.website•It's probably a very good feeling. I mean, just look how happy Odo looks. English
2·1 month agoLol, that would certainly make the station regulations much more concise.

Iced Raktajino@startrek.websiteto
Science Fiction@lemmy.world•What are your thoughts on The 100 as a science fiction series?English
7·2 months agoI watched the whole series and did enjoy most of it, so keep that in mind because this is going to sound really, really critical.
Liked the premise but I feel like it just jumped the shark multiple times, kept going, and jumped the shark again every following season.
That said, yes, you’re right that it does explore some interesting topics, but the way they did and kept raising the stakes every season just kind of ruined it. So much of it was just completely implausible even by TV science standards. And they basically rebooted the show in the last few seasons except with Space criminals replacing the grounders as the antagonists.
Conceptually, my favorite season was the first because of the survival theme, though the teenage drama kind of annoyed me (granted, it was a YA show and I wasn’t exactly the target demographic). In practice, my favorite season was the one with ALLIE. It explored ethics in AI while being a bit of a mix of The Matrix and Invasion of the Body Snatchers with a touch of zombie movie. For better or worse, it also provided the backstory of much of the series.
Best character arc? Probably the authority guy from the beginning. Forget his name, but he looked like a young, store-brand Dustin Hoffman. (Edit: Kane?) Started out as the bureaucratic jerk, went through hell and stuck to his principles when refusing to take the ALLIE chip (and they even crucified him), and became one of the few level headed characters toward the end of the show.
Worst character arc? Probably a toss up between Clark and Octavia. It’s like their worst attributes got turned up to 11.
Favorite character overall? Raven. She was basically a live-action Gadget from “Chip and Dale’s Rescue Rangers”.




The Doctor didn’t consider that in “Phage” and I only recall VOY using the transporter buffer trick once when they had to hide the telepathic crew members when they’re traveling through Devore space.