HN user

ormax3

65 karma
Posts1
Comments35
View on HN

The above manifesto makes the argument to use UTF-8 *everywhere*, even on windows where the internal representation is not native utf8.

The conversion overhead is really negligible: https://utf8everywhere.org/#faq.cvt.perf

(note: the two api calls per conversion is because how those specific functions work, first call to get the size to allocate, second to do the actual conversion, but you can always use another library in the implementation for the utf8<->utf16 conversion that might be more optimized than those windows api functions)

DALL·E 3 3 years ago

SD is uncensored, you can generate anything you want with no "safety" rails to stop you.

Just take a loot at civitai to see the kind of finetuned models that are out there.

given the proliferation of electron-based desktop apps, which are known to be resource heavy, making various so libraries smaller is indeed a welcome improvement.

What really does itch.io or Steam offer in the way of protection if a developer wants to be malicious anyway?

more eyes; if a game contained some kind of malware, there will likely be reports made on the game discussion page (hosted on steam), and game will likely be taken down with enough complaints

i've seen this happen before when some random game added a cryptominer in a silent update

https://northflank.com/docs/v1/application/billing/project-t...

You can have one free project on your user account, and the resources you create within it will be limited. You will not be billed for any usage within a free project, but you must add a card to your account for verification first.

not having to add credit card info before using the free tier is one of the main reasons for Heroku being so popular with students and toy projects, truly a friction-free experience.