Viewing profile — houzi
houzi
HN member- Joined
- Sat, Sep 21, 2013, 12:34 PM UTC
- HN karma
- 54
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About houzi
No profile information was provided.
Recent public activity
-
comment
Comment #47853962
What would it take you to ship to Norway?
- story
-
comment
Comment #46432200
Do you think a non-python user would piece it together if the shebang line reveals what tool to use?
- story
-
comment
Comment #43125862
Does breaking out of the container give you root?
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #31386191
You're consuming the content in a browser, when it's supposed to be consumed by an RSS reader.
-
comment
Comment #31386184
You're consuming the content in a browser, when it's supposed to be consumed by an RSS reader.
-
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…
-
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…
-
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,…
-
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 …
-
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 …
-
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?
-
comment
Comment #26679044
Agree with your point on muscle memory, although I find a shell alias to be a sustainable workaround.
-
comment
Comment #23624508
The thing that stopped me was synchronization, as you needed to run dedicated software for that. Has that changed?
-
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…
-
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…
- story
-
comment
Comment #21303157
Today's MVP award goes to you! Thank you!
-
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…