HackerTrans
TopNewTrendsCommentsPastAskShowJobs

CameronNemo

no profile record

comments

CameronNemo
·3 yıl önce·discuss
I am personally not a fan of Forgejo relicensing (to AGPL). Makes the "soft fork" aspect so much harder, because anything contributed to Forgejo cannot be easily cherry picked onto Gitea.
CameronNemo
·4 yıl önce·discuss
Some may have realized that publicizing their net worth is both tacky and painting a target on their back.
CameronNemo
·4 yıl önce·discuss
Expression languages like Nix, Jsonnet, Dhall, and Cue are really nice in these situations.
CameronNemo
·4 yıl önce·discuss
This is, unwittingly, the most YAML-relevant comment in this thread.
CameronNemo
·4 yıl önce·discuss
Many parsers either default to YAML pre-1.2 or do not even expose a YAML 1.2 option. PyYAML has no 1.2 option, for example. So unless Ansible is using something other than PyYAML...

Relevant (open) PR: https://github.com/yaml/pyyaml/pull/555
CameronNemo
·5 yıl önce·discuss
They should really have trained models based on the license, so a GPL-2.0-only model, 2+, 3+, 3 only LGPL 2.1(+), CDDL, MIT, et cetera.

As it stands, the combined inputs leaves the model in the most murky of gray areas.
CameronNemo
·5 yıl önce·discuss
The arguments are already weak. The judicial precedent, however, is strong. Microsoft will continue to publish proprietary ML models and profit off them, at the expense of the corpus authors (us lowly laborers).
CameronNemo
·5 yıl önce·discuss
Agreed. I am considering relicensing all of my permissively licensed code because of this. The fundamental assumptions I had when releasing that code under a permissive license have been violated.
CameronNemo
·5 yıl önce·discuss
Personally, I make a distinction between legal and socially acceptable.

If one of the richest corporations on Earth can't be bothered to share patches for permissively licensed code that they use, I will gladly shame them.

It's a different story for a small shop with no legal department and wariness about being sued over its use of open source code.
CameronNemo
·5 yıl önce·discuss
Sometimes we have to deal with VMs admin'd by other people.
CameronNemo
·7 yıl önce·discuss
libbsd has strlcat and strlcpy.

or just use snprintf everywhere.