lepacheco's comments

lepacheco | 9 years ago | on: Say No to Paxos Overhead: Replacing Consensus with Network Ordering

Yep, I also think it's kind of a misleading name. It's still Consensus but with stronger assumptions on the network (kind of, it depends on an external master for correctness, which could itself use something like classic Paxos). Simplifying it a bit, they use a single sequencer that every packet must go through to get "ordered". As the authors suggest, that could be implemented in a programmable switch. Given that abstraction, they can simplify the consensus protocol itself.

lepacheco | 13 years ago | on: PyPy 2.0 Released

From what I understand, there are three stages:

- interpreted

- If run 'enough' times, the code is JIT compiled (fast compilation)

- If run 'enough' times again, it is JIT compiled with the most optimizing compiler (slow compilation)

lepacheco | 13 years ago | on: Tizen - new Android competitor

He was being sarcastic =P From my experience with a galaxy s2, most of the software from Samsung is not that great (and can't be removed without installing something like cyanogen... quite annoying).

lepacheco | 13 years ago | on: Are You Doing Research?

I agree. finding smart, expert people who are willing to talk to you is left as an exercise for the reader ;)

lepacheco | 13 years ago | on: Are You Doing Research?

Paper reading is one of the ways of learning what else is out there. You can substitute that with talking to other people. Which Feynman did a lot, judging from the stories in his books.

Actually, now that I'm thinking about it, it seems to actually be MUCH more efficient (if you have smart people to talk to): trying to find the good papers in the middle of the sea of publications/noise is a very time consuming task.

lepacheco | 13 years ago | on: The future of Ubuntu revealed

going on preferences->appearance and changing the theme from GTK to classic made it much better for me (will look just like previous version). Also, in classic mode, the UI fonts are integrated with the window manager so you can change them, make them smaller, etc...

lepacheco | 13 years ago | on: Depression lies

I also have some anxiety problems and from time to time my sinusitis shows up. What do you mean you just had a chronic sinus infection (instead of anxiety/depression)? What kind of symptoms are you talking about? This might be relevant to me...

lepacheco | 14 years ago | on: How to seem good at everything: Stop doing stupid shit

People do stupid shit because most of the time they don't know "what" is the stupid shit in whatever they are doing. It is hard and only looks easy on hindsight. This is the part were a mentor or good teacher can make a HUGE difference.
page 1