elnik | 5 years ago | on: Beta users of Starlink get downloads of 11 to 60 Mbps
elnik's comments
elnik | 5 years ago | on: Cdnjs Is Down
elnik | 5 years ago | on: Cdnjs Is Down
elnik | 5 years ago | on: Cdnjs Is Down
elnik | 5 years ago | on: Intel ousts its chief engineer, shakes up technical group after 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. Much of our progress till date has been incremental. It came from either fixing bugs in sprints or unlocking new capabilities by solving hard problems.
I have never understood the point of timing work. Work takes as much "time" as it needs for getting done. It can't be accurately estimated with out actually spending time actually working on it. Clarity seems to be the most critical piece for productivity for me. Drive that, and people just can't help but work. Dealing with drudgery seems inevitable.
Add on top of this people's incompetence or I should say unreadiness for situation, it irks the managers and people responsible for delivery. Delays cascade up. But I think most delays are due to unrealistic expectations of people higher up. Irony being the expectations set by the ones that are supposed to carry out the work.
elnik | 6 years ago | on: Writer Unblock
'data:text/html;base64,' + btoa(document.documentElement.outerHTML)
elnik | 6 years ago | on: Writer Unblock
[1] - https://github.com/scriptspry/writerunblock/commit/0ced484a2...
elnik | 6 years ago | on: Writer Unblock
Can do away with the internet too, if a data url can be crafted with this html and bookmarked.
Happy unstucking!
elnik | 7 years ago | on: Show HN: Thoughter
One should never feel withdrawn from any conversations, or exploring their feelings. If you want to ask someone out, but have fear/anxiety, you have a "problem" you need to address bravely. Get to the bottom of your fears, reach a conclusion and act on it. Whatever happens, happens. Using thoughter just leaves you buried in your comfort zone, making you never questioning the nature of your own self. It's an easy way out or an excuse for not being accountable to your self. Leaving result of important situations in your life to external circumstances is not a good idea.
elnik | 7 years ago | on: Ask HN: What VPN service are you currently using?
elnik | 8 years ago | on: Intel Skylake/Kaby Lake processors: broken hyper-threading
I installed debian 9, installed virtualbox, vagrant, setup a clean development machine for myself, everything took 4 hours to finish.
I reboot the virtual machine, and boom, there was a kernel panic which I sadly don't remember exactly / didn't take a picture of. After I rebooted the machine, and opened terminal, the system froze. The cursor wouldn't move. Reboot again, motherboard has a CPU fail/undetected light on. Couldn't get it to boot after that.
I am both sad and relieved that bad stuff exists, but it's being patched to prevent proliferating.
I sincerely hope I'll get a replacement from Intel.
elnik | 8 years ago | on: JSONbin.io – Simple JSON Storage (Beta)
{}
$ curl -X POST -H "Content-Type: application/json" -d @test.json https://jsonbin.io/b/new
{"success":false,"message":"Snippet parameter is missing"}
$ echo '{"snippet": "{}"}' > test.json
$ curl -X POST -H "Content-Type: application/json" -d @test.json https://jsonbin.io/b/new
{"success":true,"data":"{}","id":"..."}
elnik | 8 years ago | on: JSONbin.io – Simple JSON Storage (Beta)
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!
elnik | 8 years ago | on: JSONbin.io – Simple JSON Storage (Beta)
I have a lot of ideas like this, but I am super confused on the sustainability part. What ways are there to sustainably maintain such services?