Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
voyou
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
voyou
9y ago
Project Aon has all the Lone Wolf books in a variety of formats, including a machine readable format, which they have used to produce similar diagrams of the books' structures. Joe Dever have them permission to distribute the books for
2.
▲
by
voyou
10y ago
TBH, I think the main difficulty is caused by people claiming there's some huge difference between prototype based and class based OO. There isn't, really (at least, not if you're comparing JavaScript and other widely used dy
3.
▲
by
voyou
10y ago
"The second blank ""is the empty space where the field value goes." I'm not sure I understand what you're saying here, but I don't think this is right. cleaned_data is a dictionary, and so the second argum
4.
▲
by
voyou
10y ago
"You know, I studied 3 separate modules on formal logic.... I learnt more about logic from a single 1 hour high school electronics lesson than I ever did from all that." Can you say more about that? I can't make any sense of
5.
▲
Comparing executable size of C++ exceptions vs. plain C error structs
(nibblestew.blogspot.com)
2 points
by
voyou
10y ago
|
0 comments
6.
▲
Advent of Code 2016
(adventofcode.com)
2 points
by
voyou
10y ago
|
0 comments
7.
▲
Maybe I Was Wrong about Java
(sitepoint.com)
3 points
by
voyou
10y ago
|
0 comments
8.
▲
by
voyou
10y ago
"Python has an "invisible close brace" character, the newline, which closes a varying number of braces" The idea that the end of a block is invisible isn't really right, though. The newline doesn't end the bloc
9.
▲
by
voyou
10y ago
RSS 2.0 does actually allow HTTPS URLs[1]. The author of the blog post appears to be misreading a StackOverflow comment which is specifically about <enclosure> elements, which are the only URLs that the RSS spec restricts to HTTP. 1:
10.
▲
A Git Workflow for Humans
(wordpress.schuirmann.eu)
2 points
by
voyou
10y ago
|
0 comments
11.
▲
by
voyou
10y ago
Protocol-less URLs are usually a bad idea. They mean "use http or https depending on whatever the current page is", but there are very few situations where that is a useful way of making that decision. What you should do is specif
12.
▲
by
voyou
10y ago
If the model is being updated based on results as they come in, and the results coming in are not randomly distributed, then the updates will be of questionable value. In particular, this update came when a large number of predicted pro-lea
13.
▲
by
voyou
10y ago
Pointer arithmetic isn't "something that I will surely never want to do"; it's something you want to do all the time in C (and therefore in C++ written in a more C-like style). Illegitimate uses of pointer arithmetic,
14.
▲
by
voyou
10y ago
"I want to write Python code that spits out the HTML and JavaScript required for these interfaces and I still want to handle all the logic in Python." This sounds a lot like PyJS: http://pyjs.org/
15.
▲
by
voyou
10y ago
Aren't Medium posts repeating cliched arguments contrasting the author with the supposed superficiality of the masses a pretty clear example of "a tool to elevate your perceived social status"?
16.
▲
by
voyou
10y ago
There's one pretty clear difference: the bubblegum seller isn't offering the bubblegum at no cost, so they're saying "I made something, I think you're willing to pay for it, so I deserve to get paid." The publi
17.
▲
by
voyou
10y ago
Reminded me of this, from Douglas Adams's Dirk Gentley's Holistic Detective Agency : "An Electric Monk is a labour-saving device, like a dishwasher or a video recorder. Dishwashers wash tedious dishes for you, thus saving yo
18.
▲
by
voyou
11y ago
Ah yes, the "flipped classroom." Or, as it's been called for 30 years or more "the classroom."
19.
▲
Let's Stop Requiring Advanced Math, a New Book Argues
(npr.org)
3 points
by
voyou
11y ago
|
0 comments
20.
▲
by
voyou
11y ago
"Currently, as long as people are online, there's a certain guarantee that they will see it." Currently, if your followers scroll through all their tweets , they are guaranteed to see everything you post. The same is true wi
21.
▲
by
voyou
11y ago
"there is a HUGE financial incentive on the part of sellers" At least up until now, there have been ad sales, which you can think of as an incredibly heath-robinson micropayment system: a small amount of what I pay for every produ
22.
▲
by
voyou
11y ago
Well, this I suppose this is a "Silicon Valley style solution," in that it's handwaving bullshit written by someone with absolutely no knowledge of what they're talking about.
23.
▲
by
voyou
11y ago
I'm not sure what you mean about Gandi charging $20 to move the DNS to Cloudflare? I'm using Cloudflare to add HTTPS to a website on a domain registered with Gandi, and it hasn't cost me anything above the usual domain regist
24.
▲
by
voyou
11y ago
"Medium is the next generation of magazine" Magazines exercise editorial control, so they provide some some kind of signal of the kind and quality of writing you're going to get. Medium doesn't do that, so in an analogy
25.
▲
by
voyou
11y ago
Except that Unix also allows "-" in the filename, and as far as I know always has done. Using "--" to mark that all subsequent arguments should be treated as filenames rather than options has worked fine to allow Unix pr
26.
▲
by
voyou
11y ago
This reminds me of something I read a few weeks ago: http://www.theguardian.com/lifeandstyle/2015/nov/20/oliver-b... "For us list addicts, Forster proposes a minimalist alternative system. On a pie
27.
▲
by
voyou
11y ago
I don't know that Italy and new gastronomy are as incongruous as this article suggests. Arguably, the Italian futurists invented new gastronomy: http://thenewinquiry.com/blogs/the-austerity-kitchen/red-hol...
28.
▲
Dazzle camouflage
(en.wikipedia.org)
2 points
by
voyou
11y ago
|
0 comments
29.
▲
by
voyou
11y ago
"What if a Twitter account and Hacker News account have the same id? According to this protocol, they are equal." Maybe that's the desired behaviour?
30.
▲
by
voyou
11y ago
There's an interesting discussion on the Portland Pattern Repository about the shift in meaning in MVC from the way it was originally used in Smalltalk to the very different way it's used in most MVC frameworks today: http:/
More ›