computational linguist more like bomputational bimgis

  • 0 Posts
  • 20 Comments
Joined 6 months ago
cake
Cake day: April 2nd, 2024

help-circle







  • It would be a pain for developers, but firefox and chrome using a gig of ram to view webpages and play videos is horrendous even with isolated design.

    That can’t be helped. Hard to explain well without knowing how much CS you’re familiar with, but basically in order to guarantee security/user safety you have to sandbox each tab (basically running an entirely separate container program for each tab which constantly checks for illegal memory access to prevent it from being exploited), all separately running their own interpreters for javascript/typescript, HTML, CSS, all of which are very resource intensive (mainly javascript/typescript). There’s not really any getting around this, no matter how well you design your browser.

    Now, theoretically, with the growing popularity/advances in WebAssembly, and increase in usage of frameworks/graphics APIs like WebGPU, you could completely get rid of that sandboxing and completely get rid of the extremely slow javascript and html/css, in favor of completely using safe, compiled Rust programs. There’s active research using versions of WASM which only accept completely safe code (mainly safe Rust code) so using memory bugs generated from user error to access data in different tabs becomes impossible (aside from potential unaddressed bugs in Rust itself obviously) and you don’t need to sandbox each tab – the program practically sandboxes itself. Then you could potentially have browsers with thousands of tabs perform perfectly fine, assuming each of the websites is programmed competently.

    But that’s not going to happen, because billions of users rely on HTML/CSS and JS, and it’s not pretty to transition away from. Getting rid of it would be like getting rid of pointy shoes, or getting rid of US Customary Units in the US, it’s just not happening no matter how much benefit it would bring to users. It’s not so much of a browser company issue as it is everyone ever would complain and potentially trillions of dollars of damage would be done. Also frontend web devs can barely punch out a “hello world” program in JS so there’s no way most of them are gonna be touching Rust or Haskell or something.


  • Trap is a slur, especially used often by weebs. Describing gender non-conforming characters who look feminine as “traps”, including many canonically non-binary and woman characters, is pretty fucked up when you think about it. To them, “traps” and genderqueer people in general are sex objects, not characters with respectable identities. Most of the weebs that throw that word around are also the ones to do trans erasure, like denying that a character is transgender or otherwise gender non-conforming, instead treating any character implied not to be AFAB as a man; and then often ironically going crazy defending it as “not gay” because that’d be bad – there’s a reason “traps aren’t gay” is a meme, and it’s an unironically defended position by these people. They convince themselves it’s not gay by reducing queer people & characters down to sex objects, things to masturbate to, rather than people. If you don’t see them as an equal person, it’s not gay or immoral, is how they process it. Obviously they won’t say that explicitly if you ask them though, they’ll just say it’s not gay because being attracted to things that look like women is straight or something.

    That’s why it’s used a shit ton in, you know, porn. Not just hentai, but actual real porn. Usually in place of “bitch”, “whore”, or some other word used to dehumanize women. They’re used in the same derogatory manner. It’s pretty disturbing when men use “bitch” or “whore” to refer to women and female characters, it’s dehumanizing. And it’d be pretty disturbing to well-adjusted people if someone described anyone feminine genderqueer as “a trap”, but this is a slur that weebs are fine using amongst themselves.

    This problem is made worse by the fact that generic animes started to play into this, that is, they created “trap” tropes (with a lot of objectified/token otokonoko or josoko characters popping up because weebs like it).

    You would think those people wouldn’t equate anime characters with real people, but this mentality transfers between fiction and nonfiction unfortunately. Often times the way you feel about character identities in media is representative of the way you feel about the identities of real people – just look at the backlash of the gamergate people about the woke “ruining games and movies” by putting minorities and women in them.

    Now, I’m not saying everyone who’s ever used the word “trap” is a bigot or anything. People use words without realizing the way others see it, and the impact it has. I used it in my weeb phase. But undeniably, “trap” is a derogatory word and a slur used to objectify queer people, and it always has been – it originated in 4channers & internet weirdos getting mad over trans people being at gaming events, posting pictures and labelling them “traps” (“they’re trying to trick you into thinking they’re a woman to trap you into having sex with them, when they’re really not a woman”). It’s no different than other slurs for queer people (like “fag” or “sodomite”). It’s harmful and shouldn’t be used. Persistence on using it shows a lack of respect for (or just plain ignorance of) genderqueer people and their identities.









  • sparkle@lemm.eetoProgrammer Humor@lemmy.mlSwitching to OCaml bois
    link
    fedilink
    Cymraeg
    arrow-up
    1
    ·
    edit-2
    4 months ago

    I like polymorphism. Having to have a hundred differently named functions or structs or something that do the same thing but slightly differently in Rust is annoying as hell. Especially with all the underscores you have to type… If Rust were more functional though it’d make that problem go away pretty quickly.


  • €5 a month for a VPN is expensive compared to others? I always saw Mullvad as one of the least expensive options other than like protonvpn and very few other open source ones. Most VPNs are hella expensive

    Personally I use Mullvad because it’s simple, very usable, open-source, and I can trust it the most (not to say some of the other open-source privacy-oriented options aren’t trustable). Ever since I got into programming, I’ve only ever used completely open-source options when I had the chance – if it’s not open source, I won’t use it. I make very few exceptions, like for games, because open source isn’t as successful there for the most part