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

ChatGPT, show me the world's tiniest violin playing "No One Gives a Fuck" in A minor.

[-] TomMasz@lemmy.world 121 points 2 weeks ago

Perhaps the women are tired of misogynistic religions telling them they're inferior.

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

Heaven forbid an animal have emotions.

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

The world they lived in is long gone along with the food they ate and the rest of their species. It seems almost cruel to bring them back.

[-] TomMasz@lemmy.world 63 points 4 months ago

Support local music and musicians. Go to their shows. Buy their CDs and merch. Stop giving big corporations your dollars.

[-] TomMasz@lemmy.world 59 points 6 months ago

It was fine when it was someone else’s kid, though. You should be able to feel this outrage when it happens to anyone, anywhere. But that’s seldom how it goes.

[-] TomMasz@lemmy.world 107 points 6 months ago

To them, the US is the shithole country, that's why.

[-] TomMasz@lemmy.world 123 points 6 months ago

We have a very limited view of the universe so it's no surprise that our theories are often wrong or incomplete. The beauty of science is that when a theory proves inadequate, it gets replaced with a more complete one.

9
submitted 7 months ago by TomMasz@lemmy.world to c/obsidianmd@lemmy.world

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?

[-] TomMasz@lemmy.world 66 points 8 months ago

He did mention the murder of his wife and said he would detail his regret to anyone who asked. The rest of the letter describes the "social mistakes" in dealing with co-workers and the Linux community. He even asks that those co-workers' names be added to the credits and his negative comments about them be deleted. There's no forgiving what he did to his wife but there's at least some evidence he's changed since that happened.

[-] TomMasz@lemmy.world 115 points 9 months ago

Customers love that it sucks.

67
Ride paranoid! (lemmy.world)
submitted 10 months ago by TomMasz@lemmy.world to c/bikes@lemmy.world
[-] TomMasz@lemmy.world 48 points 11 months ago

Don't they know you don't piss off Taylor Swift fans?

[-] TomMasz@lemmy.world 58 points 11 months ago

Don't worry he'll... pick it up!

2

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

joined 1 year ago