Syncthing Android app discontinued
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPE
    Petter1
    9h ago 66%

    I see, my app that I use for keepass has integrated webDAV sync where I can point it to a keepass file on the webDAV server (strongbox iOS) I just thought android keepass apps should have such feature as well.

    The iOS app of NC is slow as well, and not good enough for using to sync keepass files, but the Linux app seems to be good enough.

    And yea, just learned, that sync thing apparently works without a server but all P2P? That is 100% killer feature 😃👌🏻

    1
  • Syncthing Android app discontinued
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPE
    Petter1
    9h ago 100%

    Is webDAV not good enough for that? I use keepass via webDAV feature of the nextcloud (I know some think it is bloated) but I guess there are other lightweight webDAV solutions..

    4
  • Is this true about Generation gap in Piracy?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPE
    Petter1
    2d ago 100%

    Sure, but as treasure hunters, it is a necessity, if you are not using private tracker for finding torrents

    And, you don’t kill torrents if you use the usenet instead of leaching (e.g. because seeding is illegal in your country but leaching is allowed)

    2
  • Google is Killing uBlock Origin. No Chromium Browser is Safe.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPE
    Petter1
    2d ago 100%

    Electron is a tool to bundle a website and a interpreter for that website in an application. That works on many platforms. Official discord desktop app, for example, is an electron app, spotify as well.

    3
  • Google is Killing uBlock Origin. No Chromium Browser is Safe.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPE
    Petter1
    3d ago 100%

    I used this prompt

    I want to create an electron app for linux of a third party webapp

    How would I do that?

    And chatGPT gave me a good instruction, will try that out. Apparently, you only need node, electron and the javascript like this:

    
    const { app, BrowserWindow } = require('electron')
    
    function createWindow() {
      // Create the browser window
      const win = new BrowserWindow({
        width: 800,
        height: 600,
        webPreferences: {
          nodeIntegration: true
        }
      })
    
      // Load the third-party web app
      win.loadURL('https://www.thirdpartyapp.com')
    
      // Optionally remove the default menu
      win.setMenu(null)
    
      // Open DevTools (optional for debugging)
      // win.webContents.openDevTools()
    }
    
    // Run the createWindow function when Electron is ready
    app.whenReady().then(createWindow)
    
    // Quit when all windows are closed
    app.on('window-all-closed', () => {
      if (process.platform !== 'darwin') {
        app.quit()
      }
    })
    
    app.on('activate', () => {
      if (BrowserWindow.getAllWindows().length === 0) {
        createWindow()
      }
    })
    
    
    1
  • 327
    59

    Found this patent while trying to find which Patent TPC thinks was infringed by palworld https://patents.justia.com/assignee/the-pokemon-company

    0
    0

    Right now, I mostly listen to these artists right now: cloZee, LSDream, Dirt Monkey, subtronic, Zingara, liquid stranger, svdden death, mellow head, Griz, Jantsen, SoDown, LUZCID, champagne drip, Ganja White Night, Zomboy, Blunts and Blondes, Austeria Now I wanted to ask, du you like them as well?, and do you have any recommendations based on my listening behaviour? 😄✌🏻

    7
    3

    Hey there I have to add backported drivers to my 5.15 kernel source in order to create a embedded Linux on kernel 5.15 compatible with newer devices like 5ghz wifi dongles. I understood that I have to use this command: ``` Python3 ./ gentree --integrate --clean /path/to/linux-next /path/to/my/5.15-kernel-source-git ``` But it fails stating it wanted to copy a file from new linux that only exists in the old linux Have I understood that wrong? Edit: it says it does not find …/lib/memneq.c which seems not existing there at least since 6.2 🤔 Edit2: I fear that it only backports 5.15 drivers to even older kernels 😮 so, I think I have to integrate lwfinger‘s rtw88 backport into my 5.15 kernel sources, somehow, after all https://backports.wiki.kernel.org/index.php/Documentation/integration

    18
    1

    The wiiU is a very great console to hack, it can run all older Nintendo consoles including GC, wii and ds. Aren’t there any user here wanting to discuss that?

    9
    4

    Had to download for about 36h 🤣 but it worked well

    15
    5
    https://bbs.archlinux.org/viewtopic.php?id=155411

    I have a 5,5 myself, but not installed arch yet (I will because of Nvidia 🤪btw) and I have the same problem. The solution is to boot with the stick unplugged and holding alt until you get into the boot choosing thingy. While on that screen, plug in the usb you want to boot from. It should magically appear. I have no clue why it doesn’t appear directly, it even reads from the USB (blinking lights in the stick), but it even works, if it is plugged in while initial boot, just plug out plug in and ding it appears.

    -5
    4

    I recognized, that many PWA do not work properly if iOS (iPadOS) Safari set to 75% scaling. It always zooms wierdly in, especially if a input field is tabbed. After a short research, I found this: https://thingsthemselves.com/no-input-zoom-in-safari-on-iphone-the-pixel-perfect-way/?unapproved=26961&moderation-hash=7ad3913cde0b14beaa44b67ad17eebd6#comment-26961 Does Voyager use this for it’s awesomeness, or is there a more clean way? And could please someone put that into nextcloud dashboard and all the *arrr apps? 😂 that‘d be nice

    26
    2

    I got two AirPort Express from my dad. Now, since the hardware is so old, I thought maybe there is way to get root or at least elevated rights somehow in order to play with it a little Hope someone knows something about it, or knows which community may help me better with 😊have a nice day!

    3
    4
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    Wii U Hacks Petter1 1y ago 100%
    let's start: go to wiiu.hacks.guide

    There you will be lead how to mod your we. If you are done, we can Talk about all the funny homebrew apps available 🎉😃 ⚠️I’m not a mod⚠️

    2
    0