Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hardy263
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hardy263
14y ago
Can you explain what rule this is? I'm highly curious as to what rule can solve all derivatives, and it might be useful for me.
2.
▲
by
hardy263
14y ago
> Can you imagine, then, diving into a website's back-end to see @ all over? It turns out, the previous developer realized all those nasty notices and errors stopped happening if he slapped a @ on everything. You've turned something tha
3.
▲
by
hardy263
14y ago
"7 bits" versus "half of 8 bits" are two slightly different things. One has a padding, the other does not. So the file size for a 7 bit encoding would be slightly smaller than an 8 bit one.
4.
▲
by
hardy263
14y ago
Can you use Photoshop filters to do this, or are there more professional programs to do so?
5.
▲
by
hardy263
15y ago
As a curiosity, how many bits were gained (rather than lost) when the second and third characters obtaining a death note were entered? (female and male respectively) Do the bits of entropy add on, or does it not matter at all?
6.
▲
by
hardy263
15y ago
I had the same thing happen to me. I realized it was because I stopped reading regularly. Before, I would used to read at least 1-2 novels (100-200 pages per book) a day. And during that time period, I had an awesome vocabulary and I could
7.
▲
by
hardy263
15y ago
It's impossible to delete your account with Godaddy, that's probably what he's referring to.
8.
▲
by
hardy263
15y ago
I play violin, so although I'm not illiterate in reading music, I find that when I look at a piece, I cannot immediately understand what the melody sounds like until I actually play it. I have trouble switching from different keys between p
9.
▲
by
hardy263
15y ago
It'd be nice if it was possible to search up an exact song based on the melody. Sometimes I remember a melody but I can't remember what song it came from, and it drives me nuts trying to find it.
10.
▲
by
hardy263
15y ago
So does this mean using biginteger for small numbers could require almost 30x more memory?
11.
▲
by
hardy263
15y ago
Aside from the bigger companies, I can see why some of the smaller ones wouldn't want to do this, like the restaurants or his vet. Most of the time they just hired someone to create the website, and be done with it. They don't know how to i
12.
▲
by
hardy263
15y ago
The purpose of the visibility feature was for positioning purposes. Determining player position is not a trivial task, and the information is not unnecessary, it was an engineering generalization that made certain game features easier to de
13.
▲
by
hardy263
15y ago
Well, that was what the author of the article was trying to tell us, wasn't it? Don't give marks and they'll be intellectually curious. Anecdote: I was really good at school at a young age, and I would get easy 80s in all my classes, so I n
14.
▲
by
hardy263
15y ago
From the title I thought "give 100%" meant putting in your full effort, rather than the mark you got. Maybe change it to something less ambiguous?
15.
▲
by
hardy263
15y ago
I almost laughed out loud at the part "Have you ever invented a programming language? :-)" Off topic: It annoys me when people go "Oh you don't know this person? But they're so famous!" because not everyone knows all the famous people in ev
16.
▲
by
hardy263
15y ago
Though the main problem if someone breaks into your system, the first person you'd suspect is your SSH buddy, because there is a possibility of them using a public machine to log in. Who would want to carry the burden of being your first su
17.
▲
by
hardy263
15y ago
Depending on the design, some would require some sort of ugly hack and a lot of testing to get it to work in all browsers consistently. Sure, anything is possible on the web, but it'll probably require flash or use a fixed position layout.
18.
▲
by
hardy263
15y ago
No, it was done in C#, and even if it was in C, it's not worth the trouble to preprocess the code anyway. The assignment answers were usually simple but short. Something like sorting a linked list using insertion sort. If you have no idea h
19.
▲
by
hardy263
15y ago
In my university programming class, we submitted assignments using turnitin, the same software you saw in the screenshot. We were allowed to see how much of our programs matched other people's programs, and where it was copied from. Scores
20.
▲
by
hardy263
15y ago
Personally, it usually doesn't cross my mind to remap the keys when I make simple games, because I'm so busy thinking about all the logic to actually make the game work. If the game is particularly simple, it's not worth my time to make a s
21.
▲
by
hardy263
15y ago
Leaving medicine to doctors is not the same as leaving politics to politicians. One has far stricter requirements than the other. Not everybody can become a doctor. But almost anybody, from teachers to movie stars, can run for politics. The
22.
▲
by
hardy263
15y ago
The difference between stories and technical papers is that stories leave the conclusion for the ending and technical papers put the ending at the beginning. The article seems to share a bit of both.
23.
▲
by
hardy263
15y ago
I imagine it's because iPads also fall under the category of iOS.
24.
▲
by
hardy263
15y ago
I'm genuinely curious as to why you say it's the other way around. Can you elaborate on this? EDIT: Oh, you've edited your comment
25.
▲
by
hardy263
15y ago
It's not incorrect. At the bottom of the blog post, they explore different ways to "trick" people trying to look at the fingerprints If that weren’t enough, my friend actually brainstormed a couple of other ways to improve the password. li
26.
▲
by
hardy263
15y ago
Wouldn't this be a crazy bandwidth hog? If I typed in multiple search terms, and didn't load any of my results, it would have automatically downloaded everything for no reason.
27.
▲
by
hardy263
15y ago
But how would you quantify the amount of learning that you've actually retained? Would it not be through some sort of question-answer based system on the material that you've covered, and using a weighted scale for each question depending o
28.
▲
by
hardy263
15y ago
I'm asian, and my method of studying is the similar to the one in the article. But a couple of months ago, to my horror, my own father advised me to use that tactic. (trying to figure out the exam answers in advance using previous exams) I
29.
▲
by
hardy263
15y ago
If it's daytime and we're outside, I can point north by pointing perpendicular from where the sun is heading. If it's nighttime and we're outside, I can point north by finding polaris. Asking me to point north inside a building with my eyes
30.
▲
by
hardy263
15y ago
Except apple advises you not to use reference counting when trying to debug. So when reference counting doesn't work, you still have to go back and manually count the references yourself...
More ›