Live data from Hacker News

Viewing profile — houzi

houzi

HN member
Joined
Sat, Sep 21, 2013, 12:34 PM UTC
HN karma
54
Public activity
34 items

About houzi

No profile information was provided.

Recent public activity

  1. comment
    Comment #47853962

    What would it take you to ship to Norway?

  2. story
  3. comment
    Comment #46432200

    Do you think a non-python user would piece it together if the shebang line reveals what tool to use?

  4. story
  5. comment
    Comment #43125862

    Does breaking out of the container give you root?

  6. comment
    Comment #42500756

    TUI's have one thing going for them: Copy paste anything! IntelliJ doesn't let me copy any text it shows me. Also, TUI's have their place. I haven't looked much at GUI alternatives…

  7. comment
    Comment #40736772

    Love how well you articulate these notions. They are truly valid for most of us. It also means you're doing it right. The point then is to stay with the practice until you can stop…

  8. comment
    Comment #34866486

    While I like Proxmox and have used it in a startup, I wouldn't recommend it for enterprise simply due to how flaky the Terraform integration was the last time I checked. Probably a…

  9. comment
    Comment #31804222

    It's quite annoying to not be able to use common tools for DNS queries like `dig`, when using `systemd-resolved` for DNS. I think you might have to sometimes flush the caching feat…

  10. comment
    Comment #31548306

    This! Especially with pandas. I did have a look at numpy and on my machine the tests did not bloat it as much as you made me believe. The `core/tests/` modules are 3MB and the `__p…

  11. comment
    Comment #31386191

    You're consuming the content in a browser, when it's supposed to be consumed by an RSS reader.

  12. comment
    Comment #31386184

    You're consuming the content in a browser, when it's supposed to be consumed by an RSS reader.

  13. comment
    Comment #30682868

    Wrt to 1), how often do you reckon a beginner is faced with: > By default, `args` is a set of derivation names denoting derivations in the active Nix expression. These are realised…

  14. comment
    Comment #29612536

    From what I've heard from experienced carpenters and wood millers, growing conditions are a huge factor, as you want slow growing trees that have compact tree-rings. Also if you ca…

  15. comment
    Comment #27958504

    Yes. I'm having a hard time finding a good selling point for rasterio. > I think for the ease of installation alone rasterio is a blessing. How does rasterio simplify installation,…

  16. comment
    Comment #27958485

    Yes. Sorry for the ambiguous comment. Whenever I see a GIS application, I'm always curious to see how they solve the gdal problem. The best is always no GDAL, but that gets pretty …

  17. comment
    Comment #27957543

    This is sorely missed in the GIS world: A well written and simple tool that isn't over engineered trying to cover all sorts of fringe use cases. Very clean code and good design at …

  18. comment
    Comment #26679507

    With weights, you can have the user enter individual weight edges between root and task node, which would simplify the design, no?

  19. comment
    Comment #26679044

    Agree with your point on muscle memory, although I find a shell alias to be a sustainable workaround.

  20. comment
    Comment #23624508

    The thing that stopped me was synchronization, as you needed to run dedicated software for that. Has that changed?

  21. comment
    Comment #23175801

    I really like dgraph. Even amidst some rapid development for graphql integration, dev team has been quick to respond to issues. Was happy to see the continued Jepsen testing. Now t…

  22. comment
    Comment #22907732

    Hackers in standard CSGO games are rampant from what I understand. Serious players pay extra to queue up in a dedicated service for high tickrate servers and anti-cheats which I be…

  23. story
  24. comment
    Comment #21303157

    Today's MVP award goes to you! Thank you!

  25. comment
    Comment #18182871

    Most programming languages suffers from lack of enforcing idiomatic coding style, don't you think? Perhaps python more than others? Scientists having learned that OOP is the one tr…