Viewing profile — pvidler
pvidler
HN member- Joined
- Sun, Apr 29, 2012, 9:35 AM UTC
- HN karma
- 90
- Public activity
- 87 items
- HN profile
- View on Hacker News ↗
About pvidler
No profile information was provided.
Recent public activity
-
comment
Comment #26464103
You can always render the text to a texture offline as a signed distance field and just draw out quads as needed at render time. This will always be faster than drawing from the cu…
-
comment
Comment #22324980
Only in the random case. Already sorted in either direction and it's ~10x slower.
-
comment
Comment #9623452
The bill is not split -- it says they reimburse you for the measured power usage of the device. Nowhere does it say that this only applies when the heat is being directed into your…
-
comment
Comment #8947540
Apart from the point in the first video when they click on a link and you can still see the smudge of the text column on the newly cleared screen. A close look at the text column w…
-
comment
Comment #8560993
Most of it was readable, but the printf on lines 57--59 made me retch. I see what it's doing, but it's not what I'd call easily maintainable: printf("%8.4s", &"LEA ,IMM ,JMP ,JSR ,…
-
comment
Comment #8223360
Because that's what makes it a unit test -- you only want the unit, the tests and any stubs/mocks in the executable. Anything more and you have an integration test on your hands. P…
-
comment
Comment #8221741
It looks like a nice test framework, but it doesn't appear to help at all with the really hard problems you face with testing C++ -- isolating the unit under test for separate comp…
-
comment
Comment #7903250
> Thus - at the same bitrate - higher resolution images might look worse than lower resolution ones. But the 4K stream is HEVC (H.265) vs H.264 for the other HD streams, so it may …
-
comment
Comment #6688299
Apple did just release online versions of the iWork apps with collaboration (I don't know how well it works in real-time, but then I don't know that for Office either). They also m…
-
comment
Comment #6418914
This seems specific to image-based fingerprint sensors? Apple's version does not appear to work this way...
-
comment
Comment #4606680
Average speed checks are awful — I spend more time looking at the speedo than I do the road, as I try to keep close to the limit while not hitting the car in front. And they are al…
-
comment
Comment #4598668
Milling seems like a better bet (than printing) for home PCBs without the etching. It's cheaper and more accurate, like this one: http://www.coolcomponents.co.uk/catalog/imodela-mi…
-
comment
Comment #4590864
In fairness the TI launchpads are astoundingly cheap -- as far as I have seen, very few of the other competitors have dev boards at that sort of price. The mbed board is similar to…
-
comment
Comment #4590834
Just from the descriptions and photos, it looks like the mini will be breadboardable. The bigger one almost certainly not -- it's arduino compatible and the gap on one side is visi…
-
comment
Comment #4488900
For developers, I suspect it's less about trust and more about providing something of value to a group of people who are already known to be willing to pay for such things.
-
comment
Comment #4469659
> Legal? - possibly. Ethical? - not to me. How is this not evasion of labor laws? That this is par-for-the-course is pretty dismaying. Surely Samsung aren't doing this for the work…
-
comment
Comment #4433260
There is what looks like bounce back at around 0:36 onwards in this video review: http://reviews.cnet.com/smartphones/samsung-nexus-s-at/4505-... It's some sort of app list screen …
-
comment
Comment #4421244
I see less of this on ios devices, but that may be because I keep up–to-date with newer hardware. I guess devs are targeting the older devices that are still in use -- together wit…
-
comment
Comment #4382743
I've been using the ikea standing desk from a few weeks ago -- the lack side table with a shelf screwed to it. I simply put my laptop on top and then use the rest of the normal hei…
-
comment
Comment #4325332
I think intel would bend over backwards to get their processors in an apple phone; it would completely open the mobile market for them. They already give apple some influence anywa…
-
comment
Comment #4325050
Yeah, that last part is my concern -- if I can't use FP on a daily basis, is it still worth my time to try learning it?
-
comment
Comment #4325036
Fascinating, thanks. I would have said that the for-loop is at least somewhat intuitive -- the step-by-step (lather, rinse, repeat) nature resembles the way most instruction sets a…
-
comment
Comment #4324843
Do maps, folds and filters become as natural as for-loops in time? (If you have already been exposed to more traditional techniques). They strike me as similar to regular expressio…
-
comment
Comment #4322306
It's largely intended for the retina MacBook pro, which has two thunderbolt ports, but I do agree -- many of the early peripherals seem to lack support for daisy chaining. As for t…
-
comment
Comment #4316284
A product developed while Steve was away from Apple, a project he was forced away from, a success (if not up to iPhone levels) and a probable future success (for Intel!). What's yo…