Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mufumbo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mufumbo
12y ago
I love this. We are truly living in great times.
2.
▲
by
mufumbo
13y ago
I'm an engineer, so I'm giving out the only thing I learned by observation. As an engineer, my observation and pattern matching skills are pretty good, so I am only describing what I observed by analysing "successful" en
3.
▲
by
mufumbo
13y ago
Do you know anyone who followed the 3 constraints and failed? I don't know any. I just googled "startup persistence" and look what comes out in point 5 and 6: http://www.paulgraham.com/really.html
4.
▲
by
mufumbo
13y ago
This might sound like a focus issue? Three startups in six years? Are you able to focus on only one thing and for more than 5 years? Almost nothing extraordinary can happen before 5 years. Even if you sell before. Example: I am 99% sure I c
5.
▲
by
mufumbo
13y ago
keep up keeping on!
6.
▲
by
mufumbo
13y ago
great post david!
7.
▲
by
mufumbo
13y ago
Just check your keyboard. structured - If you see dirty points showing your hands resting while thinking. go with the flow - No dirty points. You usually go to grab a tea or coffee whenever you want to think more deeply.
8.
▲
by
mufumbo
13y ago
I got a cease and deasist letter :) Now doing a new startup. Launched on November, so help us grow: http://www.allthecooks.com/download
9.
▲
by
mufumbo
13y ago
was that a job interview? You probably shouldn't use your favorite super-scripting language on a job interview that was asking for a more robust answer. They were maybe looking for someone to transform their hacky platform to somethin
10.
▲
by
mufumbo
13y ago
uow! I haven't even ever seen this streak thing (too busy commiting all the time). Mine is pretty big and I'm ashamed to make it public hehehe Anyway, you MUST make commit an habit. If you're into gamification, force yourself
11.
▲
7 tips for successful consumer app bootstrapping according to Fat Spiderman
(blog.rafaelsanches.com)
4 points
by
mufumbo
13y ago
|
1 comments
12.
▲
by
mufumbo
14y ago
I believe it's really CL problem. They won't ever find a better mobile engineer or someone who will even spend 10% of the time I've spent hacking something cool. If you got a C&D as well and isn't happy about it, you should go ahead and
13.
▲
by
mufumbo
14y ago
You are renting a server in Germany. If you were a german citizen, they would ask you a copy of your id. Since you are a foreigner they ask you for a foreigner identification, which is the passport. Aside from the passport, when I first ren
14.
▲
by
mufumbo
14y ago
Right now I have three servers in hetzner. I have been using them for 5 years, but only last year my startup "boomed", so I had to cancel my old server and move it in the same rack as the other servers. If your startup has already "boomed"
15.
▲
by
mufumbo
15y ago
The web will prevail. It's just question of time. Just be smart and make profit with the app fever while you can.
16.
▲
Google suspended an android app with 2 million downloads, CraigsNotifica.
(petitionbuzz.com)
2 points
by
mufumbo
16y ago
|
0 comments
17.
▲
by
mufumbo
16y ago
on freenode: #android-dev #webos-internals
18.
▲
by
mufumbo
16y ago
uow, this is really good! Finally i can throw all my crappy opencv integrations with java :)
19.
▲
by
mufumbo
16y ago
i like this. there's a really simple free version for the android platform and i would collaborate to improve it if it was a opensource project. Including readability to it is very important.
20.
▲
by
mufumbo
16y ago
It's really cool. I would like more details on "data request".. it's still very dark matter that doesn't really tell much about. It would be interesting to know how much "per person data requests" has been released. Brazil has more "data re
21.
▲
by
mufumbo
16y ago
this is great news for me. I have already a couple of android apps that i am starting to port with the ipad with the iphone sdk, but my learn curve with objective-c has not been the best.
22.
▲
by
mufumbo
16y ago
awesome. I have been using varnish for a while now and it's just awesome. The VCL configuration works like a charm and is very simple. ESI is really cool and can be easily integrated as a normal include with the common frameworks. For examp
23.
▲
by
mufumbo
16y ago
my only suggestion is to be able to have my "saved colors" in the browser cookie. when i click it can add it to a fifo list :)
24.
▲
by
mufumbo
16y ago
I think that the only problem of his code is that it should be: Map<String, List<Person>> buf = new HashMap<String, ArrayList<Person>>(); You probably don't really write that if you use eclipse. I guess that