Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aeon10
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
aeon10
5y ago
OP, This looks great! Having the index on the left is a huge improvement and limiting the text length is definitely helpful. Now I don't have to resize my window to a smaller size every time I open it. A lot of HN tends to dislike anyt
2.
▲
Show HN: Laravel Transformer Library
(github.com)
4 points
by
aeon10
9y ago
|
0 comments
3.
▲
Show HN: Script to play chrome dinosaur game
(github.com)
1 points
by
aeon10
10y ago
|
0 comments
4.
▲
by
aeon10
12y ago
Actually I dont know about a library, I got the idea and the core code for the effect from http://lamberta.github.io/html5-animation/
5.
▲
by
aeon10
12y ago
Yes you are right. The website is meant as a landing page for an event. But yeah, I should make the game mode more obvious and straight forward to get to.
6.
▲
Show HN: Interactive Website I did
(magnovite.herokuapp.com)
15 points
by
aeon10
12y ago
|
5 comments
7.
▲
Ask HN: Mobile advanced animation resources?
1 points
by
aeon10
12y ago
|
1 comments
8.
▲
by
aeon10
12y ago
I also got a 500 when trying to signup with facebook. When asked about posting I selected privacy as "Only Me". Maybe that had something to do with it. Anyway I love the website and learning tracks.
9.
▲
by
aeon10
12y ago
git is a distributed system. Everyone else has a full copy of the repository. therefore everyone actually has a backup.
10.
▲
by
aeon10
12y ago
Brilliant stuff. I'm too attached to chrome to let it go completely but this is brilliant when quickly opening links from other apps. Nice stuff
11.
▲
by
aeon10
13y ago
Wrote a script which plays using a simple greedy approach. Chooses the current best option. Doesn't seem to get past 512 so far. It does however consistently get till 256. Just copy the code in the console and restart the game (space b
12.
▲
by
aeon10
13y ago
Can you divulge what kinds of information is stored in it. Or the encoding it uses?
13.
▲
by
aeon10
13y ago
I cant seem to get any legible data.
14.
▲
by
aeon10
13y ago
Actually the first few characters remained the same with page loads.
15.
▲
Ask HN: Decode Youtube 500 page
44 points
by
aeon10
13y ago
|
19 comments
16.
▲
by
aeon10
13y ago
For the vim users the fugitive plugin by tpope provides a nice way to do this using vim's vimdiff. It is a delight to use. Here is a video of vimcasts tutorial. http://vimcasts.org/episodes/fugitive-vim-working-wi
17.
▲
by
aeon10
13y ago
yes I saw that and its pretty great. I'm thinking of applying. have you done it, if so any tips?
18.
▲
by
aeon10
13y ago
Couldnt it have been wind? or is the whether on mars really calm.
19.
▲
by
aeon10
13y ago
Since I cant edit the post, I am going to add my github link here. It's not much so far. https://github.com/aeonaxan
20.
▲
by
aeon10
13y ago
Thanks I've done that!
21.
▲
Ask HN: Remote Internship
7 points
by
aeon10
13y ago
|
8 comments
22.
▲
by
aeon10
13y ago
In the android app the line "Create a ListView that groups the recent commits by author in a custom view." is confusing to me. What I get from that is something of this form: author1: commit1 commit2
23.
▲
by
aeon10
13y ago
Do you mind posting a simple walkthrough for the answer
24.
▲
by
aeon10
13y ago
I'm curious. How does Uberwriter handle code? ``` fenced code or indented? Does it support it?
25.
▲
by
aeon10
13y ago
you could look at the source of mediacrush for this. https://github.com/MediaCrush/MediaCrush Edit: It uses ffmpeg
26.
▲
by
aeon10
13y ago
Anybody has good resources (preferably free) on creating online visualizations. Not links to the d3.js documentation but good tutorials creating visualizations you often use on the internet. Like creating your own cool dashboard and stuff l
27.
▲
by
aeon10
13y ago
Can you explain more on how two sessions would work? I mean if the hijacker hijacks the http session he can convert it to https by following the same steps the user does. Since amazon does not ask the user to reauthenticate on https pages.
28.
▲
by
aeon10
13y ago
Alot of ecommerce sites (Amazon, Flipkart) seem to use HTTP over HTTPS. Even when you're logged in. These sessions can easily be hijacked. I assume this is because of the handshake latency of HTTPS. Is there no way around this latency
29.
▲
by
aeon10
13y ago
I've noticed this too. Alot of ecommerce sites use HTTP for browsing. I assume this is because of speed. However I dont see why the session cannot be hijacked? If i copy all of the cookies how will the server differentiate the hijacker
30.
▲
Drastic performance difference due to branch prediction.
(stackoverflow.com)
4 points
by
aeon10
13y ago
|
0 comments
More ›