for the folks that have tried competitive programming, this is way too relatable
- 0 Posts
- 9 Comments
Cool, reminds me of Prezi (a webapp for presentations based on a similar concept)
mattreb@feddit.itto
Open Source@lemmy.ml•Is there any proprietary Android app for which you wish there would be an open-source alternative?
2·2 years agoWhich bridge do you use? do you self-host it?
Exactly, even when applied correctly, many projects will just not work with scrum. Managers that sponsor ONE approach have already failed…
The point is just differentiating your behavior between what you call a “bad” or a “good” junior.
And from experience the difference is whether the want to learn (regardless of their skill!!) or not (i.e are they passionate or it’s just a job?).
Passionate seniors gets frustrated when they try to teach bad juniors, but there is no point on doing that, the problem was just that the senior was not involved in the hiring process…
mattreb@feddit.itto
Open Source@lemmy.ml•What are some of the obstacles of making an existing game open source?
11·2 years agoI’ll add something which is not mentioned: Unreal Engine, one of the most popular game engines, is source available, but not open source. Many games modify it but its then impossible to release those sources. I’m guessing that it’s the same with many other engines…
mattreb@feddit.itto
Selfhosted@lemmy.world•Tarallo - selfhostable FOSS Trello alternativeEnglish
2·2 years agoNo there aren’t just disable it from tarallo_settings!
mattreb@feddit.itto
Programmer Humor@lemmy.ml•If you run this JavaScript function on the 31st of a month, the result will be a month off. The best part is that this is the intended behvaior. JavaScript is a cursed language.
4·2 years agoIt is a stupid way to implement it, but the called function is named setMonth()! The minus one is performed externally, so if you set February you expect February, validation should adjust the other fields…
Dont worry that’s not gonna happen. A collegue of mine use llms regularly for code reviews, but you have to put in the work to understand whether what they say makes sense and filter out false positives which are not occasional.