• 0 Posts
  • 26 Comments
Joined 2 years ago
cake
Cake day: June 29th, 2023

help-circle
rss

  • Well, whatsapp has stories also, but I don’t see people using them. I don’t like to give my phone number to everybody. And it is very easy if someone has a profile, to look them up and send a follow request. That stuff you won’t find with signal stories.

    Though, pixelfed lacking stories should be possible to overcome right, given the protocol. If two users can handshake, and the instances accept the handshake, then they should in theory be allowed to send each other stuff. Like, in other fediverse platforms you can also send private messages


  • What I notice is that people really like the ‘my story’ functionality of instagram. It’s a nice way to share some random stuff, without it being on the internet ‘exposed forever and for everybody’. And you can share also something with only close friends, or just followers, etc

    I really hate zuck, but I don’t think pixelfed has such a functionality yet, right? I feel that, or just something similar, is sort of a main key to getting people make a transition from instagram.

    Bluesky/mastodon transition is going pretty well though






  • It’s an convenient way to post about some trending topic, without creating a whole new community for something temporary. For example the eurovision sing festival, or some natural disaster that happened.

    And on the other hand, it works for expressing some personal thoughts or memes without having to adhere to a specific topic. But with random strangers instead of only your facebook friends.

    I think for these kind of needs, no other social media framework would comply better.




  • I think the need for programmers will always be there, but there might be a transition towards higher abstraction levels. This has actually always been happening: we started with much focus on assembly languages where we put in machine code, but nowadays a much less portion of programmers are involved in those and do stuff in python, java or whatever. It is not essential to know stuff about garbage collection when you are writing an application, because the compiler already does that for you.

    Programmers are there to tell a computer what to do. That includes telling a computer how to construct its own commands accordingly. So, giving instructions to an AI is also programming.


  • What you can do, and is probably the best way to get this to work, is tackle this with machine learning. You will need lots sound samples of rocks, with details of the rock, and feed them to some (probably deep learning) model.

    Speech mimicking with AI has shown we are able to mimick voices, so I think a similar approach would work for rocks. Probably need some tuning and a bit different architecture for nice results since the application differs a bit.

    It will of course be an approximation, but that is any calculation. Since all models are wrong, but some are less wrong than others.