Readit News logoReadit News
dhruvkb commented on macOS Tahoe   apple.com/os/macos/... · Posted by u/Wingy
mmastrac · 3 months ago
This is the first time I've ever seen a macOS update and not seen a single feature worth bothering to upgrade over. Is there anything developer-facing? I don't use any Apple ecosystem stuff and this is all that AFAICT
dhruvkb · 3 months ago
There is support [1] for containers.

[1]: https://github.com/apple/container#requirements

dhruvkb commented on Iconic icons to showcase your skills   github.com/YuheshPandian/... · Posted by u/Yuhesh
dhruvkb · 6 months ago
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 their brand guidelines and license metadata to avoid infringing copyright.

[1]: https://simpleicons.org

dhruvkb commented on Show HN: Yaak – An open source, Git-friendly desktop API client   yaak.app... · Posted by u/gschier
dhruvkb · 10 months ago
Would love to see a comparison with Bruno[1].

[1]: https://usebruno.com

dhruvkb commented on Show HN: TikTok for Beautiful Words   fancyword.abi-countdown.d... · Posted by u/lightstack
dhruvkb · 10 months ago
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 connection.
dhruvkb commented on Show HN: A Fast HTTP Request CLI Powered by HTTL   httl.dev/docs/cli... · Posted by u/emykhailenko
dhruvkb · 10 months ago
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 by 30k+ stars was extended instead of a new format to introduce fragmentation in this space.

[1]: https://docs.usebruno.com/bru-lang/overview

dhruvkb commented on Show HN: dorm: Django wrapper that lets you use its ORM in standalone manner   pypi.org/project/dorm-pro... · Posted by u/Harsh182
dhruvkb · a year ago
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 to have the possibility to expand the project into a proper web app or an API, if needed. The Django admin interface is also great!
dhruvkb commented on Show HN: I built a simple app to create PDF invoice   invoicepdf.dev... · Posted by u/kokonutt_
dhruvkb · a year ago
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 currencies I work with are missing. I suppose it would be a small addition to support any currency code (it's just a prefix for the most part) or symbol (like ₹ for INR).

Opinion: Personally I would prefer a CLI tool that would that would take a template and a table to create many invoices in bulk, but this still a good option.

dhruvkb commented on Show HN: I made an ls alternative for my personal use   github.com/triyanox/lla... · Posted by u/triyanox
dhruvkb · a year ago
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` alternative, `pls`[1].

[1]: https://pls.cli.rs

dhruvkb commented on Show HN: I made an ls alternative for my personal use   github.com/triyanox/lla... · Posted by u/triyanox
bawolff · a year ago
Tbh, i dont understand why people want to rewrite ls of all things.

Like don't get me wrong, if they had fun, that's great.

But all i use ls for is getting a list of files. I barely ever even use the -la options. There just doesn't seem like a lot of room for improvement in something so simple.

dhruvkb · a year ago
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 to learn Rust as a secondary motivation.

But as I added more and more features to it, it has become a good tool that does a number of things that `ls` doesn't do (unless you chain it with other tools like `sort` or `grep`) and even other `ls` replacements don't do.

So even though `ls` is fantastic as-is, it's always fun to build something of your own, add a little more polish in areas that matter to you and put it out there to see if it resonates with more people.

[1]: https://pls.cli.rs

u/dhruvkb

KarmaCake day71September 21, 2021View Original