[-] TomMasz@lemmy.world 3 points 1 day ago

Trinocular vision.

[-] TomMasz@lemmy.world 16 points 3 days ago

I assure you that ICE doesn't consider that a drawback.

[-] TomMasz@lemmy.world 5 points 4 days ago

This is something I've wrestled with my whole life. My parents had high expectations for me, and I mostly met them. But it's left me unable to enjoy many of my hobbies because I'm just not good at them. It's not great.

[-] TomMasz@lemmy.world 38 points 5 days ago

Is it still blackface if AI does it to AI-generated people? Or is it just good old-fashioned slop?

[-] TomMasz@lemmy.world 188 points 3 weeks ago

Willingness to admit he grew up is something refreshing to see happen.

[-] TomMasz@lemmy.world 187 points 1 month ago

No matter where you come from , once you can say "I know a guy" you're an American.

[-] TomMasz@lemmy.world 235 points 1 month ago

I predict the first kid to get pepper-sprayed will be Black.

1
submitted 6 months ago by TomMasz@lemmy.world to c/wordpress@lemmy.world

Akismet claims it's catching spam comments, but there's never anything in the Spam folder despite my having "Always put spam in the Spam folder for review." set. Is it lying to me about this?

[-] TomMasz@lemmy.world 146 points 7 months ago

Re: World Cup

There is no guarantee your fans/teams will be able to enter the US. There is no guarantee your fans/teams will be able to return home. Don't come to the US.

[-] TomMasz@lemmy.world 178 points 1 year ago

The past couple of years have not been good for the Secret Service's reputation. They used to seem like they were the elite, now they come across as bad as any law enforcement organization.

[-] TomMasz@lemmy.world 188 points 1 year ago

Ever ask a question on SO? I tell my students to search there but never, ever ask a question. The unmitigated hostility is not what new developers need or deserve. ChatGPT won't humiliate you for asking a question that someone else has already asked.

6

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.

1427
submitted 1 year ago* (last edited 1 year ago) by TomMasz@lemmy.world to c/lemmyshitpost@lemmy.world

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

1
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.

[-] TomMasz@lemmy.world 154 points 1 year ago

He has two options: 1) Stop doing stupid shit, or 2) Destroy the media, replace it with propaganda outlets.

Guess which one he'll do.

[-] TomMasz@lemmy.world 319 points 1 year ago

You shouldn't have to have it happen to you before you realize the impact it has on others, but that's what we're up against.

9

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?

1

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 ›

TomMasz

0 post score
0 comment score
joined 3 years ago