Viewing profile — tejuis
tejuis
HN member- Joined
- Wed, Oct 31, 2018, 10:51 AM UTC
- HN karma
- 32
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About tejuis
No profile information was provided.
Recent public activity
-
comment
Comment #45230585
I've used Emacs for 30 years. In the very beginning swapped capslock and control. After 20 years started to have minor problems with the pinky. A lot of keyboard use. Did not like …
-
comment
Comment #40335689
BTW that was a very interesting interview... I kind of agree. However, in order to automate something, you need to know the subject. For example, in digital circuit design, we use …
-
comment
Comment #36654530
Same here, no problems with undefined behavior. Also, no memory issues either after done with code finalization using Valgrind.
-
comment
Comment #33382060
My answer tried to be as generic as possible and leave out the "real world" and implementation details in general. There are fundamental limitations to what you can express in four…
-
comment
Comment #33369592
Data is information about things and code is information about how to transform data. Every program transforms input data to output data. Code is interpreted by the computer. Data …
-
comment
Comment #27012862
There are number of things you can do to improve your situation. Obviously you should not have packages loaded that you don't rely use. There are also ways to perform "lazy" loadin…
-
comment
Comment #27012810
I've been running Emacs for almost 30 years. Stability has never been a problem and the last 5-10 years it has been rock solid for me. I can run Emacs for months without restart. H…
-
comment
Comment #20816883
Welcome back...
-
comment
Comment #19887288
There are some contradictions in here. If you map your functionality from software (on CPU) to FPGA, your software becomes hardware. FPGA is hardware. FPGA is retargetable, but it …
-
comment
Comment #19840789
OK. Not a bug, a feature. :)
-
comment
Comment #19838993
Bug report: The game mostly work, but sometimes it builds bogus rows on the bottom. Makes it more difficult to get high points. Debian Linux with Chrome...
-
comment
Comment #19746736
If your requirements are only high performance and improved type checking, then you are all set. The only language you need is C++. But the criteria above does not define all progr…
-
comment
Comment #19745460
That came to mind immediately. :)
-
comment
Comment #19745450
I agree. If you take the tool perspective, it is easy to understand that different tools are needed for different tasks. Don't use hammer for sawing. No single language scales to a…
-
comment
Comment #19711904
What are they using as source then? Please let us know more?
-
comment
Comment #19711191
It seems that it has been done, because it is possible for the scope that exists so far. However, there are a lot of obstacles on the way forward... I have a lot of experience in w…
-
comment
Comment #19016874
It is easy to agree with these findings. In general it is important for humans to get answers to WHY. History answers typically to WHY questions and to some extent also examples, i…
-
comment
Comment #18345680
Well, division was to be made with a binary counter. They typically work with rising edge clock, and you get a smaller circuit if you have 14 bits compared to 15 bits. I agree that…
-
comment
Comment #18344671
Damn... I mean 2^14 looks good. :)
-
comment
Comment #18344645
More nit-picking... according to wikipedia Lavet requires two states for one step, so 2^16 looks good based on this.