Live data from Hacker News

Viewing profile — azisk1

azisk1

HN member
Joined
Sun, Dec 27, 2020, 10:08 AM UTC
HN karma
29
Public activity
16 items

About azisk1

No profile information was provided.

Recent public activity

  1. comment
    Comment #46943100

    I would be happy to create such a system myself though I don't have Airpods. I have Beats Flex and perhaps I could somehow control the input with double volume up and down clicks. …

  2. story
    Show HN: Zpace – See which node_modules, venvs, and caches are eating your disk

    I built Zpace to find what's hogging my disk — not just which files are big, but what kind (node_modules, venvs, ML models, caches). It shows deletable units so you know what to cl…

  3. comment
    Comment #45702992

    I happy to hear that it worked for you and that it worked on Windows. I don't own a Windows, so I have not tested it. I am pleasantly surprised that it worked as I have not tried i…

  4. comment
    Comment #45698498

    I did not want to expose what is inside my disk, so I did not share an example but I can do it :D This tool does not let you delete by itself but shows you the size and the path, w…

  5. story
    Show HN: Check what is hogging your disk zpace

    Hello world! I would like to share that I have created a simple open-source Python CLI app to check what's hogging all the disk space! You can install it with pip. It's like space …

  6. comment
    Comment #25569471

    That is coming soon!

  7. comment
    Comment #25554535

    Thank you for the feedback and for the link. This is something I also do for SQL code. Initially I was making this to be used as a pre-commit hook for SQL code inside Python for ou…

  8. comment
    Comment #25553087

    Thanks, that's definitely coming in the near future

  9. comment
    Comment #25553066

    Thank you, I can definitely look up for some inspiration from Redgates. I see that it also costs some money

  10. comment
    Comment #25552985

    Thank you for the feedback. The example in Github has code highlighting. I wonder if I should remove that and if that would make more difference. I would be interested to know how …

  11. comment
    Comment #25552296

    I am not claiming that upper-case is more readable in general. I know the practice to write SQL keywords in upper-case and I find it more readable. From https://stackoverflow.com/a…

  12. comment
    Comment #25552203

    Thank you for the feedback, it will be useful. This is something I had in mind and I believe this would be even more powerful but I started with this minimalistic approach. It migh…

  13. comment
    Comment #25552154

    I understand the wonder, this is not some kind of magic that will help us solve all SQL issues. That's way too hard. This is a development tool that helps write and read SQL code. …

  14. comment
    Comment #25551965

    Not for everybody probably but I find it more readable, especially when the queries get big. Some people rely on code highlighting but this usually gets messed up when writing SQL …

  15. comment
    Comment #25551879

    For now it only upper-cases but I would like it to "prettify" the code as well. So it is an upcoming feature. Hopefully it will even suggest SQL code improvements in the future. Co…

  16. story