HackerTrans
TopNewTrendsCommentsPastAskShowJobs

schoubey

no profile record

comments

schoubey
·2 lata temu·discuss
Recommends, but is not going to use it anytime soon.
schoubey
·2 lata temu·discuss
Funny thing here is that C++ is lumped with C as a small language. This didn't age well.
schoubey
·3 lata temu·discuss
Am I being too judgemental, that Cal did not put a working link to Neil's blog in the post?
schoubey
·3 lata temu·discuss
Why have they created yet another alliance, isn't Khronos group which standardizes similar things(APIs, 3d model standards such as GlTF etc) enough?
schoubey
·3 lata temu·discuss
Everybody discriminates against the middle class, the rich have bailouts, the poor have handouts, the middle class pays the taxes to help the other 2.
schoubey
·3 lata temu·discuss
Both public and private schools in India use NCERT books and have the same examinations. Private schools only ensure things are taught better, what is taught is still the same.
schoubey
·3 lata temu·discuss
"chapters on democracy and diversity; political parties; and challenges to democracy have been scrapped" this is even more dangerous.
schoubey
·3 lata temu·discuss
The place where the customer placed the online order from.
schoubey
·3 lata temu·discuss
Big corporations can force random policies down to employees, while this obviously is bad, it could be worse(push 5-10% of the employees out of the company each year).
schoubey
·3 lata temu·discuss
What was the consent or consensus, when Iraq was attacked for alleged weapons of mass destruction?
schoubey
·3 lata temu·discuss
Arent Jupyter notebooks the rich source text, are you looking for something similar to be natively supported by the compiler instead of the overhead of a Jupyter process.
schoubey
·4 lata temu·discuss
Society as a whole is making "raising kids" harder. Kinless seniors will increase in numbers. I think we will just die for lack of care if we are in this situation 35-40 years later(I am in mid thirties).
schoubey
·4 lata temu·discuss
I am using your command executable as a personal assistant. I am using it for simple commands such opening a browser/ certain apps on desktop.
schoubey
·4 lata temu·discuss
This is correct, people above L7 aren't considered part of regular performance management.
schoubey
·4 lata temu·discuss
No one is asking for hand crafting, we are merely arguing that the absence of runtime environment which abstracts away from CPU's native instruction set. Hence I mentioned C, C++, Rust. Even GO and Haskell qualify as they are compiled to native instruction set of the CPU on which they run.
schoubey
·4 lata temu·discuss
This is my understanding of native, thanks for putting out a better description.
schoubey
·4 lata temu·discuss
JVM is a virtual machine with its own instruction set. Java code is compiled to this instruction set and not the actual's CPUs instruction set, hence not native.
schoubey
·4 lata temu·discuss
.NET isn't native, doesn't it use the CLR? Even Java apps shouldn't be considered native as they use JVM.

True native is apps written in C/C++ or Rust that are compiled to run without a virtual machine. I haven't seen any webapps faster than native apps.