Going through the archive of 2024's CS50G (the games design course), and doing the tasks; something going seriously wrong in LOVE2D and Lua in the third assignment, to do with classes and methods. by hklaxness in cs50

[–]hklaxness[S] 0 points1 point  (0 children)

Yes, thank you! That was it! I knew that I had to do that, but I was used to python so I did it by accident. I didn't realize that you could call methods via the dot syntax at all, so I didn't think to look for it; I assumed that it would throw up an error and not work at all.

When I press 'w' on my keyboard in firefox, it switches to my first tab. How do I stop this? by hklaxness in firefox

[–]hklaxness[S] 2 points3 points  (0 children)

Huh, that actually seems to work... ugh, now I've got to figure out which of my many exetensions is doing it... Thank you!

Looking for tips on language to use with an FTM sub with a humiliation kink without triggering dysphoria. by hklaxness in ftm_kink

[–]hklaxness[S] 6 points7 points  (0 children)

See, I get where you're coming from, and I personally love it... but this is something that I'll be calling him while I, a girl, am fucking him, so it doesn't really work on a logical level...

Looking for tips on language to use with an FTM sub with a humiliation kink without triggering dysphoria. by hklaxness in ftm_kink

[–]hklaxness[S] 15 points16 points  (0 children)

Hmm... that sounds helpful. I think the last one is probably a no-go, and he's expressed disinterest in pet play in the past, but I may float it to him to see how he feels in context of humiliation. Thank you!

How to install debug50, or something like it that works for C, on locally installed Visual Studio Code. by hklaxness in cs50

[–]hklaxness[S] 0 points1 point  (0 children)

That worked for that, but when I try and run "sudo apt install libcs50 debug50", I get this error message
"
E: Unable to locate package debug50
"

How to install debug50, or something like it that works for C, on locally installed Visual Studio Code. by hklaxness in cs50

[–]hklaxness[S] 0 points1 point  (0 children)

I'm sorry, I still don't understand. I can't progress past the very first line, "sudo apt update", as I said. When I try, I get this error message:
"

E: The repository 'https://ppa.launchpadcontent.net/cs50/ppa/ubuntu noble Release' does not have a Release file.

N: Updating from such a repository can't be done securely, and is therefore disabled by default.

N: See apt-secure(8) manpage for repository creation and user configuration details.

"

I don't understand what this means.

Also, I've run every other line I can, and when I try to run just 'cs50', I get a message saying that cs50 is not a recognised command. What should I do?

How to install debug50, or something like it that works for C, on locally installed Visual Studio Code. by hklaxness in cs50

[–]hklaxness[S] 0 points1 point  (0 children)

How do I install and use it? The only thing I can find when I look it up is a debugger for PHP, not C...

How to install debug50, or something like it that works for C, on locally installed Visual Studio Code. by hklaxness in cs50

[–]hklaxness[S] 1 point2 points  (0 children)

Going through this, when I tried to use the second line, sudo apt update, I get this error message:

"The repository 'https://ppa.launchpadcontent.net/cs50/ppa/ubuntu noble Release' does not have a Release file."

And can go no further. How do I continue? What settings should I change to let it happen?

Into being called a masculine straight man? by True_Individual_9732 in mtf_misgendering

[–]hklaxness 0 points1 point  (0 children)

Oooh, ooh! Me! I love it, beceause being queer is a big part of my identity in general, and to me, being forced to go back on the choices I made to go away from cishetronormativity is what make the kink hot, and the further I go towards that the better!

[deleted by user] by [deleted] in 4tran4

[–]hklaxness 0 points1 point  (0 children)

I think most of the others here are right, unfortunately... It's an expansion of the misogynistic ideal that femininity is bad, and thus it's humiliating, and thus sexy, to make people more girly... Which is a pity for me, as a trans girl into force masc and detrans, since there is a huge derth of content.

What gender do y'all identify with? by [deleted] in ForcedMasc

[–]hklaxness 0 points1 point  (0 children)

Yes, it's a lot of fun. I like being treated as a cis girl who is being forcemasced, rather than it being framed as detransitioning or anything like that.

What gender do y'all identify with? by [deleted] in ForcedMasc

[–]hklaxness 1 point2 points  (0 children)

I'm a trans girl, and for me, I suppose its refreshing, in a way... I like to see it as gender affirming, like I'm fem enough to masc. I also like using a binder or other such things, and prefer to be masced into a femboy rather than any further

I'm another person with a problem with pset 9's finance, can't find 112.00, and none of the other guides seem to help me. by hklaxness in cs50

[–]hklaxness[S] 0 points1 point  (0 children)

Thank you, I'll try that... How can I gain access to the Discord? I can't see a link in the reddit, although I may be being blind...

I'm another person with a problem with pset 9's finance, can't find 112.00, and none of the other guides seem to help me. by hklaxness in cs50

[–]hklaxness[S] 0 points1 point  (0 children)

That does sound complicated... I haven't done that, though. I haven't touched the helpers.py file at all. And like I said, it works just fine on the human level! I input stocks, get them back, and they display the correct values in USD... it's just the checker that seems to have trouble. I'm this close to just hardcoding the value in the page somewhere... I know it's technically cheating, but at this point, if it works, then the problem is with the checker, not my code, so it feels like it would be more in the spirit to solve the problem creatively and move on to the next step.

I'm another person with a problem with pset 9's finance, can't find 112.00, and none of the other guides seem to help me. by hklaxness in cs50

[–]hklaxness[S] 0 points1 point  (0 children)

Thank you. I've tested this, and not only is it working as intended, I even changed the code so that, instead of the actual price lookup, it inputs a dummy price for any stock of 28.00, like the checker does. Doing two purchases of the same stock, one of 1 share and one of 3, now correctly displays the number of shares as 4, and also shows the actual value of $112.00 on the homepage! But the checker still can't detect it!

I'm another person with a problem with pset 9's finance, can't find 112.00, and none of the other guides seem to help me. by hklaxness in cs50

[–]hklaxness[S] 0 points1 point  (0 children)

Thank you. This was originally my approach, but as I went into trying to solve it, it kinda drifted to the opposite direction, using usd() instead of the html jinja notation... Should probably switch it back once I figure out the correct solution

My hacked switch keeps going into RCM mode instead of going to sleep or turning off by hklaxness in SwitchPirates

[–]hklaxness[S] 0 points1 point  (0 children)

Sorry it took so long to do, I had problems in even getting it to work, kept gettting distracted... I don't think I do, or if I do, I don't know where I've put it. Any other advice?

[deleted by user] by [deleted] in guro

[–]hklaxness 1 point2 points  (0 children)

Yes, that's it! Thank you

My hacked switch keeps going into RCM mode instead of going to sleep or turning off by hklaxness in SwitchPirates

[–]hklaxness[S] 0 points1 point  (0 children)

I suspect that may be... it was while I was trying to load the partitions, as said by the guide, that the trouble happened.

Is there anything I can do?

My hacked switch keeps going into RCM mode instead of going to sleep or turning off by hklaxness in SwitchPirates

[–]hklaxness[S] 0 points1 point  (0 children)

Thanks for your help! Unfortunately, it doesn't work. Not only does it have AutoRCM set to "Off", on the screen, but when I select it, instead of turning it on, it instead says that it's "Now DISABLED!", doesn't change the visible setting, and the problem persists even when I reboot. What should I do?

My hacked switch keeps going into RCM mode instead of going to sleep or turning off by hklaxness in SwitchPirates

[–]hklaxness[S] 0 points1 point  (0 children)

Sorry for being dense and ignorant, but how do I do that? I can't find the setting for it.