TomMasz

joined 2 years ago
[–] TomMasz@lemmy.world 11 points 8 months ago

Imagine the worst thing that could happen and explicitly make it clear they’re illegal. Checks and balances won’t be enough someday, you can’t depend on people enforcing them.

[–] TomMasz@lemmy.world 3 points 8 months ago

Putin gonna Putin.

[–] TomMasz@lemmy.world 52 points 8 months ago (5 children)

Every sovcit post is just chock-full of words being used oddly.

[–] TomMasz@lemmy.world 5 points 8 months ago (2 children)

I predicted this. AI talking to AI. AI training from other AI. It’s the only way this ends up.

[–] TomMasz@lemmy.world 19 points 8 months ago (2 children)

And here you thought automatic date conversion was a problem.

[–] TomMasz@lemmy.world 15 points 8 months ago

Really. It’s my favorite bit of trivia about him.

[–] TomMasz@lemmy.world 11 points 8 months ago (1 children)

Reagan had it. Biden may have it, his rapid decline certainly points to it. Presidents usually are shielded by their staffs from making it obvious. With Trump we’re seeing it happen right in front of us since there’s no filter in between us and him. It’s going to get ugly.

[–] TomMasz@lemmy.world 1 points 8 months ago

"Permanently"? Did they think there was a possibility they'd get their jobs back?

[–] TomMasz@lemmy.world 12 points 8 months ago (10 children)

You don't see the thorn (þ) in modern English every day.

[–] TomMasz@lemmy.world 7 points 8 months ago (4 children)

No time for features that users actually want, we're too busy stuffing in AI shit.

[–] TomMasz@lemmy.world 7 points 8 months ago (2 children)

Brits can kiss their beloved VPNs goodbye.

[–] TomMasz@lemmy.world 32 points 9 months ago* (last edited 9 months ago) (4 children)

Hypothetically, if one were to install something like a banned extension, where would one go to get it? Hypothetically, of course.

 

A couple of years ago, I built the (now-discontinued) Foreplay tube preamp from Bottlehead. I'm finally getting around to building a power amp to go with it and I'm looking for suggestions. Bottlehead has gone mostly to integrated amps (besides being really expensive) so that's feeling like it isn't an option.

 

Nap time is nap time, no matter where he is.

7
Undeletable files (lemmy.world)
submitted 1 year ago* (last edited 1 year ago) by TomMasz@lemmy.world to c/macos@lemmy.world
 

I've got a couple of files (empty directories) in the Trash I can't delete. I own them, the mode is 777 and whether I use Empty Trash or use rm from the command line (with sudo or running as root) I get "Permission denied". I tried booting into recovery mode and setting csrutil to disabled but that did nothing. Any ideas? It's not the end of the world but every time I empty the trash I have to deal with the dialog box about not being able to delete them.

 

i have a format for note-taking in meetings that I currently copy/paste to use in new notes. I would like to be able to create a new, empty, note based on that format so I can skip the copy/paste step. I have Templater but it seems far more complex than what I need. Any suggestions?

 
 

Absolute JS newbie here. I am able to use fetch() to get JSON from a URL but I can't figure out how to do anything with that JSON outside of the fetch itself.

Here's my code (API key and GPS redacted):

fetch('https://www.airnowapi.org/aq/forecast/latLong/?format=application/json&latitude=X&longitude=X&distance=50&API_KEY=X')
        .then(result => result.json())
        .then((out2) => {     
            console.log('Fetch Output: ', out2);
        }).catch(err => console.error(err)); 

Any code that references out2 other than console.log() call gives an error that out2 is undefined. How do I get access to out2 anywhere else?

view more: next ›