HackerTrans
トップ新着トレンドコメント過去質問紹介求人

AYoung010

no profile record

コメント

AYoung010
·2 年前·議論
Having used both, I personally prefer vimlike —nothing major, have just run into fewer issues.
AYoung010
·2 年前·議論
Largely, yes. Arduino code runs on bare metal, and delays simply block execution so they should be accurate with some constant overhead.
AYoung010
·3 年前·議論
Grow your OpenAI bill exponentially with this one easy trick!

In all seriousness — looks nifty! Do you guys have any plans to bring suggestion latency down from what’s show in the demo?
AYoung010
·3 年前·議論
The first place I ever saw that was here:

https://en.uncyclopedia.co/wiki/C%2B%2B

Whole article is worth reading, lots of good laughs in there!
AYoung010
·3 年前·議論
I think the assertion is based on the fact that LLVM is written in C++. Doesn’t directly introduce a C++ dependency to the kernel, but it does introduce it to the toolchain.
AYoung010
·3 年前·議論
if i recall correctly, it was operable so they just removed it
AYoung010
·3 年前·議論
Still in use academically too - we used it in my compilers class last year.
AYoung010
·3 年前·議論
That was the most interesting part of the article for me. I don't understand how it can be faster, given that there's syscall translation going on. Is this more of a commentary on the quality of the `libc` available on Windows? Or on the quality of the GNU Emacs Windows port?
AYoung010
·3 年前·議論
Replacing undefined behavior at the program-level with undefined behavior written and tested as part of the standard library, usually vendored and distributed in concert with the compiler, seems like an obvious net-positive to me.
AYoung010
·3 年前·議論
Yes, you did I'm afraid -- this is a tool which is used to check for skimmers, not a preventative measure which is permanently installed. It only blocks the chip slot when an employee is ensuring a skimmer isn't installed on a particular terminal.
AYoung010
·3 年前·議論
Most intro classes require calculus 1 & 2.
AYoung010
·3 年前·議論
We watched Moore's law hold fast for 50 years before it started to hit a logarithmic ceiling. Assuming a long-term outcome in either direction based purely on historical trends is nothing more than a shot in the dark.
AYoung010
·3 年前·議論
is this a joke lol
AYoung010
·3 年前·議論
No — that incident was due to a high pressure area (saturation diver living quarters) being opened to a low pressure area (the atmosphere at large), resulting in explosive decompression. The submarine in question is a low pressure area in a high pressure environment, so essentially the inverse of the Dolphin accident.
AYoung010
·3 年前·議論
I’ve heard that the continued presence of ashtrays isn’t a vestigial design feature so much as an intentional holdover, so that anyone who breaks the “no smoking” rule still has a safe place to put out their cigarette.
AYoung010
·3 年前·議論
Hah! I had this idea in the car the other day ("like ratemyprofessor, but for landlords") -- the big issue I got hung up on is authenticity. How does this tool ensure that reviewers are actually tenants, and not landlords trying to boost their rating?
AYoung010
·4 年前·議論
Call me old-fashioned, but I personally do not like the idea of using a garbage-collected language for embedded development in general, and it's just flat out non feasible to use for anything which is timing-sensitive...