Viewing profile — ohgodthecat
ohgodthecat
HN member- Joined
- Tue, Dec 27, 2011, 11:02 PM UTC
- HN karma
- 147
- Public activity
- 80 items
- HN profile
- View on Hacker News ↗
About ohgodthecat
Recent public activity
-
comment
Comment #4294514
MIT Scheme if you don't want to translate any of the code in the book. Another option is that racket-lang has a sicp dialect of scheme that you can put as the language which will a…
-
comment
Comment #4183882
It is a trade off and something you may want to consider depending on how you want your app/website to behave. Is that extra 300ms load a problem if it happens every five minutes? …
-
comment
Comment #4126927
Heroku still seems to have the normal form of technical debt because every time it fails people are told they are to blame because they didn't set up redundancy, but that should be…
-
comment
Comment #4108123
Mirror: https://gist.github.com/2926119
- comment
-
comment
Comment #4091571
I believe that the salt is able to prevent rainbow tables because of storage capacity, as rainbow tables are quite large. That makes the pre-generation of these rainbow tables quit…
-
comment
Comment #4091489
I see xkcd's passphrase is correcthorsebatterystaple and think that it is the wrong way to do it. The memorization of that password would work much better than a simple passphrase …
-
comment
Comment #4070307
You don't have to go into about:config to disable it all you have to do is click the little 9 boxes in the upper right of the newtab page.
-
comment
Comment #4068680
They did try to solve that with the Home edition version, it is a bit more than 2x more expensive than the student version but it does solve running mathematica for cheaper as long…
-
comment
Comment #4067172
Why do you avoid it, because it is proprietary? Because mathematica is actually really a pretty great math program.
-
comment
Comment #4066972
That seems kind of shady, I mean sure it sucks that it happens and it is kind of bad to have it as your top post but publishing just because you don't want it to be the latest post…
-
comment
Comment #4066952
If you can use python libraries there are a few libraries which allow you to use R functions through python, so that may be an option. Edit: Here they are: http://rpy.sourceforge.n…
-
comment
Comment #4064815
He describes his pacemaker here: http://news.ycombinator.com/item?id=3735443
-
comment
Comment #4054025
I think the masonry style (like pinterest) layout is the wrong way to do something like this. You want a CV kind of website to be easy to follow these just seem all over the place.…
-
comment
Comment #4025586
Well third party javascript makes a lot of people money how do you propose we get around their buying power? Also what would the limits be of third party javascript be? Would it be…
-
comment
Comment #3968483
Well then you get other problems such as dirty oil (unless you have a good seal). The biggest problem I see is that it lasts as long as the shortest lifespan of all the components …
-
comment
Comment #3963978
It does support https, such as if you use https-everywhere which now works on chrome.
-
comment
Comment #3936845
I don't know of any particularly good places but be sure to take it to a tailor and get it fitted for the extra 50-100 dollars. (If they don't have a tailor in the store)
-
comment
Comment #3932190
No your parent is right, font replacement on windows still looks bad most of the time. Larger font sizes look a little less bad but there still exist rendering issues especially in…
-
comment
Comment #3921936
People use things like typekit and fontdeck because it is cheaper than buying the actual fonts and they also provide highly available hosting for decent pricing. If you want to ser…
-
comment
Comment #3885495
I use and pay for spideroak I just wish your client was a bit better. Hopefully you guys are working on it still.
-
comment
Comment #3818732
Though I don't use their site I think https://kippt.com/ did a pretty good job at making bootstrap their own (though you can't really tell the good ones are done in bootstrap)
-
comment
Comment #3817089
Sometimes you get a percent of profit for the patented applications but it is usually a lower percent (think 1-7%) and I don't know how it would factor in a sale like this. This is…
-
comment
Comment #3814625
At least integration is easy to do on the 89, I wasn't taught it and had to figure out how to do integration for the calculator section of one of the AP exams (BC or AB) on a ti 86…
-
comment
Comment #3807514
Pick Python or Ruby and just go with it they both are pretty similar. Perl is fine too but python and ruby are going to be a bit easier to do webby things with them (in regards to …