• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle
  • I see where you’re coming from, but would like to add some nuance (not everywhere is like the US).

    As a general rule, I think penalising malicious fraud (i.e. fraud not committed out of dire necessity, but in order to scrape an extra buck) is worth it on a societal level, even if the economic benefits aren’t a net positive. It’s about sending the message that we live in a society where people need to treat each other fairly, and where we can trust the system to protect us. Even if society as a whole loses money going after some of this fraud, it can mean an enormous amount to the individuals that have been exposed to fraud to know that society has their back.

    On the second level, there’s welfare fraud. First of all, we definitely have a more generous welfare system where I’m from than what’s found in the US, and I think that’s a good thing. We also have some issues with people that are capable of working, or who do work under the table, who still claim benefits they aren’t qualified for. The major issue I see with it is this: By gaming the system, these people in the long term threaten to make the system unsustainable, thus stealing resources and putting pressure on the people the system is actually designed to help.

    In a way I see actual welfare fraud (i.e. people with more than enough resources gaming the system to pull government money they don’t need) as worse, because they’re violating the trust of a system society has put in place to help the most exposed among us. This kind of fraud indirectly impacts the least resourceful (possibly a poor translation) people in our society.

    In either case, I think the social element of fighting fraud is worth it, even if it is a net negative economically. Fraud in general is a severe violation of the social contract we live under, and “letting it slide” contributes to eroding peoples trust in both each other, and the social system as a whole. It’s worth spending some money to prevent that.






  • I am/was in the same boat as you: For a long time, I just didn’t care that I was giving away a bunch of information in return for convenience, and didn’t get why people cared so much.

    I don’t really know what triggered it, but at some point I became painfully aware that the only goal these companies have is to squeeze every possible penny out of selling me. I started noticing that the stuff they ask you to confirm is 95% stuff they want because they can sell it, or use it to get you hooked to their service, and 5% (at best) stuff they need to make the service good for you.

    This triggered a change in my perspective: Now it pretty much makes me sick to my stomach to think about all the companies that are drooling over me, trying to make a buck by getting me to click something I’m not actually interested in, or don’t actually need.

    These people have a vested interest in manipulating me, and by giving them my data, I’m giving them the tools to do it. I don’t want to be manipulated or sold as a product: That’s what made me start caring about protecting my data.


  • This will sound dumb, but I’m saying it sincerely.

    I’ve had similar issues (without getting into details), but what worked for me was getting outside a couple times a week. By that I mean bringing a tent or hammock + tarp and sleeping outside a couple nights a week on workdays.

    To be specific: I sleep outside Monday-Tuesday and Wednesday-Thursday. On those days I also make my dinner at my campsite. What I’ve found is that my brain goes into a much more “primal” state of “monke outside in cold, monke get shit done”, and that it propagates into my day and week.

    The barrier to this is of course actually going outside, but I’ve been able to get to a place where I have a “deal with myself” about those two nights a week. I always have my pack ready, so it’s just about grabbing it and heading out- I think that’s key.

    I’m not saying this is a solution for everyone, but it’s done wonders for me. As of now, I get restless and feel bad if I’m in a situation where I can’t get outside at least once a week. It brings me a peace of mind and will to get stuff done that nothing else can.


  • A protein is like a really long chain of simple monomers (amino acids), that you can think of as a long string of differently coloured beads. The ordering of the beads somewhat determines how the protein functions, but the major factor that determines it is how this long string is bundled up, i.e. “folded” (think of a ball of yarn).

    A DNA sequence tells us the sequence of the amino acids in a protein, but tells us nothing about how it is folded. It is of great interest to compute how a protein will fold, given its sequence, because then we can determine how and why it works like it does, and use gene-editing techniques to design proteins to do the stuff we want. This requires huge amounts of computational power, so you get the fold@home project :)

    Thanks for contributing!





  • I definitely agree that breaking best practices in a way that could lead to UB or hard-to-find bugs should give point deduction. The sole requirement shouldn’t be “write standard compliant code”.

    However, a test does not simulate a real-world development environment, where you will have time to look through your code with fresh eyes the next day, and maybe even have someone review your code. The only thing a test reasonably simulates is your ability to solve the “thinking” part of the problem on your own. Thus, deducting points for trivial stuff that would 10/10 times be caught, either by the compiler, the developer or the reviewer, but isn’t “strictly correct” just seems pedantic to me.

    To be fair, other than the example by OP I have a hard time coming up with things that wouldn’t be either caught by the compiler or are very bad practice (which should give point deduction).



  • I have a masters degree in materials chemistry and engineering. When people find that out they often say stuff like “I could never understand that” or similar.

    I am of the firm belief that I could teach anyone everything I know given enough time and motivation. The thing is, I don’t think there’s anything special about me that makes me capable of doing what I do, other than thinking chemistry is extremely interesting. I don’t have a more capable brain or anything. I’m just a bit of a nerd.

    I absolutely agree that way too many people have the misconception that you have to be “special” to do a lot of the things many people find hard. It’s all about being interested enough to spend time learning it.