@lvxferre@lemmy.ml avatar

lvxferre

@lvxferre@lemmy.ml

This account is being kept for the posterity, but it won’t see further activity past February.

If you want to contact me, I’m at /u/lvxferre@mander.xyz

This profile is from a federated server and may be incomplete. Browse more on the original instance.

lvxferre,
@lvxferre@lemmy.ml avatar

Lunix sucks so much that it got stuck into the version 2 for years.

lvxferre,
@lvxferre@lemmy.ml avatar

I added a link to the language learning comm in the sidebar of the new address. Thank you for the info!

lvxferre,
@lvxferre@lemmy.ml avatar

Sorry for such a late reply.

I’m not sure if I’m part of this big exodus or not. I’ve been toying with the idea of migrating this comm for months, as lemmy.ml is focused on open source and privacy while mander.xyz is focused on sciences. It’ll be more discoverable there, it’ll be easier to access it across the Fediverse, and it’ll be easier to be on the same page as the admins when it comes to the rules.

The straw that broke the camel’s back, for me, was not even politics. Or even which sort of content they allow/deny in their instance. It was how they handled another lemmy.ml community; it shows that they’re completely unprepared as a team to handle users in an acceptable way.

lvxferre, (edited )
@lvxferre@lemmy.ml avatar

Stating obvious shit like it was some hidden piece of wisdom? Inability to handle subtleties like “lying” vs. “saying an incorrect statement”? Voting system? People repeating the same shit over and over, without reading the others’ comments?

EDIT: I’m highlighting that this YT comment section shows a lot of things to hate in Reddit. In some aspects they’re behaving exactly like redditors; in some they’re actually doing it better, even if YT is a cesspool of idiocy.

lvxferre,
@lvxferre@lemmy.ml avatar

Musk being an assumer (note how he’s vomiting certainty on future events) doesn’t surprise me a tiny bit.

lvxferre, (edited )
@lvxferre@lemmy.ml avatar

The source that I’ve linked mentions semantic embedding; so does further literature on the internet. However, the operations are still being performed with the vectors resulting from the tokens themselves, with said embedding playing a secondary role.

This is evident for example through excerpts like

The token embeddings map a token ID to a fixed-size vector with some semantic meaning of the tokens. These brings some interesting properties: similar tokens will have a similar embedding (in other words, calculating the cosine similarity between two embeddings will give us a good idea of how similar the tokens are).

Emphasis mine. A similar conclusion (that the LLM is still handling the tokens, not their meaning) can be reached by analysing the hallucinations that your typical LLM bot outputs, and asking why that hallu is there.

What I’m proposing is deeper than that. It’s to use the input tokens (i.e. morphemes) only to retrieve the sememes (units of meaning; further info here) that they’re conveying, then discard the tokens themselves, and perform the operations solely on the sememes. Then for the output you translate the sememes obtained by the transformer into morphemes=tokens again.

I believe that this would have two big benefits:

  1. The amount of data necessary to “train” the LLM will decrease. Perhaps by orders of magnitude.
  2. A major type of hallucination will go away: self-contradiction (for example: states that A exists, then that A doesn’t exist).

And it might be an additional layer, but the whole approach is considerably simpler than what’s being done currently - pretending that the tokens themselves have some intrinsic value, then playing whack-a-mole with situations where the token and the contextually assigned value (by the human using the LLM) differ.

[This could even go deeper, handling a pragmatic layer beyond the tokens/morphemes and the units of meaning/sememes. It would be closer to what @njordomir understood from my other comment, as it would then deal with the intent of the utterance.]

lvxferre,
@lvxferre@lemmy.ml avatar

Aaaaah. I really, really wanted to complain about the excessive amount of keys.

(My comment above is partially a joke - don’t take it too seriously. Even if a new key was added it would be a bit more clutter, but not that big of a deal.)

lvxferre,
@lvxferre@lemmy.ml avatar

Oh “great”, more crap between Ctrl and Alt.

[Grumpy grandpa] In my times, the space row only had five keys! And we did more than those youngsters do with eight, now nine keys!

lvxferre,
@lvxferre@lemmy.ml avatar

The settlement is right at the border of what would be controlled by the Inca government, two millenniums later. It shows that there’s some decent access to the region from the west than you’d be led to believe, with the Andes in the way.

As such, if they find other cities further east, I’m predicting that, culturally speaking, they’ll resemble nothing this one; even if they happen to be roughly the same size.

People ate maize and sweet potato, and probably drank “chicha”, a type of sweet beer.

“If you don’t have chicha, any small thing will do.” (reference to a certain song)

Serious now. Potentially yucca too - it grows right next door, and if they got maize from North America then they likely traded for crops.

lvxferre,
@lvxferre@lemmy.ml avatar

I’ve seen even people in their 40s using them. I don’t think that it’s a big deal, or that it’s too late for that.

lvxferre, (edited )
@lvxferre@lemmy.ml avatar

It’s less complicated than it looks like. The text is just a poorly written mess, full of options (Fedora vs. Ubuntu, repo vs. no repo, stable vs. beta), and they’re explaining how to do this through the terminal alone because the interface that you have might be different from what they expect. And because copy-pasting commands is faster.

Can’t I just download a file and install it? I’m on Ubuntu.

Yes, you can! In fact, the instructions include this option; it’s under “Installing the app without the Mullvad repository”. It’s a bad idea though; then you don’t get automatic updates.

A better way to do this is to tell your system “I want software from this repository”, so each time that they make a new version of the program, yours get updated.

but I have no idea what I’m doing here.

I’ll copy-paste their commands to do so, and explain what each does.


<span style="color:#323232;">sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
</span><span style="color:#323232;">echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/mullvad.list
</span><span style="color:#323232;">sudo apt update
</span><span style="color:#323232;">sudo apt install mullvad-vpn
</span>

The first command boils down to “download this keyring from the internet”. The keyring is a necessary file to know if you’re actually getting your software from Mullvad instead of PoopySoxHaxxor69. If you wanted, you could do it manually, and then move to the /usr/share/keyrings directory, but… it’s more work, come on.

The second command tells your system that you want software from repository.mullvad.net. I don’t use Ubuntu but there’s probably some GUI to do it for you.

The third command boils down to “hey, Ubuntu, update the list of packages for me”.

The fourth one installs the software.

lvxferre,
@lvxferre@lemmy.ml avatar

Calcium chloride exists, it’s CaCl₂. You need two chloride anions for each calcium cation. [see note*]

It’s safe to eat as long as food grade. In fact it’s used in cheesemaking. It’s salty and bitter. It’s also used to dehydrate stuff in laboratory, since it absorbs water like there’s no tomorrow.

It doesn’t behave like metallic calcium at all. Just like sodium chloride (aka table salt) doesn’t behave like metallic sodium (warning: loud noise).

*Note: technically CaCl (one chlorine) exists, as a diatomic molecule. Rarely found in stars, you won’t find it in Earth.

lvxferre, (edited )
@lvxferre@lemmy.ml avatar

Neither, but if I must choose it’s probably slightly more like muscle than like cartilage. If prepared properly it’s really soft and a bit chewy, distantly reminding me meat from stews.

(That reminds me a local pub that prepares some fucking amazing breaded and deep-fried tripe. Definitively not doing it at home - it spills and bubbles the oil like crazy.)

lvxferre,
@lvxferre@lemmy.ml avatar

Translation:

  • when you’re walking alone
  • don’t you ever feel
  • like being observed?
  • [God saying] you bloody paranoid
lvxferre,
@lvxferre@lemmy.ml avatar

I think that the RHEL example is out-of-place, since IBM (“Red Hat”) is clearly exploiting a loophole of the GNU Public License. Similar loopholes have been later addressed by e.g. the AGPL and the GPLv3*, so I expect this one to be addressed too.

So perhaps, if the GPL is “not enough”, the solution might be more GPL.

*note that the license used by the kernel is GPLv2. Cue to Android (for all intents and purposes non-free software) using the kernel, but not the rest.

lvxferre,
@lvxferre@lemmy.ml avatar

I’d probably look for an instance that does not federate with instances that federate with Reddit. Yes, two levels of separation.

Because only a small part of my hate against Reddit is about the stupid, backstabbing, obnoxious and disingenuous administration. Most of it is about the userbase. I do not want to deal with 90% of the Reddit userbase and its stupidity.

It reaches the point that I don’t know if “I dun unrurrstand, u think dat 50 is not 100? than u think dat 50 is zero? dats dumb lol lmao [insert same emoji 10x] EDIT: WOW THANKS FOR THE GOLD KIND STRANGER!” exaggerates or accurately represents their [lack of] reasoning.

lvxferre,
@lvxferre@lemmy.ml avatar

I believe that there is at least some learning/cultivation; I’ve seen plenty people becoming nicer over time, and some nice people becoming arseholes. However that is not enough to rule out a potential innate component.

lvxferre,
@lvxferre@lemmy.ml avatar

Who said that the word doesn’t haue “u”?


<span style="color:#323232;">Was that my Father that went hence so fast?
</span><span style="color:#323232;">Ben. It was: what sadnes lengthens Romeo's houres?
</span><span style="color:#323232;">Ro. Not hauing that, which hauing, makes them short
</span><span style="color:#323232;">Ben. In loue.
</span><span style="color:#323232;">Romeo. Out.
</span><span style="color:#323232;">Ben. Of loue.
</span><span style="color:#323232;">Rom. Out of her fauour where I am in loue.
</span><span style="color:#323232;">Ben. Alas that loue so gentle in his view,
</span>

Romeo and Juliet, foglio I, around verse 170

…good enough for Shakespeare, good enough for me. No need for a fifth letter!


I’m half-joking with the above, but the word did use to be spelled with “U” instead of “V”. Past then both were taken as the same letter. [/trivia]

lvxferre,
@lvxferre@lemmy.ml avatar

In response to such critiques [concerning the decline of quality], Reddit spokesperson Rathschmidt said he did not “know of an industry benchmark for scoring content quality”.

My sides went into orbit. It’s a Reddit spokesperson acting like the worst of the Reddit userbase: being passive aggressive and using appeal to ignorance, at the same time.

lvxferre,
@lvxferre@lemmy.ml avatar

This will probably not help OP, as he’s asking for an Android client.

Desktop users: install Firefox, uBlock Origin, then add reddit.com to your personal user filters. This way you can still access Reddit if you really want to, but it’ll make you think twice before proceeding.

lvxferre,
@lvxferre@lemmy.ml avatar

I looked for it for, like, a hour or so, but couldn’t find the scanned copies. The nearest that I’ve found was the online version of the lexicon, claiming that it contains all six volumes.

How wealthy are those elderly people who hire someone to be with them at all times, instead of moving into a nursing home?

I guess I don’t care how wealthy they are, my question is how much would it cost to hire someone to be your caretaker 24/7 and go with you everywhere you want to go like the grocery store etc

lvxferre,
@lvxferre@lemmy.ml avatar

Don’t feel discouraged by the Karen above, that should’ve stayed in Reddit alongside their peers. Thoughtful contribution is often verbose, and there’s nothing wrong with it.

Does "Rock music is evil / of the devil" have racist roots?

As a Christian most of the circles I’m around are pretty chill…no stone-cold fundamentalists. But I have been around people (and even had family members) who are 100% convinced that rock music is evil and will lead people to engage in witchcraft and draw pentagrams all over their home....

lvxferre,
@lvxferre@lemmy.ml avatar

[some are] convinced that rock music is evil and will lead people to engage in witchcraft and draw pentagrams all over their home.

I think that it’s pretty safe to say that at least some people around you are stone-cold fundamentalists. This sort of discourse doesn’t come from non-fundamentalists.

That said as stupid as “rock is [from the d]evil” claim is, I don’t think that it’s rooted in racism. Instead I think that it’s because some values often followed by rock bands, singers and fans clash directly with some values of Christianity.

Note that some sort of percussion pops up in almost every musical style, across the eras.

Slaves. They created the guitar

This was already addressed, but… come on, acoustic guitars are from Middle Ages Iberia, and they backtrack all the way into the lutes of the Ancient Egypt and Anatolia. (Probably. It’s so old that the origins are hard to determine.)

lvxferre,
@lvxferre@lemmy.ml avatar

I was wondering about what steps should be taken to quarantine (and possibly block/ban some of them) on the lemmy.ml instance?

I’ll tag two admins of the instance, as I don’t think that they’ll want this content: @JoeBidet, @cypherpunks

A lot of those users are already doing shady shit. HinduSher for example is clearly squatting on multiple comms, among them three (https://www.vice.com/en/article/a3a45j/created-by-gifted-virgins-dank-subreddit-rbakchodi-soon-became-a-haven-for-trolls, !bharatvarsh, !bharatvarsha) that, while not intrinsically associated with fascism, do provide enough context for his username.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #