TomMasz

joined 2 years ago
[–] TomMasz@lemmy.world 5 points 7 hours ago

This would be hilarious if it weren't so frightening.

[–] TomMasz@lemmy.world 5 points 1 day ago

Peak America right there.

[–] TomMasz@lemmy.world 5 points 1 day ago

FAFO on the state level.

[–] TomMasz@lemmy.world 7 points 1 day ago (8 children)

She immediately went and got knocked up again. Florida should ban breeding by stupid people next.

[–] TomMasz@lemmy.world 10 points 2 days ago

Seems like it simultaneously last week and also a decade ago.

[–] TomMasz@lemmy.world 11 points 2 days ago (4 children)

All that ad revenue won't be surrendered without a fight. Just wait, there will be ads you have to click through to read all of the AI summary.

[–] TomMasz@lemmy.world 17 points 3 days ago

I wouldn't say it's a "spike", Bob.

[–] TomMasz@lemmy.world 42 points 3 days ago

He doesn't understand how anything works. You can question his intelligence, and there's the dementia, but most of all, it's his ignorance that stands out.

[–] TomMasz@lemmy.world 19 points 3 days ago

I mean, you don't bring a flamethrower to an audition and then not use it.

[–] TomMasz@lemmy.world 7 points 4 days ago

Magic 8 Ball says... YES DEFINITELY

[–] TomMasz@lemmy.world 39 points 5 days ago

One of mine pecked the contact lens out of my eye. Went to the ER to have my eye checked, and they asked me if my wife had hit me. It took me a while to convince them it really was a chicken. Then they laughed.

[–] TomMasz@lemmy.world 2 points 5 days ago

Aw, that's too... wonderful for words.

 

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 2 months ago* (last edited 2 months 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 ›