Readit News logoReadit News
kamyarg commented on Ask HN: Worst experience receiving an offer?    · Posted by u/treyfitty
treyfitty · 3 years ago
All 3 of my employers in the past said this as well (“we don’t draft letters without a verbal accept, as a matter of policy”). I thought it was weird but didn’t let that dissuade me, purely because they were the only offers at each time. Why do companies do this? What benefit does this afford them or what risks does it mitigate for them? I never understood it.
kamyarg · 3 years ago
This is done partly to prevent people from using written offers as leverage to either negotiate a higher compensation at their current job or another company they are interviewing with.
kamyarg commented on Coinbase Announces 18% Layoffs   blog.coinbase.com/a-messa... · Posted by u/npalli
a_chris · 3 years ago
This is absolutely untrue. In Europe we work several days/weeks after the layoff notice. You can fire people from the night to the morning only in US
kamyarg · 3 years ago
I have seen people fired in the morning and their access cutoff by noon and them being asked to go on "gardening leave" in Europe.

This is rare but depends on your manager, if they don't want you around. You will still be paid for the remaining of your "employment" but will not be working.

Deleted Comment

kamyarg commented on Ask HN: What are some great engineering blogs?    · Posted by u/ingvar77
kamyarg · 4 years ago
It is less technical and more leadership, strategy and soft skill side of engineering but https://blog.pragmaticengineer.com/ definitely deserves a mention.
kamyarg commented on Why Is German Internet So Bad   russianvagabond.com/why-i... · Posted by u/gtirloni
Barrin92 · 4 years ago
With the exception of the military sector where France and the UK are pretty strong I don't think that's a controversial claim. German industry both in small and middle-sized as well as large firms is still doing well.

Kind of relates to the article as well. Internet infrastructure isn't that important when it comes to Germany's economy. The big four are basically automotive, mechanical engineering, chemical and electrical industries.

kamyarg · 4 years ago
Software side also does not look bright, France is doing much better innovative tech than Germany.

Swiss, Dutch and Swedes are all also doing much better imho.

Deleted Comment

kamyarg commented on Missing line in a smart contract leads to $10M hack   rekt.news/value-rekt2/... · Posted by u/drdrey
yaitsyaboi · 4 years ago
Interesting, do you suggest any sources to read more about this?
kamyarg · 4 years ago
Not sure about articles but I can recommend Crypto Kittens Tutorial[1].

It has been some time since I did it(Late 2018 I think), but was really informative to get the mindset and different constraints people deal with in smart contract world.

[1] https://www.cryptokitties.co/kitten-class/breeding/introduct...

kamyarg commented on Missing line in a smart contract leads to $10M hack   rekt.news/value-rekt2/... · Posted by u/drdrey
yaitsyaboi · 4 years ago
What is the purpose of Solidity? Why did there need to be a new language for interacting with the Ethereum Virtual Machine? This really couldn't be accomplished by a python SDK?
kamyarg · 4 years ago
Not an expert in solidity but from my limited experience EVM and smart contracts have really different approach when it comes to computation.

two things that come to my mind:

- There is really no random() function due to need for determinism

- Space vs. Time complexity is distorted, the gas you pay for instruction vs. byte is really different economics compared to AWS EC2 instance/hour etc.

kamyarg commented on Ask HN: What are some tools / libraries you built yourself?    · Posted by u/graderjs
kamyarg · 4 years ago
Recently started working on a command line tool to easily record things I learnt.

https://github.com/kamyar/til

You can install it using "pip install til-cli", feedback/suggestions most welcome. :)

Was inspired by Simon Willison's TIL Page

One Year of TILs: https://news.ycombinator.com/item?id=27017604

u/kamyarg

KarmaCake day778April 21, 2016View Original