home.social

Search

223 results for “jankatins”

  1. Yay, another time . Thank $whoever for password managers and generated password. And I guess the rest is probably burned in other places (I have a Impressum in my personal website), but damn, if I wanted/needed that hidden...

    Also: 2019, that's 4+ years of possible abuse.

  2. Current status: tired of figuring out why my WD22TB4 4 will not show any usb devices but work for two monitors attached to it.

    If someone knows something about the following: any comments welcome!

    > busn_res: can not insert [bus cf-9b] under [bus 6a-9b] (conflicts with (null) [bus 6a-9b])
    > devices behind bridge are unusable because [bus 9c-ce] cannot be assigned for them"
    > pciehp: Hotplug bridge without secondary bus, ignoring

    6.11 41

  3. TIL: a new organelle evolved through endosymbiosis was discovered, which can fix nitrogen: a

    arstechnica.com/science/2024/0

    (the other two are mitochondria and chloroplasts, making it just three?)

    Interestingly, does not yet have a entry: en.wikipedia.org/wiki/Nitropla

    Fascinating to see science in progress :-)

  4. TIL: a new organelle evolved through endosymbiosis was discovered, which can fix nitrogen: a #nitroplast

    arstechnica.com/science/2024/0

    (the other two are mitochondria and chloroplasts, making it just three?)

    Interestingly, #wikipedia does not yet have a entry: en.wikipedia.org/wiki/Nitropla

    Fascinating to see science in progress :-)

  5. TIL: a new organelle evolved through endosymbiosis was discovered, which can fix nitrogen: a #nitroplast

    arstechnica.com/science/2024/0

    (the other two are mitochondria and chloroplasts, making it just three?)

    Interestingly, #wikipedia does not yet have a entry: en.wikipedia.org/wiki/Nitropla

    Fascinating to see science in progress :-)

  6. TIL: a new organelle evolved through endosymbiosis was discovered, which can fix nitrogen: a #nitroplast

    arstechnica.com/science/2024/0

    (the other two are mitochondria and chloroplasts, making it just three?)

    Interestingly, #wikipedia does not yet have a entry: en.wikipedia.org/wiki/Nitropla

    Fascinating to see science in progress :-)

  7. So much cool stuff in there: csvbase.com/blog/7

    (csvbase.com/) is a site for sharing (and getting) csv files

    (github.com/fsspec/filesystem_s) and how to use it in your code (change `open()` with `fsspec.open()`) and how to extend it with your own custom url schemes let it work in pandas/polar/...

  8. Möp:

    ```sql
    -- works, true
    select 1 :: smallint = 1 :: bigint;
    -- does not work
    select 1 :: smallint <@ int8range(1,2);
    -- ERROR: operator does not exist: smallint <@ int8range
    ```

    Guess what psycopg passes in when giving it a python int param...

  9. Interesting article how to design the interaction between and (or between any two services with a big miss-match in ):

    aws.amazon.com/builders-librar

    written by

  10. TIL: `alembic --autogenerate` can be taught to use sequential revision ids in the filename: stackoverflow.com/a/67398484/1

  11. @hynek the iphone also sacrificed comfortable typing on real keys and daylong battery life for some new experience... Nokia bet on the former and it paid big time for it.

  12. Someone must have smiled hard when they wrote this in the official docs:

    > If you have missing values in the target column, we recommend using a dataset that doesn't have them.

    docs.aws.amazon.com/sagemaker/

  13. @[email protected] I can recommend if you basically want to put $HOME into git without bothering with symlinks or similar stuff. It does some trickery with git to put the local repo elsewhere but otherwise even git aliases work, just with `yadm` instead of `git`. It can of course also handle secrets and bootstrap scripts. Although I would nowadays put secrets into bitwarden and get them from there somehow.

  14. seashells.io/ is nice: `echo "something" | tee >(nc seashells.io 1337)` will print an URL where the piped in content is visible. Given that is basically available everywhere, this is an easy way to get data out...

    I've now this in my

    ```
    # Shows output on a webpage. URL will be displayed.
    tee-to-web() {
    tee >(nc seashells.io 1337)
    }
    ```

    via @[email protected]

  15. On mac, I need to login with password but then I can unlock with fingerprint or password. On #linux #GNOME, I always have to use fingerprint first to get the to password.

    The #fprint readme contains this:

    > pam_fprintd doesn't support entering either the password or a fingerprint ... could be fixed by having the login managers run 2 separate PAM stacks

    github.com/dsd/fprintd/blob/ma

    Is anyone aware that one of the #LoginManagers started implementing this two stack #PAM idea?

  16. On mac, I need to login with password but then I can unlock with fingerprint or password. On , I always have to use fingerprint first to get the to password.

    The readme contains this:

    > pam_fprintd doesn't support entering either the password or a fingerprint ... could be fixed by having the login managers run 2 separate PAM stacks

    github.com/dsd/fprintd/blob/ma

    Is anyone aware that one of the started implementing this two stack idea?

  17. On mac, I need to login with password but then I can unlock with fingerprint or password. On #linux #GNOME, I always have to use fingerprint first to get the to password.

    The #fprint readme contains this:

    > pam_fprintd doesn't support entering either the password or a fingerprint ... could be fixed by having the login managers run 2 separate PAM stacks

    github.com/dsd/fprintd/blob/ma

    Is anyone aware that one of the #LoginManagers started implementing this two stack #PAM idea?