HackerLangs
TopNewTrendsCommentsPastAskShowJobs

nasso_dev

no profile record

Submissions

Deltarune Chapter 1 recreated as a EarthBound ROM hack

gamesradar.com
2 points·by nasso_dev·vor 8 Monaten·0 comments

Tangled – Decentralized Git Forge on at Protocol

tangled.org
2 points·by nasso_dev·vor 9 Monaten·0 comments

comments

nasso_dev
·vor 8 Tagen·discuss
[flagged]
nasso_dev
·vor 10 Tagen·discuss
uh oh... does anybody here have a divergence meter?
nasso_dev
·vor 10 Tagen·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
·vor 10 Tagen·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
·vor 15 Tagen·discuss
french radio "France Musique" aired it the other day, i don't know if its available outside of france though
nasso_dev
·vor 19 Tagen·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
·vor 22 Tagen·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
·vor 2 Monaten·discuss
interestingly, french speakers just have to pronounce "wero" as "nouro" for the same pun to work ("eux-ro" vs "nous-ro")
nasso_dev
·vor 2 Monaten·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
·vor 2 Monaten·discuss
are you saying c++ can be used as a basis for other projects whereas rust cannot? ...why?
nasso_dev
·vor 2 Monaten·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
·vor 4 Monaten·discuss
wow we're at ffmpeg 101 already? ffmpeg 8 felt like yesterday
nasso_dev
·vor 4 Monaten·discuss
check out https://margin.at !
nasso_dev
·vor 5 Monaten·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
·vor 5 Monaten·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
·vor 6 Monaten·discuss
they definitely are. im not sure why they did that, still pictures are okay too and much greener
nasso_dev
·vor 6 Monaten·discuss
Aren't procedural macros amd build.rs arbitrary code being executed at build time?
nasso_dev
·vor 6 Monaten·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
·vor 9 Monaten·discuss
See also: https://vert.sh/
nasso_dev
·vor 9 Monaten·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?