Iced Raktajino
I’m beautiful and tough like a diamond…or beef jerky in a ball gown.
- 116 Posts
- 557 Comments
Directly from the episode (just in meme font since the full rant wasn’t shown in its entirely in the subtitles).
Iced Raktajino@startrek.websiteto
Marvel Studios@lemmy.world•In your opinion, what MCU projects had the most wasted potential?
41·11 hours agoWe got Agents of S.H.I.E.L.D because they killed off Coulson in The Avengers. Unfortunately, the T.A.H.I.T.I lab was destroyed, so there’s probably not gonna be a Maria Hill series lol
Iced Raktajino@startrek.websiteto
Marvel Studios@lemmy.world•In your opinion, what MCU projects had the most wasted potential?
141·1 day agoConsidering Secret Invasion killed off my girl…
spoiler
Maria Hill
…that, in and of itself, wasted a lot of potential. I thought for sure it was gonna be a fake out, but nope. It happened, and I’m still pissed off about it.
Iced Raktajino@startrek.websiteOPto
Risa@startrek.website•Meanwhile, B'Elanna can't identify shit with a tricorderEnglish
12·2 days agoLol, I can’t believe I didn’t think of that reference.
do GSI roms still contain google binaries (play store, play services, etc…) or is it similar to a AOSP rom where its just a bare android image
Yes. That’s to say they can be either depending on how the ROM was built. All of the GSI ROM builders I’ve worked with usually have multiple releases of the same build with different configurations: root, no root, with Google services (often MicroG), without Google services, combinations of both, etc.
To my understanding, GSI ROMs are basically just the “userland” portion of a full ROM. Basically they use the stock/existing kernel, drivers, etc but replace the rest of the system that runs on top of it. If memory serves, they’re possible due to Project Treble. Sadly, they still require an unlocked bootloader to install, so they’re not a total fix-all.
They’re also very generic generic images (hence the “G” in the term). They’re not optimized for any specific device and can be hit-or-miss feature wise depending on the device. If you’re already reading about a specific device on XDA forums, then you’ll probably be able to see what works and what doesn’t.
TL;DR: Running a GSI ROM is like upgrading to a newer Linux distro but without upgrading the kernel.
Iced Raktajino@startrek.websiteOPto
Showerthoughts@lemmy.world•If AI was all it was cracked up to be, it wouldn't be shoved in your face 24/7
9·5 days agoIn my nearly half century on this planet and having dealt with many a drug dealer in my younger days, absolutely none of them have been this pushy 😆
Iced Raktajino@startrek.websiteto
Selfhosted@lemmy.world•how do you explain selfhosting to the non-techies in your life?English
5·5 days ago“Does it piss you off when Google/whatever does [blank]? Yeah, me too. So I run my own versions to not have to deal with that crap. Would you like me to set you up an account on my stuff?”
Iced Raktajino@startrek.websiteOPto
Showerthoughts@lemmy.world•If AI was all it was cracked up to be, it wouldn't be shoved in your face 24/7
15·6 days agoBest I can offer is https://github.com/searxng/searxng
I run it at home and have configured it as the default search engine in all my browsers.
[Weary sigh]
Iced Raktajino@startrek.websiteOPto
Showerthoughts@lemmy.world•If AI was all it was cracked up to be, it wouldn't be shoved in your face 24/7
8·6 days agoAt best, it’s JARVIS from Iron Man 3 when he went all buggy and crashed Tony in the boondocks. lol
Iced Raktajino@startrek.websiteto
politics @lemmy.world•Texas Judges No Longer Required to Marry Same-Sex Couples
67·6 days agoBecause the law is optional in Texas.
I’m guessing the entire point is to goad someone into suing so it makes its way to SCOTUS and becomes optional or worse nationwide.
A database can be used to plug into any number of applications that run on top of it as well as be easily shared by multiple people and centrally backed up. Auditing, logging, and row and table level access controls, and other measures can be easily added.
Excel files (or even MS Access files) as “databases” are often just people emailing around a file or accessing it from a shared drive. You end up with a split-brain situation at best and at worst you’re dealing with constant file corruption from multiple people thinking they can access it from a shared drive at the same time.
Then you get vendor lock in and are forced to keep MS Office professional licenses because Shawn created some stupid Access “app” 10 years ago which is “THE DATABASE” and no one understands how it works.
Iced Raktajino@startrek.websiteOPto
Showerthoughts@lemmy.world•If AI was all it was cracked up to be, it wouldn't be shoved in your face 24/7
194·6 days agoTo me it is the ultimate gamble with one’s own thought autonomy, and an abandonment of truth in favor of false comfort.
So, like church? lol
No wonder there’s so much worrying overlap between religion and AI.
Iced Raktajino@startrek.websiteto
CPO Announcements@crazypeople.online•Important Announcement Regarding the Future of crazypeople.online
4·6 days ago- Moving the entire current site to a new host.
- Relaunching as a new instance under a new domain, potentially on dedicated hardware.
Any reason not to combine those options? i.e. Keep the domain and instance and just move the database and services to dedicated hardware? That would provide the most seamless transition for all (local and federated users).
Iced Raktajino@startrek.websiteto
news@lemmings.world•Scientists discover antibiotic that could be 100 times more effective in fighting ‘superbugs’English
3·6 days agoGood. Now let’s not over-prescribe it to pushy patients suffering from the common cold.
Iced Raktajino@startrek.websiteOPto
Showerthoughts@lemmy.world•If AI was all it was cracked up to be, it wouldn't be shoved in your face 24/7
41·6 days agoI’m about that same age but am so glad we’ve largely abandoned the “www” for websites.
On my personal project website, I have a custom listener setup to redirect people to “aarp.org” if they enter it with “www” instead of just the base domain. 😆
server { listen 443 ssl; http2 on; server_name www.mydomain.xyz; ssl_certificate /etc/letsencrypt/live/mydomain.xyz/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/mydomain.xyz/privkey.pem; ssl_dhparam /etc/nginx/conf.d/tls/shared/dhparam.pem; ssl_protocols TLSv1.2 TLSv1.3; ssl_session_cache shared:SSL:10m; ssl_session_timeout 15m; ... location ~* { return 301 https://aarp.org/; } }
Iced Raktajino@startrek.websiteOPto
Showerthoughts@lemmy.world•If AI was all it was cracked up to be, it wouldn't be shoved in your face 24/7
5·6 days agoThe only one I didn’t hate was the jingle:
🎵 "F-R-E-E that spells "free" credit report dot com, baby". 🎵😆


























Ain’t that the truth 😆