Iced Raktajino
I’m beautiful and tough like a diamond…or beef jerky in a ball gown.
- 30 Posts
- 72 Comments
And the trend of that same design trickling down to FOSS projects because “that’s what people want, apparently” is also (mildly) infuriating.
As a current web developer I’m with you except for the tables. I hate tables with a burning, fiery passion.
I do like responsive design to account for mobile, tablet, and desktop so I try to blend that with classic “just works / just here for the data” layouts and generally minimize the flash in favor of the content. In other words, my projects go to a lot of work to look that simple lol.
Iced Raktajino@startrek.websitetoMicroblog Memes@lemmy.world•Let's take it backEnglish
481·3 days agoNo one seems to know exactly what “modern” means when it comes to “modern design”. If you ask ten different developers, you get 11 different answers.
My rule of thumb when I see “modern design” touted as a feature is that the developer chose form over function at every turn.
Iced Raktajino@startrek.websiteto
Ask Lemmy@lemmy.world•My fellow 'Muricans, do you prefer metric or standard measurements?
7·3 days agoMetric for most measurements except temperature (Fahrenheit - same reason you gave) and colloquial distances/velocities (e.g miles to the store, miles per hour).
Iced Raktajino@startrek.websiteto
Technology@lemmy.world•Ford, Take Note: Classic Pickup Becomes The EV We WantEnglish
4·5 days agoYep, that’s the one.
I’ll reserve a phone but not a truck, lol. Looks like those are scheduled to be out late 2026, so probably at least next year before I can even think about getting my hands on one.
At least it’s still a thing.
Iced Raktajino@startrek.websiteto
Technology@lemmy.world•Ford, Take Note: Classic Pickup Becomes The EV We WantEnglish
16·5 days agoI used to drive a 2004 Ranger and loved it. Would absolutely love an EV version even if the range isn’t super great. Mostly need a truck occasionally and for hauling stuff from the home improvement store or if I find furniture at a garage sale or something.
Need to check and see if that $20,000 no-frills EV truck is making any progress.
Iced Raktajino@startrek.websiteOPto
Mildly Interesting@lemmy.world•What Happens When You Put a LaserDisc Under a Microscope? | It turns out you can quite literally see an analog signal if the conditions are right—and you look closely enough.
7·6 days agoI never had one but they had them at school. Thought they were the coolest thing ever and also assumed digital because CDs were starting to become popular.
TIL and nice bit of trivia!
Iced Raktajino@startrek.websiteto
No Stupid Questions@lemmy.world•ELI5. Limit of current gen AI/LLMs
6·18 days agoDisclaimer: : All of my LLM experience is with local models in Ollama on extremely modest hardware (an old laptop with NVidia graphics) , so I can’t speak for the technical reasons the context window isn’t infinite or at least larger on the big player’s models. My understanding is that the context window is basically its short term memory. In humans, short term memory is also fairly limited in capacity. But unlike humans, the LLM can’t really see (or hold) the big picture in its mind.
But yeah, all you said is correct. Expanding on that, if you try to get it to generate something long-form, such as a novel, it’s basically just generating infinite chapters using the previous chapter (or as much of the history fits into its context window) as reference for the next. This means, at minimum, it’s going to be full of plot holes and will never reach a conclusion unless explicitly directed to wrap things up. And, again, given the limited context window, the ending will be full of plot holes and essentially based only on the previous chapter or two.
It’s funny because I recently found an old backup drive from high school with some half-written Jurassic Park fan fiction on it, so I tasked an LLM with fleshing it out, mostly for shits and giggles. The result is pure slop that seems like it’s building to something and ultimately goes nowhere. The other funny thing is that it reads almost exactly like a season of Camp Cretaceous / Chaos Theory (the animated kids JP series) and I now fully believe those are also LLM-generated.
Iced Raktajino@startrek.websiteto
Showerthoughts@lemmy.world•Either the aliens have listed Earth as a no-contact planet or we are probably alone in the universe.
51·20 days agoIf it turns out to be the former, I don’t blame them.

If you’re gonna repost stuff from ml at least re-upload it so I don’t have to connect to it.
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.
42·1 month 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
41·1 month 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
Ask Lemmy@lemmy.world•How much trash is there on the surface nearest to you right now?
41·2 months agoTrash? None.
Clutter / work-in-progress: No comment.
Iced Raktajino@startrek.websiteto
Opensource@programming.dev•Best CAD software for open source hardware design
9·2 months agoI asked similar a few weeks ago: https://startrek.website/post/33957879
The answers were all pretty much what you’ve already listed: FreeCAD/OpenSCAD for parametric parts and Blender for sculpted shapes.
The only one not covered in that post was OnShape because I was specifically asking for ones that weren’t SaaS/cloud based.
Iced Raktajino@startrek.websiteOPto
Technology@lemmy.world•Comcast keeps losing customers despite price guarantee and unlimited dataEnglish
2·2 months 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).


















Kayhla, but spelled in very complicated ways for zero reason. A machine wouldn’t do that even if it was trying to force an awkward acronym.