Fenzik

joined 2 years ago
[–] Fenzik@lemmy.ml 16 points 2 years ago* (last edited 2 years ago) (8 children)

Just to add, right now searching “lemmy.world” or “@kbin.social” under Communities returns no results, when I would expect it to just return all communities on there.

Also apparently you can’t edit posts :D

[–] Fenzik@lemmy.ml 3 points 2 years ago

I definitely agree, but I’m a large font enjoyer anyway so I figured it was just me

[–] Fenzik@lemmy.ml 1 points 2 years ago

I’d love to be able to swipe right for upvote and left for downvote. That’s how I had Apollo configured too.

[–] Fenzik@lemmy.ml 1 points 2 years ago (1 children)

Yep, k8s is for people who need regular capacity scaling and high availability. Self hosting images is a static website, perfect for an S3 bucket or similar

[–] Fenzik@lemmy.ml 0 points 2 years ago (1 children)

But comments are already threaded… the only change here that I can see would be to throw all the comments onto one pile instead of splitting them out by post.

[–] Fenzik@lemmy.ml 0 points 2 years ago (3 children)

I don’t really see the benefit. Comments are always in the context of the post, remove that context and the comments will be hard to follow.

[–] Fenzik@lemmy.ml 1 points 2 years ago

Now you can make use of the If-Modified-Since header. Return 304-not-modified if the data hasn’t changed. Now you can intelligently utilise the the client’s caching capability without sacrificing visibility and control. Using this header will let you serve new content instantly and also cache indefinitely. The best of both worlds.

This would’ve been a great spot for an example

[–] Fenzik@lemmy.ml 1 points 2 years ago

But if I want to add a single new dependency, then I probably don’t want all the rest updated at the same time

[–] Fenzik@lemmy.ml 2 points 2 years ago (1 children)

GL waren toch in het cabinet toen Stufi werd afgeschaft?

[–] Fenzik@lemmy.ml 2 points 2 years ago

hwat. I simply can’t believe it

[–] Fenzik@lemmy.ml 3 points 2 years ago (2 children)

The TestFlight version has a “load all comments” button for this

[–] Fenzik@lemmy.ml 4 points 2 years ago* (last edited 2 years ago) (2 children)

Worth noting the thing that conda does well is handle system-level dependencies, there are a lot more binaries available there (beyond just Python packages) that make it easier to install packages without having to compile C++ code or something.

Besides that I hate it haha, it makes everything else so complicated

I’ve also not had great experiences with poetry, it’s supposed to use the lock file to lock in dependencies but whenever I did anything the lock file was always being updated which kind of defeats the point. I’m sure it was user error but the fact that the lock file doesn’t stay static by default is already weird to me

view more: ‹ prev next ›