HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fuu_dev

no profile record

comments

fuu_dev
·2 वर्ष पहले·discuss
DMCA § 1201 makes reverse engineering modern consoles illegal.

Any modern game console has some form of decryption, which can be argued to prevent access.

This is when we run into the chicken/egg problem because you can't write emulation without violating 1201. It is also in part the argumentation Nintendo used in the yuzu case.
fuu_dev
·2 वर्ष पहले·discuss
> Marketplace developers will need to pay €0.50 for each first annual install of their marketplace app. First annual installs included in your Apple Developer Program membership can’t be used for marketplace apps.

Apple really makes you pay for it.
fuu_dev
·2 वर्ष पहले·discuss
Both are problems to solve, architecture is as much of a problem as data.

Data has the problem of getting successively tainted by LLMs as well as the lack of open high-quality datasets.

While architecture has the problem of shifting too much focus on a flawed architecture - transformers.
fuu_dev
·3 वर्ष पहले·discuss
got attention from this tweet: https://twitter.com/jarredsumner/status/1675732777873063936?...

Quote for people without account or rate limited:

"When you do uint8array.buffer in JSC the first time, it calls slowDownAndWasteMemory()" -- links to the github

The tweet has ~60k views, and 24 retweets.
fuu_dev
·3 वर्ष पहले·discuss
There is a project like this: https://github.com/darlinghq/darling
fuu_dev
·3 वर्ष पहले·discuss
The question should be "why". The reason is that we find ways to utialize it. Once Moores law or the essence of it comes to an halt, more effort will be put into making things more efficient.

Maybe that's even a bit too pesimistic. Cloud computing already gives companies incentive to focus on efficiency for cost saving and there is a growing trend to write simpler more performant software to replace existing tools, however not specifically in the general purpose computing space.
fuu_dev
·4 वर्ष पहले·discuss
Zigs makes cross compiling easier and is on par with c/c++ in terms of performance. There is no magic trick else just personal preference i assume.