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/)EU
Posts
2
Comments
239
Joined
2 yr. ago

  •  
        
    def even(n: int) -> bool:
        code = ""
        for i in range(0, n+1, 2):
            code += f"if {n} == {i}:\n out = True\n"
            j = i+1
            code += f"if {n} == {j}:\n out = False\n"
        local_vars = {}
        exec(code, {}, local_vars)
        return local_vars["out"]
    
    
      

    scalable version

  • If all you need is something to draw on, get a wacom tablet and hook it up to a laptop. Wacom drivers are in the linux kernel.

    In college I've been taking notes on a screenless drawing tablet, its not too bad taking out a laptop and plugging it in. It doesn't take up much space on my desk if I put the tablet on my keyboard.

    Alternatively, you may also be able to get a microsoft surface laptop working on linux

  • I'm willing to bet that most games that use mouse mode will have to use the face buttons and control stick on the mouse con. Metroid prime 4 apparently does this. So its not replacable with a standard mouse.

    I think the joy con can also sense rotation of the mouse which is used in mario party and probably never again like the ir sensor from switch 1 joycons. I guess a hypothetical 3d mario maker could let you rotate blocks with it, but that could be done in many other ways.

  • I'm in that age range and while I enjoy VR (VRchat is one of my most played games), I think at a certain point AR is "going too far". The current AR technology in the quest 3 is nice, good enough I don't need more. Being able to watch vids on a big screen anywhere in my house is enough.

    Apple and meta though I think they want an all encompassing device that you wear all the time that replaces the phone, and thats a step too far. People already spend enough time on there phones when uts a single tiny screen, I don't think it would be good for attention spans to be able to spawn in infinite floating windows at any time.

    You can kinda already have 6 floating windows on the quest 3 which is too much stimulation for a single person and I don't think its good for society to have this. I think if it can get a form factor similar to glasses (which I doubt is possible), people will buy it and get addicted.

    Current day vr is like the polar opposite of the future AR that they want anyways. VR games force you to only focus on the current thing, because you are in the game, can't alt tab or look at your phone while in loading screens or watch youtube while gaming. This kinda forces you to do it in moderation.

  • Quest 3 lens and displays actually are nice to look at, I coded for 5 hours in it the other day, and the only glaring flaw was the weight. My forehead hurt afterwards from the pressure, and I wasn't even using stock strap. The stock strap on quest headsets is known to be terrible. Tbf I only have a 1080p monitor for comparison bur its nice.

  • Dang I'm in college right now and in highschool most teachers didn't mind you looking at your phone in class. In college the profs don't even react to people taking calls in class.

  • Technology @lemmy.ml

    Varjo XR-4 Headset "Indistinguishable From Natural Sight"

    Linux @lemmy.ml

    Why is bash --login running