TomMasz

joined 2 years ago
[–] [email protected] 3 points 4 hours ago (1 children)

Allman Brothers Band with Duane and Berry Oakley (I’m old).

[–] [email protected] 6 points 4 hours ago

Someone’s getting their hand slapped.

[–] [email protected] 3 points 10 hours ago

I got it. It's such blatant propaganda, it's stunning. Whenever you think things can't get worse, something like this shows up.

[–] [email protected] 3 points 1 day ago (1 children)

Canada. I live on the border, been there more times than I can count, and it would be the easiest to move to.

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

Narrator: It was not.

[–] [email protected] 81 points 1 day ago (3 children)

Bread and circuses. But trashier.

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

Roberts is not being silent, he's doing Trump's bidding. That's the opposite of taking a stand.

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

If that were my husband, I'd be considering divorce. At least if I ever got out of the gulag.

[–] [email protected] 6 points 3 days ago* (last edited 3 days ago)

I worked for one of those companies for many years. The print market is shrinking and has been since the early 2000s. When they managed to make a profit, it was always in terms of lower revenue than the previous year. Layoffs were the only way to offset that lower revenue. So the acquisition makes sense. However, at the rate things are going, it'll only be a few years until the combined market share is smaller than what either company has today. It's inevitable.

[–] [email protected] 16 points 4 days ago

Just fucking do it or STFU.

[–] [email protected] 16 points 4 days ago (1 children)

Just wait. He'll have a couple of different stances by the weekend.

[–] [email protected] 10 points 4 days ago

We're majorly fucked.

 

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 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 ›