- 0 Posts
- 153 Comments
realbadat@programming.devto
Privacy@lemmy.ml•International travel is a privacy nightmare these days
1·2 years agoSame, though its been two years since my last trip to europe (Spain specifically), it didn’t feel much different than when I went as far back as 20 years ago.
About the only real difference was the EU passports, and how much easier that was for people. Wish I could get one! Would also be a great backup plan for a return of insanity here in the US, but I don’t think I can qualify for any of them. Missed by one generation for citizenship by descent…
Anyway. Seems it was Japan in this case, Europe and South America (though its been maybe a decade or so since I went) dont seem any different to me. The middle east trips used to be kind of wonk, and I bet still are, but I’m not going to that area again anytime soon.
realbadat@programming.devto
Privacy@lemmy.ml•What is least terrible SmartTV OS for privacy?
33·2 years agoI think you’re missing what I’m driving at, but that’s ok, you do you.
realbadat@programming.devto
Privacy@lemmy.ml•What is least terrible SmartTV OS for privacy?
103·2 years agoNot the person you replied to, and I’m not calling it spyware, but the moment I saw crypto integration I immediately lost all interest in Brave as an option. I personally don’t think any individual/group/org/whatever integrating crypto into their software is someone trustworthy (as mentioned my opinion), so I can understand others not trusting Brave either. Whether it does anything bad today or not.
realbadat@programming.devto
Privacy@lemmy.ml•What is least terrible SmartTV OS for privacy?
1·2 years agoThere are a ton of remote controls with USB out there. Including ones that are remote control sized with a mini keyboard, presenter style air mouse built in, or even using remote controls on your phone (KDE connect is awesome for this).
@Tinnitus@lemmy.world, this is the answer.
The important part is that its giving clean power to your hardware, and it only needs to last long enough to shut down nicely. Batteries in these units are usually just car or wheelchair batteries, so you can get them cheaper just as a regular battery too.
You can also grab an older UPS with a crapped out battery for cheap and swap the battery. Last time I did that I got the UPS for $10 (local pickup) and put a new battery in for $20 from Lowes. Battery is still solid, its been about 5 years for that one.
realbadat@programming.devto
Selfhosted@lemmy.world•Steps to repurpose old laptop as home server with DebianEnglish
2·2 years agoWorth taking a look at the battery - especially an old one on a repurposed device - before considering it safe. Spicy pillows happen.
realbadat@programming.devto
Selfhosted@lemmy.world•Steps to repurpose old laptop as home server with DebianEnglish
3·2 years agoUS power sucks plenty!
Texas is an extreme example, but outages happen everywhere. It was only a bit over 10 years ago when Sandy basically hit half the US and took power out in the tristate area for weeks. With climate change making things worse…
But even when things are running well, not including the random downed line or busted transformers, its still better to give your hardware clean power and avoid the small spikes.
realbadat@programming.devto
Selfhosted@lemmy.world•Self-hosted music streaming (and me giving up on it)English
7·2 years agoIf I can, I buy direct downloads.
If I can’t do that, I’ll buy the CD (as long as its direct or a small label).
If I can’t, or its one of the big labels, I’ll find it elsewhere. I’d rather buy merch to support the artist directly than buy anything that goes through the big labels.
I think it may 100% depend on alcohol and/or THC intake, both of the person writing it and the person reading it. I believe those are the accepted rules as written in both the New York Writing Style Guide and the Chicago Writing Style Guide.
I believe it fits under the section titled As the mood strikes; grammar’s mishaps’s and bewilderment
That’s one option. But Sandwiches’ is valid too, as it ends in an s and is a proper noun, it’s not exclusive to plurals. AP style guide for example requires it (and got a lot of flack when 's was proposed as acceptable).
Plus sandwiches itself is a singular noun which is a plural word, so it’s s’ not s’s for most cases there.
Anyway, grammar is weird.
No, just forgot the name already and though it was Sandwiches as a last name when I typed it the second time around.
Yeah, super crazy, had to look it up. Al voices a character named “Cheese Sandwich” (ffs Weird Al is amazing), who in a finale is shown years in the future to be married to Pinkie Pie.
Apparently Cheese Sandwich’s personality is just… Weird Al. Which is also pretty hilarious.
realbadat@programming.devto
Technology@lemmy.world•Motherboards and systems with China's Loongson CPUs now shipping to US customers — options start from $373 for a DTX board with processor and coolerEnglish
1·2 years agoAh, admittedly I avoid that problem entirely, I have an MTR, a ZR, etc running on devices here (hardware/software testing stuff), so I don’t need to run meetings on my desktop often.
Edit: Just to note, I’ve done USB passthrough with VMs that were ZR builds and such, so that can be done. But I think if your sharing from there it can get messy (USB video capture and such as your sharing method, so on).
realbadat@programming.devto
Technology@lemmy.world•Motherboards and systems with China's Loongson CPUs now shipping to US customers — options start from $373 for a DTX board with processor and coolerEnglish
7·2 years agoI have several for work that will likely never work in Linux.
So those have a nice little VM they sit on, which has been stripped bare of the nonsense. Remote desktop access enabled, and I can do what I need whenever.
Take a look at Apache OFBiz, Akounting, Frappe Books, and LedgerSMB.
I mean… I have a usb external 3.5" drive…
As well as DVD of course.
It’s on reddit going back quite a few years, with a recent tracker update:
https://www.reddit.com/r/smyths/comments/8gix4w/streamlined_mythbusters_complete_may_2018_update/
Mythbusters streamlined is like that. A bit rough on some cuts imo, but overall just cuts the fluff.




This is my strategy whenever I learn a new language. Start easy, escalate in complexity.
Etc.
The basic game itself doesnt matter - make it hangman if you want. The idea is to get used to a language.
Keep doing that sort of thing, experimenting and learning, find ways to break things, find weird ways to solve problems, figure out ways to write even less lines of code. Find elements that you can make a function instead. Sanitize inputs excessively. Whatever.
Play around, and keep playing around. You’ll learn in no time.
For the record, this is how I learn, by doing. I have a really hard time sticking to tutorials, and I find examples far more helpful than a manual entry explanation of what something does. YMMV.