tunetardis

joined 1 year ago
[–] tunetardis@lemmy.ca 10 points 1 week ago

king mierdas

I've heard a lot of nicknames for that man, but that one fits so perfectly, even going all the way back to his casino empire days.

[–] tunetardis@lemmy.ca 31 points 1 week ago

Was playing Civ6 the other day and can confirm: wine is a luxury resource.

[–] tunetardis@lemmy.ca 18 points 1 week ago (1 children)

mocktails and marijuana

I'm liking this as a potential album name.

[–] tunetardis@lemmy.ca 10 points 1 week ago (1 children)

I suppose it depends on how you look at it. Take solar, for example. On the one hand, you could argue that if your primary goal is to generate heat, you might as well use a solar thermal plant with lots of focusing mirrors over photovoltaics. The conversion to electricity first would inevitably be far less efficient.

On the other hand, if you've got your PV plants for electricity already but they are overproducing at times, there is the question of what to do with the excess power, and using it to run heat pumps may actually be a pretty efficient application at the point?

[–] tunetardis@lemmy.ca 12 points 2 weeks ago

I paid a visit to Green Bank WV once out of an interest in astronomy. The giant radio telescopes are truly a sight to behold!

Less impressive were the people camped out nearby who saw the place as the promised land where they could cast off their tinfoil hats in the cellular-banned zone surrounding the complex.

[–] tunetardis@lemmy.ca 8 points 2 weeks ago

There were breaking changes between C and C++ (and some divergent evolution since the initial split) as well as breaking changes between different releases of C++ itself. I am not saying these never happened, but the powers that be controlling the standard have worked hard to minimize these for better or worse.

If I took one of my earliest ANSI C programs from the 80s and ran it through a C++23 compiler, I would probably need to remove a bunch of register statements and maybe check if an assumption of 16-bit int is going to land me in some trouble, but otherwise, I think it would build as long as it's not linking in any 3rd party libraries.

[–] tunetardis@lemmy.ca 7 points 2 weeks ago (1 children)

The thing about human-induced warming is that it has a rather pronounced effect at night when the planet is trying to shed the heat built up over the day and no longer can as effectively.

I am not a botanist, but I wonder if desert plants are adapted to take advantage of the cool desert nights to recover from the intense daytime heat? If so, I could see where they would be in trouble now.

[–] tunetardis@lemmy.ca 10 points 2 weeks ago (2 children)

I think the thing with C++ is they have tried to maintain backward compatibility from Day 1. You can take a C++ program from the 80s (or heck, even a straight up C program), and there's a good chance it will compile as-is, which is rather astonishing considering modern C++ feels like a different language.

But I think this is what leads to a lot of the complexity as it stands? By contrast, I started Python in the Python 2 era, and when they switched to 3, I was like "Wow, did they just break hello world?" It's a different philosophy and has its trade-offs. By reinventing itself, it can get rid of the legacy cruft that never worked well or required hacky workarounds, but old code will not simply run under the new interpreter. You have to hope your migration tools are up to the task.

[–] tunetardis@lemmy.ca 1 points 2 weeks ago

I suppose the same could be said on the lemmy side. There's no reason someone couldn't write a lemmy app that lets you do what an RSS client does in terms of only showing content from a selected subgroup of communities.

[–] tunetardis@lemmy.ca 3 points 2 weeks ago (2 children)

You raise a good point that it would be nice to have more control over which group of communities you are drawing from at a given time. (Is there a way to group subscriptions and switch between them?) It’s a bit disconcerting to see 5 tech headlines and then suddenly something about the war in Ukraine or whatever. It jars my train of thought. With an RSS client, you can group feeds however you want.

That said, my experience with RSS readers is not quite so idyllic. In the end, rather than having nicely partitioned feed groups by topic, I wind up having to separate the ones that produce content frequently but with a poor signal-to-noise from those that post once in awhile but are generally worth your time. With something like lemmy, people are helping you do the work of finding the more interesting content from that site that posts every 10 minutes.

[–] tunetardis@lemmy.ca 6 points 2 weeks ago* (last edited 2 weeks ago) (4 children)

Anyways, did I miss anything?

I think the big problem in link aggregation is how to sort/prioritize content for the end user. RSS does not provide a way to do this, nor should it as far as I'm concerned. It should simply be about public content being tagged in a standardized way for any app to come along and organize it using whatever algorithm.

A simple RSS reader has the problem that the more prolific sites will tend to flood your feed and make it tedious to scroll through miles of links. Commercial news portals try to learn your tastes through some sort of machine learning algorithm and direct content accordingly. This sounds like a good idea in theory, but tends to build echo chambers around people that reinforce their biases, and that hasn't done a lot of good for the world to put it mildly.

The lemmy approach is to use one of a number of sorting algorithms built atop a crowd-sourced voting model. It may not be perfect, but I prefer it to being psychoanalyzed by an AI.

Btw there was a post from about a month ago where someone was offering to make any RSS feed into a community. I've subscribed to a few of them and it's actually pretty awesome.

 

Since people are posting photos, here's a snake I saw at Lemoine Point about a week ago.

view more: ‹ prev next ›