Live data from Hacker News

Viewing profile — iv_08

iv_08

HN member
Joined
Tue, Aug 27, 2013, 11:44 AM UTC
HN karma
13
Public activity
18 items

About iv_08

No profile information was provided.

Recent public activity

  1. comment
    Comment #7928093

    This! A 1000 times this!

  2. comment
    Comment #7838308

    You're probably right, but I think I've heard of Rust in public in 2010 and that it was started by Graydon in 2007.

  3. comment
    Comment #7838295

    If you mean by "entire" the spelling of one keyword and the omitting of parentheses. Everything else seems to be more related to C and various Action/ECMAScript like scripting lang…

  4. comment
    Comment #7687071

    He's talking about C, not Go. Because Ken Thompson created B, the precursor of C.

  5. comment
    Comment #7126012

    There's even a nice tutorial: http://go-database-sql.org/overview.html

  6. comment
    Comment #6999212

    Canonical mismanagement, contributor license agreement, missing manpower.

  7. comment
    Comment #6978963

    You're using Rust and call Mono incomplete? lololololol

  8. comment
    Comment #6664372

    I can relate to you. I stopped watching YouTube years ago and I've never missed it since then.

  9. comment
    Comment #6651799

    Just give it a more efficient name. In German it's referred to as [veː].

  10. comment
    Comment #6604098

    I think the number of displayed characters is even font-dependent.

  11. comment
    Comment #6604085

    > You can't usefully index a unicode stream in constant time and do correct and useful textual stuff anyway To find an index of a substring you need to scan the string, right. But …

  12. comment
    Comment #6576312

    For the rugrats among us: http://imgur.com/bOdxEUW

  13. comment
    Comment #6464914

    GTK+ uses Pango [1], which uses the FreeType [2] backend on Linux. There's also a pure Go implementation of FreeType. Here's the entry point for those who are interested in reading…

  14. comment
    Comment #6464705

    For index based operations code units are more useful than code points. a = s.indexOf("e̬̱ͤ̈́̿̂̅́͟") b = s.indexOf("m̛̮̩͙ͦ͗͆̄̋́̄") s[a:b] This operation is fast with code unit indi…

  15. story
  16. comment
    Comment #6386131

    VB 6 doesn't have lambdas, VB.NET does have lambdas.

  17. comment
    Comment #6346963

    Plan 9 was basically the successor of Unix by the same research group, more modern, taking the ideas of Unix further, a distributed operating system with full network transparency,…

  18. comment
    Comment #6282850

    If they "hate the mouse" why do they actually add more functionality to the middle mouse button? The article headline makes no sense.