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/)I
Posts
6
Comments
82
Joined
3 yr. ago

  • I had to look up NPM as in my head it's NodeJS Package Manager but TIL there's also Nginx Proxy Manager!

    I like your VPN solution for a small group and actually tying it to their home network/router could make sense and further restrict attacks I have to deal with. However in my case I could be dealing with 30+ households of users and as others say I am bound to get people on mobiles complaining they can't access it. However noted for future projects.

  • That's a great suggestion, then I'm not relying just on the app/service to have super secure auth.

  • Hey thanks for these links I will check them out! Magic links would be great actually as then I am not relying on them to set decent passwords or giving them burden of TOTP/etc which some may not have used before.

  • ...it allows users to configure their Ollama server or API key for OpenAI once, and then create many different agents using different models or configuration underneath...we’re also introducing a new integration, OpenRouter, which is a unified LLM interface giving access to over 400 extra LLM models.

    I'm not familiar with these but sounds like they are leaving some choice to the admin

  • These results may depend on your region, looks like you are both seeing different prices

  • Yes please!

  • I moved to virt manager from boxes as I it let me down too many times with bugs. VMs would not restart and snapshots would fail to launch.

  • This is similar using nix: https://devenv.sh/

    It has a few more features like git hooks and spinning up long-running processes like web servers

  • I like you can set custom exif tags like artist with open camera.

  • Never had this with ZigBee, one hub lots of different devices. Had to switch hub to USB2 at beginning to reduce interference but after that smooth sailing.

  • An example site that takes user submissions and is not a wiki:

    https://nerdydaytrips.org/

    https://github.com/nerdydaytrips/website

    Users submit a form that is turned into a github PR, hosted with cloudflare worker. Site itself is completely static, made with hugo. The data about each map pin is simply key/value in the frontmatter of a markdown file:

    https://github.com/NerdyDayTrips/website/blob/main/content/daytrip/eu/gb/1066-battle-of-hastings.md

    Simple but effective and can be styled however you need (hugo has themes). Moderation can scale by adding more contributors who can merge PRs.

  • Deleted

    Permanently Deleted

    Jump
  • 'Last year, we asked the public for their views on smart products in a series of workshops. People shared concerns that products collect too much personal information, and said that they feel powerless to control how their data is used and shared'

    Thank you to these people!

  • Deleted

    Permanently Deleted

    Jump
  • I'm checking this out!

  • ..could it be your phone's storage is failing then?

  • Your IRQ 'permission denied' log lines could be caused by this: https://github.com/Irqbalance/irqbalance/issues/336

    ..to which the answer is currently to wait for kernel fix. Whether this is the cause of the suspend issue as well I couldn't say.

    Is this all the logs, from very start of you hitting suspend to when the machine comes back? I ask because I expected to see more things stopping and then restarting...