pvidler | 5 years ago | on: 2D Graphics on Modern GPU (2019)
pvidler's comments
pvidler | 6 years ago | on: Quadsort: a stable non-recursive merge sort
pvidler | 10 years ago | on: Data furnaces arrive in Europe: Free heating, if you have fibre Internet
pvidler | 11 years ago | on: PaperLike: 13.3″ E Ink Monitor by Dasung Tech
pvidler | 11 years ago | on: C4 – C in 4 functions
printf("%8.4s", &"LEA ,IMM ,JMP ,JSR ,BZ ,BNZ ,ENT ,ADJ ,LEV ,LI ,LC ,SI ,SC ,PSH ,"
"OR ,XOR ,AND ,EQ ,NE ,LT ,GT ,LE ,GE ,SHL ,SHR ,ADD ,SUB ,MUL ,DIV ,MOD ,"
"OPEN,READ,CLOS,PRTF,MALC,MSET,MCMP,EXIT,"[*++le * 5]);pvidler | 11 years ago | on: Catch: A modern, C++-native, header-only, framework for unit tests
Pulling a single unit out of a legacy codebase can be difficult, especially when you don't want to actually move, copy, or modify the source-files; stubbing out the dependencies and writing mock objects to verify your expectations of what the code should be doing are also very time-consuming.
Those are the hard parts of unit testing C++, and I wonder if anyone has found a good way of doing it (with a framework, or just a technique).
pvidler | 11 years ago | on: Catch: A modern, C++-native, header-only, framework for unit tests
Anyone know of a really good (preferably simple and pragmatic) C++ mocking/stubbing framework to go with this?
pvidler | 11 years ago | on: Delivering Breaking Bad on Netflix in Ultra HD 4K
But the 4K stream is HEVC (H.265) vs H.264 for the other HD streams, so it may not be that simple.
pvidler | 12 years ago | on: Microsoft Brings Real-Time Collaboration To Free Office Web Apps
I'm sure that's unrelated :-)
pvidler | 12 years ago | on: Senator asks if FBI can get iPhone 5S fingerprint data via Patriot Act
pvidler | 13 years ago | on: In Europe, Speed Cameras Meet Their Technological Match
Perhaps they make sense when everyone has cruise control as standard to rely on, but until then a mass rollout would drive me to public transport. Or is that the point?
pvidler | 13 years ago | on: 3D printing: The PC all over again?
http://www.coolcomponents.co.uk/catalog/imodela-milling-mach...
Downside is that there's no solder resist, so SMT parts would be tricky/impossible to solder. Also the above model only handles tiny boards — something that can do a standard 160x100 mm eurocard would be nice.
pvidler | 13 years ago | on: freeSoC and freeSoC Mini
The mbed board is similar to the mini, but with an online IDE (not a fan) and community. There's not much difference in price there, at least not from the mbed suppliers here in the UK vs the kickstarter prices.
pvidler | 13 years ago | on: freeSoC and freeSoC Mini
The bigger one almost certainly not -- it's arduino compatible and the gap on one side is visibly smaller than the other. Also, it's not clear if the big one will have pins dropping down below the board (just looks like female headers).
pvidler | 13 years ago | on: First Month on app.net – Charts and Stats
pvidler | 13 years ago | on: Samsung flew bloggers to Berlin, then threatened to leave them there
Surely Samsung aren't doing this for the work -- there have to be cheaper ways to get people to demo your product than flying folks from India to Germany, getting them uniforms, keeping close watch on their activities, daily update emails in the beginning, etc.?
Why not just have their own employees do it? Or just pay native German bloggers?
It sounds to me like Samsung was trying to buy enthusiasm, but failed to adequately communicate the work involved and then massively overreacted when it went wrong for them. With decent management, it could have been better the alternatives -- the 'booth-babe and slimy salesman' or 'bored employee droning through a script' approaches.
I still prefer Apple's approaches to product demonstration -- either a big on-stage demo followed by relatively unsupervised hands-on time for a large number of reporters at once, or a personal demo by a senior executive for certain lucky individuals.
pvidler | 13 years ago | on: Apple v. Samsung - Meet the foreman of the jury
http://reviews.cnet.com/smartphones/samsung-nexus-s-at/4505-...
It's some sort of app list screen though and happens between what looks like screens of icons, so I'm not sure if it counts. For lists it looks like an orange glow effect, possibly with some small bounce, but that may be an optical illusion.
This might be enough to confuse a jury? I haven't checked the patent to see if it actually infringes or not.
pvidler | 13 years ago | on: Samsung Galaxy Note 10.1: An Embarrassing, Lazy, Arrogant Money Grab
(Except for the odd memory hog that occasionally gets terminated while in use, like the Facebook app).
pvidler | 13 years ago | on: Hack a Standing Desk from IKEA
I leave the keyboard, mouse and power adapter on the standing side, as motivation to spend less time sitting. So far I can manage alternate hours sitting and standing, which isn't too shabby considering how out of shape I am.
pvidler | 13 years ago | on: Apple's CPU lead Jim Keller heads back to AMD
A little more info:
https://blog.mapbox.com/drawing-text-with-signed-distance-fi...
MIT-licensed open-source multi-channel glyph generation:
https://github.com/Chlumsky/msdfgen
The only remaining issue would be the kerning/layout, which is admittedly far from simple.