home.social
  1. : I try to follow mastodon.art/@MicroSFF but when I search for them on my account, I don't find anything and if I click there on follow and insert my account, I get a "not found" picture. The mastodon.art seems to be NOT on the fosstodon moderated servers (fosstodon.org/about). Am I blocked from their side?

  2. 0.1.16 (rust based markdown linter and formatter, replacing markdownlint-cli2) now has a option to reflow markdown based on the semantic line break convention: sembr.org/

    github.com/rvben/rumdl/release

  3. 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.

  4. 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

  5. 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 :-)

  6. 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/...

  7. 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...

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

  9. 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/

  10. @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.

  11. 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