tobwen

↗ HN profile [ 83.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. OpenRouter may have leaked something interesting: UKExpertMedical, a UK medico-legal agency, is using Google Flash AI. Let's hope it's not for personal medical data or to draft medico-legal reports. At least "Enhanced…

  2. Over the last few days, tons and tons of `SKILL.md` files have been popping up on marketplaces everywhere. There are tons of tutorials on Youtube, how to use Claude to create a skill out of nothing. I bet no human ever…

  3. There are many CLI AI agent tools out there these days: aider, droid, codex, copilot, crush, opencode, etc. Some are "locked" to major providers and subscription-only, some play nice with BYOK or multi-provider proxies…

  4. I'm looking to provide our 4-person team access to various LLMs, including OpenAI, Anthropic, Meta's Llama, and some others. I want to have browser-based UI (like ChatGPT) to upload files, get Markdown-reponses and have…

  5. I've been using `GNU screen` as my primary terminal multiplexer for about 15 years. It allows me to run different sessions in the background and resume them. Although I'm aware of other tools like `tmux`, my muscle…

  6. Even with modern dust filters, fans suck in fine dust that is spread all over the inside of a PC. If you also have pets or are in a dusty environment, you have to get the stuff out of the case at some point. After…

  7. ## tl;dr To secure backups without storing backup credentials on the server being backed up, I utilize a separate server to initiate and authenticate the backup process. This prevents potential attackers with access to…

  8. TL;DR Are there any DIY or "asia clones" of injekt printers that can compete with cheap branded products? For years, users have bemoaned the seemingly planned obsolescence built into inkjet printers by major…

  9. introduction Debian's decision to use systemd-journald as the sole and default log collector starting with Debian Bookworm has sparked some concerns among system administrators. While systemd has been widely adopted due…

  10. While rootless containers are suitable for user-managed containers on a system, for server-based container deployments, utilizing the "--userns=auto" option provides a more secure solution in Podman. In Podman, when…