Viewing profile — wizhi
wizhi
HN member- Joined
- Tue, Mar 30, 2021, 8:29 AM UTC
- HN karma
- 50
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About wizhi
No profile information was provided.
Recent public activity
-
comment
Comment #48005453
Aren't skills just literal plaintext files? Why not just copy them?
-
comment
Comment #46466443
Do you have any recommendations for literature on the subject of video encoding etc? I really want to learn more theory.
-
comment
Comment #46018559
So you advice people to build their own framework, then advertise your own?
-
comment
Comment #45847915
Maybe your actual issue is needing to mock stuff for tests to begin with. Break them down further so they can actually be tested in isolation instead.
-
comment
Comment #45610379
Generics opened the floodgates for this stuff, unfortunately.
-
comment
Comment #45209376
Servers taking advantage of the tendency for Americans to tip shouldn't be conflated with anyone else traveling to the US.
-
comment
Comment #44903746
Python package documentation is abysmal. It tends to read like a novel and yet still only covers surface layer details with simplistic examples. It's next to impossible to just "ge…
-
comment
Comment #44814986
Man, if anything you sound like a pretty shit coworker.
-
comment
Comment #44420261
What's a concrete example of "concurrency power" here?
-
comment
Comment #40600357
I am likely misremembering, and mixing it was something else! There definitely was something vital I wasn't able to do through just Amethyst though.
-
comment
Comment #40598249
I've been there, being forced to use it for work.. I tried both Yabai and Amethyst and, frankly, neither provide a clean experience. Yabai requires disabling some OS security featu…
-
comment
Comment #40593762
I can recommend Runbox. It's a paid service, but I really think that's for the better.
-
comment
Comment #40469570
The exact same as if npm did it.
-
comment
Comment #40187264
But this can literally just be done in a simple shell script as well. The makefile ends up just being a redundant way to run a shell script.
-
comment
Comment #39509242
Vendor support. Shipping with Linux is a good indicator that it's Linux compatible. Buying computers with Linux is also a way of voting for Linux compatibility - even if you reinst…
-
comment
Comment #39115397
How would me answering how I once "reacted to xyz" make me any more likely to "put the extra neurons in"?
-
comment
Comment #38571724
And the only way to mitigate the cancer that is GitHub is to normalize contributing elsewhere.
-
comment
Comment #38429090
If you truly believe it to be trivial, you should just do it rather than complain. If you don't, then you can't justify putting more work onto the maintainers of upstream for chang…
-
comment
Comment #38406610
Then don't just send a PR: maintain your own fork. I think that's the bigger part of open source. You can fork it, change it to your needs, and not give a damn what anyone else thi…
-
comment
Comment #37926590
Is this any different from other alternate YouTube apps like NewPipe?
-
comment
Comment #37232454
What would be the big gain from this, over the existing approach using multiple return values?
-
comment
Comment #37162505
Most companies I've worked for (Denmark) has had a similar clause in their contracts. No clue if it holds up in court though.
-
comment
Comment #36060715
How is the implementation of errors "laughable"? An error is just another result of calling a function. Seems reasonable enough.
-
comment
Comment #36056339
Where do you keep up to date on what will be included in future releases?
-
comment
Comment #36056291
This is essentially he default when using most CI services, however.