Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codejoust
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
codejoust
8y ago
It looks like within the past 8 months or so that Facebook has changed to format of their data dumps to not truncate messages, as their previous data dumps were previously structured as one giant messages.htm file which would be difficult t
2.
▲
by
codejoust
8y ago
I built a elasticsearch importer for fb messages and a simple web frontend that did this pretty well for many many megabytes of messages. Wouldn't mind cleaning it up if people were interested in using it. [edit: will upload here later
3.
▲
by
codejoust
11y ago
Was looking for some backgrojnd and found an overview presentation [pdf]: http://netlipse.eu/media/77918/11nwm-bratislava-lex-pepping-...
4.
▲
Show HN: A personal, sms-based daily microjournal. (Get started: 707.327.2916)
(shortlog.me)
3 points
by
codejoust
13y ago
|
1 comments
5.
▲
by
codejoust
13y ago
We're using Tropo.com, pretty easy. Otherwise it's just mysql/mysqli/php/apache. Pretty straight forward.
6.
▲
by
codejoust
14y ago
Something similar with syntax hilighting and sounds can be found at http://codetyper.tk/
7.
▲
by
codejoust
14y ago
How meta? A poll to ask about the number of polls. One good thing about polls is they do bring a good discussion and a nice demographic insight, when they are not overused.
8.
▲
Tumblr now using Github for their Privacy Policy
(github.com)
13 points
by
codejoust
14y ago
|
3 comments
9.
▲
by
codejoust
15y ago
How about using something like BSON to reduce overhead? (and writing it in C would help). http://bsonspec.org/
10.
▲
by
codejoust
15y ago
Running wordpress and PHP, nonetheless. Wordpress isn't light on resources.
11.
▲
by
codejoust
15y ago
1: You can turn off location data. 2: None of this is being stored, beyond a cookie. Of course, you can call back to the server with that data, but the server has your IP address, which is where the location data came from.
12.
▲
by
codejoust
15y ago
Try using another database: I've implemented optional support for ipinfodb.com, however, the code is fairly modular to add another service. http://codejoust.github.com/session.js/ipinfodb_demo.html
13.
▲
by
codejoust
15y ago
I added in support for http://ipinfodb.com/ (see bottom of README) which might be better than Google's api, although you need to register for an API key. You might want to give that a shot.
14.
▲
by
codejoust
15y ago
I thought about doing that. I've used a lot of coffeescript in the past, but I just didn't see it being a big advantage here. The biggest issue with using CoffeeScript here is that I wanted control over the syntax as I wanted to have less c
15.
▲
by
codejoust
15y ago
Official demo: http://codejoust.github.com/session.js/
16.
▲
by
codejoust
15y ago
I believe the earlier comments have merit, thus I've renamed the library.
17.
▲
by
codejoust
15y ago
No. And the recently-posted paid visitor.js site does have a few advantages, most being that this is using pure javascript, while they have the server side doing most of the heavy lifting.
18.
▲
by
codejoust
15y ago
Google provides it as an extra for the JSAPI, no telling how long it will last, though.
19.
▲
by
codejoust
15y ago
I liked the idea, and had already needed parts of such a library, so I put together some stuff and made a free/open-source version. https://github.com/codejoust/visitor.js
20.
▲
Open Source Visitor.js
(github.com)
198 points
by
codejoust
15y ago
|
52 comments
21.
▲
by
codejoust
15y ago
I built a open-source version similar to this library for my own use using javascript browser checks and the google jsapi geocoding. It's on github at https://github.com/codejoust/visitor.js .
22.
▲
by
codejoust
15y ago
I've done a considerable amount of work in subprocess. It's API isn't amazing, but it does have quite a few great features and once you spend a little time with it really isn't too bad. Some of the piping features, along with shell argument
23.
▲
by
codejoust
15y ago
Winning: http://chattanooga.jpg.to/ It works pretty well, although there are some oddball results.
24.
▲
Stockholm Bunker Data Center
(royal.pingdom.com)
2 points
by
codejoust
15y ago
|
0 comments
25.
▲
by
codejoust
15y ago
How about running the facebook javascript in a sandbox? Such as proxying the document.createElement and document.getElements* methods for the initial script while breaking it for everything else?
26.
▲
by
codejoust
15y ago
Totally agree with boredom is a choice. My parents don't believe in boredom... if you say you're bored, there's always housework, books to read, things to do. It's just a question of what you want to do.
27.
▲
by
codejoust
15y ago
I still do the same for almost all CRTs. I'm pretty young though. The most annoying was waiting for the ACT to start while hearing a loud super high-pitch electronic whine went on every five seconds.
28.
▲
Developer / Programmer Volunteers for the GOP
(developers.gop.com)
4 points
by
codejoust
15y ago
|
2 comments
29.
▲
Generation Jobless: Students Pick Easier Majors Despite Less Pay
(online.wsj.com)
7 points
by
codejoust
15y ago
|
1 comments
30.
▲
by
codejoust
15y ago
My var story was a little harder scoping issue where a variable held the information for a pending call. It would asynchronously process the call, then mark the call as completed. Well, if there were more than one call going through, the ca
More ›