nekomusumeninaritai

joined 1 year ago
[–] [email protected] 1 points 11 months ago

I completely agree with you about motivation in isolation. I've been doing a bit more this past week, but I need to keep pushing myself to stay focused on the same project after a day or so. It was easier in college because I had more external motivation. I did have the idea recently that I could learn a bit of graphics and get a bit more motivation out of what I code. I'll probably stick with that for a couple of months because it is a fairly versatile skill to know how to tell the GPU to do things. Additionally, thank you for letting me know about the Out in Tech group. It sounds like it would be helpful.

[–] [email protected] 2 points 11 months ago

Thank you so much for replying and I'm grateful for your insight. In regards to your first point, it is interesting that it is not completely required to be an active contributor to get your foot in the door. I do think it would help with the substantive issue of being a bit rusty at coding and my confidence (as well as being a good thing to do), but it is good to know that there are differing opinions in industry about that.

I had the same impression as you in regards to the helpfulness of a degree. I had wondered how much I missed out by not going to a flagship state university or a well regarded private school, so knowing that some people view good grades at a mid-tier university as qualifying is helpful. It is also helpful to know that while not ideal, mediocre is at least acceptable in the beginning. I probably have been letting tropes about “genius tech founder” influence my perception of necessary qualifications. Even though intellectually I know that both not everyone is incredibly technically competent and that the trope is usually hype to attract VC funding.

Also, that roadmaps.sh site looks really helpful in that it shows the concrete skills necessary. Thanks!

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

I'd imagine you want something defined recursively like multiplication

  • ( 0x = 0 )
  • ( xy = x(y-1)+ x ) ( y > 0 ).

So it needs to be

  • ( x^0 = c ) (c is some constant)
  • ( x^y = xx^{y-1} ) (( y > 0 ) (to see why, replace multiplication with exponentiation and addition with multiplication). So what could ( c ) be? Well, the recursive exponentiation definition we want refers to ( x^0 ) in ( x^1 ). ( x^1 ) must be ( x ) by the thing we wish to capture in the formalism (multiplication repeated a single time). So the proposed formalism has ( x = x^1 = xx^0 = xc ). So ( cx = x ) hence ( c = 1 ), the multiplicative identity. Anything else would leave exponentiation to a zeroth power undefined, require a special case for a zeroth power and make the base definition that of ( x^1 ), or violate the intuition that exponentiation is repeated multiplication.

On an unrelated note, it'd be nice if Lemmy had Mathjax. I just wrote all this on mobile with that assumption, and I'm not rewriting now that I know better.

[–] [email protected] 2 points 1 year ago (1 children)

Thank you for the quick advice. I remember seeing something similar to the two years you'd mentioned when I was applying. The MS route scares me a bit because the CS degree itself is a second bachelors and I could imagine rationalizing pursuing more education because I'm scared of how the workforce would treat me. But I remember meeting a few people doing a Masters program for that reason, so could see taking that path if necessary.

[–] [email protected] 0 points 1 year ago (1 children)

I would've appreciated a trigger warning on the post since it uses a slur, but wow, it is amusing (I'm sure it'll be less amusing once I experience more overt transphobia).

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

They just said :wq in school, so thanks for the tip. Hard to believe it saves even when the file hasn't been changed if you use :wq. What is the use case for that? If the file gets changed in another program and you want to revert?? Edit: Just saw the comment about the modification times being updated.

12
Advice? (lemmy.blahaj.zone)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Hi, I'm not sure if this is the right community to ask this, but I got yelled at by my mom today for not having a job and I thought it might be worthwhile asking what sort of strategy I should pursue from a community of people with skills I would like to develop. I graduated with a bachelor's degree in Computer Science from a mid-tier state university in the US before the pandemic, but didn't really do anything to develop my portfolio. I had good grades and got two interviews for software engineer positions, but didn't get the job in either case. I didn't really care too much. I was still an enby egg and everything felt off, so I never looked very hard. When the pandemic happened, it made finding a position out of the question because my parents are high risk. Unfortunately, I have had trouble developing a portfolio. I don't know if my education is lacking or I missed something or it is my ADHD or I am just not talented and got fooled into thinking I was okay by grade inflation, but I could never focus for long enough to figure out anyone's project and make a contribution. I did a bit of Cracking the Coding Interview, but got bored a chapter or two in and haven't gone back to it in a while. So I guess specifically my questions are:

  1. Am I correct in trusting the common advice to contribute to open source projects to build a portfolio?
  2. If so, how do you figure out how to gauge your skill level so that you pick the right projects to contribute to? 2a. How long does it take you to get up to speed on a new project before you feel comfortable contributing? How long did it take before your first job?
  3. Am I correct in thinking that any credit I get from employers from having a CS degree is strongly outweighed by 5 years of not having a job and no contributions?
  4. Should I consider looking into the resources I (and my mom) have heard about offering autistic people help getting into technical fields? I don't think my autism is that bad, and I'm not particularly talented either, so I'd dismissed these for the most part.
  5. How do I avoid positions that don't either build my skills or lead to a career?
  6. I am prescribed and taking medicine for ADHD. Is there anything I can do beyond that? My mom has talked about hiring a “life coach,” but it has always sounded like a good way to spend money for no benefit.
  7. How do I motivate myself when I'm probably mediocre and will be treated like shit if I “succeed?”
  8. Am I thinking about this all wrong somehow?
  9. What are the best resources for someone in my position? Despite how it may sound, I am willing to put a fair bit of effort into self-improvement, it has just been spread far too thin because of the ADHD.
[–] [email protected] 1 points 1 year ago

You must know my parents 😅

[–] [email protected] 11 points 1 year ago

Whoops, looks like someone forgot to make the base juice class abstract…

[–] [email protected] 1 points 1 year ago

That's certainly true. I'd still say that for the online stores, for which that policy applies, there isn't a lot of upside to preordering. Because the purchase is digital, you will always be able to get a copy on release day (unless the publisher artificially limits how many games it will sell, but I've never heard of a publisher doing this).

[–] [email protected] 19 points 1 year ago (3 children)

Financially, preorders without a “preorder bonus” are a zero interest loan to the developer. Preorders with the “preorder bonus” are a loan with the bonus as interest. Even if the game were guaranteed to be good, you could most likely be doing something better with the money until it comes out. Since the game is not guaranteed to be good, it is a risky loan as well. Without any of the protections you get when you make an actual loan.

[–] [email protected] 4 points 1 year ago

It's also helpful to note that “shell builtins” don't typically have man pages (at least for BASH). You can find help on these commands by typing [builtin name] --help or looking in the shell's man page or info doc (no one told me when I was learning, so I got confused as to why some of the more common commands didn't have man pages)

[–] [email protected] 2 points 1 year ago

She seemed pretty cool. I can't tell if the gender envy or the competence envy (for lack of a better word) was strongest

47
cat /dev/null (lemmy.blahaj.zone)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Description: Cat illustration from Japanese fine print in void with cat /dev/null written below in a monospace font.

I guess you could say this meme is… a copycat.

Yes, normally you'd redirect it to do something useful. But I'm not editing it.

edit:remove duplicate photo

edit2: Silly me for thinking that Lemmy was smart enough to grab the first body photo as its thumbnail. Also set language.

 

Decision matrix for options “believe in god” and “don't believe in god” and outcomes “god exists” and “god doesn't exist” with equal probability, and with finite values in every cell except for the cell corresponding to the option “believe in god” and the outcome “god exists.” An additional column shows the expected value to be positively infinite for belief in god and finite for disbelief in god. Scrawled in the upper lefthand corner is “My wager, Blaise Pascal” in a playful light blue cursive meme font. In a red impact meme font, a teacher wrote “INCOMPLETE SEE ME AFTER CLASS” and below the teacher has written a third column corresponding to outcome “Anti-God Exists” with 0.000001% probability, with a negatively infinite utility assigned to “believe in god,” and a positively infinite utility assigned to “don't believe in god” and a corrected Expected Value column showing an indeterminite utility for the first option and a negatively infinite utility for the second. I was just was reading the CC-BY-NC licenced textbook “Learning from Arguments” by Daniel Korman and remembered an old episode of the 80,000 Hours podcast (yes, the show that infamously gave the softball interview to SBF) discussing the problems with allowing infinite utility and figured it would be useful to spread this idea since not all refutations of Pascal's Wagerare as definitive. The argument defeats itself because even if the probability of an anti-god reversing utilities that god assigns is infimitessimal, Pascal's Wager shows that it too must be taken seriously. You can only believe in god if you somehow assign a 0 probability to anti-god but not to god or reject Pascal's argument.

 

cross-posted from: https://lemmy.blahaj.zone/post/97118

Accessibility text :Pictured is a slide from a presentation at a hacker conference with a bullet point reading “We can smash the stack” highlighted and the presenter wearing cat ears and holding a plushie fox. Added to the screenshot of the presentation is the aforementiomed highlighting as well as the warning “KEEP YOUR MEMCPY SIZES VALIDATED OR CATGIRLS WILL SMASH THE STACK, NYA” written in a pink all-caps impact-style font clone.

Edit: Meme photo wasn't visible when the link to the actual talk was in the url field, so I'm moving it here: https://media.ccc.de/v/gpn21-16-breaking-the-black-box-security-coprocessor-in-the-nintendo-switch-a-story-of-vulnerability-after-vulnerability

Edit 2: It still wasn't visible, so I had to add the photo url. I'm new 😁

24
Catgirls, smash the stack (lemmy.blahaj.zone)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Accessibility text :Pictured is a slide from a presentation at a hacker conference with a bullet point reading “We can smash the stack” highlighted and the presenter wearing cat ears and holding a plushie fox. Added to the screenshot of the presentation is the aforementiomed highlighting as well as the warning “KEEP YOUR MEMCPY SIZES VALIDATED OR CATGIRLS WILL SMASH THE STACK, NYA” written in a pink all-caps impact-style font clone.

Edit: Meme photo wasn’t visible when the link to the actual talk was in the url field, so I’m moving it here: https://media.ccc.de/v/gpn21-16-breaking-the-black-box-security-coprocessor-in-the-nintendo-switch-a-story-of-vulnerability-after-vulnerability

view more: next ›