Live data from Hacker News

Viewing profile — dhruvkb

dhruvkb

HN member
Joined
Tue, Sep 21, 2021, 6:17 PM UTC
HN karma
78
Public activity
36 items

About dhruvkb

No profile information was provided.

Recent public activity

  1. comment
    Comment #48870724

    Claude Opus 4.8 can read it with a single prompt and no instructions on how to read it. https://ibb.co/WWMSXQkQ

  2. comment
    Comment #47813402

    I will need to `alias aaaa="bird"`.

  3. comment
    Comment #47409579

    Truly anything goes. Tried gen-z-slang: https://translate.kagi.com/?from=en&to=gen-z-slang&text=i+re...

  4. comment
    Comment #46629147

    Mine is hosted at https://dhruvkb.dev . I also made an open-source project that allows you to build a similar one for yourself. It's called Récivi and it's hosted at https://recivi…

  5. comment
    Comment #45267811

    There is support [1] for containers. [1]: https://github.com/apple/container#requirements

  6. comment
    Comment #44281307

    I prefer the more simple monochromatic approach used by Simple Icons [1] but that can be too restrictive at times and many icons do not translate to that style. You can still use t…

  7. comment
    Comment #43188204

    Would love to see a comparison with Bruno[1]. [1]: https://usebruno.com

  8. comment
    Comment #43166284

    There is also this. [1]: https://lumon-industries.com/ [2]: https://github.com/Lumon-Industries/Macrodata-Refinement

  9. comment
    Comment #43146770

    Where it it getting the data from? Is it possible to download a subset of that dataset offline, so that I can keep swiping and learn new "fancy words" when I'm not with an Internet…

  10. comment
    Comment #43111614

    I'm currently using Bruno, which uses its own format "Bru Lang" for storing HTTP requests as plain text[1]. The VS Code extension is great but I'd much prefer the standard backed b…

  11. comment
    Comment #42563947

    I had been looking for something like this in the past. I have previously set up a full-fledged Django application only to use its ORM, but then I realised that it's quite helpful …

  12. comment
    Comment #42407826

    Good: This website is well designed. The feature-set is limited but it's more than enough for most folks. The UI is also pleasant. Bad: The currency set is restrictive. Two of the …

  13. comment
    Comment #42242498

    While you've specifically labeled this as "personal use", it is a commendable project that introduces some interesting new ideas. I might steal some ideas from it for my own `ls` a…

  14. comment
    Comment #42242482

    Hi, author of `pls`[1] here. I started `pls` as a hobby project to scratch a personal itch: a "prettier" alternative to `ls`, with more colors and customisable icons. I also wanted…

  15. comment
    Comment #42242441

    I wanted to plug `pls`[1], a tool that I wrote and maintain. It does a few things that `eza` (another great tool nonetheless, and a massive inspiration) cannot do[2]. [1]: https://…

  16. comment
    Comment #42242425

    Hi, author of `pls`[1] here. `pls` goes above and beyond what is typically possible with `ls` without going so far as to become an entire TUI file explorer like Broot[2]. Among a f…

  17. comment
    Comment #42134387

    I currently use BokenMap [1] to maintain a personal record of the places that I've been to. The idea of collecting ratings is a cool addition to that concept. If I could suggest a …

  18. comment
    Comment #42067294

    I found a tool of mine submitted by someone else on the site (pleasant surprise!) and I want to update the description and add a more recent/better image. How would I do that?

  19. comment
    Comment #41727619

    Another alternative is `pls`. Disclaimer: I am the maintainer of the project. [pls]: https://pls.cli.rs

  20. comment
    Comment #41727616

    I would love to see if you would try `pls` and provide your thoughts? Disclaimer: I am the maintainer of the project. [pls]: https://pls.cli.rs

  21. comment
    Comment #41727613

    I would love to see if you would try `pls` and provide your thoughts? Disclaimer: I am the maintainer of the project. [pls]: https://pls.cli.rs

  22. comment
    Comment #41199144

    There are a number of different CC-licenses which impose different restrictions on how a work can be used so filtering by just "Creative Commons licenses" is not very helpful. Open…

  23. comment
    Comment #41199123

    Related: Openverse[1] is an open-source search engine for openly-licensed media. It indexes CC-licensed and public domain images (including CC0) with filters for license types. Dis…

  24. comment
    Comment #41199085

    I looked up the information such as the name of the work or the artist on Openverse and was able to find the image, as well as more information about the licensing. For example, I …

  25. comment
    Comment #40140854

    I have a few projects where I use Django just for the ORM. The rest of the project is is CLI commands that are being run as Django's management commands to be able to access the OR…