Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lonestar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
lonestar
1y ago
Some models you can literally just pull a fuse for the telemetry modem and the car will be offline. Worth considering.
2.
▲
by
lonestar
2y ago
I believe you mean Marcus Aurelius
3.
▲
by
lonestar
3y ago
I was hit by this. It looks like my laptop had not been syncing correctly for a couple months, then GDrive overwrote my local “My Drive” folder with the old cloud copy.
4.
▲
by
lonestar
14y ago
Check out JSON-RPC. Jimson is a good JSON-RPC client for Ruby. http://github.com/chriskite/jimson
5.
▲
by
lonestar
16y ago
No, indeed it is not. If the problem is that people are getting phished because they type their info into a spoofed login page, how would making one standard login page be the answer?
6.
▲
by
lonestar
16y ago
I released the first public version of Phactory yesterday, and I'd like to get some feedback from developers here on HN. Phactory was born from a desire to have something like Factory Girl for my day job writing PHP. A couple of my co-worke
7.
▲
Feedback for Phactory - A Database Factory for PHP Unit Tests
(phactory.org)
2 points
by
lonestar
16y ago
|
1 comments
8.
▲
by
lonestar
16y ago
"Password hashing scheme" refers exclusively to the algorithm used to transform a plaintext password into a ciphertext value (whether it's a hash or derived-key). The rest of your library is the part you want to spend your effort on. Make i
9.
▲
by
lonestar
16y ago
If you're offering it for public scrutiny, then the good news is you've just gotten a good bit of it from an experienced security professional. Perhaps instead of calling tptacek arrogant, you could take the criticism that you say you're in
10.
▲
by
lonestar
16y ago
Actually, slow in this case does not at all mean "this operation isn't implemented in hardware or optimized assembly". The slowness of an algorithm like bcrypt is a tunable property of the key expansion algorithm. A step in this process wil
11.
▲
by
lonestar
16y ago
Do you have a reference for this? I'd be interested in reading it.
12.
▲
by
lonestar
16y ago
In what way is pushing 20K requests/second "concurrency fail"? Node.js doesn't make it easy to share state between processes, but once you're scaling to multiple processes, the jump to multiple machines probably isn't far behind. You'll nee
13.
▲
by
lonestar
16y ago
If Opera started charging $3 for Opera Mini in the App Store, would you be upset? You're paying for a nicer interface to something that is free, not the content of HN.
14.
▲
by
lonestar
16y ago
Interesting. I haven't played with CoffeeScript before, I'll have to try it out. I stuck to straight JS since I'd like the source to be simple for most developers to understand.
15.
▲
Nodule: A Node.js Pub-Sub Key-Value Store in 185 Lines
(github.com)
42 points
by
lonestar
16y ago
|
9 comments
16.
▲
by
lonestar
16y ago
Interesting concept, but it would be more useful if I could limit it to my city. Without a local context, it is mostly noise and no signal. An ideal visualisation would be to show the activity as blips on a Google Map.
17.
▲
by
lonestar
17y ago
"Supercar" seems a little generous seeing as how it has a top speed of 30mph.
18.
▲
Signed and Permanent Cookies in Rails 3
(m.onkey.org)
19 points
by
lonestar
17y ago
|
11 comments
19.
▲
by
lonestar
17y ago
If the alleged pedophile is savvy enough to use Tor, won't he be running his web traffic over SSL, rendering this sort of attack useless?
20.
▲
by
lonestar
17y ago
"Oh well, better for the rest of us." Do you really think so? I'd prefer to live in a society where everyone was well-educated, or at least enjoyed learning. I think you'd find there is some spillover benefit for yourself to be had from "th
21.
▲
by
lonestar
17y ago
Perhaps they should have announced the monthly fees before the delay. I'm more than a little disappointed to find out that I'm not getting it on time, and that I might unexpectedly have to pay a monthly fee once it does ship.
22.
▲
by
lonestar
17y ago
I think it's odd that you have such a problem with co-opting the use of "Re:" (even though you admit he is using it in the original sense), but you don't have an issue with him co-opting the English language by intentionally misspelling wor
23.
▲
by
lonestar
17y ago
Have you played with Scala? It reminds me in some ways of Ruby, you might find it to your liking.
24.
▲
by
lonestar
17y ago
> Either given enough people poking at it intelligently, or a enough computers brute forcing it nearly anything can be cracked. That's technically true, but the time frame it takes to find an algorithmic weakness or complete a brute-for
25.
▲
by
lonestar
17y ago
Jargon arises because it is useful for compressing information exchanged within a given culture. If this really was an internal posting which was accidentally exposed, what is the problem with using the jargon of Microsoft's culture?
26.
▲
by
lonestar
17y ago
The hash could be used as the response in a consensus protocol, but it looks like Enchilada leaves building that protocol up to the developer. So like I said, it's nice to have that hash for every reference, but I wonder if it's worth the s
27.
▲
by
lonestar
17y ago
I agree with you that it's inconvenient, but I can't think of an alternative that would be fair to both Zipcar and the renter. If I let Zipcar inspect the car and take their word that there's no damage, I'll be on the hook for $500 if they
28.
▲
by
lonestar
17y ago
"...if a Zipster before you didn’t report their scratch and dent (and the Zipster after you does), that you’ll end up on the hook for the $500 damage deductible for something you didn’t do since you didn’t do the walkaround and report the d
29.
▲
by
lonestar
17y ago
My favorite entry is the first runner-up from the encryption challenge in 2007: http://underhanded.xcott.com/?page_id=16 Basically a subtly buggy SWAP() implementation causes the RC4 cipher to output more and more plaintext as time goes o
30.
▲
by
lonestar
17y ago
The section on "verifiable computation" is interesting: http://www.enchiladacode.nl/technology.html#verifyable "Every ID of an Enchilada Value is calculated by taking the SHA1 hash of the Value's contents." The docs suggest that this can
More ›