Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
phorese
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
phorese
7y ago
It is impressive, but you can buy items (with the in-app currency you get from finishing lections) that allow you to skip single days (or even whole weekends, IIRC).
2.
▲
by
phorese
9y ago
... and "Merkle" trees, not "Merkel".
3.
▲
by
phorese
9y ago
> In Icelandic, a compass is a direction-shower, and a microscope a small-watcher. I find this somehow very poignant :) What exactly does the author think "microscope" means? From Wikipedia: > microscope (from the Ancient G
4.
▲
by
phorese
10y ago
> As far as I can tell, the network is trained on a specific geometry and must be re-trained if the geometry changes. The model is trained on a "training set" of various 3D models, and tested on a "test set" of diffe
5.
▲
by
phorese
10y ago
Yup, the community is on it! http://www.cv-foundation.org/openaccess/content_cvpr_2016/ht... http://www.cv-foundation.org/openaccess/content_cvpr_2016/ht... https://link.sprin
6.
▲
by
phorese
11y ago
If I just want to unpack a function's tuple result, I use "std::tie": tuple<int, bool, char> t = make_tuple(1, true, 'a'); int n = get<0>(t); bool b = get<1>(t); char c = get<2>(t)
7.
▲
by
phorese
11y ago
Good question :) I needed a quick way to hack the output of 2D float data (pixel annotations to complement some image) into some legacy C without adding dependencies. Thanks to CImg, I can read and display the PFM files in 10 lines of my ow
8.
▲
by
phorese
11y ago
I've been using the PFM format ( http://netpbm.sourceforge.net/doc/pfm.html ) for a project recently. It's the most obscure member of the Netpbm family. Almost no image viewer understands it, and no image edi
9.
▲
by
phorese
11y ago
"It was a tool for me," Metcalf said. "Like Mom's hot skillet; don't stick your hand on it. Like Dad's power saw; don't stick your finger in it. A gun; don't stand in front of it." I honestly d
10.
▲
by
phorese
11y ago
And for Android, there's "Twilight" :) Wonderful tools
11.
▲
by
phorese
12y ago
------------------------------------------------------ Did I ever tell you that Programmer McCave Had twenty-three variables and named them all `a` Well, the programmer did. And that wasn't a smart thing to do. You see, w
12.
▲
by
phorese
12y ago
Ah, good call, thanks! I now think we both got it wrong (but me more so than you): Table 2 specifies "1 min/frame", but the source frame selection happens for output frames, not input frames. Table 1 lists a total of 2189 out
13.
▲
by
phorese
12y ago
Actually it says that it took 13 minutes to process 23,700 frames! :)
14.
▲
by
phorese
12y ago
Actually, the article describes a SEP as an actual problem in need of recognition. No matter how much HN becomes redditified, it's still not a real issue, and only affects those who care about it. So no, it's really just your prob
15.
▲
by
phorese
12y ago
Come on now, this is a thread about "Haxe"...
16.
▲
by
phorese
12y ago
Will do.
17.
▲
by
phorese
12y ago
Loading this page insta-kills my Browser. FF 29.0.1 on 3.10.39-1-MANJARO x86_64 with lots of plugins (HTTPSEverywhere, Ghostery, FlashBlock...) It does not recognize the crash and does not offer a crash report on restart.
18.
▲
by
phorese
12y ago
> prove something something pot kettle something
19.
▲
by
phorese
12y ago
True. It also never claims to be. The very first part says that this is only a writeup for people who are not intimately familiar with why "dynamically typed" might slow down Python.
20.
▲
by
phorese
12y ago
Anyone know what the "purge gas" is in the O2 half cycle?
21.
▲
by
phorese
12y ago
Maybe because too often that's real-life economics, too. It's just not usually about retrieving the item (as comic books might imply). "Oh no, that dude stole [insert item of low value X]! Let's imprison him and cause [i
22.
▲
by
phorese
12y ago
Viewing the homepage ( http://www.codecademy.com/ ) from within Germany, the translation is all over the place. Paragraphs, buttons, titles are randomly English or German.
23.
▲
by
phorese
12y ago
From the Kickstarter page: > With Bluetooth Classic, BLE, and Wi-Fi shields and examples for Android and iPhone - and USB Serial (built-in) connectivity for Android (devices with USB OTG supporting Serial devices) .
24.
▲
by
phorese
12y ago
I'd guess "general" refers to the trees themselves (labels, arity) and not the platform.
25.
▲
by
phorese
12y ago
Looks great :) In the video it looks like you are using a volumetric representation, perhaps an Octree+isosurface extraction?
26.
▲
by
phorese
13y ago
Heh, thanks. I only looked at misparsing and didn't think about the consequences :D
27.
▲
by
phorese
13y ago
The time regex is, too. In German you can expect to encounter the text fragment > um 6:00 am 05.12. (at 6:00 on 12/05/..) If i read it correctly, the time regex would extract "6:00 am" as time, but the "am"
28.
▲
by
phorese
13y ago
You're right, it doesn't need to be said. Everyone knows you don't drive or commit when drunk. The problem is that "drunk you" might disagree with "sober you", and want to drive/commit anyway. That&
29.
▲
by
phorese
13y ago
> charged Heh.
30.
▲
by
phorese
13y ago
Being colorblind, the bottom row in Figure 5 is completely useless to me. I can also not distinguish +1000 from -1000 on the left side of Figure 1. Publishers, please use color only when it's really neccessary, and then please have
More ›