Live data from Hacker News

Viewing profile — hivacruz

hivacruz

HN member
Joined
Fri, Dec 22, 2017, 10:31 AM UTC
HN karma
274
Public activity
107 items

About hivacruz

No profile information was provided.

Recent public activity

  1. story
  2. 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.

  3. 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…

  4. 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 …

  5. 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…

  6. 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…

  7. 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…

  8. comment
    Comment #40514761

    Did you do use the same method, i.e. split by chunks each article and vectorize each chunk?

  9. 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…

  10. comment
    Comment #39930140

    How does it compare to Kvrocks, which use RocksDB as the storage backend too? https://github.com/apache/kvrocks/

  11. 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…

  12. 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. …

  13. 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

  14. comment
    Comment #38998611

    Can't agree more. When you read the plot, it looks really strange but the movie is really worth it.

  15. 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…

  16. comment
    Comment #36539508

    They use the Twitter internal GraphQL endpoints.

  17. 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…

  18. comment
    Comment #32979196

    The author made a post about it: https://kau.sh/blog/jekyll-footnote-tufte-sidenote/

  19. 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…

  20. 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.

  21. comment
    Comment #30130551

    This is a great tool. I wish there was some settings to use single quotes instead of double quotes.

  22. 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…

  23. 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…

  24. 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 …

  25. comment
    Comment #28770524

    I like writing bugs. You learn a new thing every time you fix one of them.