TomMasz

joined 2 years ago
[–] [email protected] 3 points 1 day ago

Erythritol, like other sugar alcohols, is also bad for folks with IBS. And it seems like they're in everything.

[–] [email protected] 14 points 1 day ago

But it's not a cult.

[–] [email protected] 23 points 2 days ago (1 children)

I take a lot of photographs in abandoned industrial sites. Tires are the most common thing I run across, by far. Besides being a source of pollution they make excellent mosquito breeding grounds after it rains. We really need to make recycling them a lot easier than it seems to be currently.

[–] [email protected] 1 points 3 days ago

Just go away. There's enough creeps in government as it is.

[–] [email protected] 33 points 4 days ago (2 children)

Ernie is committing a mercy killing. The hate crime is mustard on watermelon.

[–] [email protected] 43 points 6 days ago
[–] [email protected] 27 points 1 week ago (3 children)

It’s not an AI anymore, just a search engine. And a crappy one.

[–] [email protected] 25 points 1 week ago

Sir! I protest! I am not a merry man!

[–] [email protected] 12 points 1 week ago (1 children)

I don't know if anyone could have predicted that the ARM architecture would become so dominant, but it certainly seems like Intel missed the boat on that one.

[–] [email protected] 1 points 1 week ago

Same here. It's been trained on so much of that kind of code, you have a much better chance of getting useable code on the first prompt.

[–] [email protected] 25 points 1 week ago

Ignorance is bad. Willful ignorance is deadly.

[–] [email protected] 6 points 1 week ago (1 children)

So, sauntering is out?

1451
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

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

7
Undeletable files (lemmy.world)
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

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 ›