• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: February 28th, 2024

help-circle
  • Syncthing may not have its own Web-based file browser but a regular Web server (like Apache or ngninx) can show a list of files in a directory without much configuration. Just point it at a shared folder. You could configure a fancier file browser like Filestash, File Browser Quantum, or even Nextcloud if you feel it’s worthwhile.

    Likewise, Syncthing may not have its own concept of a “main” hoster, but it doesn’t need to: you can decide what “main” means to you. Perhaps the one you designate “main” has different ignore patterns, or a longer retention policy.

    “Keeping some files remote” can be simply making sure your ignore patterns are set how you want them, if that works for you.






  • Color codes will pass through pipes just like any other output.

    In this case, your grep is being smarter than you want and actually parsing the incoming color codes itself.

    You can try a simpler program like head, tail, or even sed -n /ii/p to see it for yourself.

    You can also control GNU grep’s color processing with --color but you may not find exactly what you seek.


  • shiny_ideatoMetaTwo Brisbanes?
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    I see the same results as Baku using a different third-party client (Voyager).

    • Searching for communities matching “brisbane” shows one [email protected] and two others (Brisbane trains, and also a community on a different instance).

    • When I view the Brisbane community sorted by new, I see two separate posts about water showing up next to each other, not nested the way that cross-posts usually show.







  • shiny_ideatoLinux Gaming@lemmy.mlDual mouse setup
    link
    fedilink
    arrow-up
    12
    ·
    4 months ago

    Is it possible for a game to read two mice separately? Sure. It’s not common, but it’s possible.

    The game “Lemmings” was ported everywhere in the early 1990s, but the original Amiga version supported two mice at the same time (two mice, two players, two cursors).

    That’s a rare example of a game that designed in some support for two mice, and that support was specific to one platform.