Espi

joined 2 years ago
[–] Espi@kbin.social 1 points 2 years ago

I actually kind of believe them. But not because the game was in great shape when it launched and everyone ignored it.

I played on release and it was rough. But I also played it recently and it was also extremely buggy even though people act as if the game was patched into perfection. Performance is still awful, although even at minimum the game looks amazing. Reflections in particular look "grainy" and awful unless you put Screen Space Reflections on Psycho or enable RT which murders performance.

On the other hand, the story is pretty good, the characters are outright fantastic and the secondary missions (that aren't just going somewhere and murdering everyone) are great.

[–] Espi@kbin.social 4 points 2 years ago (2 children)

I use it, I also hate it with a passion. I also hate Microsoft Office, its a little better but not worth installing and registering.

Nowadays if I need to write something I use either plain text, Markdown or LaTeX depending on what I'm doing. For presentations I use LaTeX, Draw.io or Google Slides. For spreadsheets I haven't found anything decent yet so I end up using Calc.

Anyways, the Google alternatives are decent to be honest, I just prefer to avoid Google, otherwise I would use Docs, Slides and whatever their spreadsheet app is called.

[–] Espi@kbin.social 47 points 2 years ago (15 children)

I would say that it's extremely unlikely.

Websites in general are never limited by raw code execution, they are mostly limited by IO. Be that disk IO as files are read and written, database IO as you need to execute complex queries to gather all the data to build the user timeline, and network IO to transfer data to and from the user. For decentralized social media like Kbin or Lemmy its even more IO limited as each instance needs to go back and forth to other instances to keep up-to-date data.

Websites usually benefit much more from caching and in-memory databases to keep frequently used data in fast storage.

This is why simple, high level, object oriented, garbage collected languages have become so common. All the CPU performance penalties they incur don't actually affect the website performance.

[–] Espi@kbin.social 2 points 2 years ago (2 children)

This is why subreddits shouldn't close permanently. I wonder if its possible to leave subreddits in read-only mode? to allow anyone to find all the incredibly valuable information.

view more: ‹ prev next ›