Viewing profile — jsd1982
jsd1982
HN member- Joined
- Thu, Nov 15, 2012, 4:02 AM UTC
- HN karma
- 601
- Public activity
- 192 items
- HN profile
- View on Hacker News ↗
About jsd1982
No profile information was provided.
Recent public activity
-
comment
Comment #48636658
The Bart, The.
-
comment
Comment #48121695
I think the conclusion section should indicate that they are based entirely on GCC 16's behavior and current implementation. We should avoid generalizing one compiler's behavior an…
-
comment
Comment #47925897
It should be possible to have the PPU emulation capture all of the final register state per pixel (or scanline if accuracy isn't paramount) and have the GPU render each pixel using…
-
comment
Comment #47358102
Very cool! Checking out the Van Gogh painting in the viewer I can just barely see the depth of the brush strokes. Shame you can't look 90 degrees off axis to see the protrusion eff…
-
comment
Comment #47323119
Very cool idea, but unfortunately the browser doesn't allow users to select which channel of their audio interface to use as input. So unless you're plugging your guitar into input…
-
story
Show HN: Circuit Simulating Amp Plugin
Hey all! I've worked hard on this audio plugin for the last 5 months so I just wanted to share it with everyone here and get some feedback on it. It's a new Mark IIC+ amp sim plugi…
-
comment
Comment #45421139
Reminds me of John Petrucci's Rock Discipline instructional video where he outlines exactly this technique on how to build up speed.
-
comment
Comment #45421134
I love this idea! Just wanted to send a note of encouragement. Keep at it!
-
comment
Comment #45421119
A real-time circuit-level simulation of the MESA Boogie Mark IIC+ guitar preamplifier. https://www.youtube.com/watch?v=xEy34cuOPaY
-
comment
Comment #45340370
Are we assuming that "testing" is limited to only exercising the single-threaded behavior of a function? I'm curious how others approach effective testing of multi-threaded behavio…
-
comment
Comment #45203649
Yes, parameterization was implied.
-
comment
Comment #45202174
Sanitization of data is such a strange security practice to me. It feels like any sort of vulnerability sensitive to data sanitization just boils down to a failure to properly enco…
-
comment
Comment #45075322
I think cognitive load has a lot more to do with the paradigm that the code is written in than any particular type of author's contribution to the code. For instance, the object-or…
-
comment
Comment #45055302
What's the most cost-effective NAS hardware/software combo lately?
-
comment
Comment #44712114
Not sure, don't have any of those. The response feels very natural from my own playing. Here's a little announcement video I put together a week ago for an earlier version: https:/…
-
comment
Comment #44711734
I've built a VST3 plug-in that simulates a Mesa Boogie Mark IIC+ preamp purely from the circuit. The approach doesn't seem popular for professional plug-ins likely because it wasn'…
-
comment
Comment #44160327
Wouldn't this make it somewhat more challenging for assemblers/compilers to emit branch instructions with target PC offsets? For instance, the offset of an instruction two instruct…
-
comment
Comment #44144733
The obvious solution to me is to implement streaming/buffered processing of the content while downloading it instead of downloading the entire content into memory to be processed i…
-
comment
Comment #43958294
I fixed a recent Y38 bug in some classic ASP code. The bug was nothing more than a simple `Date() + 5000` computation (adding 5000 days to the current date) as a sort of expiry dat…
-
comment
Comment #43692215
I tried to install Visual Basic 6 on it but couldn't get past SSL errors in the installed Firefox version to even download the ISO. Sad.
-
comment
Comment #43400139
On mobile I couldn't make a mistake. Every tap was charitably interpreted as the correct action to take on that square whether it be flagging a mine or revealing empty space / numb…
-
comment
Comment #43290486
It feels a bit unfair to lay the blame for all of this on C. All other mainstream compilable languages compile to similar abstract machines in a similar fashion to C.
-
comment
Comment #42511258
Only if your goal is to be an entrepreneur. Not everyone chases that goal nor considers success in that fashion.
-
comment
Comment #42241344
Was it considered to separate each table into its own S3 object?
-
comment
Comment #42033969
A touchscreen with an entire software engineering department behind its software is cheaper than buttons?