computational linguist more like bomputational bimgis

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

help-circle

  • sparkle@lemm.eetoScience Memes@mander.xyzCorn 🌽
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    2
    ·
    2 months ago

    Which person decided to domesticate that thing. Just like “hey I found this weird looking grass fruit wanna enslave it” and chief’s like “hell yeah of course I wanna enslave it!” and then they just ate increasingly beady grass for a few thousand years


  • For a lot of English speakers, the “had” and “have” in contractions is completely omitted in certain contexts. It’s more prevalent in some dialects (I’m in the south US and it’s more common than not). Usually “had” is dropped more than “have”.

    Also, English can drop the pronoun, article, and even copula for certain indicative statements. I think it’s specifically for observations, especially when the context is clear.

    looking at someone’s bracelet “Cool bracelet.” [That’s a]

    wakes upsigh Gotta get up and go to work…” [I’ve]

    “Ain’t no day for picking tomatoes like a Saturday.” [There]

    “No war but class war!” [There’s]

    “Forecast came in on the radio. Says there’s gonna be a hell of a lot of rain today.” [It said -> Says/Said]

    “Can’t count the number of Brits I’ve killed. Guess I’m just allergic to beans on toast.” [I; I]

    “House came tumblin’ down after the sinkhole opened up” [The]

    “I’d” can be “I would”, mainly if used with a conditional or certain conjunctions/contrastive statements (if, but, however, unfortunately). Also when preceding “have” – e.g. “I’d have done that”. Because “I had have” doesn’t make sense, nor does “I had <present tense>” anything. “I’d” as in “I had” is followed by a past participle.

    “I’d” is usually “I had” otherwise, forming the past perfect tense. But in “I’d better”, it’s a bit confusing because “had better” is used in a different sense – the “had” here comes from “have to” (as in “to be necessary to”) and can be treated as both a lexical verb and an auxiliary verb. “had better” is a bit of a leftover of more archaic constructions.


  • sparkle@lemm.eetoScience Memes@mander.xyzbig bro jupiter
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 months ago

    Well, its small mass certainly contributed to it losing heat more efficiently. But Mercury (much less massive than Mars) and Ganymede (around the same mass as Mars) both have a magnetic field, so there are a lot of other factors at play. Something to do with a change in the chemical composition of Mars’ mantle, and the possible lack of plate tectonics, I’m not so familiar with the causes though.


  • sparkle@lemm.eetoScience Memes@mander.xyzbig bro jupiter
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    2 months ago

    Venus was habitable (with vast oceans, plate tectonics, soil and everything) for 3 billion years (almost 70% of its history!), until about 700 million years ago… it stopped being habitable because of Jupiter.

    From Wikipedia:

    Between 700 and 750 million years ago, a near-global resurfacing event triggered the release of carbon dioxide from rock on the planet, which transformed its climate. In addition, according to a study from researchers at the University of California, Riverside, Venus would be able to support life if Jupiter had not altered its orbit around the Sun.

    Considering there’s a good chance Jupiter obliterated our next door neighbours, an entire planet of organisms… yea it’s not as nice as it seems

    Oh well. Mars was also habitable for a few hundred million years – in fact, the river beds and remnants of the Martian oceans are still very clearly visible on 2/3 of the surface, even after 4 billion years, and NASA is on a mission to bring fossils of ancient Martian life back to Earth, if there are any. But all of its atmosphere leaked out into space because its dynamo (magnetic field generation) abruptly disappeared so… skill issue lol. One of the many possible contributing factors to that happening is that giant impacts during that period of time overheated its mantle which fucked up global heat flow & convection near the core so… Jupiter’s fault again?







  • sparkle@lemm.eetoScience Memes@mander.xyzScience is Magic
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    Philosophy is the way we try to assign (semantic) meaning to science/scientific observations.

    Does the universe really exist outside of our minds? Is the position of matter actually the position we view it at? What is consciousness? I mean it depends on what you mean by existing, or being in a state, or consciousness. When you break language down far enough it becomes clear that it’s not objective, and it’s entirely suited to each person’s unique subjective understanding and interpretation with the context. Language is definitions all the way down. It doesn’t make sense to use human language to describe anything objectively, yet we try anyways.

    At least, that’s how I feel about philosophy as a linguist and someone who really likes theoretical universe stuff.


  • sparkle@lemm.eetoProgrammer Humor@programming.devaverage day in NPM land
    link
    fedilink
    Cymraeg
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    2 months ago

    Web bloat in a nutshell and why we need to switch to things like Web Assembly more than ever. It’s not WASM, but I used Laminar which is a Scala.js library, and it’s the absolute pinnacle of (frontend) web development. Scala in general is just really great for idiomatic web code, its flexibility is unbeatable.

    Another amazing alternative would be anything Rust. In fact I’ve used that much more than Scala for web. I’ve mainly used Leptos for full-stack and and Actix for backend, but I’ve seen Dioxus and Axum in good use and they both seem really great too.

    Apparently Lemmy uses Leptos for its UI so… that’s a +1.


  • sparkle@lemm.eetoProgrammer Humor@programming.devBrace Style
    link
    fedilink
    Cymraeg
    arrow-up
    2
    ·
    edit-2
    2 months ago

    I am a Scala and Rust fan. I can corroborate what you said

    The part about no semicolons/curly braces I like in Scala is that I can write a function and it’ll look virtually indistinguishable from a regular ol variable. Functions become much less of a ritual and integrate more nicely with the rest of the code. Other than that though, Rust definitely wins out because of the curly braces & semicolons. I use curly braces in most situations in Scala where I’d normally use them in Rust, and I would use semicolons everywhere in Scala if it weren’t considered unidiomatic. Whitespace-significant syntax is just really annoying to deal with. Using Python or even maybe F# makes me want to die because I keep accidentally missing an indent somewhere or indenting too much somewhere else or using the wrong kind of whitespace and the entire program implodes. At least Scala and Kotlin keep it sane

    Also it’s just way harder to visually organize in whitespace based languages. You basically have to do a bunch of magic tricks to make the code look slightly different in a specific scenario than what the language wants you to. Rust allows you to actually visually organize your code easily while also having a strong style rules which you shouldn’t stray too far from (or else the compiler will yell at you).



  • Honestly I hate the fact that browsers’ default CSS exists. The person doing the frontend should have to specify their “default” CSS before the website even loads. I say this as both a user and a programmer, the same website shouldn’t look different or break on different browsers unintentionally due to the browser’s CSS, and I as a developer shouldn’t have to rely on reset sheets to try to patch that.

    Everything would be better if it were swapped around, instead of picking out a reset sheet for a site you pick out a default style…

    The world would also be better if browsers rendered pugjs/slim and scss/sass and those were the default rather than html and css but I digress…