HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fuu_dev

no profile record

comments

fuu_dev
·2 years ago·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 years ago·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 years ago·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 years ago·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 years ago·discuss
There is a project like this: https://github.com/darlinghq/darling
fuu_dev
·3 years ago·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 years ago·discuss
The thought process of apple is that every saved person is worth whatever cost it might have especially if you as a company don't get to carry it. And the topic is fairly hard to discuss given that justification. You only need one single case where the feature was helpful to win the argument.
fuu_dev
·4 years ago·discuss
I think the bug tracker around jpegXL support showed high interest and support for it already².

Having it opt-in also does means most websites can't use it given that the vast majority of their userbase are on default settings.

2: https://bugs.chromium.org/p/chromium/issues/detail?id=117805...
fuu_dev
·4 years ago·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.