[-] wols@lemm.ee 20 points 2 months ago

On "the actual environment/background is not made of Lego" complaint: while Bricktales looks neat, its "environment/background" is tiny.
For anyone interested in a more Minecraft+LEGO experience, with an actual world made entirely of LEGO that you can interact with, check out LEGO Worlds. (currently 80% off on steam)

8
submitted 2 months ago by wols@lemm.ee to c/syncforlemmy@lemmy.world

On posts that I access through my home instance, i.e. any post present in the "Your local instance" feed, nothing appears in the comments section apart from the message "There are no comments", despite the UI suggesting that there are several.

When accessing the post's permalink in the web UI of the instance, the comments show up without issue, even when logged in.

To reproduce, log in to sync with a lemm.ee account, switch to local feed and click on any post that appears to have comments. For example: https://lemm.ee/post/35476369

For some reason I haven't been able to replicate this on any other instance (tried with .world and .ml, both of which don't seem to have this issue)

[-] wols@lemm.ee 23 points 3 months ago

Congrats, you've just discovered internet memes.

[-] wols@lemm.ee 27 points 3 months ago

I don't share the hate for flat design.
It's cleaner than the others, simpler and less distracting. Easier on the eyes, too. It takes itself seriously and does so successfully imo (nice try, aero). It feels professional in a way all the previous eras don't - they seem almost child-like by comparison.

Modern design cultivates recognizable interactions by following conventions and common design language instead of goofy icons and high contrast colors. To me, modern software interfaces look like tools; the further you go back in time, the more they look like toys.

Old designs can be charming if executed well and in the right context. But I'm glad most things don't look like they did 30 years ago.

I'm guessing many people associate older designs with the era they belonged to and the internet culture at the time. Perhaps rosy memories of younger days. Contrasting that with the overbearing corporate atmosphere of today and a general sense of a lack of authenticity in digital spaces everywhere, it's not unreasonable to see flat design as sterile and soulless. But to me it just looks sleek and efficient.
I used to spend hours trying to customize UIs to my liking, nowadays pretty much everything just looks good out of the box.

The one major gripe I have is with the tendency of modern designs to hide interactions behind deeply nested menu hopping. That one feels like an over-correction from the excessively cluttered menus of the past.
That and the fact that there's way too many "settings" sections and you can never figure out which one has the thing you're looking for.

P S. The picture did flat design dirty by putting it on white background - we're living in the era of dark mode!

[-] wols@lemm.ee 19 points 4 months ago

Love this comment.
Absurd, mysterious, unapologetic.

[-] wols@lemm.ee 12 points 11 months ago

Extra steps that guarantee you don't accidentally treat an integer as if it were a string or an array and get a runtime exception.
With generics, the compiler can prove that the thing you're passing to that function is actually something the function can use.

Really what you're doing if you're honest, is doing the compiler's work: hmm inside this function I access this field on this parameter. Can I pass an argument of such and such type here? Lemme check if it has that field. Forgot to check? Or were mistaken? Runtime error! If you're lucky, you caught it before production.

Not to mention that types communicate intent. It's no fun trying to figure out how to use a library that has bad/missing documentation. But it's a hell of a lot easier if you don't need to guess what type of arguments its functions can handle.

[-] wols@lemm.ee 19 points 1 year ago

It's almost like their class interests changed and class interests influence behavior.

Almost like it's proving their point. Capitalist critique is not about individual "bad" people but about a system with perverse and harmful incentives.

(granting your claim for sake of argument - feel free to support it with data)

[-] wols@lemm.ee 11 points 1 year ago

I can't for the life of me figure out how your proposed method helps in the described scenario.

Maybe I misunderstood it, can you elaborate?

[-] wols@lemm.ee 32 points 1 year ago

If you kept going for a few paragraphs, this might have turned into a decent copy pasta. Shame, really.

[-] wols@lemm.ee 15 points 1 year ago

Yup.

Spaces? Tabs? Don't care, works regardless.
Copied some code from somewhere else? No problem, 9/10 times it just works. Bonus: a smart IDE will let you quick-format the entire code to whatever style you configured at the click of a button even if it was a complete mess to begin with, as long as all the curly braces are correct.

Also, in any decent IDE you will very rarely need to actually count curly braces, it finds the pair for you, and even lets you easily navigate between them.

The inconsistent way that whitespace is handled across applications makes interacting with code outside your own code files incredibly finicky when your language cares so much about the layout.

There's an argument to be made for the simplicity of python-style indentation and for its aesthetic merits, but IMO that's outweighed by the practical inconvenience it brings.

[-] wols@lemm.ee 12 points 1 year ago

Yes, correcting hyperbole with relevant information is bad, actually.

[-] wols@lemm.ee 40 points 1 year ago

A perfectly rational agent should choose behavior that works when other agents apply the same behavior.

If everyone uses her strategy, the queue can only get shorter if there's exactly one person left in the queue, but it gets longer each time someone joins it.

In an idealized world where everyone can instantly teleport, this doesn't technically reduce the throughput of the queue, however it does still increase its size unnecessarily. (and in the real world it also decreases throughput, potentially by a significant amount if the queue is physically long enough)
 

Even granting that she doesn't care about anyone else, the strategy is still slower for her even if she's the only one using it.

Judging from the picture, she will lose at least a few seconds when the person in front of her leaves the queue and she still has to walk the remaining distance to the front of the queue.

For a more extreme example, imagine the queue is a kilometer long. Assuming everyone before her shuffled along like the average queue enjoyer, she would now be one person-width away from the goal had she shuffled along with them.
If she used her "perfectly rational" strategy instead, she would now have to walk a full kilometer which, being very generous to her, would cost her an additional 12 minutes.

Perfectly rational behavior, if your only objective is to annoy others.
 

(there is perhaps an argument in favor of some variant of her strategy, if there is a high time/effort/opportunity cost associated with starting and/or stopping, but I think realistically this will rarely if ever be the case in an airport security queue)

[-] wols@lemm.ee 15 points 1 year ago

Unsurprisingly, tools for the migration of basic stuff like subscriptions and block lists have already been developed by the community.

https://lemmy.world/post/1060796 (haven't tried using it myself yet, but it's probably much quicker than manual if you have a lot of subscriptions to migrate)

view more: next ›

wols

joined 1 year ago