Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)T
Posts
76
Comments
426
Joined
2 yr. ago

  • This looks very VERY promising! I'll try to install it tomorrow and Post here the results! Thanks?

  • It looks interesting, but more focused on conversions than actual operations it seems:

     octave
        
    octave:37> a.value = 100
    a =
    
      scalar structure containing the fields:
    
        value = 100
        unit = W
    
    octave:38> a.unit = 'W'
    a =
    
      scalar structure containing the fields:
    
        value = 100
        unit = W
    
    octave:39> b.value = 3
    b =
    
      scalar structure containing the fields:
    
        value = 3
        unit = s
    
    octave:40> b.unit = 's'
    b =
    
      scalar structure containing the fields:
    
        value = 3
        unit = s
    
    octave:41> a*b
    error: binary operator '*' not implemented for 'scalar struct' by 'scalar struct' operations
    
      
  • automatically no, but perhaps there's a way to replace it. If there's a way to check if a variable is "divisible by another symbolic one" then it would be not so hard to implement this behavior

  • Is this real or just a meme?

  • Is there some lore about this I don't know?

  • Other answer seems to suggest that the problem is that the same podcast can be available, depending on where and who is listening to it, with different length due to different ads injected into. Here's my probably stupid and completely ignorant suggestion: instead of using timestamps for both begin and end of the ads segment, you could use a timestamp for the beginning, and an hash of the first part of "non-ads" segment. I'll try to explain better:

     
        
    |----------------xxxxx--------------------|
                    ^     |___|
    
      

    The xxx is the ads segment, the ^ is the timestamp of the beginning of the ads, the |___| is a small duration segment (for example, 0.5 seconds) right after the ads segment. The data of that segment is hashed and used as "end ads segment indicator".

    On the other device, with a different duration of the ads, you should start hashing it to find the corresponding segment.

    Is this doable or did I just said a bunch of idiot things?

  • If newpipe/tubular had the option to sync your piped or invidious account to sync the subscription and watch history automatically it would be by far the best.

  • An old, ugly bike and a good bike lock. No one will ever steal it and can bring you wherever you want without the fear of leaving it in the wrong spot

  • What are the pros and cons of SoundCloud over Spotify?

  • This... This is amazing! I can finally write an application switcher optimized for my touchscreen device! Thanks KDE devs!

  • Wtf

  • I use it but I really want a way to sync the subscriptions and watch history with my desktop client, and currently the only way (afaik) is to use piped or invidious

  • Now I just recommend Owncloud or seafile. They're both really easy to install and just work out of the box.

    Which one is lighter on your opinion?

  • I always see "this doesn't work, why?" posts, it's the first time I see a "this works, why?" post XD

  • "esse montà 'n sle bije quadre", and the literal translation in italian is "essere montato sulle biglie (cuscinetti a sfera) quadre"

  • In Piedmontese (northern Italian dialect):

    "To be mounted over squared ball bearing" = to be really strange, not as other people

    "Horse brand" = a product of an unknown low quality brand

    "To beat the goat" = throw a tantrum

  • They also are very good with olives and potatoes

  • Ugly bikes ftw!

  • How is this possible? I mean, how can they connect the searches from the ip of the server with your laptop's ip?

  • Programming @beehaw.org

    insert a single line break in html (Qt6 RichText)

  • Linux @lemmy.ml

    Why I cannot resize my fat32 partition?

  • Linux @lemmy.ml

    timeshift with btrfs: am I doing it right?

  • Open Source @lemmy.ml

    Smartphones with "pure" Android

  • Linux @lemmy.ml

    How do I get rid of these vertical lines before the triangles?

  • Linux @lemmy.ml

    How to set up absolute mouse movement mode on KVM

  • Linux @lemmy.ml

    Do you use an antivirus? Why, or why not?

  • Linux @lemmy.ml

    Do you use an antivirus? Why, or why not?

  • Linux @lemmy.ml

    would you recommend debian testing for a daily driver?

  • Linux @lemmy.ml

    To switch or not to switch, that is the question

  • Linux @lemmy.ml

    How to create a sandbox folder, restricting write access to all files contained in it to that folder itself?

  • Free and Open Source Software @beehaw.org

    Foss alternative to google pay?

  • Memes @lemmy.ml

    Sean Bean

  • Memes @lemmy.ml

    Welcome onboard!

  • Free and Open Source Software @beehaw.org

    What's the dial with Chrome over Chromium?

  • Programming @beehaw.org

    how do I calculate the subtraction of two color?