Viewing profile — mitgraduate
mitgraduate
HN member- Joined
- Sun, Jan 06, 2019, 7:50 AM UTC
- HN karma
- -15
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About mitgraduate
No profile information was provided.
Recent public activity
-
comment
Comment #18866878
Not possible in high earthquake risk areas
- comment
-
comment
Comment #18864777
You don't understand that attacking Indian market requires specific setup. Indians can pay the price of iPhone but not iPhone + import tax which effectively doubles the price of iP…
-
comment
Comment #18862651
Modanifil, most developer friends are taking. Aderall is too much, possibly causes neurotoxicity. Some are also taking DRIs, SSRIs
-
comment
Comment #18862642
It's not entirely true tho. I graduated and i write lambda function for AWS. I never learned anything else. Other than writing simple Lambda function often copied code from Stackov…
-
comment
Comment #18857648
So my question is how can we run CI on Fargate? Is there anyway to launch containers running concurrent CI for my team?
-
comment
Comment #18856409
I think building company is only for rich people
- comment
-
comment
Comment #18855122
Electron solves all these issues. Why we've to reinvent wheel?
-
comment
Comment #18854742
I just want to ask, why? Today we've a superior technology like Electron. Why should we use old technology like Qt? VSCode is built in Electron.
-
comment
Comment #18854588
It's not my blog, i thought mentioning a script in bash would be a good idea.
-
story
Ask HN: Opensource webpage performance testing tool?
There are tools like pingdom which test the page performance. Is there something which i can invoke from CLI?
-
comment
Comment #18853997
Here is my favourite bash script: https://blog.ashfame.com/2018/02/deploying-lambdas-multiple-... Deploy a lambda function in multiple regions (15 regions!) with just one bash scri…
-
comment
Comment #18853969
This is also what i wonder why Alibaba doesn't take care of customs/logistics and ask us to just pay for it. They leave it to local authorities who a many times screw up
-
comment
Comment #18853658
I think redirection should be done at application level, not at loadbalancer level. Yes, we've our startup project using Kubernetes, Google Compute, Load Balancer, Cloud Datastore,…
-
comment
Comment #18853538
There is a LambCI with very high concurrent build limit and works with Github, one click install using cloudformation.
-
comment
Comment #18853411
This came at the right time. I was looking into LambCI but it only supports github. I was using bitbucket for private repos. Checkout: https://github.com/lambci/lambci/blob/master/…
-
comment
Comment #18846089
You can always write native extension in c++/rust/c.
-
comment
Comment #18845967
Can you please explain why?
-
comment
Comment #18845904
Why use not Electron? Take a look at vscode it has plugins and it seems to work everywhere.
-
comment
Comment #18844074
I think Dart was a result of optimizing JavaScript VM and learning about the cons of language which are hard to optimize for JS VM then getting rid of them.
-
comment
Comment #18844028
Chat is too demanding for most people. I suggest making discourse forum and advertising it on Reddit ads. Even Facebook ads can be useful. You'll need to create a marketing page to…
-
story
Ask HN: Do Lambda Authorizers Work Cross Region?
It's not mentioned anywhere in the documentation. I wonder if anyone of you've experience with this.
-
comment
Comment #18843152
Even Amazon's music search sucks. It can never find the song unless you provide an accurate name. Its fuzzy matching sucks too, doesn't even account for regional trend in songs.
-
comment
Comment #18839448
Can you please explain how we can access sqlite database hosted by s3 in lambda? I googled it but it seems s3 is only for hosting static files and it will not be possible to direct…