Great study
HN user
kulu2002
Good article. Nothing new though. Those who work on RTOS, OOP know better.
He was lucky to get Booking reference number from Baggage receipt which otherwise would have been impossible
Almost everyday a barn owl is being mobbed by crows. This owl then sits on our bathroom window because it feels safe there. I want to teach these crows lesson for their lifetime
I think this [1] article (Not only applicable to US as it says) is in a way related to discussion. Schools can teach finance/ time/ emotion management may be theoretically to certain extent...but when it comes to it's application for day to day activities which are often linked to our priorities, many people still not able to manage things in right fashion.
[1] https://www.businessinsider.in/wealthy-americans-dont-have-e...
Nice article. But I don't understand from where the 'markets' came in picture. Probably 'Life is fractal, but human understanding about it is square' btw Markets can also be bottom up...
...and then there are tools used in organisations (like ours) which track how many hours you been on PC (ON PC time) vs Off PC time (So called "Productivity tracking"). More the ON PC time means you are "highly productive". This metric is also usually taken-up during appraisal discussions and questions are put on one's productivity.
What about integration/ subsystem level testing? It seems MCAS wasn't thoroughly tested with all boundary values. Whats the use of systems like IAHM [1] if they can't predict what faults can occur how safety is ensured/ guaranteed in various scenarios.
[1] https://www.phmsociety.org/sites/phmsociety.org/files/Fielde...
This is amazing.
This is fantabulous! Thanks for sharing
One more amongst 'Pirates of Silicon Valley' passed away. RIP Paul Allen. :(
Thanks! Interesting share. So many Chinese suppliers
Amazing. I remember 555 monostable and astable multivibrator and PLL were classic school projects. First simulation in P-Spice followed by implementation on bread-board.
Modern Infotainment systems is cars, where you can replicate your entire phone screen on front console or may be Heads-Up display can cause severe driver distraction.
But we are still discussing...
Agree with 'Solid State Devices' by Ben. G Streetman and Sanjay Banerjee
If you want to learn basics of Integrated electronics devices and circuits - I personally recommend 'Electronic Devices and circuits / Integrated Electronics by J. Millman and C. Halkias (This is actually a textbook)
In case you want to learn Engineering Electromagnetics, great textbook by William Hayt and John Buck
Haven't yet read any other awesome basic textbook on 'Computer Networks' like the one by Andrew S. Tanenbaum
'Digital Signal Processing' by Oppenheim and Schafer
Although these are not textbooks but among other good reads are 'Crossing the Chasm' by Geoffrey Moore, 'The Innovators Dilema' by C. M. Christensen, give amazing insights.
This is really awesome. Can this be made available in India?
This article gives some really good points to be considered by organisation planning to ride on wave of 'Digital Transformation'
Congratulations! Happy to hear that your time has changed. May all your dreams come true.
What Steve Blank has told is essentially a golden past... This[1] is the present...Life in SV!
[1] https://thebolditalic.com/this-is-your-life-in-silicon-valle...
I remember, in one of my earlier projects, we had code quality metric which used to run after each fortnightly build and integration. This tool used to count no. of global variables added to C and public variables added in C++ source code. Even if single such variable is reported, author of that code had to justify use of global/ public variables.
P.S. That doesn't mean there were no public/ global vars in legacy code. This practice started when code quality and system stability gradually started declining by their overuse
Used SPICE (PSpice) simulation tool a lot during college some 12 years back... but this is pretty nice and much easier
I am extremely convinced with all points in article apart from the model that author proposes, which I am not sure I quite get it. I think the definition of pointer becomes more and more abstract as you move from hardware level to more high-level languages.
In languages like C/C++ (Not aware of Rust) which lie in middle (higher than assembly where pointer is just a hw register and lower than say Java having no pointers per se) the definition of pointer is not so clear.
The other source of confusion is syntax of pointer in C/C++ and fact that they can be used interchangeably with arrays and arithmetically manipulated.
Pointers are indeed complicated and thats why standards like MISRA C / autospice restricts use of pointers to great extent.
In highest level languages like MATLAB for model based development, the inputs outputs are treated in form of Arrays at user level. When autocode is generated from these models compilers internally transform array operations into pointer operations, essentially making the array-based source code into object code that's as efficient as the pointer version. The advantage is that the pointer-oriented compiler-generated code is created in a controlled fashion.
The Timeline talks about Nuclear waste but what about cumulative effect of daily garbage, solid waste, plastic degradation until human beings survive on earth...
https://www.thebalancesmb.com/how-long-does-it-take-garbage-...
I think this should have been mentioned somewhere in 'Human constructs' section
I think they completely forgot India
Nice share! Thanks
HHV-3 is also one of the 8 herpesviruses which seems to be common among children, teens, and young adults causing chickenpox
Good... There was this discussion thread few days back on HN
https://news.ycombinator.com/item?id=17509407
Did this investment bank use same set of algorithms that they use for financial predictions?
...And then I remember there was this Octopus[1] who used to predict winners with 85% accuracy
Informative. Thanks for sharing the article.