HN user

gardenrewind

10 karma
Posts0
Comments7
View on HN
No posts found.
AirPods Max 6 years ago

Those are all the same traits that the current Airpods Pro have. The new parts are form factor / additional microphones / etc

Did Azure Notebooks have anything proprietary beyond Jupyter notebooks? If not, not a huge deal - can still take away all of your content and rerun elsewhere :)

How do you enforce GPL in China? Is it enforceable at all?

GPL violations are rampant, of course. Both ship Linux with no license text (even though UHE265-1-Mini comes with a paper manual) and no source in sight. Both ship FFmpeg, although URayTech has configured it in LGPL mode, unlike LinkPi, which has a full-on GPL build and links to it from various proprietary libraries. (URayTech ships busybox; I don't think LinkPi does, but I could be mistaken.) LinkPi's FFmpeg build also includes FDK-AAC, which is GPL-incompatible, so the entire shebang is non-redistributable. So both are bad, but the ENC1 is definitely worse. I've sent a request to support for source code, but I have zero belief that I'll receive any.

They charge you for _egress_ not ingress (and only for AWS Shield Advanced).

Standard: free; only pay AWS egress charges. Advanced: $3K/yr + ~$0.05/GB data out

So blocking 3Tbps costs nothing additional to the user.

Long-time python programmer: we could do a better job with bootstrapping projects. `create-react-app` and `create-probot-app` set up complete projects for ya. How great would it be to have a project skeleton with black + poetry + mypy with everything hooked together?