Live data from Hacker News

Viewing profile — Madeindjs

Madeindjs

HN member
Joined
Thu, Mar 31, 2016, 11:00 AM UTC
HN karma
41
Public activity
76 items

About Madeindjs

No profile information was provided.

Recent public activity

  1. comment
    Comment #41295113

    I found a tool named [Lossless Audio Checker]( https://losslessaudiochecker.com ) : "A utility to check whether a WAVE or FLAC file is truly lossless or not". I was so sad that thi…

  2. comment
    Comment #41277800

    I personally use MPV to play my music libraries containing mainly FLAC file and I wrote a plugin [1] using JS to send my listens to listenbrainz.org . It's damn simple, but it work…

  3. comment
    Comment #38648751

    If I got it right, naming all our files with the extension `.mjs` solves the issue as well, right ?

  4. comment
    Comment #35530914

    I'm a Ntfy user and I really love this tool! Thank you so much for your work

  5. comment
    Comment #35445594

    Why should not use a simple database instead ?

  6. comment
    Comment #33587409

    Link is dead. New link seem to be https://blog.djha.skin/p/planning-and-notes-using-markdown-i...

  7. comment
    Comment #33577650

    I may also found other credentials: https://github.com/SriLikesToSing/practice/blob/master/tinke...

  8. comment
    Comment #32815756

    I see an horizontal scroll because of a code block containing a non wrapped URL

  9. comment
    Comment #32756616

    Impressive design. Bravo

  10. comment
    Comment #32105931

    I thought the same thing. As a Node.js dev, I can quickly create a .mjs file and use a `module.export` to return a JavaScript object who contains the configuration. Thus, i can use…

  11. comment
    Comment #31707868

    I made basics bash scripts to do some simple stuffs. Scripts I use more often are: 1. A script who help me to make conventional commits name (ex: `feat(xyz): add some stuff. JIRA-I…

  12. comment
    Comment #31646167

    I use this VSCode plugin yo do that and it works well https://marketplace.visualstudio.com/items?itemName=mushan.v...

  13. comment
    Comment #31382894

    But I imagine that you want to sit at 25°C all day long during the winter...

  14. comment
    Comment #31253543

    As a developer, I love JavaScript ecosystem for some of theses drawback of this package manager. I'm be able to quickly publish a library on NPM and this is great IMO. Few years ag…

  15. comment
    Comment #30824070

    This is a really great resource. All of theses tips are implemented in Nest.js framework. I can't recommend enough to give it a try, it'll force you yo have best practices.

  16. comment
    Comment #30747109

    With plaintext you can do what you need. For example, with todo.txt context are just prefixed by `@`. You can also add special tag with `key:value`. So for example you can add `loc…

  17. comment
    Comment #30538261

    [Markor]( https://github.com/gsantner/markor ), free, open source and available on F-Droid.

  18. comment
    Comment #30120724

    JavaScript now include workers and with Node.js have Worker threads. I am pretty sure that MS guys use it into VSC.

  19. comment
    Comment #29883936

    I thought that author of Faker don't ask a new maintainer, he just ask for money. So I think this point is valid. A maintainer role could be to just accept some occasional pull req…

  20. comment
    Comment #29213667

    URL syntax you described is exactly one used by Asciidoctor ( https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-re... )

  21. comment
    Comment #29112793

    I use it since many years and I could not use anything else. I installed it on my girlfriend's phone (non techie person) and she also loves it.

  22. comment
    Comment #28660885

    Did you give a try of Deno. This is a JavaScript runtime but it produce a single binary. This would make sense in your case because it can be harder to inspect it.

  23. comment
    Comment #28400795

    I had a black page with JavaScript disabled. You should at least display a message "please enable JavaScript".

  24. comment
    Comment #28348779

    I not totally agree with this. Architecture is really important because it can make new feature less expensive in term of development. If you judge a work only in terms of final pr…

  25. comment
    Comment #28320931

    Is it equivalent to initialize Git repository in $HOME ?