Live data from Hacker News

Viewing profile — Strum355

Strum355

HN member
Joined
Wed, Apr 25, 2018, 11:34 AM UTC
HN karma
87
Public activity
32 items

About Strum355

[ my public key: https://keybase.io/strum355; my proof: https://keybase.io/strum355/sigs/IPVwqHeiZeipdCLqahM57lyWflDLnB3EVL-SqRZeEnQ ]

Recent public activity

  1. comment
    Comment #39627252

    I feel like youre arguing a different point here. I agree with the other person that hooking a macOS machine to a non-HiDPI monitor makes for an awkward (Id call downright bad) fon…

  2. comment
    Comment #35384743

    I personally prefer https://explain.dalibo.com over depesz's version, both from a visualization standpoint (I can more clearly see the hierarchy of operations) but also because I'v…

  3. comment
    Comment #34967154

    It's pretty much unmaintained, but it does still work!

  4. comment
    Comment #34098919

    There are android apps specifically for this that can fetch from a git repo and you can input your GPG password, with autofill and all

  5. comment
    Comment #33544576

    Still would not use V myself, its the prime example of overmarketing of impossible features, silencing of critics online etc

  6. comment
    Comment #32910781

    > the excellent toolchain and numerous libraries The same libraries that can be used from Kotlin?

  7. comment
    Comment #32479904

    Probably more like `weaveworks/ignite`, which creates firecracker microvms from OCI images

  8. comment
    Comment #32424918

    Nix and Docker share the same purpose in this context: declaring the dependencies needed for this environment. This can include shell scripts, system-level dependencies etc. If any…

  9. comment
    Comment #32094081

    Note that if you delete entries in non sequential order (aka not at the start-only or the end-only) and continue inserting, BRIN index becomes much less effective. Its very much pr…

  10. comment
    Comment #31798886

    You lost me at saying Go let's you forget to handle errors, when its pretty objectively more vocal at having you not handle them than Kotlin with its lack of checked exceptions, ha…

  11. comment
    Comment #31387717

    Thats a separate issue from the one being shown here. The syntax here is just invalid

  12. comment
    Comment #31378263

    Not going to link it anywhere? I have some doubts given how widely it wouldve been shared if the claim is actually true, and your not linking of an example kinda just furthers that…

  13. comment
    Comment #31338092

    Seeing that for my employer too, it lists tech like Elasticsearch, Kafka, Kibana etc that we're 100% not using and would have no mention of either

  14. comment
    Comment #31258602

    Its non deterministic on purpose because thats how its required to be to fit the model of CSP (communicating sequential processes)

  15. comment
    Comment #30819179

    That is actively being worked on currently, but is very WIP still

  16. comment
    Comment #28204801

    Ive had a number of python libraries (and Im not talking small, lesser known ones) that would depend on (and break in the absence of) specific quirks in Python versions that made u…

  17. comment
    Comment #28140210

    > Corporate tax rates are the same as other countries in Western Europe Except for Ireland with its 12.5%

  18. comment
    Comment #26524567

    As a heavy discord user, its performance is just nothing compared to a native app (gtk etc). Its notably not native in performance

  19. comment
    Comment #26368431

    Outside of the JVM space, I share the complete opposite sentiment. Go and Rust support in the past few months (close to a year at this stage) have been vastly better with LSP than …

  20. comment
    Comment #24223677

    How does Sarif compare to LSIF?

  21. comment
    Comment #24103737

    Does this use OpenTelemetry/OpenTracing if not, why not?

  22. comment
    Comment #23621334

    How does this compare to inlets.dev?

  23. comment
    Comment #23098989

    You can do IaC for bare metal home servers as well. And thats coming from a 90s kid. We run a few physical servers for a college society with proxmox on top, and all of our VMs are…

  24. comment
    Comment #22684055

    Doing `export TERM=xterm` has worked consistently for me

  25. comment
    Comment #21858586

    systemd-nspawn is mentioned as a Docker alternative for running an OS... but what about LXD/LXC?