Viewing profile — vanilla
vanilla
HN member- Joined
- Fri, Feb 10, 2012, 7:22 PM UTC
- HN karma
- 74
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About vanilla
No profile information was provided.
Recent public activity
-
comment
Comment #45707641
ilograph [0] has these features. I think it should be possible with SVG only. The main use-case would be for documentation sites. [0] https://www.ilograph.com/features.html
-
comment
Comment #45706992
This looks like a very promising project, I have been looking for exactly this. One feature I would love to see a declarative diagramming solution would support is a hover pop-up w…
-
comment
Comment #43978023
space debris, radiation and no maintenance. The buzzwords sure sound cool, but make absolutely no sense.
-
comment
Comment #42222479
Crypto currencies consume more than entire countries. AI has at least good uses compared to that. I have yet to come across a single good use-case. It will never offset the damage …
-
comment
Comment #31378066
We have been using it for our internal dev and test environment. I was very disappointed that it did not have tcp/udp proxy support. Fortunately the plug-in system allowed us to ex…
-
comment
Comment #25832010
Below [1] is an interview with a "Comfort Woman". The story is much more gruesome than the Wikipedia entry suggests. [1]: https://www.youtube.com/watch?v=qsT97ax_Xb0
-
comment
Comment #19554935
Here is a good talk on that topic[1]. Widevine does not come bundled with Firefox & Chrome. Each installation has to download the Widevine binary. You would be able to use the bina…
-
comment
Comment #14340551
If you are in remote africa, with a sattelite uplink, windows updates/traffic should be configurable. https://www.reddit.com/r/technology/comments/4mcdon/i_live_i...
-
comment
Comment #14340549
If you are in remote africa, with a sattelite uplink, windows updates/traffic should be configurable. https://www.reddit.com/r/technology/comments/4mcdon/i_live_i...
-
comment
Comment #14202437
I think trying to exclude nodes is more efficient than trying to find the correct ones. After you excluded all "bad" nodes, you need to find the order. finding the order with the h…
-
comment
Comment #14202297
This seems to be the software behind appmail.io[1], a service just like mailgun and sendgrid. [1]: https://appmail.io/
-
comment
Comment #12366502
This is not simple. I haven't made my own Makefiles, because when I see them, they are complex and not easy to understand. That's why I chose CMake for my projects. If this is simp…
-
comment
Comment #11258938
combining that with a docker container breakout would be interesting https://news.ycombinator.com/item?id=7909622 (Docker container breakout?)
-
comment
Comment #9675004
I can't follow the comparison. Linux is just a Kernel, most distros use the coreutils package which is developed/maintained by GNU [1]. So any comparison is not between Linux and U…
-
comment
Comment #8300212
npm gives you dependency hell in a medium sized project, with a node_modules folder 10 times larger than the project. This on a OS level ... interesting
- comment
-
comment
Comment #8271785
when you listen to him the linked podcast, you will understand why they went ahead after 2 weeks of no contact. He has an established tendency to do that. Even in the podcast he me…
-
comment
Comment #8264763
git-crypt[1] also does per file encryption [1]: https://www.agwa.name/projects/git-crypt/
-
comment
Comment #7989136
>You just provide us login credentials to [your] server ...
-
comment
Comment #7929475
it might not cause problems, but is not very concise adding syntax to support new features always causes problems (python .. ^cough^ )
-
comment
Comment #7929263
Using 6 as a prefix for ipv6 might be a bad idea. The DNS Specification (RFC2181[1]) states: >The DNS itself places only one restriction on the particular labels that can be used t…
-
comment
Comment #7895944
don't stress your fingers ! setInterval(function(){increment(food);increment(wood);increment(stone)},50);
-
comment
Comment #7682894
libGDX (cross plattform game lib.) also made a push to gradle
-
comment
Comment #7549200
There was a Blog-post on HN 10 days ago, showing Amazon is actively scanning for this and warns developers. https://news.ycombinator.com/item?id=7491272 it also predates this blog …
-
comment
Comment #7527363
I fell that they are doing it because of a growing threat from Linux as a Windows alternative. With Valve pushing their Debian fork and more gaming support for Linux in the last ti…