HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nasso_dev

no profile record

Submissions

Deltarune Chapter 1 recreated as a EarthBound ROM hack

gamesradar.com
2 points·by nasso_dev·قبل 8 أشهر·0 comments

Tangled – Decentralized Git Forge on at Protocol

tangled.org
2 points·by nasso_dev·قبل 9 أشهر·0 comments

comments

nasso_dev
·قبل 8 أيام·discuss
[flagged]
nasso_dev
·قبل 10 أيام·discuss
uh oh... does anybody here have a divergence meter?
nasso_dev
·قبل 10 أيام·discuss
> On the Valve side, Rubikon continues to evolve and Dirk has developed optimizations (similar to those in Box3D) in a new engine called Ragnarok. Look for that in future Valve games.

wait....
nasso_dev
·قبل 10 أيام·discuss
or, maybe, as a form of protest? many people are actively against AI for ethical/moral/personal reasons, so they want to avoid using software made with it

you can see it sort of like making a list of vegan restaurants. you might not see anything wrong with other restaurants (they might even have vegan dishes) but to some people it makes all the difference because they get to choose who they support
nasso_dev
·قبل 15 يومًا·discuss
french radio "France Musique" aired it the other day, i don't know if its available outside of france though
nasso_dev
·قبل 19 يومًا·discuss
it's a bit of a shame that TFA does not mention that this is a non-standard API pushed by google only (all three editors of the draft are google engineers)

both Mozilla[1] and Apple[2] are opposed to it

encouraging people to build apps that only work in google web browsers actively harms the web and sends a signal to google that they can in fact keep doing this

[1] https://mozilla.github.io/standards-positions/#native-file-s...

[2] https://webkit.org/standards-positions/#position-28
nasso_dev
·قبل 22 يومًا·discuss
stopped reading when i saw the AI illustration. wholly unnecessary, and it feels insulting to be fed slop like this...

if you really want a fun drawing get a human artist to do it. it doesn't need to be complicated, for example https://www.code-cartoons.com/ is mostly just stick figures and does an excellent job

but you don't even need any of that, a mermaid diagram would have worked perfectly fine too. instead you chose to use a technology that is known to be harmful
nasso_dev
·قبل شهرين·discuss
interestingly, french speakers just have to pronounce "wero" as "nouro" for the same pun to work ("eux-ro" vs "nous-ro")
nasso_dev
·قبل شهرين·discuss
titling "Building for the Future" the announcement of a mass lay-off is disgusting and makes me sick to be honest

is this really the future we want to build?
nasso_dev
·قبل شهرين·discuss
are you saying c++ can be used as a basis for other projects whereas rust cannot? ...why?
nasso_dev
·قبل شهرين·discuss
it is indeed pretty weird. clippy has a lint against this iirc. it's recommended to just create a custom error type, even if its just an empty struct or a single-variant enum

this lets you implement `std::error::Error`, which you really should to make it less painful when you want to erase the type (`std::error::Error` is `dyn`-compatible)
nasso_dev
·قبل 4 أشهر·discuss
wow we're at ffmpeg 101 already? ffmpeg 8 felt like yesterday
nasso_dev
·قبل 4 أشهر·discuss
check out https://margin.at !
nasso_dev
·قبل 5 أشهر·discuss
im not an expert on a11y best practices, but id say an <img> tag with alt text is enough

for inline SVG, i read somewhere you can use <title> and <desc> to describe the SVG document, but i don't know how they work in practice
nasso_dev
·قبل 5 أشهر·discuss
this is super cool as an art form but ASCII art is an accessibility nightmare so please don't use it for docs unless you know what you're doing and have made it accessible in some other way
nasso_dev
·قبل 6 أشهر·discuss
they definitely are. im not sure why they did that, still pictures are okay too and much greener
nasso_dev
·قبل 6 أشهر·discuss
Aren't procedural macros amd build.rs arbitrary code being executed at build time?
nasso_dev
·قبل 6 أشهر·discuss
i like the points the article makes, but i really wish it used looping videos instead of actual GIFs

i don't really see any reason to use GIFs here; any widely available video codec like H.264, VP8/VP9 or AV1 will result in significantly smaller file sizes, look better, and will allow enabling controls for seeking and play/pause
nasso_dev
·قبل 9 أشهر·discuss
See also: https://vert.sh/
nasso_dev
·قبل 9 أشهر·discuss
Judging by the comments: was this project built by an LLM, posted here by an LLM, the replies to comments written by an LLM?

Is there even a human at any step or is this an agent running in the background with "go to HN front page" as its ultimate goal?