HN user

miclill

175 karma
Posts6
Comments49
View on HN

The operate on less than 100_000€/year, so I would cut them some slack ;-) btw. codeberg is not a company, more like a foundation, Verein is the german word.

I recently heard the argument that the license-friction of copyleft sometimes is actually a good thing. Think linux kernel that arguably is more successful than all the BSDs combined (citation needed)...

OpenBSD 7.8 9 months ago

Not sure if wifi and bluetooth work though?:

since:

o Implement support for "vmmc-supply" in sdhc(4), needed to power on the WiFi chip on the Raspberry Pi 5.

The End of Finale 2 years ago

This is just a guess, but maybe the struck a deal with Steinberg that does not allow them to do this?

"More insightful" is too gentle. At best the chart is misleading. But the _mistake_ to not adjust money for inflation is very common unfortunately...

I guess only time will tell.

AV1 is supposed to be 30% better than HEVC and they claim H.266 is 50% better than HECV. This would mean that H.266 is roughly 30% better than AV1. By better I'm always referring to the bandwidth/space needed.

But take this with more than a grain of salt since bandwidth/space are only one of many things that matter and also these comparisons are dependent on so many things like resolution, material (animatic/real), etc. etc.

Firefox 78 6 years ago

When did you last try Firefox? Chrome may still be better sometimes but Firefox improved a _lot_ recently.

First, it’s important to learn plain JavaScript.

Don’t depend on a library of shortcuts. JavaScript will be around for many years, while libraries and frameworks come and go every year.

I agree with the last part but this is not necessarily a sufficent reason to not learn via a framework or library. I'd say it depends on the circumstances, what you want to achieve by learning JS and also what type of a learner you are.

Great write up. One thing I would add is how pipes do buffering / apply backpressure. To my understanding this is the "magic" that makes pipes fast and failsafe(r).