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/)J
Posts
0
Comments
98
Joined
3 yr. ago

  • (412 - 0)/412 * 100% = 100%

    saved 100%

  • It's the thumbnail provided by the article, found inside the html

     
        
    meta property="og:image" content="https://nypost.com/wp-content/uploads/sites/2/2023/09/meta-glasses-comp.jpg?quality=75&strip=all&w=1024"
    
      

  • Are you running on HDD? That can cause voice file delay.

    I am on gtx1080 the game run fine for me except for the low frame rate.

    There is a nexus mod claimed to solve this issue for HDD https://www.nexusmods.com/starfield/mods/2245 maybe this can help

  • i had a save right before they trigger a hostile spaceship landing. The spaceship will always take off once I have boarded it.

    i replayed the save 6 times. each time different ship is spawned. And the sequence is always the same

    1. Boarded the ship
    2. Alarm buzz
    3. Ship take off
    4. Game enter loading screen
    5. Exited to space
    6. Ship will be in grav jump

    at this point i must kill all crew fast and stop the grav jump. Otherwise my character will always die instantly.

    the ship will stop once all crews are dead

  • google for the things you want to host and append "termux" to it, e.g.:

    • nextcloud on termux
    • piped on termux
  • joke aside, story point can be quite arbitrary

  • last breeding with a neanderthal

  • npm ruin dev

    npm ruin lint

    npm ruin build

  • As a web app, such behaviour will also need to be programmed to work on a browser first. Packaging it for Play Store should not grant that behaviour automatically.

    (2) Image overlay For Voyager, back button for image overlay works in browser.

    When opening an image viewer, the web app triggers a browser history change like this:

    1. Browsing on feed - https://vger.app/posts/lemmy.world/all
    2. Opening an image viewer - https://vger.app/posts/lemmy.world/all#galleryOpen

    ^ notice the extra #galleryOpen

    When back button is triggered, the web page will listen to a "back" event, and close the image viewer.

    (3) Keyboard: Keyboard is a native UI. So triggering "back" will always close the keyboard

    (1) Modal / bottom sheet

    But... I couldn't figure out this one yet

    Clicking on the "3 dots icon" in a post opens a bottom sheet interface.

    Play Store version response to back button properly. But the web app version does not.

  • I installed it as a web app earlier. I don't recall conflict with back gesture. What's the issue with back gesture?

  • Do you expose your DNS server to the public? If not how do you use it outside of the network? Like on mobile

  • The experience is very smooth for me. Seems indistinguishable from a native app. Which browser are you using it with? I am using it with Chrome on Android

  • From my understanding, the fdroid process ensures the build is automated base on the source code provided. This prevents developer from sneaking in additional code in the build.

  • Wait... hosting on tor is free?

  • I have tested the code in both Chrome and MS Edge.

    Is anything else running on the same page that you are testing?

    You can test this in an empty environment like this: Enter this in your URL, "about:blank" and test the code in the console.

  • Here is the code for anyone else who want to try

     js
        
    async function slowLoop() {
        while (true) {
            console.time('sleepDuration')
            await new Promise(resolve => setTimeout(resolve, 1000))
            console.timeEnd('sleepDuration')
        }
    }
    
      

    It is not suppose to deviate too much. setTimeout will execute whenever possible at / after the given timeout duration. I am getting between 1006 to 1023 on my sysyem

    Is your device performance starved during this test?

  • Button