HN user

sairamkunala

786 karma

[ my public key: https://keybase.io/sairam; my proof: https://keybase.io/sairam/sigs/nsjrdZS14i0U50Mp54YimDsaXeryzdpi_3_yNzuZuRg ]

Posts34
Comments118
View on HN
www.sugarcaneai.dev 2y ago

Show HN: NPM like package ecosystem for Prompts

sairamkunala
3pts0
suraj.dev 4y ago

4G Setup for WFH

sairamkunala
3pts0
status.gitlab.com 5y ago

Gitlab Outage

sairamkunala
2pts0
naildrivin5.com 5y ago

Ruby on Rails: Still the Best Web App Framework for Most Teams

sairamkunala
62pts29
dev.l1x.be 5y ago

Getting Started with Firecracker on Raspberry Pi

sairamkunala
85pts25
news.ycombinator.com 6y ago

Tell HN: Google drops blogspot.in, breaking hundreds of thousands of permalinks

sairamkunala
525pts229
news.ycombinator.com 6y ago

Ask HN: Why are some of the AWS prefixed with Amazon and some with AWS?

sairamkunala
3pts2
css-tricks.com 6y ago

“The title ‘Front-End Developer’ is obsolete.”

sairamkunala
2pts1
razorpay.com 6y ago

Auspicious Cron Runner

sairamkunala
1pts0
github.com 6y ago

Tiler: Build Images with Images

sairamkunala
374pts29
news.ycombinator.com 8y ago

Ask HN: How many privacy policy updates have you read?

sairamkunala
5pts3
www.haiku.ai 8y ago

Haiku

sairamkunala
4pts0
www.reddit.com 8y ago

MixPanel has been harvesting passwords (by mistake)

sairamkunala
8pts1
twitter.com 8y ago

You can open a Developer Tools for the original Developer Tools window too

sairamkunala
3pts0
tinyhack.com 8y ago

MIGS(mastercard gateway) 3D secure security flaw

sairamkunala
1pts1
brew.sh 8y ago

HomeBrew Analytics – top 1000 packages installed over last year

sairamkunala
318pts165
archetypeapp.com 8y ago

Digital Typography Design Tool

sairamkunala
20pts0
news.ycombinator.com 9y ago

Ask HN: How would the startup world have been without AWS/GCE/Azure?

sairamkunala
2pts0
news.ycombinator.com 9y ago

Ask HN: Why does searching for "cloud" on Google does not display AWS?

sairamkunala
1pts2
github.com 9y ago

A command-line fuzzy finder written in Go

sairamkunala
1pts0
verekia.com 9y ago

Being a Zeromalist

sairamkunala
3pts0
gospaces.com 9y ago

Tools for creating logos, tag lines, posters from Shopify

sairamkunala
1pts0
www.eff.org 9y ago

Privacy Badger blocks spying ads and invisible trackers

sairamkunala
6pts0
gitnotify.com 9y ago

Daily code diffs from open source projects via Email and Slack

sairamkunala
1pts0
gitnotify.com 9y ago

Show HN: GitNotify – Get daily email of code diffs from public repos

sairamkunala
1pts0
blog.algolia.com 9y ago

Bringing Algolia’s awesome experience to Shopify

sairamkunala
3pts0
www.youtube.com 9y ago

Web Scraping using Google sheets uses xpath_query syntax

sairamkunala
10pts0
labs.bigroomstudios.com 12y ago

Manage CSS Animations via JS

sairamkunala
1pts0
news.ycombinator.com 13y ago

Ask HN: Why is that there are no datacenters being used by big players in India?

sairamkunala
1pts1
gist.github.com 13y ago

Spam from Amazon SES (no way to report the issue)

sairamkunala
2pts3

Most Indian Banking services, Payment endpoints, OTT platforms have adapted phone numbers as identity.

Your phone number is your identity. You can receive or send money only through your phone if the SIM is installed and validated by sending an SMS.

Getting a replacement SIM card requires physical verification using Aadhar (Identity service) with One Time Password validation (Email/SMS). Once the new SIM is active, you will not receive any SMS for the first 24 hours after getting a replacement SIM card. This is to reduce the attack surface of SIM Swap attacks.

Subscriptions lock you in on various levels. It’s very similar to renting a house. You can get kicked out by the owner.

Subscriptions for individuals is different from subscriptions for companies. Companies want to optimise time, individuals may want to optimise cost

personally, I am inclined to pay for IDEs as I spend more than 50% of the time on it, but not so much similar amounts when I use tools no more than 5-10 times a day.

I let my subscription expire about 3 months ago. (CC handling changes in India, you know)

I have only updated about 3-4 passwords out of 100s of items I store. This has been a realisation for me.

1pass, leaves the account in read only mode since it comes from your local storage anyway.

I need to get familiarised with the Bitwarden UI, its not very similar to 1pass, so there is a adoption curve. Hosted Bitwarden with the rust variant option is an option to consider.

Yes agreed. Assuming software engineering context here, not civil or mechanical or other mature industries which usually require millions to create, validate, test and release a new product.

Negotiation of requirements is a problem based on limitations like recources (money, people), known knows and known unknowns.

Requirements is a communication and expectation problem. Not an engineering problem.

Software or hardware engineering is a solution. You can solve the same with a pen and paper if you know what the user needs.

Agile is a way to iteratively validate expectations and revisit and update things with minimal wastage

This issue has also affected our ability to post updates to the Service Health Dashboard.

looks like a circular dependency to be fixed.

Intel (the chipmaker) uses the linux kernel to fix flaws found in the hardware. see if you can identify who would want the ownership around that.

https://www.kernel.org/doc/html/latest/x86/microcode.html

Look at the specification. If something does not behave as expected, that entity is the owner. In case of Intel processor vulnerabilities and other ones, the hardware is the fault as per my understanding.

Since you are asking about software vulnerabilities and since a vulnerability is supposed to be fixed, the onus is on the provider to fix it, but the IP could be owned by the hacker. Its a vulnerability if its known the company. If not, its an exploit the hacker can use.

And it's the same pixel that is sent to all the recepients since the email is a carbon copy so impossible to distinguish between the recipients by name.

Without going into the technical details - whenever you send a carbon copy email, its not a single email when you send an email to say 3 people, email providers charge you per recipient. That means they send 1 separate email per receipient.

if you want to consider the tech details, the email protocol opens a connection per user mailbox and sends over the body of the email to them. (that's the reason you get spam in gmail even though your email is not present in either the to or cc addresses).

if you have email aliases, try this, user+1@gmail.com and user+2@gmail.com, the reciepient should see 2 emails if sent from outside the gmail network, but would be 1 if from within gmail (since email server may de-dupe)

What you are saying will be true if you are sending to an email list. (like google groups or opensource discussion groups)