HN user

akavlie

1,359 karma
Posts20
Comments167
View on HN
wyze.com 6y ago

Wyze Cam Outdoor

akavlie
3pts0
www.wired.com 10y ago

Altwork Station (reclining workstation)

akavlie
1pts0
blog.safaribooksonline.com 12y ago

Flask testing with Mock and Nose

akavlie
2pts0
blog.safaribooksonline.com 12y ago

Flask Internationalization and Localization

akavlie
1pts0
en.wikipedia.org 12y ago

Cow Clicker

akavlie
1pts0
www.nytimes.com 13y ago

The Rise of the Hacker Space

akavlie
2pts0
www.forbes.com 13y ago

How To Build A $30M Startup Without Spending Any Of Your Own Money

akavlie
13pts15
www.unpartial.com 13y ago

Show HN: Unpartial.com

akavlie
5pts4
www.wired.com 13y ago

Court Demands TSA Explain Why It Is Defying Nude Body Scanner Order

akavlie
11pts0
www.themagpi.com 14y ago

The MagPi: A Magazine for Raspberry Pi Users, issue 1

akavlie
35pts9
aaron.kavlie.net 14y ago

Amazon.com just closed my seller account. No warning, no details.

akavlie
305pts77
www.engadget.com 14y ago

Kindle Fire targeted in patent claims for audio player, downloadable playlists

akavlie
2pts0
aaron.kavlie.net 14y ago

Comparing Internationalization in web frameworks

akavlie
3pts0
gist.github.com 14y ago

Jeremy Ashkenas's proposal for minimalist JS classes

akavlie
70pts16
jquerymobile.com 14y ago

JQuery Mobile Beta 3 released

akavlie
46pts14
lockshot.wordpress.com 15y ago

DHS asks Mozilla to take down MafiaaFire add-on

akavlie
368pts75
37signals.com 15y ago

37signals to open-source new mobile JS framework based on CoffeeScript

akavlie
1pts0
aaron.kavlie.net 15y ago

Recent developments in HTML

akavlie
4pts0
aaron.kavlie.net 16y ago

Python: turn getter & setter methods into class attributes with property()

akavlie
2pts0
news.ycombinator.com 16y ago

Ask HN: Best approach to Apache logging?

akavlie
2pts2

Thanks for that link, looks like that API was created after I started the project using BigQuery.

It's still labeled "experimental" though, which makes me a bit wary to use it just yet.

You're arguing that it's good to (intentionally) break with common code idioms for certain classes of libraries??

Also, have you actually seen the auto-generated APIs he's referring to?

Here are the Godocs for the BigQuery API: https://godoc.org/google.golang.org/api/bigquery/v2

Here's some example code demonstrating the API's bad habits -- such as deeply nested struct pointers, and Do() methods everywhere: https://github.com/google/google-api-go-client/blob/master/e...

A lot of people are not free to decide that. Go has become very popular in young, mid-size tech companies. Most of the alternatives you listed are too new/fringe/unproven to consider. And, well, they're not made by Google (corporate backing makes a big difference with new languages).

Paper, by MiSoft 12 years ago

I doubt that Misoft has sufficient resources to "lawyer up". That right is reserved to big companies with lots of money. Like Facebook.

I'm curious about your objection to the internal homescreen approach. You're saying that showing disparate functions in a tiled layout is bad, but a linear list layout is good? I don't really follow why that's the case.

Has there been any discussion of downsides of the internal homescreen approach by professional designers that you know of?

Anyone know where the images are coming from?

Most of them aren't pulled directly from the story. There are also copyright issues with images that make this legally tricky to pull off.

Is Wine Bullshit? 13 years ago

Food for thought: What is the flavor of "crushed red fruit" anyway? Cherries, strawberries, raspberries, cranberries, and tomatoes are all red. Oh, and watermelon (unless you count the outside). They don't taste very much alike.

Interesting... because I got a ThinkPad to run Ubuntu on a couple of years ago. And you know what? It was extremely unstable. It would freeze and crash maybe 20 - 25% of the time I disconnected an external display, and from time to time at random, for no good reason.

The multi-display support is also broken (the smaller display takes on same dimensions as the larger, with hidden areas of the desktop), but that's another matter.

Tried to watch this when I saw it in the Python newsletter. It seems like an interesting presentation, but the poor audio quality makes it hard to understand.

btw, why is this categorized under "podcast" and "Java"? It's not a podcast, and it's not about Java.

I think it's kind of sad that they mention "GOG.com" over and over without a hyperlink. The author links to two games on their site (Might & Magic and Night of the Rabbit), but not their home page. Why do old media companies avoid linking to sites they write about?

Yes, our summarization technology is now available as an API at the Mashape link in drakaal's post.

If you have further questions, feel free to email us: support at stremor dot com.

One of the Stremor devs here. I'm helping to build Liquid Helium, and wrote the cited README. Never expected that it would make its way to a public blog post :-).

Yes, language processing is hard. There are two challenges here:

1) Understanding the ambiguities of language, when every word in the sentence can be 2+ parts of speech.

2) Making it fast, and making it fit within the relatively constrained RAM limits of App Engine instances.

We're wrestling with both while we greatly expand on what Liquid Helium can do. It's not easy, but some of the things we're able to do with it are pretty magical.

I use Sublime as my editor as well. Sublime's search functionality is pretty good too, and I can't there's anything bad about it, for my typical use cases... but I've become very used to reaching for ack, and I love the highlighting it uses. On the other hand Sublime does support double click to open on file names in search results.

ack has been an indispensable tool in my workflow for a few years now. I use it several times a day to search code bases... most of the time, not even taking advantage of regexes or all of its many abilities. Just a basic keyword search is usually enough; the output looks great.

The feature I've wanted the most is the local project-specific .ackrc ability. I have some projects where I need to be able to ignore specific files/dirs; I think this feature will address that need.

That font inspector looks awesome. I've wanted exactly this several times before.

It's often surprisingly difficult to pin down exactly what font the browser chooses. You can look at the CSS font declaration (which is often hard enough to find in complex CSS), but what if the browser didn't go with the first option?