One of my math professors would always ask if people wanted an open book take home exam or an in person exam. Those who had taken his classes before knew to never vote for the take home open book, but were always outweighed by the new folks. Hardest exams I took in college by a large margin
- 0 Posts
- 17 Comments
Brosplosion@lemm.eeto Linux@lemmy.ml•What's with the move to MIT over AGPL for utilities?2·5 months agoLike 80% of the top 10 most contributed libraries on github are either MIT, Apache, or BSD. I think you underestimate how many corpo folks do contribute or wholly support open source libraries.
Brosplosion@lemm.eeto Linux@lemmy.ml•What's with the move to MIT over AGPL for utilities?3·5 months agoI write code for a living. I cannot, by any means, utilize a GPL library to support the needs of our customers and will either have to write my own replacement or dig to find something with less restrictions like MIT.
On many occasions, we will find bugs or usage gaps or slowdowns that can get pushed back to the MIT licensed open source cause we were able to use it in the first place. If your goal is to make sure your library gets used and gets external contributors, I don’t see how GPL helps the situation as it limits what developers can even choose your library in the first place. If your goal is spreading the ideology that all software should be free, go keep banging your drum for GPL.
Is it an accelerator? Or is it a jerk pedal? Technically the gas pedal controls the change in acceleration, right?
I definitely have friends
Brosplosion@lemm.eeto politics @lemmy.world•Multiple D.C. LGBTQ+ bars pull Jack Daniel's orders over distiller's retreat from diversity & inclusion2·5 months agoNo there aren’t. Presidential election shows that
Brosplosion@lemm.eeto politics @lemmy.world•Judge told Trump and Musk to follow the law for a week. They’re calling it tyranny.3·6 months agoThey can send the federal marshalls which are under the direct command of the DOJ
Learn to code and you’ll wonder how in the hell some bugs even got created
The qtr pounder $5.39 is shorter than the oreo $4.49
In NA folklore, wooly bears predict the winter weather
Brosplosion@lemm.eeto politics @lemmy.world•Wait... What? Folks In Red States Google Searched 'How To Change My Vote' In Droves After Trump's Victory4·9 months agoWhy are you here then
Brosplosion@lemm.eeto Linux@lemmy.ml•Linus Torvalds: Speaks on the Rust vs C Linux Divide3·11 months agoHave you actually ever used Ada? It’s like programming with handcuffs on.
You are correct. Technically a snapshot, but unmodified files are not duplicated from the previous. Imho that is one of the key things to understand about how git works ( and why rebasing and branch manipulation works so well)
To piggyback, the true main difference is svn stores commits as snapshots and git commits are deltas from previous. This is why git is depicted as a tree since it’s inherently a node-based structure.
Might sound odd, but I loved Dark Arena. Basically a Quake-esque FPS but for the GBA.
Battle Chasers: Nightwar
Runs pretty well on the deck and the turn based-ness of combat lends well to pick up and play
Brosplosion@lemm.eeto Programmer Humor@programming.dev•Stop comparing programming languages25·1 year agoMost of the Linux kernel is written in C
Ehh moreso that the expectations of the student with all possible resources available are much higher than an in person exam from rote. Some proofs on the in person exam would be trivial as they were similar to ones in the textbook. Take home proofs could go several pages and require you to extrapolate from what was learned so far.