liliumstar

joined 3 years ago
[–] liliumstar@lemmy.dbzer0.com 3 points 4 days ago

I've never heard that from anywhere. Transdermal or injections are going to be safest for someone at risk.

[–] liliumstar@lemmy.dbzer0.com 1 points 2 weeks ago

I have used it, and honestly it's better than writing pure bash. But it's not perfect. Still needs a lot of work, and there are a bunch of weird limitations and things you need to remember. So I would say it's main use case is where you absolutely need bash portability over a more robust scripting/programming language.

[–] liliumstar@lemmy.dbzer0.com 14 points 2 weeks ago

I experienced some nipple soreness/discomfort within about 5 days. Then at day 10 I was having full on growth pains. So I doubt you're going crazy 🙂

[–] liliumstar@lemmy.dbzer0.com 2 points 2 weeks ago

It doesn't take long at all, like less than 10 seconds. I do inject air into the vial to create some positive pressure. The viscosity of the carrier oil in use will make a difference. The EV I'm using now is sesame oil.

[–] liliumstar@lemmy.dbzer0.com 2 points 2 weeks ago (2 children)

I'm doing 5mg every 5 days and my trough is at a good (high) level. I know a number of people on 5 mg per week and it's working fine for them.

Regarding your question about the needles. I have 25g 1" for IM and 27g 1/2" for SC. They're fixed point safety syringes, so I draw and inject with the same needle.

[–] liliumstar@lemmy.dbzer0.com 6 points 1 month ago

Amazing, congrats!!!

[–] liliumstar@lemmy.dbzer0.com 2 points 2 months ago

I've been using purelymail with my own domains. It's cheap and it works. Depending on the receiving service, sent items do sometimes end up in spam.

[–] liliumstar@lemmy.dbzer0.com 1 points 2 months ago

I have a yubikey setup to autounlock my laptop luks. It's a bit of a pain to get setup the first time then it just works. Not sure it's worth it for a home server unless it has some real valuable data on it. And in that case you wouldn't want the key stored anywhere near it.

[–] liliumstar@lemmy.dbzer0.com 4 points 3 months ago

We allow registration with a one time token only and a hidden registration page. The token is generated via bot by an admin/mod.

[–] liliumstar@lemmy.dbzer0.com 1 points 4 months ago

I've been using zed, it has solid python integration and is way faster than vscode (oss or otherwise). I believe python debugging is supported now, but it's not quite as advanced as PyCharm.

[–] liliumstar@lemmy.dbzer0.com 1 points 5 months ago

I always suggest https://www.seedhost.eu/shared-app-hosting/

Though it looks like the lower end ones are out of stock right now. Worth keeping an eye on.

[–] liliumstar@lemmy.dbzer0.com 1 points 5 months ago

You can get started pretty easily with Podman desktop and kind. Then you have a small self-contained cluster to mess around with, that also functions as a dev environment. Another option, and how I first learned, was with free credits from GCP. I realize this is self-hosted, just providing options for learning..

I've always liked Digital Ocean tutorials for getting stuff done. This one shows you how to deploy some things and links out to official documentation for further details: https://k8s-ops.net/posts/getting-started-with-kubernetes-digitalocean/

These are also good free tutorials: https://www.geeksforgeeks.org/devops/kubernetes-tutorial/

Once you are comfortable with kubectl and basic deployments, then look into helm.

 

Been working on this the past couple months as an exercise in learning Rust. Just wanted to share how it's come so far!

torrentz2 (tz2) is an advanced, experimental utility for working with .torrent metadata files. It supports a wide array of BEPs and v1/v2/hybrid formats.

Features

  • Create, Edit, or Verify torrent files
  • Convenient config file to define default options and trackers
  • Multithreaded hashing
  • Include/exclude files based on globs and if they are symlinks
  • Create a single torrent file from disparate input paths, provided they share a common root
  • Intelligent automatic piece size selection with support for up to 64 MiB
  • Digitally sign/verify embedded signatures with standard X.509 certificates utilizing RSA or EC signatures
    • Includes utility command to generate an appropriate root CA and leaf cert
  • Optionally include md5 or sha1 sums per-file with v1 torrents

Optional Features

  • CPU hardware accelerated hashing (on by default)
  • GPU accelerated hashing (coming soon, maybe hopefully)
  • Compile to a static binary

Why another utility like this? Well, there wasn't one that met my requirements. That is, feature rich, oriented towards PT users, and supporting the v2 format. It's also, as far as I can tell, the only modern utility supporting the draft BEP 0035 (Torrent Signing). I intend to make use of this in a future project.

Right now all the main features are implemented, except the planned GPU hashing. Once I've had some more time to polish it up and write documentation, I intend to publish on crates.io. For now, if you'd like to try it out you can build from source, or I have some builds for x86_64 Linux available in the repo.

view more: next ›