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

Mr. Steal Your Girl.

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

LOOK AT THIS SEO SPAM!!! LOOK AT IT!!!!

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

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

[-] TomMasz@lemmy.world 41 points 2 months ago

He’s also dead. There’s a message in that somewhere.

[-] TomMasz@lemmy.world 58 points 2 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 2 months ago

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

[-] TomMasz@lemmy.world 33 points 3 months ago

Just tell your customers you upped the Jesus in every sandwich and they'll overlook everything else.

[-] TomMasz@lemmy.world 123 points 3 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 4 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 67 points 5 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 34 points 5 months ago

Any armchair psychologists care to weigh in on Elmo?

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

Customers love that it sucks.

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

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

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

joined 1 year ago