Viewing profile — bsergean
bsergean
HN member- Joined
- Thu, Mar 25, 2010, 4:14 AM UTC
- HN karma
- 15
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About bsergean
Recent public activity
-
comment
Comment #5029692
"""You could also conceivably have a scale that's connected to the same network, and if you're getting a bit tubby your refrigerator might tell you to eat a salad instead of a burg…
-
comment
Comment #4029173
Ec = 1/2 m*v^2 (you forgot the 1/2, I'm just pedantic).
- story
-
comment
Comment #3634298
People are sick. When I see people throwing a paper or anything on the floor it really drives me mad. This is the worst act of disrespect for janitors. There are not too many thing…
-
comment
Comment #3565268
I prefer to keep using Echap so it works in a terminal with vi keybindings. The visual mode is not mentioned and this is super useful to see what you want to copy / delete. Also ge…
-
comment
Comment #3182884
I had to cope with floating points errors being different between compilers, which totally screwed up decompressing with binary produced by compiler A files that had been compresse…
-
comment
Comment #3122241
vimtutor was very bare-bone in my memories, and wasn't going through much details on text objects. This was a rather good article, text objects are awesome.
-
comment
Comment #3069270
Did you ever work with Flex Builder (now called Flash Builder), or used the AS debugger that comes with it ? Are you familiar with MXML / AS3 ? Because compared to the painful expe…
-
comment
Comment #3067815
I hope you're having a great time bashing on Adobe. I think I was flagged as a bad boy once because I was telling bad things on Apple, it's funny I don't think this will ever happe…
-
comment
Comment #3055760
I upgraded from Ubuntu 9.04 to 11.04 (I think) with a bunch of commands without a problem. Couple of reboot and that was it. God that felt good (all of that on Linode). When I comp…
-
comment
Comment #3045803
Thanks for the tip, I didn't know about this one ;)
-
comment
Comment #3009014
I'm gonna be annoying but if they hadn't put this 5 year old music I might have stayed longer on the page and tried to solve those puzzles. Yeah I could have turned off the volume.…
-
comment
Comment #2993459
"Beta"
-
comment
Comment #2983241
I noticed a lot of Vim post recently, you can use the vim binding inside your shell too as discussed in that post, downside is that you'll have to type on Esc a lot.
-
comment
Comment #2957531
Yeah it's closer to something like Google App Engine if we want to stick to comparing things. I remember enjoying deployment with GAE so it must be the same kind of service. So may…
-
comment
Comment #2937947
"Add something at the end of all visually selected lines:" I didn't know about this one, very happy to have read it.
-
comment
Comment #2881225
Easter eggs are the best. I just changed team and my first question should have been what is the process to add one :)
-
comment
Comment #2876085
I bet the event will be burning man.
-
comment
Comment #2870873
:b also takes the buffer id. (reported by :ls). I sometimes write them down on a post-it when I have lots of files to memorize them ... :)
-
comment
Comment #2829102
I hope this never happen. Bush, Blackwater ... are not really what make me like the USA, the contrary actually. And having the NSA give its huge power to non governmental third-par…
-
comment
Comment #2749659
You indeed missed that no one knows (and care) about Scientific Linux but you and the 3 guys at Cern who makes it.
-
comment
Comment #2741134
Funny that this old UNIX approach is coming back. Using that I work (for every windows) and it's nice.
-
comment
Comment #2735949
What does commit to your home share means in term of perforce ? cp .cc .h /tmp/backup ?
-
comment
Comment #2731175
The first two links gave me a 404 on github...
-
comment
Comment #2722025
This is what I want awk to do very often (from python). Anyone know how to do that ? >>> 'foo + bar + baz + buz'.partition('+') ('foo ', '+', ' bar + baz + buz') I think cut does i…