HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fuu_dev

no profile record

comments

fuu_dev
·vor 2 Jahren·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
·vor 2 Jahren·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
·vor 2 Jahren·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
·vor 3 Jahren·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
·vor 3 Jahren·discuss
There is a project like this: https://github.com/darlinghq/darling
fuu_dev
·vor 4 Jahren·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.