Earlier quoted context omitted.
Internships aren't done for free, so it is still a job.
While that is true, when one says "hiring", it generally refers to a somewhat "tenured" or "continued" position. At least that's what I understood from your original comment.
Several months in the life of Project Zero – Part 1: The Chrome bug of suffering
11–20 of 28 posts
Re: Several months in the life of Project Zero – Part 1: The Chrome bug of suffering
#12Re: Several months in the life of Project Zero – Part 1: The Chrome bug of suffering
#13Google projekt zero website is the ONLY website which frequently get featured on HN that I cannot read on my iphone. Safari, Firefox or Edge are all rendering the page with horizontal scrollbars. I can use 2 finger zoom in and then a third finger to move the content around. At that point I cannot see the screen for my fingers and have problems holding my phone in my hands. Do they have a bounty program for HTML where…
Re: Several months in the life of Project Zero – Part 1: The Chrome bug of suffering
#14Google projekt zero website is the ONLY website which frequently get featured on HN that I cannot read on my iphone. Safari, Firefox or Edge are all rendering the page with horizontal scrollbars. I can use 2 finger zoom in and then a third finger to move the content around. At that point I cannot see the screen for my fingers and have problems holding my phone in my hands. Do they have a bounty program for HTML where…
All web browsers in iOS run the same engine (Safari). So while Google should fix their layout, this is a very good example on why Apple should allow alternative web engines in their OS.
Re: Several months in the life of Project Zero – Part 1: The Chrome bug of suffering
#15Google projekt zero website is the ONLY website which frequently get featured on HN that I cannot read on my iphone. Safari, Firefox or Edge are all rendering the page with horizontal scrollbars. I can use 2 finger zoom in and then a third finger to move the content around. At that point I cannot see the screen for my fingers and have problems holding my phone in my hands. Do they have a bounty program for HTML where…
I'm on Android so I don't have any trouble, but keep in mind that all "browsers" on iOS are just Safari with a skin and a few features bolted onto it. Apple doesn't allow different browser engines on their platform because of various reasons. Try the non-mobile version: https://googleprojectzero.blogspot.com/2020/02/several-month... It seems to be using the default simple blogger theme so there's probably no point of…
Re: Several months in the life of Project Zero – Part 1: The Chrome bug of suffering
#16> C-style programming in C++ is also a bad sign; the IOBuffer design pattern with separate storage of buffers and their sizes is inherently dangerous. This the main take away. Even when writing C, just prefer safe libraries to default strings and arrays, when possible. By the way, MSR is hiring for Checked C.
Re: Several months in the life of Project Zero – Part 1: The Chrome bug of suffering
#17> C-style programming in C++ is also a bad sign; the IOBuffer design pattern with separate storage of buffers and their sizes is inherently dangerous. This the main take away. Even when writing C, just prefer safe libraries to default strings and arrays, when possible. By the way, MSR is hiring for Checked C.
There is no reason to spend time on any variant of C in the age of Rust.
And even then, many of those interfaces are based in C semantics anyway.
So anything that helps to reduce the amount of possible security exploits per line of C code is welcomed.
Re: Several months in the life of Project Zero – Part 1: The Chrome bug of suffering
#18> C-style programming in C++ is also a bad sign; the IOBuffer design pattern with separate storage of buffers and their sizes is inherently dangerous. This the main take away. Even when writing C, just prefer safe libraries to default strings and arrays, when possible. By the way, MSR is hiring for Checked C.
>By the way, MSR is hiring for Checked C Only internships ATM according to their web page
> We have positions available for a Principal Software Engineer and Senior Software Engineer. We are looking for engineers who have production compiler development experience and who value shipping software.
Re: Several months in the life of Project Zero – Part 1: The Chrome bug of suffering
#19Google projekt zero website is the ONLY website which frequently get featured on HN that I cannot read on my iphone. Safari, Firefox or Edge are all rendering the page with horizontal scrollbars. I can use 2 finger zoom in and then a third finger to move the content around. At that point I cannot see the screen for my fingers and have problems holding my phone in my hands. Do they have a bounty program for HTML where…
Re: Several months in the life of Project Zero – Part 1: The Chrome bug of suffering
#20> C-style programming in C++ is also a bad sign; the IOBuffer design pattern with separate storage of buffers and their sizes is inherently dangerous. This the main take away. Even when writing C, just prefer safe libraries to default strings and arrays, when possible. By the way, MSR is hiring for Checked C.
There is no reason to spend time on any variant of C in the age of Rust.