Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

wizard of gay

@norikawa@efdn.club
mastodon 4.3.0-alpha.3+glitch
  • Open on efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper

27 ☭

sole efdn admin

masc nb/demiboy

gay af :demisexual_flag: :flag_mlm: :demimasc_flag:

system of 5 cofronters

FFXIV: Fever Pitch @ Mateus (Crystal)

UTC-4 year-round

communism good and cool

never shuts the fuck up about twewy

feel free to interact!!

pfp: kanaicooo @ x.com

also @sakuraba@glaceon.social @redboy@glaceon.social
@kai@efdn.club

650 Followers
519 Following
12 Posts
Joined September 01, 2018
other site:
norikawa.cc
fiancée 💖:
@Lucy
where?:
ga, usa
pronouns:
se/he/they

Posts

Open post
norikawa
wizard of gay @norikawa@efdn.club · May 12, 2026
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club
Replying to @norikawa@efdn.club
@amy@efdn.club wait i think that might be in my local branch of the code maybe not on the deployed one :O
1
0
0
0
Open post
norikawa
wizard of gay @norikawa@efdn.club · May 12, 2026
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club
Replying to @amy@efdn.club
@amy@efdn.club even still it wouldn't work since i set SameSite to Strict for all the cookies so :P
1
2
0
0
Open post
norikawa
wizard of gay @norikawa@efdn.club · Apr 07, 2026
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club
Replying to @alas@artemisia.systems
@alas@gts.artemisia.systems oh so the entire "we need this or the system outputs bullshit" appendage was completely unnecessary the whole time to get the same level of "quality" AI research is such a sham lmfao
1
0
0
0
Open post
norikawa
wizard of gay @norikawa@efdn.club · Apr 07, 2026
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club
Replying to @norikawa@efdn.club
you may notice several problems with this entire structure. don't worry, nobody who likes ai cares about any of them! the word embeddings are a major source of bias. basically, the entire math that they're based on presumes that the set of text data used for creating the embedding has an overall 100% perfectly balanced bias, that is, the data set has no pull or push towards or away certain viewpoints, writing styles.etc. also, the impact of a given bias scales with the amount of text containing it, and is entirely unrelated to the actual importance or authority of the source. so like, if say Alex Jones talks about something more than anyone, that topic in the embeddings will ties words together in a way disproportionately like him than anyone else. there's zero way to have any human in the loop on any of this at all. the attention mechanism is also rather odd. neat idea in theory maybe but given the size of the typical token window (we're talking highly advanced models don't go much over a dozen or so tokens!), it's entirely inadequate for any discussion longer than a single sentence or two. I also imagine it's even more susceptible to bias than the embeddings, as the only reasonable training methods I can conceive of are either human guided (which usually involves just hiring a company to do it for you, whose employees are all likely culturally similar!) or trying to do some manner of automated training likely using the embeddings to begin with (so therefore the attention mech will just exaggerate it bias even more!) the fact that each decoder layer has to have a correction applied via the encoder stacks final output seems like a good indication that something's wrong here, but don't put it past AI bros to not give a shit at all costs!! also the final output token being just randomly selected is just hilarious, since that token then feeds into the system for the next tokens. so you better hope to god it never randomly picks a bad one even once the whole time!
2
0
0
0
Open post
norikawa
wizard of gay @norikawa@efdn.club · Apr 07, 2026
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club
Replying to @norikawa@efdn.club
To be more detailed: Words are converted into tokens, which are just numbers representing either a single word or part of a word. So like "posted" would get split into a token for "post" and a token for "ed" Then these are converted into word embeddings, and then that conversion is somewhat reversed by running it back through the embedding. This outputs a provability distribution basically saying "hey for that given set of nearby words, here's the likely starting words for that", which can possibly tie synonyms to each other instead of having them act entirely separate I think Then that gets pumped through a whole bunch of encoder-decoder layers, which are partially just "here's a normal neural network layer" and partially attention layers, which are somehow trained (no one ever mentions the technique used here hmmMMMM) to output a weighted set of numbers basically representing the relative "importance" of words in the prompt like for "the red apple" the word "apple" is probably most important I guess? It's far and away the most vague and handwavey part of the whole setup and seems to just boil down to "we use a bunch of neural network layers to overcomplicate things enough til the monkeys on typewriters give us good output" anyway then you stack a bunch of encoder-decoder layers on top of each other, which by the way the encoder part here is just a separate stack of layers that gets its output pumped into the input of every decoder layer to try to mitigate problems I think??? "It just works" is very much the running theme when it comes to asking why anyone is doing it this way instead of another way so get used to not having answers Anyway after we've fed our word embedding distribution salad of nonsense through enough monkeys on typewriters, we end up with our final product: a list of tokens and their probabilities This is then selected from completely at random (with a bias towards high probability results) to output the next token Then we rerun the entire thing again but with the new token as part of the input and keep doing this for each and every token until we get a specially designated stopper token as output, or we output the preset maximum number of tokens for a single input
3
4
0
0
Open post
norikawa
wizard of gay @norikawa@efdn.club · Apr 07, 2026
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club
Replying to @norikawa@efdn.club
"It's currently unknown how or why [primary current word embedding technique] works so well or works at all" really telling on yourselves there aren't you
1
0
0
0
Open post
norikawa
wizard of gay @norikawa@efdn.club · Apr 07, 2026
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club
Replying to @norikawa@efdn.club
Also the people who made the frequency table type things (properly the term is word embedding) apparently remarked at how unexpected and unexplained it was that using an algorithm that explicitly associates words with each other based on how often they show up near one another produces vaguely reasonable predictions of what the possible next words are
1
2
0
0
Open post
norikawa
wizard of gay @norikawa@efdn.club · Apr 07, 2026
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club
Replying to @norikawa@efdn.club
It all boils down to what are basically word frequency tables, but where it's complicated by having each word be associated with others words (so like, it's tables of how frequently certain words show up together) And then slap a whole bunch of neural network layers on top of it. And then also add some more layers to counteract the other layers being bad I guess??? "Hey let's just add more layers and call it a breakthrough" is basically all that's ever been done since they stopped working on improving anything to do with those word frequency-ish tables
4
13
0
0
Open post
norikawa
wizard of gay @norikawa@efdn.club · Apr 07, 2026
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club

Thinking about I decided to go and learn about how LLMs actually work and the structure behind them and somehow it was even less impressive than what I thought was going on and that wasn't a particularly glowing view of them to begin with

7
15
3
0
Open post
norikawa
wizard of gay @norikawa@efdn.club · Jan 27, 2026
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club
Replying to @nycki@bark.lgbt
@nycki@bark.lgbt Don't have a good way to link to the specific line, but it's the fourth bullet point under Trivia here! https://minecraft.wiki/w/Java_Edition_23w13a_or_b
1
0
0
0
Open post
norikawa
wizard of gay @norikawa@efdn.club · Jan 27, 2026
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club
Replying to @nycki@bark.lgbt
@nycki@bark.lgbt fun fact: one of the Minecraft April fools updates used that file for one of its gimmicks. But they ended up having to patch it later because some of the colors have swears in them (things like "shit brown" or "piss yellow")
1
1
0
0
Open post
norikawa
wizard of gay @norikawa@efdn.club · May 21, 2025
wizard of gay
@norikawa@efdn.club

hi my name is rick/ryk and also our names are merlin and liam/neku/soul and aya and kai and casper 27 ☭ sole efdn admin masc nb/demiboy gay af :demisexual_flag: :flag_mlm: :demimasc_flag: system of 5 cofronters FFXIV: Fever Pitch @ Mateus (Crystal) UTC-4 year-round communism good and cool never shuts the fuck up about twewy feel free to interact!! pfp: kanaicooo @ x.com also @sakuraba @redboy @kai

efdn.club
Replying to @selfsame@tiny.tilde.website
@selfsame@tiny.tilde.website it's definitely not a gambling addiction don't worry about it!
2
0
0
0

Remote instance

efdn.club
Open on original server
313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 01:00:43 UTC