Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bcuccioli
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
bcuccioli
12y ago
Others have pointed out that this is Lights Out. If anyone's interested, there is a known algorithm (PDF): https://linux.ime.usp.br/~renatolg/lights_out.pdf
2.
▲
by
bcuccioli
12y ago
Wow. I worked on Millwheel as a summer intern the summer before last. At the time it was a team of about 11 people. I'm honestly pretty surprised to see this comment as I thought it was just a small internal research project. Have you
3.
▲
by
bcuccioli
13y ago
Feature request: Could you strip the dots from user input if the email address is @gmail.com, and similarly strip the dots from the records of pwned email addresses? Gmail usernames are dot agnostic, and I sometimes use xyz@gmail.com, x.yz@
4.
▲
by
bcuccioli
13y ago
I did exactly this for a school project about a year ago: https://github.com/bcuccioli/neural-ocr There's a paper in there that explains the design of the system and my results, which weren't great, probably
5.
▲
by
bcuccioli
13y ago
This doesn't load for me at the moment, so I can't compare, but I also made something similar a few months ago in node.js: http://texbin.bcuccioli.com
6.
▲
by
bcuccioli
13y ago
I wrote a simple neural network about a year ago for doing optical character recognition as a class project. I think looking over the code could be good for learning, as it has a pretty simple OOP structure: https://github.com&#x
7.
▲
by
bcuccioli
13y ago
It's used in Cornell's intermediate-level, required, notoriously difficult functional programming course.
8.
▲
by
bcuccioli
13y ago
Another great tool (disclaimer: I've contributed a bit) is Phabricator ( http://phabricator.com ).
9.
▲
by
bcuccioli
13y ago
There are two good correct equivalent ways to think of the determinant of varying generality. One is as the function from a ring of square matrices to the underlying field (e.g. from R^(n^2) -> R) that sends identity to identity, is alt
10.
▲
by
bcuccioli
13y ago
The difference is calc 1 is not higher level math and the derivative of a real function is not an abstract concept. Professional mathematicians/grad students/high level undergrads don't think of the determinant via some weird geometric intu
11.
▲
by
bcuccioli
13y ago
You can learn a lot of graph theory in your early undergraduate years. Only the most difficult problems are really graduate/post-graduate fodder.
12.
▲
by
bcuccioli
13y ago
Try -g ;)
13.
▲
by
bcuccioli
13y ago
https://github.com/hodgesmr/FindGitHubEmail/pull/5 I'm not really that familiar with bash scripting so this might be a mess.
14.
▲
by
bcuccioli
13y ago
A worse system (read: hack) is to put variable amounts of dots in your email address when you sign up for something, because Gmail strips dots from your account name when delivering your mail. It requires you to remember or write down who g
15.
▲
by
bcuccioli
13y ago
I'm idling in freenode ##math always, as long as you observe the etiquette there are extremely smart people who are willing to help.
16.
▲
by
bcuccioli
14y ago
The irony of this article is that the author is trying to sneer at someone for making a mathematical mistake, which is not technically wrong, but himself falsely asserts that "The use of the phrase 'even number, or the number zero' implies
17.
▲
by
bcuccioli
14y ago
In the left margin there's a button to make New Jersey and California stay highlighted. Right click -> inspect element -> and go from there :)
18.
▲
by
bcuccioli
14y ago
I just checked, my password was visible in the source. Pretty shitty, Pandora.
19.
▲
by
bcuccioli
14y ago
I don't get why people don't do this. It's not that hard. The modification would be about 2 lines of code. If you're unhappy about storing 128 bits for everyone's password you could even just take an 8 character substring of the hash or som
20.
▲
by
bcuccioli
14y ago
Depending on how ambitious you are, for a more rigorous introduction to basic mechanics I recommend Kleppner & Kolenkow. Though if you choose to start with a more basic book like University Physics I strongly recommend K&K as a seco