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/)C
Posts
4
Comments
232
Joined
5 mo. ago

  • Yeah, you are totally right on that. Gaming in 3:4 is only better for Tetris, perhaps

  • Interesting!

  • What am I looking at?

  • They are meant for movies, not for production

  • You can emergency-fix a chain even with a piece of wire!

  • pole dancing girl: oh :/

  • I've been having this disrupting ideas for for years, and it seems that every year I (sadly) get one more:

    • actually open source software all the way down to the kernel and drivers.
    • user replaceable batteries.
    • micro SD slot.
    • 3.5mm audio jack.
    • zero glue.
    • free schematics.
    • parts available for purchase.

    Does the phone costs double? I don't care. Shut up and take my money!

  • After the tragedy of wide screens, sidebars, side tabs, side menus, are the only way.

  • That's stupid.

    Buy a privacy screen protector and stop wasting battery juice.

  • rule

    Jump
  • It's actually quite neat. It is a three part archesta:

    1. i3 key binding, say, Super-l that triggers a script of mine.
    2. The script itself rofi-menu takes a single argument, a text "menu file" that describes the menu. Say, my-layouts.menu
    3. The menu file is super simple. It looks like this:
      text
        
    Menu Title
    [shortcut] # <exit | stay> # <label> # <command>
    [shortcut] # <exit | stay> # <label> # <command>
    [shortcut] # <exit | stay> # <label> # <command>
    ...
    
      

    The script parses this file and generates the menu.

    • shortcut is the key binding that will immediately trigger the menu item.
    • exit | stay defines whether the menu closes after the option is actioned (sometimes you wanna keep the menu open)
    • label is what you see in the menu
    • command is... well, the command

    One more thing, if your hostname is "my_machine", and the menu file that you gave to my script is "my-layout.menu", then the script will actually prefer to use "my-layout.my_machine.menu" if it exists. So you can share your config across multiple machines and have them pick the appropriate menus depending on where it is ran.

    A menu example could be:

      text
        
    Layouts
    l # stay # Rotate Layout # i3-msg toggle all
    f # exit # Toggre Floating # i3-msg floating toggle
    
      

    So to change i3 layouts, I type:

    • Super-l (opens menu)
    • l rotate layout (rows, cols, tabs, stack) and keep the menu open. If I keep hitting l it will keep rotating.
    • Esc to close the menu.

    To toggle the window floating:

    • Super-l (opens menu)
    • f to toggle floating. The menu closes immediately after.

    If you are interested, I can share the script with you :)

  • It comes from a Cave at the northwest of Romania. So it may as well be a bacteria that turns you into a vampire or something...

  • There is a huge number of bacteria that do absolutely nothing to humans.

    Is this one of them?

  • rule

    Jump
  • Kind of serious question...

    If you are in the tiling team, is this some sort of pattern in you? To be dissident of the "mainstream" way of doing things?

    Do you see yourself also taking "the other", custom, method for most areas of your life?

  • rule

    Jump
    • i3 on X11.
    • emacs for everything.
    • Rust lover
    • dvorak
    • i3 config shared across different machines. Config dynamically generated based on hostname.
    • Custom menus with rofi
    • Web content is the only thing that makes me use the mouse.

    relation status: long distance.

    For this degree of tism, I would say that's a win!

  • rule

    Jump
  • Amen. Whenever somebody ask me for help in their computer, the very first thing I do is to add dvorak so I can work

  • til. Thanks

  • great vid

  • Hahah, yeah, maybe I am doing that. that's why it is a shower thought, not a research paper proposal.

    The thought comes from my (kind or recent) study of the algebra/calculus under LLMs (at least the feedforward and backpropagation part of them)

    The interesting part is that my ass is non-differentiable at x=0:

     
        
    Lim x→0⁺ δass/δx
    ≠
    Lim x→0⁻ δass/δx
    
      
  • I indeed have not read the link you shared. However, I am not discrediting your comment or source. I apologize if it came across with a hostile tone. On the contrary, thanks for commenting on my post with an interesting article.

    My intent is not "parroting" AI-bad. The original post and my follow up comments are the result of... well, a shower. (I am a CS researcher myself, and I have been studying AI fundamentals for the last month)

    My point is that the behavior you mention may as well be also part of the "reflexion" of the human behavior. After all, it is just text, attention, feedforward, and repeat on human text. We tend to create "conventions" when we talk: OP, TL;DR, IMHO, ELI5... are some examples of little agreements we take to compress information. We, indirectly reward that behavior. It makes sense that a program that detects and replicates human behavior will also pick that up.

    In any case. Thanks for the comment, cheers!

  • Showerthoughts @lemmy.world

    Humans' behavior about LLMs is the same as animals with a mirror: they believe there is "another" in there. It's just their reflexion

  • You Should Know @lemmy.world

    YSK facts about renewable vs fossil, and more

  • Ask Lemmy @lemmy.world

    Trying to learn "how money works"

  • Selfhosted @lemmy.world

    Autograding tool