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
- 29 Comments
Brosplosion@lemm.eeto Games@sh.itjust.works•Which wired controllers, without batteries, would you recommend for PC?English3·3 months agoI have had a Power A Fusion for around 5 years now and I love it. Replaced the sticks after a couple years cause the rubber wore out, but no drift issues or anything. Though it depends how hard you are on controllers. I have some friends that basically destroyed theirs in a year or two.
Brosplosion@lemm.eeto Linux@lemmy.ml•What's with the move to MIT over AGPL for utilities?21·3 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?32·3 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
That’s not firing a veteran, that’s creating one
If you were 18 in 2002, you are 40 now. Plenty old enough to have a highschool aged kid.
Brosplosion@lemm.eeto No Stupid Questions@lemmy.world•How do I realistically get out of the US?12·5 months agoBadman* FTFY
Learn to code and you’ll wonder how in the hell some bugs even got created
I hate this one. Every time I pick up a knife it’s like “man you could totally slit your wrist and bleed out and die, wouldn’t that be wild??”
In NA folklore, wooly bears predict the winter weather
Brosplosion@lemm.eetoInsanePeopleFacebook@lemmy.world•I'm sorry for grandma of course but I like the 21 dollars in silver coins, sovcit.4·8 months agoThere’s a yearly limit for gifts at $18k in 2024.
135 is correct. Bottom intersection is 80/100, 180-35-100 = 45 for the top of the second triangle. 180 - 45 = 135
Brosplosion@lemm.eeto Linux@lemmy.ml•Linus Torvalds: Speaks on the Rust vs C Linux Divide3·9 months agoHave you actually ever used Ada? It’s like programming with handcuffs on.
Brosplosion@lemm.eetoData is Beautiful@lemmy.world•Heatmap of compound curse words used online. (sourced from reddit: 2006-2020)English6·10 months agoFucknugget is a good surprisingly used term
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.
Brosplosion@lemm.eeto Games@sh.itjust.works•Sony Doesn't Have Enough Original IP, Says Company LeadershipEnglish2·10 months agoI feel like a SOCOM revival is desperately wanted by the community, but the cost / earnings ratio isn’t good enough. They really mean “Wish we had some IP characters we could make a hero shooter with”
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.