TomMasz

joined 2 years ago
[–] TomMasz@lemmy.world 24 points 16 hours ago (2 children)

"gonna file flat on their face"

[–] TomMasz@lemmy.world 5 points 16 hours ago

Music to my ears.

[–] TomMasz@lemmy.world 7 points 22 hours ago

Free speech absolutist in action.

[–] TomMasz@lemmy.world 10 points 2 days ago (1 children)

He thought he could be Henry Ford, but Ford was a bit less overt in his Nazism. And, it should be remembered, Ford almost destroyed the company before being forced out by his own family. There are downsides to one man being the image the public has of a company.

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

Is Aspen Dental publicly traded?

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

He got how much for ruining the site and profiting off years of its users' work?

[–] TomMasz@lemmy.world 28 points 3 days ago (2 children)

Left-leaning folks are all for EVs. Turning into a Nazi wasn't going to go over well with Tesla's most likely customers.

A reminder that he's not quite as smart as he believes himself to be.

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

SS7 is an antique. What made sense when AT&T controlled the network makes no sense today. It should never have been included in wireless, but here we are.

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

Prelude to deploying the Army domestically and bypassing the Posse Comitatus Act.

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

There's nothing quite like religion for justifying misogyny.

[–] TomMasz@lemmy.world 89 points 5 days ago (58 children)

Performative.

[–] TomMasz@lemmy.world 10 points 5 days ago (2 children)

No one wants Meta AI. Why does Zuck think they do?

 

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

7
Undeletable files (lemmy.world)
submitted 1 month ago* (last edited 1 month 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 ›