Spyke

Replies

memes

Comment on

It's so expensive to upgrade...

Reply in thread

These features are enabled by default in UE5, devs aren't going out of their way to enable them. Epic lies about them being beneficial to performance, which is only true if your assets are shit. Nanite is especially bad because Unreal Engine doesn't have a different approach for automatic LODs; you either need to do it all yourself or use nanite.

Not to say that devs aren't to blame - they should know better - but they are just following Epic's recommendations and defaults.

memes

Comment on

It's so expensive to upgrade...

Reply in thread

I used to recommend Unreal 4 for everyone, but they are already going for 6 without optimizing the 5.

Real time global illumination (Lumen) and runtime LOD generation (Nanite) can't be made much faster; it's not really about optimization, it's that these features are fundamentally slow. The problem is that Epic spent a shit-ton of R&D developing these, and they do save developers some time - at the expense of disk space and performance.

Comment on

Amazon Prime Video is able to remove a video from your library after purchase.

Reply in thread

Adding blockchain into the mix changes nothing. Whether your digital ownership is stored in their centralized database or a distributed database, they still have control over everything because they're the ones streaming it to you. They can just as well block your access & block resale.

The only way to actually digitally own something is to have a full DRM-free copy of it (ianal though this still might not be enough to allow resale).

reddit

Comment on

The new system to replace Reddit coins and awards is here. You got out at the right time.

Reply in thread

They’re handing out magic beans with the selling point being that they can’t take them away from you once you get them.

And that's not even true in any practical sense. If reddit decides that the token in your crypto wallet is invalid, then it'll stop working on reddit. And since they're the only issuer every possible use is going to be tied to reddit in some sense.

Comment on

*Permanently Deleted*

Reply in thread

A big problem they have is that they have to rely on Qualcomm for security updates, and the flagship chips simply don't get 8+ years of support. Fairphone uses Qualcomms IOT chips, which come with much longer support.

Comment on

The Framework Laptop 13 is about to become one of the world’s first RISC-V laptops

Reply in thread

The original debate from the 80s that defined what RISC and CISC mean has already been settled and neither of those categories really apply anymore. Today all high performance CPUs are superscalar, use microcode, reorder instructions, have variable width instructions, vector instructions, etc. These are exactly the bits of complexity RISC was supposed to avoid in order to achieve higher clock speeds and therefore better performance. The microcode used in modern CPUs is very RISC like, and the instruction sets of ARM64/RISC-V and their extensions would have likely been called CISC in the 80s. All that to say the whole RISC vs CISC thing doesn't really apply anymore and neither does it explain any differences between x86 and ARM. There are differences and they do matter, but by an large it's not due to RISC vs CISC.

As for an example: if we compare the M1 and the 7840u (similar CPUs on a similar process node, one arm64 the other AMD64), the 7840u beats the M1 in performance per watt and outright performance. See https://www.cpu-monkey.com/en/compare_cpu-amd_ryzen_7_7840u-vs-apple_m1. Though the M1 has substantially better battery life than any 7840u laptop, which very clearly has nothing to do with performance per watt but rather design elements adjacent to the CPU.

In conclusion the major benefit of ARM and RISC-V really has very little to do with the ISA itself, but their more open nature allows manufacturers to build products that AMD and Intel can't or don't. CISC-V would be just as exciting.

Comment on

Way to go, guys!

Reply in thread

It's a natural result of their election system. First-past-the-post strongly disincentivizes third parties from running due to the "spoiler effect" - say there was a similar candidate to Biden that was pro-Palestine, any votes for this candidate take away votes from Biden thus making it easier for Trump to win. Most people don't align with either party, but they don't get much of a choice.

Comment on

Worst part about living in Europe

Reply in thread

There's more CO2 dissolved in the water than there can be at atmospheric pressure. The CO2 is constantly trying to escape, but in order to do so it needs a nucleation site that disturbs the water. When the drink is shaken, lots of little bubbles form, and stick to the inner wall of the drink. These bubbles are nucleation sites. Flicking the side of the drink makes them float up and pop.

Comment on

Please Stop

Reply in thread

Polestar uses contracts and audits to ethically source materials, not blockchain. It uses blockchain as a shitty append-only SQL database to (apparently) tell you where the materials came from. Let me quote from Circulor's website:

data can be fed seamlessly to the blockchain via system integration using RESTful Web Service APIs with security and authentication protocols

So the chain is private and accessible only through a centralized, authenticated REST API. This is a traditional web application. A centralized append-only ledger is not even a blockchain.