Viewing profile — aliem
aliem
HN member- Joined
- Mon, Feb 02, 2009, 2:26 AM UTC
- HN karma
- 53
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About aliem
No profile information was provided.
Recent public activity
-
comment
Comment #10274395
On the bright side it does have a nice modular configuration in `~/.spacemacs`.
-
comment
Comment #10162005
I'll have to play with spreadsheet injection then
-
comment
Comment #9947200
I guess this will violate the GPL license unless you are not going to release it to the public in any form.
-
comment
Comment #9922904
I hope we don't go back to alerts to handle exceptions: http://i.imgur.com/ZzvGrsO.png I'm sorry, I couldn't resist. On a more serious note I'll have to see ho it works out phasing…
-
comment
Comment #9915881
I think it does the opposite, The author wanted to send a structured document without presentation, with your tool of liking (I used Firefox's reader view) you can read comfortably…
-
comment
Comment #9915318
The big difference is that a country in Europe has his own economy completely detached from the rest of the EU while in the US the federal state will provide money coverage for the…
-
comment
Comment #9915294
I don't see much of a difference. The only difference is the name and the very big constrains on the countries adhering to the union. I would be for an union if the european countr…
-
comment
Comment #9832377
I always ask myself: "who accepted them?" and then I simply respond to myself the EU accepted them along with all the other PIGS. Like they did with the EMS. https://en.wikipedia.o…
-
comment
Comment #9727576
I'm actually using statically linked apps inside docker containers. (so my apps are automagically nicer)
-
comment
Comment #9497787
It's distinct [features][1], mainly immutable data structures and transducers. Pixie runs over - RPython - PyPi. (The bracket "thing" is not a Clojure feature, it is lisp) [1]: htt…
-
comment
Comment #8971717
As I see this it's yet another attempt to use containers for virtualization. I'm sorry if I am completely missing the point of this effort.
-
comment
Comment #8953237
The most important feature is chaining and lazy evaluation. I think the most useful functions are the typechecking utilities (typeof in javascript is the most useless keyword the h…
-
comment
Comment #8891817
It is not the main issue right now. It is a BIG, HUGE issue, but not the main one ruling out housing business in Italy. The main issue right now is the myopic political view drivin…
-
comment
Comment #8891559
I can assure you, corruption is the least of our problems in our country. As stated by gruturo the real problems are taxes, inadequate laws, infrastructure (for example cable conne…
-
comment
Comment #5356835
This reminds me of http://youtu.be/e-LE0ycgkBQ
-
comment
Comment #5343013
Flash on linux is dead, The only updated standard implementation comes from Google Chrome (note: not Chromium)
-
comment
Comment #4620140
the container application is based off CEF3 ( http://code.google.com/p/chromiumembedded/ ) , here is the repository https://github.com/adobe/brackets-shell
-
comment
Comment #4478402
rdiff over a secondary non-mounted hard disk and cron
-
comment
Comment #4471403
just check their release time policy: https://developer.valvesoftware.com/wiki/Valve_Time
-
comment
Comment #4463039
I don't really know why they are pushing IE10 since it's not even out yet (unless someone is sponsoring them). By the way the small demos are working in chrome, quite slowly but wo…
-
comment
Comment #3609309
ArchLinux wiki became, along with gentoo's handbook, one of the few places to get good information about many recurring questions about gnu/linux configuration.
-
comment
Comment #3489119
the js version does something like setInterval(function(){ var i = new Image(); i.src = target + randId + msg; ... // event handling }, 0) so you end up requesting an url every 0 m…
-
comment
Comment #3481467
and it's only a matter of time until the ISP are forced to block the server IP (like what happened here in Italy).
-
comment
Comment #3259017
I am a big fan of ender, you can build a framework out of smaller specialized libraries, the Jeesh is very close to jQuery API, add reqwest and morpheus to the stack and you have t…
-
comment
Comment #3066028
This is true for Python, Ruby, PHP. (I can't see ted's issues with node other than misunderstanding of the framework's runtime)