Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
1337Coder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
1337Coder
13y ago
If anyone is curious about the luhn algorithm, here is one I made in C# from the example in the question: static bool IsValidLuhn(string numbers) { if (numbers == null) throw new ArgumentNullException("number", "number mus
2.
▲
by
1337Coder
13y ago
For anyone trying to go to the Erik Meijer link, the correct url is: http://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Func... I think vasquez put an extra right angle bracket by mistake.
3.
▲
by
1337Coder
13y ago
This is the exact reason I created this: https://privatemsg.matthew-dove.com/
4.
▲
by
1337Coder
13y ago
Yes, it is encrypted on the server. That hash is just a key to get your message. Its not the message itself.
5.
▲
by
1337Coder
13y ago
Last weekend when the NSA news was a big deal, I was angry, I wanted my privacy back. I use all the standard stuff (like opt-out, Ghostery, etc). Using https for my emails with Google is great, unless they just send my plain text data to th
6.
▲
Private Message. Secure communication, anyone, any device; NSA free.
(privatemsg.matthew-dove.com)
2 points
by
1337Coder
13y ago
|
4 comments
7.
▲
by
1337Coder
13y ago
Well would you believe that it is not uncommon for one or two people to die on a cruise? I went on a 10 day cruise a few years ago and three people died on it. They chucked 'em in the fridge and carried on the trip like it was normal.
8.
▲
by
1337Coder
13y ago
I use "&" and "|" when i use enums, that act as options. I.e. var myCarExtras = Extra.Radio | Extra.PowerWindows; Where Extra = { Radio = 1, PowerWindows = 2, Tint = 4, Rims = 8 }; Then I can do: if (Tint | powerWindows)
9.
▲
by
1337Coder
13y ago
Oh yes you are correct. In this case the merchant only loses the cost to the vendor ($7,000). Good catch.
10.
▲
by
1337Coder
13y ago
sorry for being pedantic, but should'nt it be shouldn't?
11.
▲
by
1337Coder
13y ago
You would think so but no. Visa etc and the banks don't want that kind of trouble. To charge cards you need a special bank account called a merchant account. A condition of this merchant account is that if someone issues a charge-back on th
12.
▲
by
1337Coder
14y ago
{MyScore:'1837';}