Viewing profile — jungler
jungler
HN member- Joined
- Tue, Oct 09, 2018, 9:28 PM UTC
- HN karma
- 252
- Public activity
- 106 items
- HN profile
- View on Hacker News ↗
About jungler
No profile information was provided.
Recent public activity
-
comment
Comment #19080190
Wow, not the kind of engineering room I'd want to be in. You have to be able to make claims that the other party does not have a complete picture of the situation, and an external …
-
comment
Comment #19080058
You could ask the interviewer to whiteboard something for you, too.
-
comment
Comment #19073720
I'm moving towards an approach of batch processing more things. What this means in practice is that more of my tasks use limited interactivity - e.g. "draft and redraft" vs "draft …
-
comment
Comment #19072490
The more I think about the "boredom is good" concept, the more I suspect it's flawed. Bored kids get into trouble, especially as they get older. By 18, a very bored kid left to cha…
-
comment
Comment #19065446
I've been converted to the "add peripherals" side, personally. The standards are developed enough and the selection is broad enough to dial in whatever balance of price, portabilit…
-
comment
Comment #19030437
"high-performance" is a qualifier worthy of question, though. If the goal were to write one algorithm to be the fastest implementation, performance would usually equate to having l…
-
comment
Comment #19029678
I scrolled through https://github.com/dbohdan/embedded-scripting-languages And there are some options. You could achieve barebones VM protections with Pawn(the language enforces ve…
-
comment
Comment #19004012
My main minus to this is not that it's JS(I'm building a JS fantasy computer too) but that it's a node/react piece, which inspires zero confidence that it will have anything resemb…
-
comment
Comment #19003997
Everything compiles to JS these days, so it is an easy lowest common denominator. Lua is a semantically cleaner alternative but it has relatively less mindshare and hence less thir…
-
comment
Comment #19002184
This is more-or-less the format Bisquit uses in his tutorial videos, e.g. https://youtu.be/vkUwT9U1GzA Somewhere he explained that he made a custom tool to make and play back a "pe…
-
comment
Comment #18986356
It was definitely a thing to run multiple screens in a "one-per-task" kind of setup - the real difference is that hardly anything back then networked or multitasked, and so you had…
-
comment
Comment #18983951
My reaction to customizations that shave off seconds is: "so what, it'll be blown away the next time the tech stack changes." I do automate, but there's a subtle difference in goal…
-
comment
Comment #18971536
Game design allows for a rich exploration of design from a philosophical standpoint. That is, while most games are utilitarian products first(just as most architecture is made to b…
-
comment
Comment #18971231
As one SF Chronicle article put it in describing CA Governor Newsom, SF politics are a lion's den that produces strong candidates for the national stage. Which in perspective says …
-
comment
Comment #18955551
In the back of my mind I always hope that a new technology I'm using will fail in a spectacular, obvious fashion as soon as I use it wrongly, because that means that a great number…
-
comment
Comment #18955101
I like to dub this phenomenon the "unnamed skills". There are skills that are categorized and standardized: you can teach someone the poses and movements, the steps to follow, and …
-
comment
Comment #18948815
If you haven't yet, try both vitamin D3 and magnesium supplements. They're correlated with generalized mental health issues and some deficiency in both is common.
-
comment
Comment #18948668
Comparing difficulty between FM and SID is a bit apples to oranges. The SID has analog variance in its filter, and no two are exactly the same, so a pure DSP implementation has to …
-
comment
Comment #18948476
The MT-32 sound module(also a Roland creation) was the target device of a lot of PC games circa 1988-1992. The more sophisticated soundtracks would reprogram the built in patches, …
-
comment
Comment #18941770
With the gaming scenario some distinction between display latency and network latency is worth reviewing. Network latency is something that software can cover for in some degree(to…
-
comment
Comment #18941475
For that particular question: They would all be the same speed because the optimization requirement would lead each one to write a compiler in their language of choice that emits a…
-
comment
Comment #18941368
That's different from "I do not want a disabled GC baked into my program." It is relevant, especially to embedded coding with its ornery size restrictions.
-
comment
Comment #18934789
AMD doesn't have to win in discrete at all to make a killing. They only have to dominate the lower end, which they already are positioned to do with current APUs - these chips can …
-
comment
Comment #18933662
I think the trick is not to regulate total screen time, but to regulate long uninterrupted blocks of screen time. The "social media loop" that haunts many adults is not really diff…
-
comment
Comment #18915838
Although many folks have raised the "not Gettier" objection, I would propose that the premise of applying the test to debugging is wrong. Debugging means that your assumptions were…