[-] Deebster@beehaw.org 31 points 3 months ago

Arguably, the fix should be to "it" since anon is a utility account, not a user.

[-] Deebster@beehaw.org 7 points 7 months ago

This a great answer in a sea of slightly odd food choices. It's healthy for kids to do this, apparently.

[-] Deebster@beehaw.org 7 points 8 months ago

I'm happily oblivious much of to (I assume) US politics, so I'm going to read this as if you're talking about Magic the Gathering.

[-] Deebster@beehaw.org 7 points 8 months ago

I think part of the problem is that even when you're subscribed to the small communities, it's easy to miss the posts. Sorting by Scaled helps a little, but I still often find a post from days ago that I missed.

I'd like an option where you could "super subscribe" or something which makes those posts show up first, or even in the inbox.

[-] Deebster@beehaw.org 16 points 9 months ago

The fact that it's Nintendo's IP seems the key thing here.

So did Nintendo get Valve to do this, or is Valve just covering its back from the notoriously-litigious Nintendo?

[-] Deebster@beehaw.org 20 points 11 months ago

I'm not sure what you're asking. Do you mean Lemmy communities, Lemmy instances, or something else?

[-] Deebster@beehaw.org 7 points 11 months ago* (last edited 11 months ago)

Bad link 👎

This article seems to be an incomplete pasting of an old article: What Did Ada Lovelace’s Program Actually Do? I was suspicious when it said "A contemporary interpretation of Ada's punch card stack using JavaScript might resemble the following" but didn't have any code.

The real tl;dr is it calculated terms of the Bernoulli series.

[-] Deebster@beehaw.org 11 points 11 months ago

I was expecting an assassination, not a stupid gift and a terrible accident.

[-] Deebster@beehaw.org 31 points 11 months ago

False dichotomy (or is your logical fallacy the slippery slope? Anyway...) Someone saying that what's happening to Palestinians is wrong does not mean they're saying they want all Israelis killed.

[-] Deebster@beehaw.org 6 points 1 year ago

I'm another Kagi fan - after customising it a little it's just so good, and I haven't even played with features like lenses.

I really like the custom bang searches (e.g. I could make !ks gravity search on simple Wikipedia), especially on mobile since Firefox Android doesn't support the normal browser quicksearches (where you set a keyword for each search).

[-] Deebster@beehaw.org 9 points 1 year ago

After a glance at others' answers, it's the same thing: the trend away from skeuomorphism.

I always think about the time I discovered an Android area was horizontally scrollable - with no scrollbars to clue me in, it was only the fact that the icon I wanted wasn't there that prompted me to discover the secret. I'm a software dev, if it's unintuitive even to me, how do non-technical people stand a chance?

18

cross-posted from: https://beehaw.org/post/7415121

The game in question is Guandan, where you and your teammate try to make poker hands to discard your cards before the opposing pair does, which lets you level up. Teams can only win the entire match by reaching level A while avoiding having the player who discards all cards last.

The game looks interesting, has anyone played?

[-] Deebster@beehaw.org 24 points 1 year ago

TL;DR: the code/servers could be changed to use SSR, but that's more expensive to run.


Lemmy is written more as a web app than as a traditional webpage. This means that the website sends a partial page plus the code+resources needed to finish building the page and the browser builds ("renders") the final page.

This has advantages in that the server can send less data over time, cache more of that data, and overall has to do less work, plus also makes the site feel more snappy for the user, because their browser only needs to download the data that's changed (instead of a whole new page).

The disadvantage is that the browser needs to be more powerful, and older/simpler browsers (like IE6, some text-only browsers and some web spiders) won't apply the extra work to finish the page off.

The normal solution is called "server-side rendering" (SSR) where the server renders the full page, sends that over, then also sends over the code+data needed to run things more dynamically ("hydrating" the static site into an app-like experience). This means the server has to do a lot of work, but is often the best of both worlds; search engines see the proper page (good for SEO) but users get to have a nice experience (once that longer initial load is complete, anyway).

1
submitted 1 year ago by Deebster@beehaw.org to c/news@beehaw.org

AI summary:

Scientists have chosen Crawford Lake, near Toronto, Canada as the site to mark the beginning of the Anthropocene epoch. Sediments in the lake show clear spikes in plutonium from nuclear tests and particles from fossil fuel burning starting in the 1950s, indicating the massive impact of human activity on the planet. The presence of plutonium isotopes from H-bomb tests in the lake sediments provides a stark indicator that humanity has become a dominant force shaping the Earth. If approved, the Crawford Lake site will officially declare the start of the Anthropocene in 2024, testifying to the scale of planetary transformation unleashed by industrialized humanity like the climate crisis.

view more: next ›

Deebster

joined 1 year ago