back
user profile

shagie

11,869karma·4,855submissions·March 1, 2014
recent activity (4,855 total)
comment
10 = 5 + 5 = 7 + 3
8y ago·view thread
comment
The corresponding paper is at https://arxiv.org/abs/1701.00994 : Dynamics on expanding spaces: modeling the emergence of novelties…
8y ago·view thread
comment
In 6502, there is LDA, LDX, LDY for various loads. However, ADC (add with carry) only works on the accumulator. Another important aspect of (at least the 6502) is a very limited instruction set. With …
8y ago·view thread
comment
The 6502 and many of its kindred are accumulator based machines. From http://nesdev.com/6502.txt > THE ACCUMULATOR > This is THE most important register in the microprocessor. …
8y ago·view thread
comment
The Harmful Consequences of Postel's Maxim - https://tools.ietf.org/html/draft-thomson-postel-was-wrong-0... (HN from 2015 https://news.ycombinator.com/item?…
8y ago·view thread
comment
There is also some ability to explore optimization strategies. http://calmerthanyouare.org/2015/01/07/optimizing-brainfuck.... As it’s such a limited language, it is so…
8y ago·view thread
comment
This reminds me of Mr. Fart’s favorite colors. https://medium.com/@blakeross/mr-fart-s-favorite-colors-3177... > By the time you land an engineering gig at Apple, you are a tw…
8y ago·view thread
comment
I can't ask for a more authoritative source on the matter. Thank you.
8y ago·view thread
comment
One of the things that I look at is the timeline of other version control systems. http://blog.plasticscm.com/2010/11/version-control-timeline.... has one such (its a decad…
8y ago·view thread
comment
Git is a filesystem ( https://git-scm.com/book/en/v2/Git-Internals-Git-Objects ). > Git is a content-addressable filesystem. Great. What does that mean? It means tha…
8y ago·view thread
comment
I am reminded of an open letter / post from many years ago. Why Pascal is Not My Favorite Programming Language https://www.lysator.liu.se/c/bwk-on-pascal.html . > There …
8y ago·view thread
comment
Software recommendations has a very small community. If even a small fraction of the questions that get closed as recommendation each day re-asked their question there the 9 questions a day they curr…
8y ago·view thread
comment
The application of the policy depends on people with moderation abilities seeing it. The first link for example has only been seen about 50 times a month for the past 5 months. The Skype question is …
8y ago·view thread
comment
The existing system, a question that is closed as a duplicate automatically redirects users who aren't logged in (most users are anonymous google users) to the question that is the duplicate targ…
8y ago·view thread
comment
The mechanism that SO uses for sorting answers is community votes. That poor or incorrect answers get up votes is a problem. SO only has its community to do that sorting. The corporate and diamond mo…
8y ago·view thread
comment
Super user has difficulty with recommendations too. The effort upon the community to curate the content on a large site takes a very dedicated team. Past efforts to have such failed and the curation o…
8y ago·view thread
comment
Neither review, flag, nor vote give reputation. The only ways to get reputation is to create content that gets up votes or do edits that improve the post.
8y ago·view thread
comment
> If I sign in on my main account and reverse the mystery downvotes, I'm usually good from that point on. That’s the type of thing that will get that account deleted for vote fraud and sock p…
8y ago·view thread
comment
Do you have any examples of such questions asked in the past... let’s say four years? The problem with recommendation questions is that they are very time consuming to keep curated and useful. You’ll …
8y ago·view thread
comment
In the world of “stack overflow is unfriendly to new users”, banning a person providing an answer that other people have found helpful seems to be a suggestion that would take SO in the direction of y…
8y ago·view thread
comment
That site is still not for discussions. It is however a site for Q&A on the software development process and architecture which tends to softer questions. Still, discussions are for chat.
8y ago·view thread
comment
Once you have sufficient rep on one site, you get 100 rep on all sites which is enough to comment everywhere.
8y ago·view thread
comment
The indents there suggest a threaded discussion that looks more like a 1 on 1 chat or threaded discussion board. Wouldn’t one of those resources be a better place to hold such a discussion?
8y ago·view thread
comment
Unfriendly/ rude moderation is what happens when the tools in place to try to keep the site’s content in alignment with the person’s vision fail. Not enough votes. Not enough time. Poor filters. …
8y ago·view thread
comment
For some, it probably shaped it more than they knew. The Rankin-Bass animations (The Hobbit, The Last Unicorn, etc) was outsourced to a studio named Topcraft. > The studio went bankrupt and dissol…
8y ago·view thread
comment
Previously (and a link to the actual publications) https://news.ycombinator.com/item?id=16536153 …
8y ago·view thread
comment
Maybe the 'DOM' wasn't the right word choice. However, in 1995 one could foo = document.getElementById and foo.innerHTML as described in https://docs.oracle.com/javase&…
8y ago·view thread
comment
The original use of JavaScript was to pass DOM information to the applet and back. https://docs.oracle.com/javase/tutorial/deployment/applet/in... and https:/…
8y ago·view thread
comment
In his own words: Ward Cunningham, Inventor of the Wiki WikimediaFoundation https://youtube.com/watch?v=XqxwwuUdsp4 at about 3:00 and on for a minute. There was a release of hypercard…
8y ago·view thread