home.social

Search

113 results for “Lehmanator”

  1. @Lehmanator @agx yep, I just installed on my phone and it connected successfully to the shell extension on my desktop! 🎉

    Everything seems to work, including turning the phone into a mouse 😁 🐁

    (Well, except remotely sending an through , but maybe that's a bit too much to expect already...)

    @itsfoss

  2. @Larvitz How is Step CA? Are you coming from another CA solution?

    Been thinking about running #stepca in my #kubernetes cluster, but have been apprehensive because of how many features seem to be gated behind smallstep's proprietary version. Would love to have this integrated with #certmanager and using the #tpm on my nodes. Was going to do a rearchitecting of my entire #auth and #cryptography stack when I switch from the deprecated #Ingress API to the #GatewayAPI

  3. @Larvitz How is Step CA? Are you coming from another CA solution?

    Been thinking about running in my cluster, but have been apprehensive because of how many features seem to be gated behind smallstep's proprietary version. Would love to have this integrated with and using the on my nodes. Was going to do a rearchitecting of my entire and stack when I switch from the deprecated API to the

  4. @Larvitz How is Step CA? Are you coming from another CA solution?

    Been thinking about running #stepca in my #kubernetes cluster, but have been apprehensive because of how many features seem to be gated behind smallstep's proprietary version. Would love to have this integrated with #certmanager and using the #tpm on my nodes. Was going to do a rearchitecting of my entire #auth and #cryptography stack when I switch from the deprecated #Ingress API to the #GatewayAPI

  5. @Larvitz How is Step CA? Are you coming from another CA solution?

    Been thinking about running #stepca in my #kubernetes cluster, but have been apprehensive because of how many features seem to be gated behind smallstep's proprietary version. Would love to have this integrated with #certmanager and using the #tpm on my nodes. Was going to do a rearchitecting of my entire #auth and #cryptography stack when I switch from the deprecated #Ingress API to the #GatewayAPI

  6. @Larvitz How is Step CA? Are you coming from another CA solution?

    Been thinking about running #stepca in my #kubernetes cluster, but have been apprehensive because of how many features seem to be gated behind smallstep's proprietary version. Would love to have this integrated with #certmanager and using the #tpm on my nodes. Was going to do a rearchitecting of my entire #auth and #cryptography stack when I switch from the deprecated #Ingress API to the #GatewayAPI

  7. I really need to learn #GTK app development. GUI dev stuff outside the browser always ends up frustrating me.

    #Rust people, what are your thoughts on using #Relm4 vs. the regular gtk & libadwaita crates? How is support for #Blueprint? Last I used it, I dont think the blueprint LSP was built yet, so it was pretty tedious because I use #Helix and not #GNOME #Builder.

  8. I really need to learn app development. GUI dev stuff outside the browser always ends up frustrating me.

    people, what are your thoughts on using vs. the regular gtk & libadwaita crates? How is support for ? Last I used it, I dont think the blueprint LSP was built yet, so it was pretty tedious because I use and not .

  9. I really need to learn #GTK app development. GUI dev stuff outside the browser always ends up frustrating me.

    #Rust people, what are your thoughts on using #Relm4 vs. the regular gtk & libadwaita crates? How is support for #Blueprint? Last I used it, I dont think the blueprint LSP was built yet, so it was pretty tedious because I use #Helix and not #GNOME #Builder.

  10. I really need to learn #GTK app development. GUI dev stuff outside the browser always ends up frustrating me.

    #Rust people, what are your thoughts on using #Relm4 vs. the regular gtk & libadwaita crates? How is support for #Blueprint? Last I used it, I dont think the blueprint LSP was built yet, so it was pretty tedious because I use #Helix and not #GNOME #Builder.

  11. I really need to learn #GTK app development. GUI dev stuff outside the browser always ends up frustrating me.

    #Rust people, what are your thoughts on using #Relm4 vs. the regular gtk & libadwaita crates? How is support for #Blueprint? Last I used it, I dont think the blueprint LSP was built yet, so it was pretty tedious because I use #Helix and not #GNOME #Builder.

  12. @alextecplayz @cassidy
    - In my usage & both work very well. too for syncing files with

    - Everything does is possible w/ , , & opening manifests or specific to activities, which are loosely analogous to services, which works well for.

    - Never used , but works super well with communicating w/ via . Would make for an awesome

  13. It would be really nice to have my personal configs for , , or in my config, but also let a provide extra config specific to that repo.

    Any ideas on how something like this could be achieved?

  14. @mauriciobc @CleoMenezesJr Does or Calibre-Web support serving your library via ?

    If so, you could point [Foliate](flathub.org/apps/com.github.jo) at it. It's a really nice app! Would be nice if it had functionality to sync your catalog and reading progress across devices.

  15. @roberth @arianvp Hell yeah! Thanks for the info! (and implementation 😎️)
    Good to know I can just do `nix run unstable#nix -- ..config.myhost.system.build.toplevel` as a temporary workaround.

    Curious how this is done. Will peep the implementation.

  16. @arianvp Would be nice if stack traces could be constricted to include/exclude specific paths.

    - Paths within my git repo ... *very much* care about *all* of them
    - Paths within nixpkgs ... *maybe* care about 4-8 frames

    to find the error, you gotta sift through 500 lines of garbage. Makes iterating on NixOS a nightmare

    `nixos-rebuild` should collapse irrelevant internal frames by default. If you need the whole trace use `nix build ..host.config.system.build.toplevel`.

  17. @brainblasted

    Should be possible with [mobile-nixos](github.com/NixOS/mobile-nixos) and `nix build ..<host>.config.system.build.iso-image`

    The project is kinda rough tho. Development/maintenance is slow, probably due to doing a bunch of nonstandard things on top of NixOS and not supporting Nix flakes.

    I have a OnePlus 6T, so hopefully I can step up to help maintain the project once I'm a little more knowledgeable with Nix and boot related stuff.

  18. Enabling an auth method shouldn't prevent you from using others, but if you enable fingerprint auth via , privilege escalation commands like don't let you use a password anymore to authorize actions; you must use a fingerprint (until the fingerprint request times out)

    dialogs show a useless "Authenticate" button that never actually gets clicked, but not a password entry textbox (until after fingerprint auth fails)

    The UI is already there, just show it!

  19. Moreover, the UI for in is also really clunky. Uglier than the sudo prompt, but with even less feedback on whether your finger was scanned properly.

    Sad since the design mockups for this look so gorgeous.

  20. The current status of scanning via in & is so bad.

    Fingerprint login doesn't unlock the keyring, so immediately after login, you get dialogs asking you to manually type your password to unlock them.

    Might as well just not allow fingerprint login in GDM and only allow fingerprints to dismiss the lockscreen post-login.

  21. A big shortcoming of is that it's difficult to wrap & configs for your project.

    This is the number one thing I would want a for after installing dependencies, rendering them always inadequate/incomplete.

  22. Enabling an auth method shouldn't prevent you from using others, but if you enable fingerprint auth via #fprintd, privilege escalation commands like #sudo don't let you use a password anymore to authorize actions; you must use a fingerprint (until the fingerprint request times out)

    #PolicyKit dialogs show a useless "Authenticate" button that never actually gets clicked, but not a password entry textbox (until after fingerprint auth fails)

    The UI is already there, just show it!

  23. Enabling an auth method shouldn't prevent you from using others, but if you enable fingerprint auth via #fprintd, privilege escalation commands like #sudo don't let you use a password anymore to authorize actions; you must use a fingerprint (until the fingerprint request times out)

    #PolicyKit dialogs show a useless "Authenticate" button that never actually gets clicked, but not a password entry textbox (until after fingerprint auth fails)

    The UI is already there, just show it!

  24. Enabling an auth method shouldn't prevent you from using others, but if you enable fingerprint auth via #fprintd, privilege escalation commands like #sudo don't let you use a password anymore to authorize actions; you must use a fingerprint (until the fingerprint request times out)

    #PolicyKit dialogs show a useless "Authenticate" button that never actually gets clicked, but not a password entry textbox (until after fingerprint auth fails)

    The UI is already there, just show it!

  25. Enabling an auth method shouldn't prevent you from using others, but if you enable fingerprint auth via #fprintd, privilege escalation commands like #sudo don't let you use a password anymore to authorize actions; you must use a fingerprint (until the fingerprint request times out)

    #PolicyKit dialogs show a useless "Authenticate" button that never actually gets clicked, but not a password entry textbox (until after fingerprint auth fails)

    The UI is already there, just show it!

  26. @CleoMenezesJr Most of my app wishlist is either modernization or new features for existing apps...mainly server sync. Would be nice to login to via GOA & have a solid client for each NC app.

    Outside of that:

    - Database viewer / query runner
    - REST API tester
    - tester
    - Clients for various fediverse servers
    - / / contract validator
    - GIF search
    - GitHub / Actions manager & runner
    - unit manager

  27. @alextecplayz @cassidy is one of the only features I miss since switching to . Very useful with no alternatives on any platform afaik. I suppose this could be done with an extension for , OCR, image classification models, & reverse image search.

    too, but there's already a decent stack with & with . I'd like to build a client to integrate with this on systems.

  28. So I'm working on a module for (github.com/benbusby/farside) and had a thought:

    All the frontend proxies (, , etc.) hit the rate limit really quickly.

    Would it be viable to federate the frontends to avoid this? i.e. fetch a limited amount of content, share what they've already fetched via federation, and query other federated frontends for content before querying the actual API?

    Anyone see any potential issues with this idea?

  29. Are there any good places on fedi for ? Particularly something noob-friendly? Non-fedi resources also appreciated.

  30. @alextecplayz @cassidy
    - In my usage #DejaVuBackup & #PikaBackups both work very well. #Celeste too for syncing files with #Nextcloud

    - Everything #AppManager does is possible w/ #Flatseal, #GnomeSoftware, & opening #flatpak manifests or specific to #Android activities, which are loosely analogous to #DBus services, which #DSpy works well for.

    - Never used #Gemini, but #Alpaca works super well with communicating w/ #LLMs via #Ollama. Would make for an awesome #GNOME #SearchProvider