Viewing profile — Madeindjs
Madeindjs
HN member- Joined
- Thu, Mar 31, 2016, 11:00 AM UTC
- HN karma
- 41
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About Madeindjs
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #38648751
If I got it right, naming all our files with the extension `.mjs` solves the issue as well, right ?
-
comment
Comment #35530914
I'm a Ntfy user and I really love this tool! Thank you so much for your work
-
comment
Comment #35445594
Why should not use a simple database instead ?
-
comment
Comment #33587409
Link is dead. New link seem to be https://blog.djha.skin/p/planning-and-notes-using-markdown-i...
-
comment
Comment #33577650
I may also found other credentials: https://github.com/SriLikesToSing/practice/blob/master/tinke...
-
comment
Comment #32815756
I see an horizontal scroll because of a code block containing a non wrapped URL
-
comment
Comment #32756616
Impressive design. Bravo
-
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…
-
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…
-
comment
Comment #31646167
I use this VSCode plugin yo do that and it works well https://marketplace.visualstudio.com/items?itemName=mushan.v...
-
comment
Comment #31382894
But I imagine that you want to sit at 25°C all day long during the winter...
-
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…
-
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.
-
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…
-
comment
Comment #30538261
[Markor]( https://github.com/gsantner/markor ), free, open source and available on F-Droid.
-
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.
-
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…
-
comment
Comment #29213667
URL syntax you described is exactly one used by Asciidoctor ( https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-re... )
-
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.
-
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.
-
comment
Comment #28400795
I had a black page with JavaScript disabled. You should at least display a message "please enable JavaScript".
-
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…
-
comment
Comment #28320931
Is it equivalent to initialize Git repository in $HOME ?