HN user

alediaferia

118 karma

Co-Founder at Snapp getsnapp.com Co-Founder at Nembo nemboapp.com Passionate Software Engineer Former KDE Developer Open-Source enthusiast

twitter.com/alediaferia linkedin.com/in/alediaferia thread0.me github.com/alediaferia stackoverflow.com/users/956531/alediaferia

[ my public key: https://keybase.io/alediaferia; my proof: https://keybase.io/alediaferia/sigs/YTZjOzblith3kteucqljXMEP908v0bmm4cxYDu1ktpI ]

Posts35
Comments29
View on HN
alediaferia.com 1y ago

Thoughts on the Liability of the Product Surface

alediaferia
1pts0
world.hey.com 3y ago

How to continue making kerosene lamps on the eve of electricity

alediaferia
8pts0
alediaferia.com 3y ago

Embracing genuine deadlines as software engineers

alediaferia
1pts0
alediaferia.com 4y ago

What does software quality mean in Agile?

alediaferia
1pts0
medium.com 4y ago

Why Agile Sucks for Building Quality Software

alediaferia
3pts0
alediaferia.com 5y ago

The Mythical DevOps Engineer

alediaferia
3pts0
alediaferia.com 7y ago

Business Outcome Language: An Introduction for Software Engineers

alediaferia
1pts0
typeflow.io 10y ago

Show HN: Typeflow – Type-ahead as a Service

alediaferia
3pts13
github.com 10y ago

Show HN: PrefixMap – prefixes-enhanced map for Go

alediaferia
1pts0
thread0.me 10y ago

Deploy Go using Capistrano

alediaferia
2pts0
workplace.stackexchange.com 10y ago

Attending a Strip Club after hours on a business trip

alediaferia
4pts1
www.folklore.org 10y ago

[1981] Round Rects Are Everywhere

alediaferia
3pts0
github.com 11y ago

Show HN: Map, Reduce and Filter in Go

alediaferia
8pts3
cuddle.googlecode.com 11y ago

Lexical Scanning in Go (2011)

alediaferia
17pts1
thread0.me 11y ago

Gogoa – Cocoa bindings for Go

alediaferia
3pts0
github.com 11y ago

Show HN: Gogoa – Cocoa bindings for Go

alediaferia
4pts0
zduck.com 11y ago

Go and Package Versioning (2014)

alediaferia
1pts0
t4t5.github.io 11y ago

Sweeter JavaScript Alerts

alediaferia
1pts0
ewencp.org 11y ago

Iterator Patterns in Go (2013)

alediaferia
1pts0
news.ycombinator.com 11y ago

Which “read-later” app/extension do you use out there?

alediaferia
1pts0
highscalability.com 11y ago

How Twitter Uses Redis to Scale (2014)

alediaferia
17pts0
www.esdrasbeleza.com 11y ago

Image Processing with Go

alediaferia
78pts5
go-review.googlesource.com 11y ago

How to make GDB work with Go properly

alediaferia
1pts0
www.philipotoole.com 11y ago

Wow, the Go memory model really threw me (2014)

alediaferia
2pts0
github.com 11y ago

Show HN: Stackgo – A slice-based implementation of a stack. In Go

alediaferia
2pts0
github.com 11y ago

Show HN: A tiny Go wrapper around Restcountries

alediaferia
4pts0
thread0.me 11y ago

I'd rather Go complain about Rails

alediaferia
15pts9
news.ycombinator.com 11y ago

Ask HN: What are the benefits of a native desktop app vs. a web one?

alediaferia
6pts5
thread0.wordpress.com 11y ago

A native iOS app with Qt as third-party library

alediaferia
3pts0
blog.getsnapp.com 11y ago

Snapp is out of the private beta

alediaferia
3pts0

The main flaw behind this blog post is wanting to measure the effectiveness of a pair-programming activity as mere output

This an API, jQuery autocomplete is a Javascript library. Typeflow is inteded for big amounts of strings to autocomplete. It lets you push a list of strings to the typeflow API and exposes an endpoint for querying it via an HTTP API. You can easily make it working with Twitter Typeahead or jQuery autocomplete leaving the computation of the suggestion to the API.

Honestly, Softpedia decided to write a review about it. We didn't even reach out to them.

The project is currently unmaintained, and we may open-source part of it.

The author must have been undergoing some bad moments so far. The post seems just the outcome of a more complex series of inputs. Most points are not valid from my own personal point of view but still may have been good points if written in a more objective way.

BTW, the post is gone.

Yeah, that's my concern as well.

I don't think I'll put much effort in this project since this is barely a proof of concept but there's a couple of points I would like to dig if I ever find time:

1. How to reduce collections generations?

2. How to take advantage of the machine cores to execute the Map/Reduce operations?

RedditOverflow 11 years ago

The snark and heavy handed moderation helps keeping content useful and correct.

Despite being always interested in seeing benchmarks comparing new languages I don't feel like basing my choices on such benchmarks. From my experience it's usually a matter of how comprehensive is the ecosystem surrounding the language. Anyway, great article.

Why not making this list open source? I mean, this is not complete at all and you won't be able to fill it in all on your own. Just my 2 cents :)

Tried EventMachine in the past but not with this particular use case. Actually my nginx+passenger configuration allowed for 12 workers, but I may have counted wrong the running instances at the time of the deadlock. Anyway, what is interesting to me is trying to understand how actually Rails handles and releases MySQL connections. In fact, even with the timeout dance I implemented I didn't seem to succeed in releasing MySQL connections.

I'm sorry for the broadness of my question. When writing it down I was thinking about utility softwares for sharing files or for taking notes that nowadays have usually both client-side applications and web-based ones. Of course specific control software for manufacturing or computation-heavy programs where not in my mind. Regarding File System access, this is one of the biggest advantages I see in a client-side application. Though, we are going towards the sandboxed apps way, and we may lose control over FS even on the client side. HTML may also eventually get more access to FS in future iterations. I do agree also that HTML+CSS+JS is somewhat painful compared to the desktop UI toolkits.

I see your point. And I agree with it. I'm not suggesting to override user preferences. But there are some specific cases when a tray icon application loses most of its functionality from disappearing. The Windows API could at least let the developer know when the icon gets hidden: this way the user could be presented with a one-time dialog that informs about the user experience change that happens when hiding the icon.

Or, this could be an app permission requested to the user.

Just my 2 cents of course.

Wonderful piece of advice. Plus I didn't know about Followerwonk at all. Will try to follow all of your suggestions.

I appreciate that. Thank you.