If you’re gonna repost stuff from ml at least re-upload it so I don’t have to connect to it.
Iced Raktajino
I’m beautiful and tough like a diamond…or beef jerky in a ball gown.
- 80 Posts
- 427 Comments
Iced Raktajino@startrek.websiteto
Showerthoughts@lemmy.world•It would be easy to introduce a "political" tag in all major Lemmy communities so that users can decide for themselves whether they want to see such content or not.
52·10 days ago- Not every
<input type="text">is suitable for political opinions. - Political opinions are like assholes: we all have them, they all stink, we all think our own doesn’t stink, and the world is a better place when everyone doesn’t have them on constant display.
- People who inject politics into everything are generally insufferable and there’s a reason major communities have rules prohibiting politics.
- Not every
Iced Raktajino@startrek.websiteOPto
Technology@lemmy.world•The [US] car industry is racing to replace Chinese codeEnglish
44·16 days agoNew U.S. rules will soon ban Chinese software in vehicle systems that connect to the cloud
Seems to me that the easiest way to get into compliance would be to not make the car connect to the cloud/internet. I’m gonna drive my 2017 model until I can buy a new car that isn’t a smartphone on wheels.
Iced Raktajino@startrek.websiteto
Finland@sopuli.xyz•What about selfhosting a mail server at home in Finland?English
3·21 days agowhich does not explain why this port or the others are blocked. I also lack the technical background to understand this decision.
Don’t take this the wrong way, but understanding the reason for that decision is pretty important if you’re planning to run your own email server. A misconfigured email server (which is very easy to do) becomes a problem for everyone else when it inevitably gets used to spam. There’s also a lot of ancillary things to configure correctly as well (DKIM, SPF, DMARC policies, spam filtering, etc) lest everything seems to work but no one is able to receive mail from you or it always ends up in their spam folder.
While I disagree with port 25 being permanently blocked on residential (and often even business-class) connections, I understand why in the grand scheme of things.
I don’t read Finnish, but here are the general reasons why:
-
Port 25 is for SMTP transport and typically only used for server-to-server (MTA) email traffic. This is unauthenticated between servers. Clients (MUAs) connect through a “submission” port which is pretty much expected to be authenticated/access-controlled. That’s why you can send emails to an email provider but you can’t be an email provider yourself. By blocking port 25, malicious people or people that have been compromised with malware cannot just blindly blast out spam email. This reduces spam considerably, though with a compromise of slightly restricting what a residential connection can be used for.
-
Most big email providers universally block emails that originate from an IP address that’s assigned to a residential IP/provider. Same reason as above. This means even if your ISP were to unblock port 25 for you, you likely wouldn’t be able to send email to any major email provider (Gmail, Outlook, Yahoo, AOL, etc) as they would just sinkhole any messages you send to users there.
That’s pretty much it in a nutshell.
Can you bypass that and host at home?
Yes, if you’re willing to work for it. You can setup a VPS (cloud server) and port-forward across a VPN connection to your home server. Your DNS records for your email server would point to the VPS’s IP, and the email server would need to be configured to use the VPS as its default route so all traffic goes in/out over the VPN connection. This is how my email server is configured.
Sounds easy enough, right? Well, good luck getting a VPS with a “clean” IP. Most VPSs you can get in public clouds are already on one or more public spam blocklists as well as many private/internal blocklists. You can clean up an IPs reputation and make it work with minimal to no delivery problems, but it’s a LOT of work and often requires finding hidden forms to submit the request (Microsoft/Outlook was a brute, and I only found the link to the form in a forum post). I’ve cleaned up two IPs like that, and it took 2-3 weeks of work before I was able to get reliable delivery.
-
Iced Raktajino@startrek.websiteto
Star Trek Social Club@startrek.website•[SPOILER PICARD SEASON 3 TALK] What happend with the the new and old Borg after Picard season 2 and 3?English
13·21 days agoThey’re separate queens and separate collectives/cooperatives.
The Jurati Cooperative is, as of the end of Season 2, guarding the spatial anomaly that formed in the beginning of S2. They’re completely absent from the third season. Which I can understand since S3 was a fan-service reunion (which I loved) and there just wasn’t room in the 10 episodes for them.
The queen from S3 is the same one from VOY: Endgame and First Contact and part of the same collective since they were first introduced in TNG.
The new one affected the other one?
AFIAK, no, they had no effect on each other. The alternate timeline queen (that turned into Queen Jurati) was not the same queen seen in S3 or elsewhere. That queen was from a 2401 that no longer exists. She and her cooperative only exist because they went back in time and took the long way back to 2401.
Iced Raktajino@startrek.websiteto
Technology@beehaw.org•Meet UpScrolled, the anti-censorship TikTok alternative
13·24 days agoLoops finally seems usable now. I tried the beta a while back and it was kinda “Meh” but it’s improved significantly since. And you can browse on the website now, too. I’m not into short form videos, but credit where it’s due.
Well, I do like short form videos, but I hate panning for the gems and just let my friends send me the ones that rise to top.
Iced Raktajino@startrek.websiteto
Technology@beehaw.org•Meet UpScrolled, the anti-censorship TikTok alternative
14·24 days agoIt’s so common for “anti-censorship” to be code for “Nazi-friendly” that I’m immediately suspicious of any platform that uses that as a selling point.
I’m similarly suspicious, but it’s not just code for “nazi-friendly” but also crackpots, maladaptives, etc. Rational people who read and say “anti-censorship” in this context know it means that it’s not beholden to corporate or government interests. But everyone else seems to want to interpret that as “I can say whatever I want! How dare you mod anything I say?! Freeze-peach, y’all!”
I wish they’d pick a different term for these non-corporate alternatives, but I don’t have a better suggestion to offer right now.
Iced Raktajino@startrek.websiteto
Ask Lemmy@lemmy.world•How much trash is there on the surface nearest to you right now?
43·25 days agoTrash? None.
Clutter / work-in-progress: No comment.
Iced Raktajino@startrek.websiteOPto
Technology@lemmy.world•Comcast keeps losing customers despite price guarantee and unlimited dataEnglish
2·25 days agoI don’t even bother with local ports anymore. It’s just too much hassle when I switch providers, email services all seem to universally sinkhole anything originating from a residential IP even if I am able to convince them to unblock 25/TCP, and I refuse to pay extra for a static IP or upsell to business class at a massive price increase.
My ISP, while otherwise fine, still has not rolled out IPv6 yet and the DHCPv4 lease duration is short and will randomly assign a different IP rather than renewing the lease on the existing one. I don’t like relying on dynamic DNS or relying on running a daemon to update my public DNS records when my public IP changes. Been there, done that, and bought a crappy t-shirt at the gift shop.
I’ve had a VPS for close to 10 years now that is my main frontend and, through some VPN and routing trickery, allows me to have my email server on-prem but use the VPS for all inbound and outbound communication. A side effect benefit of this setup is I can run my email server from literally anywhere and from anything with an internet connection. I’ve got a copy of my email stack on a Pi Zero clone that stays in sync with my main one. During long power outages, I can start that up and run it from a hotspot with a power bank running it for almost 2 days (or indefinitely when I’m also charging the power bank from a solar panel lol).
Iced Raktajino@startrek.websiteOPto
Technology@lemmy.world•Comcast keeps losing customers despite price guarantee and unlimited dataEnglish
3·26 days agoYep, same except being one of the first ones in the state.
The best part is it works when the power is out and doesn’t flap constantly if the electricity blips. Every cable provider I’ve ever had has failed spectacularly at maintaining the UPSs in the neighborhood nodes.
Iced Raktajino@startrek.websiteOPto
Technology@lemmy.world•Comcast keeps losing customers despite price guarantee and unlimited dataEnglish
28·26 days agoI can understand that speeds vary by area, but it’s not like it’s difficult at all to have those in a database where a web tool can return them based on your zip code. But yeah, it was like that when I signed up with Optimum (nee Suddenlink) years ago.
The other thing they do is require a truck roll for any kind of hookup. They almost got some of my business back but were so rigid that I said “the hell with it”. My fiber provider was having some growing pains and I called Optimum to reactivate my service on a lower plan to use as a backup connection (I work from home). All they needed to do was setup the account and re-authorize my modem (my hookup was still live and I had my own modem). They flat out refused to do any of that and required a tech to come “within 3-5 business days” and read the modem serial number to them to activate it. So I said hell with it, called T-Mobile, and activated my old 5G hotspot.
Iced Raktajino@startrek.websiteOPto
Technology@lemmy.world•Comcast keeps losing customers despite price guarantee and unlimited dataEnglish
25·26 days agoI would guess it’s not just Comcast. Optimum serves my area and they’ve basically been begging people to switch back since this area got fiber a few years ago.
Their offers are like $25/mo for 200/10 Mbps and no data caps. But they’re not guaranteeing the price. Seems like they’re going after the lower end of the market.
I basically say “boo hoo”. This is what actual competition looks like. Cable companies have sat on their ass and milked their infrastructure for decades (only updating the headend equipment to keep up).
Optimum cold called me once and I flat out told them if they wanted me back, they need to run fiber to my home, give me the same symmetrical speed I have now, for at least $10 less than I’m paying my fiber provider, and lock that price for at least 5 years. The rep basically kinda sighed, so I guess they’ve heard that response from more than just me.
Iced Raktajino@startrek.websiteto
No Stupid Questions@lemmy.world•How would you spell the sound Transformers make when they transform?
13·27 days agoChee-chew-choo-cha-chooo
Iced Raktajino@startrek.websiteto
Android@lemmy.world•The Clicks Communicator stumbled by marketing itself as a "second phone". It has everything I want out of a "real" phone, no AI push, and it's small. I'm going to try it as my next (only) phone.English
2·1 month agoThe base system is stable. The only instability I really had with mine was the fingerprint sensor resetting every week. It would just stop registering until you turn fingerprint detection off, reboot, and re-enroll all of your prints. The second update they pushed seems to have fixed that.
Their default launcher could use some work. I replaced Minimal Launcher with a similar one that works identically. The problem with Minimal Launcher is it is hardcoded to certain apps. I’ve de-googled mine so I don’t use Google clock or calendar. Clicking the time or date in Minimal Launcher will only take you to Google Clock or Calendar (respectively) rather than asking what app to open or trying to detect the default app for that. I submitted a bug for that a couple months ago but so far no fix.
They also seem to only update their software (launcher, quick settings, keyboard config, etc) through system updates rather than via apps. You also can’t disable any of them either.
I also haven’t heard anything more about them supporting non-Googled or third party Android builds.
Iced Raktajino@startrek.websiteto
Android@lemmy.world•The Clicks Communicator stumbled by marketing itself as a "second phone". It has everything I want out of a "real" phone, no AI push, and it's small. I'm going to try it as my next (only) phone.English
1·1 month agoThe hardware is the same AFAIK but they’ve put out
twothree software updates since I’ve had it. One added some extra features to the eink control utility and the second fixed some really annoying bugs with the fingerprint sensor. Both also included the system security updates as well.There was a 3rd one a few weeks ago, but I think it was just a security bump. It wasn’t announced and just showed up. There may have been some tweak to the QWERTY keyboard utility because now the annoying bar that only indicated the ALT/Shift status at the bottom is no longer there and was happy to no longer see.
Iced Raktajino@startrek.websiteto
Android@lemmy.world•The Clicks Communicator stumbled by marketing itself as a "second phone". It has everything I want out of a "real" phone, no AI push, and it's small. I'm going to try it as my next (only) phone.English
1·1 month agoI was prepared for 6, but I’m good with 8. Thanks!
Iced Raktajino@startrek.websiteto
Android@lemmy.world•The Clicks Communicator stumbled by marketing itself as a "second phone". It has everything I want out of a "real" phone, no AI push, and it's small. I'm going to try it as my next (only) phone.English
11·1 month agoSame. It would definitely be my daily driver. I’m using the Minimal Phone now but have often found that I would rather have this same form factor with a regular screen, and the Communicator seems to basically be that. I am still deciding if I want to pre-order but I’ve set a reminder to do or don’t before the window closes.
According to the support ticket I put in a week or so ago, the bootloader will be unlockable which is great news.
The only thing the specs don’t mention is how much RAM it will have.
Gonna be a bit nippley this weekend.
Over half of USA’s population voted for this.
False. Just over half of the voting population voted for this guy (and not necessarily any of what he’s done for the last year).
The orange turd won with 77,302,580 votes. I don’t have the number of registered voters in 2024 handy, but using the population of 348,320,255, that’s 22% of the total population who supported this guy. And even some of that 22% is starting to sour because things have gone so far off the rails, so I’d further estimate that 19% of the population are the true die hards who will follow him to the end.
This isn’t even factoring in those who would have voted one way or the other but were ineligible to vote or didn’t bother to vote. It also doesn’t factor in the Electoral College or people who didn’t understand how the Electoral College works and threw their vote away on a 3rd party or abstained.
You’re judge and jurying us all over the actions/behavior of maybe 19% of the population. If discovered a new species of bird and 1 out of 5 were red while the other 4 were brown, we wouldn’t classify the species as red birds.


















Nice. I’ve got the Anker version but it’s half the capacity at 1 KWh. It charges exclusively from 800W of PV input (though it can only handle 600W input) and can push out 2,000 W continuous and 3000 peak.
I’ve got a splitter from the PV that goes to both the Anker and a DC-DC converter which then goes to a few 12v -> USB power delivery adapters. Those can use the excess from the PV to charge power banks, phones, laptops, etc while the rest goes to the Anker (doesn’t seem to affect the MPPT unless there’s basically just no sunlight at all). Without the splitter, anything above 600W is wasted until I expand my setup later this spring.
All I can say for it is that it absolutely rocks! On sunny days, I run my entire homelab from it, my work-from-home office, charge all my devices, and run my refrigerator from it if I feel like running an extension cord). It’s setup downstairs, so I also plug my washing machine into it and can get a few loads of laundry done as well.
All from its solar input.