Viewing profile — khitchdee
khitchdee
HN member- Joined
- Fri, Oct 19, 2012, 1:21 PM UTC
- HN karma
- 50
- Public activity
- 244 items
- HN profile
- View on Hacker News ↗
About khitchdee
No profile information was provided.
Recent public activity
-
comment
Comment #46637824
A trend prediction on web-apps and app development in general, based on last year's data.
- story
- comment
- story
-
comment
Comment #35796317
It's definitely an odd number. If it were even you could divide it into 2 parts which, by definition, is not possible. You count up from 1 in steps of 2 and never stop. Infinity is…
-
story
Ask HN: Should the front-end of technology be personalised?
The front-end of technology is where it meets the user, such as the user-interface of a PC. Who should do this personalisation? The end user or a designer?
-
comment
Comment #32946299
I guess if the AI is good enough, your point makes some sense. It's a good programming habit to doc your code as you write it. If you do this in a structured way and code folding i…
-
comment
Comment #32946070
Why could you not create a comment block above the code section in question and fold it. All IDE's nowadays support folding, including comment block folding. To see what a section …
-
comment
Comment #32875069
Emacs is a great editor if you don't want to have to use the mouse and once you get familiar with its command set. What I'm working on is creating a keyboard-input only GUI SDK tha…
-
comment
Comment #32873813
Thanks. I'll try that.
-
comment
Comment #32873406
A keyboard based IDE for a keyboard based GUI for PCs. Common PC GUIs are WIMP based (Windows, Icons, Menus, Pointers). They require the usage of a mouse and are pretty complicated…
-
comment
Comment #32848690
Connecting the IDE to teaching makes a lot of sense
-
comment
Comment #32834723
Intel.
-
comment
Comment #32641197
FWIW, A sitar also has a 12 note scale, but the frets are moveable so you can tune by ear. The drawback is, you only play melodies on the top string and there are no chords. It's p…
-
comment
Comment #32608435
I'm thinking more in terms of what you put into that interface. Do you add features that you might need later? My approach would be no. You design your first interface with only wh…
-
comment
Comment #32607684
Generality leads to bloat in software systems and increases complexity unnecessarily. As a general rule of thumb, software should be designed with the specific use-case in mind tha…
-
comment
Comment #32568835
FWIW, it's possible to program multimedia using Java via the ISO's MPEG-J framework. It's not as easy as PureData but it's very flexible and you get all the goodness of Java to boo…
-
comment
Comment #32406866
No virtual fns means no inheritance. Also, you can blame the implementation and not the language. But real-world it is slower. Can't say by how much. Why bother?
-
comment
Comment #32406840
> Overall, I think ... That's a reflection of their company culture. They're a bit stiff.
-
comment
Comment #32406620
That comparison is Intel 14nm vs. TSMC 5nm nodes. Please verify from the link. That's appx a one node difference. Intel fumbled the ball on EUV intro.
-
comment
Comment #32406590
Their stock options are not worth anything now. It's no longer a great place to work. Because they do not show you the money.
-
comment
Comment #32404163
C++ adds a layer of functional indirection above the level of the C structure. This is what causes the bloat. The implementation of the C++ object vs. the C struct. Iostream is imp…
-
comment
Comment #32403579
C++ is slow and bloated but people just hide that under the rug.
-
comment
Comment #32403365
XPU is too generic a term and harmful looking at it from a business perspective.
-
comment
Comment #32403297
Intel does not have a number 2. They only own x86. They have failed to diversify.