HN user

colig

35 karma
Posts0
Comments27
View on HN
No posts found.

The submission title does not match the content. The majority of this post concerns the author's investigation of processes running on his Nexus 7.

He claims to have empirical evidence of Chrome being slow, but does not supply it. Something like a dump of logcat showing lots of GC is an idea of what to expect.

It does not state if the list of processes was obtained after a reboot. A complete list of installed apps would be useful, too.

Code for the ProcMan app that he used to get the list of processes is not provided under the excuse it was ugly and incomplete. This is on a website dedicated to sharing code.

All in all, article should have spent more time in the oven.

New Perl 6 Homepage 11 years ago

Just a idea that drifted into my head:

The background being of a butterfly specimen display, realistic and in faint grey, and one of the butterflies in full colour with the label Perl 6. The other butterflies can even be labelled as other programming languages, like Perl 5 or C or whatever.

Ever since updating to Lollipop, my Nexus 4 has had sudden restarts a few times a week. It's a very disappointing reduction in quality which makes me question whether to go Android for my next device. If Google can't support its own hardware reliably then I don't see why anyone else should put their trust in it.

Does anyone else find it difficult to highlight things on this page? Specifically, 'kvetchery' which is found in the third paragraph.

I believe the author is the one responsible for the facelift of Racket's documentation. He may belittle his own lack of formal programming education but I am thankful for his design chops.

Um, people have already been able to use Scala to make Android applications. Just about anything that doesn't require dynamically generated JVM bytecode can manage, difficult and error-prone as it is.

If we're talking about official support, then I'd rather Java 8 instead. And beefing up ART even more.

I like it. Is the grade level calculated with Fleisch-Kincaid?

$5 is a reasonable price (to me) for a minimal text editor with this feature, though I would prefer something meatier and more expensive along the likes of Scrivener.

Hackers in Perth? 12 years ago

There's not much going on here. Look on meetup.com for a few things that might interest you.

I started using Kotlin on the weekend and I have been pretty happy with it. The only issues I have with it so far is that I would like to use a package name with more than two identifiers (eg. com.android.scripting, instead of just com.android), and there isn't a succinct way of declaring multidimensional arrays. I resort to doing something like

        val arr: Array<Array<Tile>> = Array<Array<Tile>>(height, { x ->
            Array<Tile>(width, { y -> Tile(x, y, Terrain.GRASS) })
        })
Now I'm looking at writing my array in Java instead and making good use of Kotlin's interoperability with Java. :)

I enjoyed reading this. I mostly know Java and not so much Javascript, but there's something delightful in the idea the writer lays out. As much as I like Android, it isn't really 'hackable' by the average user, and Firefox OS seems capable for that.

The Average Font 14 years ago

The 'o' in 'computer' at the start of the third line of that page seems a little taller than the other letters. Other than that, seems interesting. I'd prefer to see a sans-serif version, though.

The issue with backups is understated. Titanium Backup is a crutch where I expect a cloud solution from Google would have been obvious and easy to use.

Please do not Airpush. Users hate it and apps are almost guaranteed to get one-star reviews because of it.