Viewing profile — iv_08
iv_08
HN member- Joined
- Tue, Aug 27, 2013, 11:44 AM UTC
- HN karma
- 13
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About iv_08
No profile information was provided.
Recent public activity
-
comment
Comment #7928093
This! A 1000 times this!
-
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.
-
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…
-
comment
Comment #7687071
He's talking about C, not Go. Because Ken Thompson created B, the precursor of C.
-
comment
Comment #7126012
There's even a nice tutorial: http://go-database-sql.org/overview.html
-
comment
Comment #6999212
Canonical mismanagement, contributor license agreement, missing manpower.
-
comment
Comment #6978963
You're using Rust and call Mono incomplete? lololololol
-
comment
Comment #6664372
I can relate to you. I stopped watching YouTube years ago and I've never missed it since then.
-
comment
Comment #6651799
Just give it a more efficient name. In German it's referred to as [veː].
-
comment
Comment #6604098
I think the number of displayed characters is even font-dependent.
-
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 …
-
comment
Comment #6576312
For the rugrats among us: http://imgur.com/bOdxEUW
-
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…
-
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…
- story
-
comment
Comment #6386131
VB 6 doesn't have lambdas, VB.NET does have lambdas.
-
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,…
-
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.