Live data from Hacker News

20×10%

lars.ingebrigtsen.no

61–65 of 65 posts

Re: 20×10%

#61
post #35

Earlier quoted context omitted.

They don't "owe" anything to "open source community". The licenses under which the software was made available more or less states that. There are incentives to open source platforms so that they can build applications on top, support projects so that they can steer them etc. but they don't owe anything to the original developers.

I think the comment you're replying to is suggesting they morally owe it, the way you owe a thank you to someone who does something nice for you, not that they legally owe anything (example to demonstrate the type of "owe", not to suggest that a thank you is all that's owed). That's how I feel, at least.

I understand that. And that kind of debt makes sense in individuals. For a corporation (especially a large one), there is no single code of morality (either religious, social or anything else) that animates it except the bottom line. I submit that even "culture" and things which have a social angle are done specifically because they are profitable in the long term.

From that perspective, taking software that has been expressly allowed (in black and white) to be used with more or less no restrictions and without any need to give back is perfectly fine (and in some sense, even moral) as far the corporation and the code by which it functions is concerned. That's how I see it.

If the open source movement is interested in being sustainable etc., the licenses should bake in some kind of clause that incentivises the companies to pay back either monetarily or with effort. Of course, that would hurt their adoption so they choose not to but if they do that, they can't really complain when companies just take their work and use it many times without even an attribution.

Re: 20×10%

#62
post #60

Earlier quoted context omitted.

In that case, VS Code is also an operating system

I think Emacs goes a little further than VS Code, I don't think it has an X11 window manager, for example.

No, but VS Code has its own "window manager" that programs (extensions) can use

Re: 20×10%

#63
post #44

Earlier quoted context omitted.

hmmm. I'm a regular emacs user w/ Doom configuration on top of emacs. I love emacs and I use it exclusively, however it does crash sometimes for me. It's enough to notice, but not enough for me to care.

What surprised me about the article was how many features emacs has. Seems they want to do a lot outside of text editing?

emacs really is just an interpreter for emacs lisp. it does whatever you program it to do. it happens to come pre-programmed as a text editor from the "factory".

The beauty of emacs is how easy it is to modify it. Lisp is the easiest syntax to learn, emacs hides nothing from the user, and the user can override or add whatever they wish. It really is a proper example of free and open software. To add to this, it's all very well documented, and everything you need to develop (for) emacs is in emacs itself.

Re: 20×10%

#64
post #46

Earlier quoted context omitted.

> Hacktoberfest is an October-long celebration to promote contributions to the free and open-source software communities. In 2020, participants were encouraged to submit four or more pull requests to any public free or open-source (FOS) repository, with a free "Hacktoberfest 2020" T-shirt for the first 75,000 participants to do so. The free T-shirts caused thousands of frivolous pull requests on FOS projects. A large…

It's a good resume filter though. "Hacktoberfest" => No Hire.

This is a ridiculous idea; if anything goes on to show how random hiring processes are imho. Check the contributions obviously but why flat out say "you joined a hackathon we don't like your kind here"?

Re: 20×10%

#65
post #59
post #2

My previous employer used to plan "express checkout" weeks for developers. In between two larger projects, you'd get the chance to spend two weeks doing nothing other than picking low-hanging fruits off the bug-tracker tree. It worked miracles, with minor-but-irritating bugs getting solved much faster, and with features for niche groups getting implemented as opposed to laying in wait for a bigger project it would th…

Love this idea. How many total weeks of the year be spent in such a way on average?

It varied, but it was often 2 weeks after a 3-6 month project. Not a lot, but enough to really make a dent in backlogs.
Post reply on HN