HackerTrans
TopNewTrendsCommentsPastAskShowJobs

CameronNemo

no profile record

comments

CameronNemo
·há 3 anos·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
·há 4 anos·discuss
Some may have realized that publicizing their net worth is both tacky and painting a target on their back.
CameronNemo
·há 4 anos·discuss
Expression languages like Nix, Jsonnet, Dhall, and Cue are really nice in these situations.
CameronNemo
·há 4 anos·discuss
This is, unwittingly, the most YAML-relevant comment in this thread.
CameronNemo
·há 4 anos·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
·há 5 anos·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
·há 5 anos·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
·há 5 anos·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
·há 5 anos·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
·há 5 anos·discuss
Sometimes we have to deal with VMs admin'd by other people.
CameronNemo
·há 7 anos·discuss
libbsd has strlcat and strlcpy.

or just use snprintf everywhere.