Hacker Newsnew | past | comments | ask | show | jobs | submit | boguscoder's commentslogin

It will probably be microLED rather than OLED in current form

I've been waiting for microLED for years but it doesn't seem to be getting any closer.

Given that EU tech salaries are a lot more tame, it would be interesting to see how 600m were even used. Hopefully there’s some good R&D there and not some French alps retreats and Porches for founders

They had 600 million employees!?

Yes. All of Europe was working for them, and we're now entirely jobless. The industries, governments, all refocused on insects, and now it's gone. We don't know what to do. Send help.

> how a startup can go bankrupt despite raising over $600 million

Good article but seems strange that author benchmarked debug builds first, that’s a huge “no-no” in any perf tweaking and it’s clear that authors knows this well


From my experience, performance gains seen in Debug builds in Unity/C#/Mono nearly always translate in gains in Release mode. I know that this is not always true, but in this context that's my experience.

Setting up release benchmarks is much more complex and we develop the game in Debug mode, so it is very natural to get the first results there, and if promising, validate them in Release.

Also, since our team works in Debug mode, even gains that only speed things up in Debug mode are valuable for us, but I haven't encountered a case where I would see 20%+ perf gain in Debug mode that would not translate to Release mode.


I agreed with you initially, but is it really as big of a deal in C#? I'm used to compiled languages where "debug build" means "no compiler optimisations", aka every operation done with a variable is a memory load + store, trivial functions aren't inlined so even trivial accessors called in a loop carry function call overhead, etc etc. But this is C#, so the JIT presumably optimises just as much in a debug build as in a release build?

So in C++ terms, it's really just benchmarking "-O2" instead of "-O2 -DNDEBUG". This seems fine.


Requires email to view anything, that’s sad


Not being sarcastic here, a million a year is not a target compensation for engineer like him, 5-7 is probably where it starts and goes to the stars


His bio says he was an Intel Fellow, which is like a VP-level individual role, and yes that's what I expected too… but apparently not? These are kinda low.

https://www.levels.fyi/companies/intel/salaries/software-eng...


Id expect his comp even before Intel to be way above that (he came from Netflix), perhaps levels info is not entirely correct for Intel or doesn’t apply to exceptional hires, fellow level compensation at FAANG seems to be more accurate there though


Does he need it though? His name is literally a brand in many tech circles and very good brand at that


Always valuable to announce your availability and celebrate recent successes.


And how did I contradict that? My point was that he is not looking for vanity


You: does he need it? He’s famous!

Me: it’s always valuable!

That’s it.


Sorry for nit but embassy is not a RTOS (or any OS), its a framework


The difference becomes a bit murky at this level. For example embassy comes with a lot more things I would consider OS-related than FreeRTOS does.


Have you seen our debt recently?..


I may have read your comment backwards but it seems rather wrong: react native DOES use native UI components, thats why it has “native” in its name. It’s also not compiled ahead of time per se, you still execute JS in the app (not in webview, yes) , but its mapped to native components


Thank you, it appears I was misinformed and/or conflating my knowledge of how flutter works. Mae culpa.

It does seem that many RN apps do React (not native) components when they need to do something custom, which may explain my sub-par, non-native experience with the RN apps I have used.


Even something “custom” is still a native component. The JSX you write eventually creates native views. Whether or not those views and components match the style and behavior of stock iOS or Android is a different story, and whether or not there are performance bottlenecks due to React Native’s bridge (now in theory no longer an issue because of a big architecture rewrite called Fabric) is another.


I expected *nix file system diagrams of some sort :) but this might be even better


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: