Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fish2000
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
fish2000
8y ago
Vice has it: https://news.vice.com/en_us/article/qvx3wp/active-shooter-re...
2.
▲
by
fish2000
9y ago
tl;dr this article has no Native American weaponry review nor far-Eastern bear-hate listicles, meh
3.
▲
by
fish2000
9y ago
I know you were probably just throwing out the “90%” statistic, but if you take that as a given, the implication that 10% of the libstdc++ bugs on file are legit is a worrisome notion in and of its own right. I don’t want to be responsible
4.
▲
by
fish2000
10y ago
Do not use magic. — Strongly agree. Do not use macros. — Absolutely I agree: I involuntarily grimace whenever I look at and/or things like Boost MPL, or the wartier corners of the Python C-API’s underbelly, etc. I only use macr
5.
▲
by
fish2000
10y ago
Separation of concerns, fungibility, limited exposure, a lower bar on future legal entanglements … I could go on
6.
▲
by
fish2000
10y ago
I haven’t got a ton of experience in this arena, but what I have done in the past is: 1) incorporate the larger venture as an LLC (“My Company, LLC”); 2) incorporate the specific project as a C-Corp (“My Company’s App, Inc.”) – my partners
7.
▲
by
fish2000
10y ago
The hazy miasma visions of a perfect past can legitimatize themselves, in some, with far far less than 10 to 20 years. Some can do it in a span of weeks – q.v. “Where I Was From,” the memoir by Joan Didion (which specifically is about Calif
8.
▲
by
fish2000
10y ago
Yes, there is a Zen state of C++ programming wherein you, the programmer, surrender to the wisdom of the compiler, and in doing so are liberated from caring about the minutiae of the type system, to be carried forth, skyward, on the twin wi
9.
▲
by
fish2000
10y ago
Good start but -- some C++ stuff is wrong, e.g. in the bit on friend functions, a member function prototype is written with an empty block instead of a terminal ";". Subtle, but you know. Also, more subjectively, std::string is de
10.
▲
by
fish2000
10y ago
Wow this takes me back – 2007, those were the days. Back before so many flagship projects had frankensteined libLLVM into their innards; before every single JavaScript framework was required by law to include at least one CLT whose executab
11.
▲
by
fish2000
10y ago
… also one of the forthcoming Clang projects is a static-analysis tool (á la `clang-format`) for replacing any `auto` decls with the actual typename, so you can write lazy code without appearing unscrupulous at code reviews
12.
▲
by
fish2000
10y ago
These are good rules – as in liquor advertisements, it’s advisable to always accompany a declaration that uses `auto` with a rejoinder in the comments to Please Enjoy Responsibly
13.
▲
by
fish2000
10y ago
“A Variadic Template A Day Keeps The Job Security In Play”
14.
▲
by
fish2000
10y ago
OP I believe you meant to say “q.v.” instead of “e.g.”
15.
▲
by
fish2000
11y ago
I am really into C++ but it has the same problem that Perl has – it does not try to stop anyone from using it to express themselves in an ugly or inscrutable fashion – and this is a frustrating aspect of dealing with the C++ ecosystem/
16.
▲
by
fish2000
11y ago
q.v. another blog by a fantastic marketer-who-codes, Cody Boyte: https://medium.com/@codyboyte
17.
▲
by
fish2000
11y ago
Naturally, this articles’ photo of the mud-slaked Rubenesque woman was the image on my screen when my new co-worker dropped in on me… calling this piece NSFW feels a bit prudish but let my experience be your warning
18.
▲
by
fish2000
11y ago
q.v. The Manifesto of the Futurist Programmers , 1991 (linked) – based on the Futurist Manifesto, signatories include one Milanese painter, and 5 noteworthy denizens of Silicon Valley… In the interest of not spoiling I leave it as an exerc
19.
▲
Background on Futurist Programming (1994)
(graficaobscura.com)
1 points
by
fish2000
11y ago
|
2 comments
20.
▲
by
fish2000
11y ago
This is indeed a great intro article. For those interested in seeing examples of LLVM hacking in action, I would recommend reading the source for Halide – https://github.com/halide/Halide – which is an image-processing
21.
▲
by
fish2000
11y ago
holler ("Preposterous fd value %d", fd); (I just had to debug a descriptor mess and this style of freewheeling 90’s-style documentation rejuvenated me w/r/t all of that, hah)
22.
▲
by
fish2000
12y ago
By “goads” do you mean “gods” (in, like, the Battlestar Galactica sense) or is that supposed to be “gonads”, as in junk? Just askin.
23.
▲
by
fish2000
12y ago
This is pretty awesome – I’m writing a Python extension in C++ that piggybacks on top of NumPy dtype codes, and I thought that I could “just” use templates to deal with dynamic typing. It proved to be waaaay less straightforward than tha
24.
▲
by
fish2000
12y ago
Python's API structure may be fast and loose, but that is a feature, I think. Its type system may have some threadbare implementation spots – the _sre example from the standard library, for instance – but there are some compelling exam
25.
▲
by
fish2000
12y ago
Plenty – as I recall, the Glock was invented (in the garage, no less) by a guy whose passion for shooting things was on par with the iron-fisted cleverness of Woz and Jobs. Things are pretty hackable, in a very different way from computers.
26.
▲
by
fish2000
12y ago
> corrupt spacetime Like (say) a vacuum metastability event? http://en.wikipedia.org/wiki/False_vacuum#Vacuum_metastabili...
27.
▲
by
fish2000
12y ago
Funny that – I often imagine that a nicely productive compromise would be a scheme like the SCDP office on “Mad Men“: mostly private offices, but with a pseudo-open “Creative Lounge“ that facilitates collaboration but retains basic human st
28.
▲
by
fish2000
12y ago
These tools straddle some Venn circles, so the developer pitch can be confusing. For example, I make use of both ipython and bpython, both of which I refer to as either shells or REPLs; though neither program is a proper shell (in the /
29.
▲
by
fish2000
12y ago
I did not think a random-thing-generator could possibly make me laugh again, but for me `git-shoot-subtree` was the undeniable breaking point.
30.
▲
by
fish2000
12y ago
Yeah – what post?
More ›