Viewing profile — hivacruz
hivacruz
HN member- Joined
- Fri, Dec 22, 2017, 10:31 AM UTC
- HN karma
- 274
- Public activity
- 107 items
- HN profile
- View on Hacker News ↗
About hivacruz
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46891254
I do the same. I was thinking about creating read-only kubeconfigs for him to make sure it can't do bad stuff but with a good SKILL.md, it works perfectly.
-
comment
Comment #46452255
I “learned” to code in Visual Basic 6 to create programs mainly for AOL chat rooms (games, etc.) when I was a kid. I was more of a script kiddie than anything else, but I got hooke…
-
comment
Comment #42802637
I don't think it is "focused" on the JSON part of Redis, they have added a lot of commands from Redis, not only JSON. They are also working on storing vectors too for instance. As …
-
comment
Comment #42802610
We use it for a year now in production and so far so good. We couldn't handle anymore having huge instances with a lot of RAM to hold data in Redis. It looks like a normal database…
-
comment
Comment #42564805
I guess a senior engineer might be "linked" to a single kind of tasks (backend, frontend etc) while a staff engineer has knowledge in a lot of domains and can be the "bridge" for p…
-
comment
Comment #42548298
Instead of taking a image every 5 seconds from the video and embed it, you could detect when there are enough changes between frames to decide to embed or not. One frame, one scene…
-
comment
Comment #40514761
Did you do use the same method, i.e. split by chunks each article and vectorize each chunk?
-
comment
Comment #39987909
PHP is a great language to learn OOP, classes, interfaces, abstract classes, traits, managing dependencies and unit tests. I'm not using it anymore but I learned basically everythi…
-
comment
Comment #39930140
How does it compare to Kvrocks, which use RocksDB as the storage backend too? https://github.com/apache/kvrocks/
-
comment
Comment #39904054
Not affiliated (not my first comment about this) but we are using KVRocks[1] for now at work, which is based on RocksDB by Meta and it works nicely. Developers are nice and reactiv…
-
comment
Comment #39886629
For a few recruitments, we asked the candidates to create a front app like this with React. It was quite nice as we could quickly see how they use the library, what they know etc. …
-
comment
Comment #39885627
As an alternative YouTube Front-end, there is also Piped[0][1] [0]: https://github.com/TeamPiped/Piped [1]: https://piped.video
-
comment
Comment #38998611
Can't agree more. When you read the plot, it looks really strange but the movie is really worth it.
-
comment
Comment #37948684
For those interested in an alternative to Redis on disk, compatible with the Redis protocol, have a look on Kvrocks[1] which was recently accepted in the Apache foundation. It is b…
-
comment
Comment #36539508
They use the Twitter internal GraphQL endpoints.
-
comment
Comment #35994101
We use Kvrocks[0] at work. It is Redis on disk, powered by "RocksDB" (hence the name) and compatible with most of the Redis clients since it respects the Redis protocol. It was inc…
-
comment
Comment #32979196
The author made a post about it: https://kau.sh/blog/jekyll-footnote-tufte-sidenote/
-
comment
Comment #30130752
I understand that. And this is what I like in Black. But the single quotes thing is really up to debate. When you use it with other tools such as flake8 or pylint, you have to disa…
-
comment
Comment #30130704
IIRC, the -S only avoid single quotes to get switched to double quotes. What I meant was allowing Black to switch double-quotes to single quotes automatically.
-
comment
Comment #30130551
This is a great tool. I wish there was some settings to use single quotes instead of double quotes.
-
comment
Comment #29361415
Great software. I have been using it for a few years now (and even made a few themes for it). The WYSIWYG mode is really the best feature for me and what made me picked this editor…
-
comment
Comment #28861067
I thought HTTP 2 fixed the problem of multiple downloads of small files/dependencies? The creator of Rails talks about it here: https://world.hey.com/dhh/modern-web-apps-without-ja…
-
comment
Comment #28829941
I used this library to get familiar with Go. It is indeed very powerful and really easy to create a scraper. My main concerns though were about testing. What if you want to create …
-
comment
Comment #28770524
I like writing bugs. You learn a new thing every time you fix one of them.