Viewing profile — sixthloginorso
sixthloginorso
HN member- Joined
- Mon, Dec 23, 2013, 2:24 PM UTC
- HN karma
- 89
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About sixthloginorso
No profile information was provided.
Recent public activity
-
comment
Comment #7259292
There's barely any blogspam anymore on proggit, and if some manages to get through, it gets the customary tar-and-feathers treatment which even good submissions receive, only with …
-
comment
Comment #7249520
Maybe, but it's not something worth making into a political issue into itself, when the GNU project has actual political issues in mind, as close as they get to when speaking of a …
-
comment
Comment #7249509
Yeah, well, there are hammers of many brands, but few have claws on both ends, as the analogy for a certain controversial piece of technology went.
-
comment
Comment #7248180
Why are people sweating small stuff like version control systems? How can you be a fanboy of a thing that keeps track of branches and patches. It's only incidentally related to Sof…
-
comment
Comment #7047157
Web application development. I'm sure plenty of programmers would think of the Layer-3 device that chooses paths to forward packets through nodes to a destination.
-
comment
Comment #7043319
Every time I see the word "hater" in response to criticism in the tech sector, I roll my eyes and find something else to read.
-
comment
Comment #7031336
So you say that multinational corporations shouldn't compete on ethics? I thought you neoliberals didn't chastise anyone with respect to their choices in commerce. Yes, this is sys…
-
comment
Comment #7031128
The economy isn't magical either; jobs lost in one region because the factories closed and moved to another aren't necessarily going to be recouped by new job creation in a short s…
-
comment
Comment #7030863
Except for the people they'll lay off as the plants move? It didn't work out wonderfully for the autoplant workers at Flint and Detroit; for some reason, the people didn't get the …
-
comment
Comment #7030843
If they assured me that the extra price goes to ensure a better standard of living and better working conditions for their third-world workers, then yes.
-
comment
Comment #7030183
Care to expand? I still find that Java's are some of the best concurrency libraries you'll find, among imperative languages or otherwise.
-
comment
Comment #7023902
Java's concurrency primitives and libraries are really overlooked in these discussions. Is the syntax too off-putting, or is it merely that Java is unfashionable?
-
comment
Comment #7023585
This got petty real fast.
-
comment
Comment #7023540
Dijkstra's argument was more about Haskell than Java... well, except the trash talk about Java's origins, you can't change those.
-
comment
Comment #7023525
> it's just hard to make them work for a variety of types simultaneously. That's sort of what you expect from any given implementation of a data structure and its related algorithm…
-
comment
Comment #7023403
Well, as we all know, Go does give you a way, sort of. You'd have to write basically a dynamic version using interface {}, and then write wrappers casting the values in and out, an…
-
comment
Comment #7023372
It has a state-of-the-art Virtual Machine, rich concurrency facilities (why does everyone forget this?), reasonable type safety, great tooling, and it operates within a diverse eco…
-
comment
Comment #7023335
The author said that he needed a generic set for different concrete types, so he'd have to write a bunch of these functions for all the combinations he needed. And he did. And it w…
-
comment
Comment #7023318
So... if you need any data structure other than an array, a hash table or a channel, you should skip Go and find some other language? That's kind of limited.
-
comment
Comment #7011089
Could be, given that book burning was always more of a symbolic act to intimidate the supporters of the ideas contained in the book rather than just the act of destroying informati…
-
comment
Comment #6999639
This XWidgets project for Emacs has a rather unfortunate name, given that there is already a well-known GUI toolkit named wxWidgets.
-
comment
Comment #6999628
Just not the same. Adding functionality to Eclipse is a "project". In Emacs, it's just some code and an eval-last-sexp away.
-
comment
Comment #6999623
I don't understand, what's wrong with package-list-packages? It has concise descriptions, MELPA is kept very well updated, and and installing plugins is a breeze, no elisp configur…
-
comment
Comment #6981386
Meh. The only total languages are used for formal verification, you'll always have to settle for less to get Turing-completeness. > Of course it is strongly typed! All expressions …
-
comment
Comment #6980335
What's semantically insane about Lisp? I find it has very clean semantics; it is strongly typed, its scope is perfectly lexical (sans a explicit caveat), programs are commonly writ…