himangshuj
|
1 year ago
|
on: Show HN: Sonarless – Ditch the Setup, Scan Code Instantly with CLI and GH Action
this is great, I was looking for something similar
himangshuj
|
2 years ago
|
on: Ask HN: Who is hiring? (August 2023)
HamiltonPractice, REMOTE, INTERNS, ~1000$ pm, 3 months
HamiltonPractice is an AI Practice Manager built on the cutting-edge stack. We optimize and encrypt every HTTP call to automate complex healthcare and financial data operations. Our web stack is built on top of Elixir Phoenix MQTT protocol, and our backend processing works on distributed Postgres pub-sub to build efficient and fault-tolerant platforms.
We are looking for full-stack functional programmer interns who could join us full-time. Prior experience in open-source projects and functional programming is plus but optional.
Assignment (Waived for anyone with meaningful open-source web experience including but not limited to GSOC)
Build an authenticated website on elixir live-view (https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html, tutorial https://www.youtube.com/watch?v=MZvmYaFkNJI&t=2s). After logging, the user name should be displayed on the logged-in page.
There should be an icon on the password button to change the password element to text.
Bonus points on deploying the code to fly dot io.
Interest candidates please email to hh AT hamiltonpractice.com
himangshuj
|
5 years ago
|
on: Show HN: Map based website to book vaccines in CA
A colleague of mine has built this website to help book covid vaccines.
himangshuj
|
6 years ago
|
on: Verizon and a BGP Optimizer Knocked Large Parts of the Internet Offline
himangshuj
|
7 years ago
|
on: How Not to Do Time Tracking for Software Developers
Haha, Apparently how not to host a website giving tech advice includes having SSL certificate error on the website
himangshuj
|
7 years ago
|
on: Networking on AWS (2018)
Network ACLS are quite tricky to debug. For one of my connections, network calls were failing because esp was blocked at acl layer, ACL blocks all non tcp traffic by default. Funnily, network calls with same data-center was working but was failing when calling to another data-center. I had to look at VPC flow logs to figure that non tcp protocals were being blocked.
himangshuj
|
7 years ago
|
on: Show HN: Websites in 2018
where are the ads that block 70% of the screen?
himangshuj
|
12 years ago
|
on: High protein diet not as bad for you as smoking
was getting sick and tired of social media posts by militant vegeterians. NHS restores sanity to my life
himangshuj
|
12 years ago
|
on: Working Backwards to the Technology
Another POV could be that since the death of proper R n D at apple, they have made amazing products but they have not created anything that advances the technology landscape. Google is making self driving cars, they are working on quantum computers. Apple has created an ipod which gave lots of profits for half a decade.
himangshuj
|
12 years ago
|
on: MPAA’s latest anti-piracy move accidentally screws Hollywood studios
himangshuj
|
12 years ago
|
on: Why it's a bad idea to put a CNAME record on your root domain
exact same thing happened to me for sokratik.com and www.sokratik.com, i solved it using nginx
root /usr/share/nginx/www;
index index.html index.htm;
server_name sokratik.com;
return 301 $scheme://www.sokratik.com$request_uri;
himangshuj
|
12 years ago
|
on: Khan Academy: The Illusion of Understanding
can't agree more. I have been studying education sector in India, home to largest number of potential beneficiaries of khan academy. I would say khan academy is already bettering normal education. most teachers here would have no clue of archimedis principle atleast khan academy is giving the right information whether all the students are able to absorb is another matter
himangshuj
|
12 years ago
|
on: People in your organization that grow legacy code
with regards to The Overly Energetic Engineer
,there is also the management which does not allow you to give back to community. Sometimes well known libraries have issues which are fixed inhouse but you cant contribute them back to community and you are stuck between devil and deep blue sea.
himangshuj
|
12 years ago
|
on: Whole Foods: America’s Temple of Pseudoscience
himangshuj
|
12 years ago
|
on: Users blast LinkedIn for falsely implying that colleagues have accounts
pretty clean, it cannot be unintentional because i guess linkedin sends diff mails to both registered and unregistered users
himangshuj
|
12 years ago
|
on: Should Obesity Be a ‘Disease’?
like it or not the fact of matter lies that obesity is the single biggest avoidable cause of medical expenses. Mental stigma or not a spade should be called a spade
himangshuj
|
12 years ago
|
on: Are the robots about to rise? Google's new director of engineering thinks so
seems more like a article the virtues of Rays past predictions and is rather one sided. Ray Kurzweil, the man with the crystal ball
himangshuj
|
12 years ago
|
on: Microsoft tries to jumpstart cheap Windows devices with license price cut
I think microsoft is really going all guns blazing to populate their ecosystem with apps. As a developer, today I am not motivated enough to create apps for windows. A few years back if any application worked in windows, I need not have cared about other os. I also feel with the new ceo from azure background, microsoft is going to try to earn more from cloud than regular one time licensing of software.