HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zuj

no profile record

Submissions

Worldwide BSOD outage caused by Crowdstrike

abc.net.au
39 points·by zuj·2 वर्ष पहले·1 comments

Ask HN: Are websites able to get my profile picture from Google services

1 points·by zuj·3 वर्ष पहले·0 comments

Ask HN: Help finding a paper talking about improving systems.

2 points·by zuj·3 वर्ष पहले·2 comments

Ask HN: What does your shutdown and boot up process looks like?

7 points·by zuj·4 वर्ष पहले·10 comments

Ask HN: What resources helped you to become mentally sharp

8 points·by zuj·5 वर्ष पहले·2 comments

What scientific term or concept ought to be more widely known? (2017)

edge.org
60 points·by zuj·5 वर्ष पहले·67 comments

Ask HN: How are you taking care of you eyes?

153 points·by zuj·5 वर्ष पहले·184 comments

Packaging Con 2021 Talks

youtube.com
2 points·by zuj·5 वर्ष पहले·0 comments

comments

zuj
·3 वर्ष पहले·discuss
This hit home hard. Wondering if this is the case with giving advice as well ? In case of giving advice you are not selling a product but definitely selling an alternative path of action you would like there other person to take. And they will only take it if they understand you in the first place.
zuj
·3 वर्ष पहले·discuss
I like how Sarah Mei says, "Inline everything". You don't get to go on a refactoring crusade. You do it on a daily basis when you are working on the actual production issues. Easy to say but based on my experience, it is the only way to move things in the right direction and keep them that way.
zuj
·3 वर्ष पहले·discuss
This is an interesting observation. I like to think myself as a slow programmer. Do you think discussing this in an interview before you actually got the job in order to evaluate if you are fit to the role joining is a good idea ?
zuj
·3 वर्ष पहले·discuss
Something I am thinking of similar to this. Firefighter vs Gardener. The firefighter focuses on the high stakes issue at hand and make sure it is solved in time and without much damage. The Gartner ensues the fire doesn't happen in the first place by making sure he is cleaning up the dried leaves in the first place.

But in a company environment, the firefighters are more valued are praised because that's something you can see and quantify. where as the regular cleanup/refactoring and fine-tuning the api is invisible and boring. Just a thought.
zuj
·3 वर्ष पहले·discuss
Exactly what I was looking for. Thank you my friend.
zuj
·5 वर्ष पहले·discuss
Just to add to this, anything processed is generally not great for health. After going through a lot of gut issues and reading many articles and books here is what I understood..

Avoid things which... * contains more than 3 components which you can't understand. * your grandma doesn't recognise as food. * comes in a plastic cover and doesn't degrade for a long time.

I know this pretty much eliminates the entire super market but if you go through what I have you will rethink everything you put in your mouth.
zuj
·5 वर्ष पहले·discuss
That means you are pushing your limits. Don't start with a full day fasting. Start slow by doing some form of intermittent fasting or time restricted feeding. I would say go for having early dinner and a late breakfast to begin with. Once you are adapted to log hours of not eating, skip one of the meals in the day, depends on your situation but the easiest one to start with is skipping breakfast. Then you can slowly work your way to full day fasting.
zuj
·5 वर्ष पहले·discuss
Peter Attia has a eye opening podcast on the role of fructose and sugar in general on health. https://peterattiamd.com/rickjohnson/
zuj
·5 वर्ष पहले·discuss
WOW! Just WOW!
zuj
·5 वर्ष पहले·discuss
LOL! Isn't that every dysfunctional organisation ?
zuj
·5 वर्ष पहले·discuss
I remember coming across the first sick systems article you mentioned almost 5 years back when I was with a company which the symptoms of a sick system and this article helped immensely. While I could know that the place is bad and not suitable for me I couldn't really pinpoint why it is bad and how I can get out of it. This article gave me a great perspective and actually propelled my career.
zuj
·5 वर्ष पहले·discuss
> every parent is just a human who is mostly winging it trying the best they can This is an eye opening statement. Often as a kid, parents tend to look like gods and superheros because they are doing things which are impossible for us. As we age we tend to notice the shortcomings both from the current situation as they are ageing and from our child hood which we have better understanding now. Again, second order thinking helps a lot here I guess.
zuj
·5 वर्ष पहले·discuss
99percentinvisible did a podcast on the culture of hanko and how it changed during the pandemic. It is pretty interesting. https://99percentinvisible.org/episode/hanko/
zuj
·5 वर्ष पहले·discuss
Naive question, isn't gobo, nix and other systems trying to make a tag based file systems at the end?

https://www.nayuki.io/page/designing-better-file-organizatio...
zuj
·5 वर्ष पहले·discuss
defunct ? Isn't this the same ? https://www.usenix.org/conferences/byname/5
zuj
·5 वर्ष पहले·discuss
Just wanted to add Austin: Python frame stack sampler for CPython written in pure C (https://github.com/P403n1x87/austin)
zuj
·5 वर्ष पहले·discuss
This is amazing. I just gave a quick glance and love your style.

I just wish you would have provided ipynb instead of md. It would be so much fun to just modify and run as I am learning. Thank you!
zuj
·5 वर्ष पहले·discuss
Python might not be energy efficient in the hardware it is definitely efficient in the wetware.
zuj
·5 वर्ष पहले·discuss
It is a pain to work with invoke now. It is all find and dandy for the basic features but you going to hit the seams soon you start trying advanced stuff. Looks like the project is going to be abandoned.
zuj
·5 वर्ष पहले·discuss
How does this compare to pyinvoke or they are completely different ?