Viewing profile — elnik
elnik
HN member- Joined
- Mon, May 15, 2017, 10:10 PM UTC
- HN karma
- 20
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About elnik
No profile information was provided.
Recent public activity
-
comment
Comment #24161321
I wonder what happens on a cloudy day.. currently the satellite based DTH television displays a cloud and refuses to work. Technically is there a work around to that?
-
comment
Comment #24130588
same here. switching all our libs to jsdelivr right now.
-
comment
Comment #24130583
https://status.cdnjs.com
-
comment
Comment #24130428
breaks the internet..
- story
-
comment
Comment #23974581
Nobody seems to want to talk about delays. I work at a hard tech startup, and all I have been seeing are delays in launching our product. I keep seeing more work as work gets done.…
-
comment
Comment #22842245
Added a neat "hack" instead to set the href of a link dynamically. 'data:text/html;base64,' + btoa(document.documentElement.outerHTML)
-
comment
Comment #22842164
Added a popup [1]. It felt sinister. This is how simple, pure things get ruined. [1] - https://github.com/scriptspry/writerunblock/commit/0ced484a2...
-
comment
Comment #22841381
Sometimes, you just need to put down your thoughts with out the fear of someone looking at what you are writing, or with out your editor bugging you about all the typos you are mak…
- story
-
comment
Comment #19569810
This is not a great idea in my opinion, here's why: One should never feel withdrawn from any conversations, or exploring their feelings. If you want to ask someone out, but have fe…
-
comment
Comment #19245335
It's pretty easy now to setup your own VPN on "major cloud providers". Add Pi Hole to that, and you've got awesome browsing experience.
-
comment
Comment #14631287
My CPU (6th generation i5) died last week. RIP. I installed debian 9, installed virtualbox, vagrant, setup a clean development machine for myself, everything took 4 hours to finish…
-
comment
Comment #14348327
$ cat test.json {} $ curl -X POST -H "Content-Type: application/json" -d @test.json https://jsonbin.io/b/new {"success":false,"message":"Snippet parameter is missing"} $ echo '{"sn…
-
comment
Comment #14348212
On another note, Why the 'snippet' additional step when creating new fiddles? Being able to do: curl -X POST -d @test.json https://jsonbin.io/b/new will be cool!
-
comment
Comment #14348193
I made the exact same thing couple of years back, but shut it down because I couldn't think of sustainably maintaining such a "free" service. I have a lot of ideas like this, but I…