home.social

Search

223 results for “jankatins”

  1. There is a grammar of graphics implementation (think / ) in by @MickaelCanouil

    Code: github.com/mcanouil/gribouille
    Docs: m.canouil.dev/gribouille/

    So I can dump a csv into a dir and do both writing and plotting in the same file! Mind blown!

  2. There is a grammar of graphics implementation (think #ggplot2/ #plotnine) in #typst by @MickaelCanouil

    Code: github.com/mcanouil/gribouille
    Docs: m.canouil.dev/gribouille/

    So I can dump a csv into a dir and do both writing and plotting in the same file! Mind blown!

  3. There is a grammar of graphics implementation (think #ggplot2/ #plotnine) in #typst by @MickaelCanouil

    Code: github.com/mcanouil/gribouille
    Docs: m.canouil.dev/gribouille/

    So I can dump a csv into a dir and do both writing and plotting in the same file! Mind blown!

  4. There is a grammar of graphics implementation (think #ggplot2/ #plotnine) in #typst by @MickaelCanouil

    Code: github.com/mcanouil/gribouille
    Docs: m.canouil.dev/gribouille/

    So I can dump a csv into a dir and do both writing and plotting in the same file! Mind blown!

  5. There is a grammar of graphics implementation (think #ggplot2/ #plotnine) in #typst by @MickaelCanouil

    Code: github.com/mcanouil/gribouille
    Docs: m.canouil.dev/gribouille/

    So I can dump a csv into a dir and do both writing and plotting in the same file! Mind blown!

  6. Wanna work on a master data editor for a SCADA system as a PO to help the #energiewende along? The team I work in is looking for a product owner: karriere.50hertz.com/offer/pro mccs.com/

    Berlin, Germany; German is a requirement; flexible/ remote possible, but a lot of days are onsite (near Berlin HBf)

    #fedihire #fedihire_de #energyTransition

  7. Wanna work on a master data editor for a SCADA system as a PO to help the along? The team I work in is looking for a product owner: karriere.50hertz.com/offer/pro mccs.com/

    Berlin, Germany; German is a requirement; flexible/ remote possible, but a lot of days are onsite (near Berlin HBf)

  8. Wanna work on a master data editor for a SCADA system as a PO to help the #energiewende along? The team I work in is looking for a product owner: karriere.50hertz.com/offer/pro mccs.com/

    Berlin, Germany; German is a requirement; flexible/ remote possible, but a lot of days are onsite (near Berlin HBf)

    #fedihire #fedihire_de #energyTransition

  9. Wanna work on a master data editor for a SCADA system as a PO to help the #energiewende along? The team I work in is looking for a product owner: karriere.50hertz.com/offer/pro mccs.com/

    Berlin, Germany; German is a requirement; flexible/ remote possible, but a lot of days are onsite (near Berlin HBf)

    #fedihire #fedihire_de #energyTransition

  10. Wanna work on a master data editor for a SCADA system as a PO to help the #energiewende along? The team I work in is looking for a product owner: karriere.50hertz.com/offer/pro mccs.com/

    Berlin, Germany; German is a requirement; flexible/ remote possible, but a lot of days are onsite (near Berlin HBf)

    #fedihire #fedihire_de #energyTransition

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

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

  13. : 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?

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

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

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

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

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

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

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

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

  22. @[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.

  23. One Update of truenas later (ok, to the 25.04 RC): neither proper display size updates nor copy and paste sync do work anymore. Oh well, back to figuring that out...