• 3 posts
  • 14 comments
Joined 3 years ago
Cake day: June 19th, 2023
  • I get the meme (though why was this single unstable point - imagemagick in the original xkcd - removed? To make the left side seem more stable clmpared to the original idea?), it might be trueish atm. But with rust I feel that a lot of projects that are rewritten in rust are quicker arriving at a “finished” (or almost finished) state where they are more or less just tools being used without much discussion anymore. I guess a lot of commonly used tools already use Rust in some way, but i rarely is an issue which makes this discussion-worthy or generates enough conflict in order to raise awareness outside.

    I have a hunch that open-source rust-devopment is less of a hassle as a lot of discussion about code or the quality therof is simply avoided by a stricter compiler. If the code committed compiles with rustc there’s less possibility of it breaking other things in the codebase or containing hidden dangers that need to be discussed. Overall less friction, less overhead and distruction from the actual coding.

  • It cannot “analyze” it. It’s fundamentally not how LLM’s work. The LLM has a finite set of “tokens”: words and word-pieces like “dog”, “house”, but also like “berry” and “straw” or “rasp”. When it reads the input it splits the words into the recognized tokens. It’s like a lookup table. The input becomes “token15, token20043, token1923, token984, token1234, …” and so on. The LLM “thinks” of these tokens as coordinates in a very high dimensional space. But it cannot go back and examine the actual contents (letters) in each token. It has to get the information about the number or “r” from somewhere else. So it has likely ingested some texts where the number of "r"s in strawberry is discussed. But it can never actually “test” it.

    A completely new architecture or paradigm is needed to make these LLM’s capable of reading letter by letter and keep some kind of count-memory.

  • If you want to have some fun again, maybe program a little with artsy-fartsy shaders.

    Make a little blog that showcases them and write a little animation everyday - or twice a week.

    I’ve seen also “shadplay” which lets you easily write and run shaders using rust. There was also this other tool where people could live-code shaders, but I forgot the name

  • posted before maybe:

    • filters with a timeout (filters that disappear after a while). The filter might remain in a list of filters and can be reset again (or gets deleted after timeout). This would be a middle ground between blocking certain things completely and not at all.

    • weighing of certain communities. A weight of 0 would be the same as blocking. A weight of 1 doesn’t change anything. A Weight of 0.5 would multiply the upvotes of posts by 0.5 in order to change its position on the frontpage. ( I am not sure how exactly the rank is determined, but weighing certain meme-communities lower would be nicer than completely blocking them - i like a nice stupid meme from time to time. am not sure how this could work on reality, son this might not have a perfect solution though.

I’m not a fan of outright blocking certain communities and would rather have a kind of “relevancy-factor” or “weight” with which i could tune the frequency of seeing posts from certain communities. A factor of 0 would be the same as blocking a community. 1 would be normal.

I am not familiar with the exact method with which posts are displayed in “Everything” or the ordering thereof. But I’m sure it’s taking the up votes into account. A relevancy factor of 0.5 would treat a post with 1000 up votes as if it had 500 and there for position it lower.

This way highly up voted posts from certain communities would be able to appear.

Using filters is very useful. Though I like them I often fear that I forget about them after a while and don’t know what I’m missing.

In other applications that are more structured as fixed channels like discord, or messaging apps like Signal etc I am able to mute notifications for a limited amount of time.

For people who are hesitant about filters (like me) it would be nice, if I could set a filter for e.g. “Linus Tech Tips” with a timeout of 2 weeks. I don’t care about this sub/community that much, but blocking them completely because of the recent drama seems strange for me.

Another thing that I would love would be a way to still see the filtered content. The filters would then be like automatic labels/tags that would be attached to posts. The normal view would be only “unlabeled/untagged” items. But for every filter there would be a button clickable to show only the filtered items.

Lemmy (and by extension the fediverse) is theoretically more robust against powerhungry individuals because people can move to another server. But if users loose all their data (their liked / saved posts and subscribed communities) when moving to another server they are less likely to do so, which increases the power of the people who run the servers over the users of those servers.

So if there’s some time in the future I’d love to have a feature that is making it simple to “move my stuff”.