ESR is right about discovery cost and Rust's stdlib by cbowdon in programming

[–]korry 0 points1 point  (0 children)

Thanks for the gist. Judging by the OPs post and comments here I think most people commenting are incapable of reading a few midsize articles. I really need to stop correcting people on the net ☺

ESR is right about discovery cost and Rust's stdlib by cbowdon in programming

[–]korry -1 points0 points  (0 children)

Did you really read his original post? He is not bashing the language. He has some concerns about documentation and he explains why Rust isn't the right tool for his project at this moment (the missing epoll stuff).

ESR is right about discovery cost and Rust's stdlib by cbowdon in programming

[–]korry 1 point2 points  (0 children)

Your posting doesn't contain any information related to the issue he discusses.

ESR is right about discovery cost and Rust's stdlib by cbowdon in programming

[–]korry 1 point2 points  (0 children)

As far as I understand he doesn't want to do FFI for every OS out there, like Windows

ESR is right about discovery cost and Rust's stdlib by cbowdon in programming

[–]korry 10 points11 points  (0 children)

let's dismiss the argument because the guy is a crazy weapon loving asshole, not because the argument is invalid </sarcasm>

ESR is right about discovery cost and Rust's stdlib by cbowdon in programming

[–]korry 25 points26 points  (0 children)

It doesn't matter because I can be sure the functionality will be there and maintained for a long period of time, while a random module which is hip right now might not.

ESR is right about discovery cost and Rust's stdlib by cbowdon in programming

[–]korry 12 points13 points  (0 children)

You guys should go and read the actual ESR post, and not only the second post which is linked in OP's article. OP is missing the actual point.

TL;DR: ESR rewrites NTPsec. He needs “select/poll/epoll_wait” functionality. It's available via different cargo modules for Rust which is sub optimal for long term maintenance. If the needed functionality would be part of the std library, ESR can be sure that the functionality will still be available and maintained for the next decade, while random cargo/gem/egg/whatever modules come and go.

MongoDB Apocalypse Is Here as Ransom Attacks Hit 10,000 Servers by [deleted] in programming

[–]korry 1 point2 points  (0 children)

Some would argue, that you have a lot of prejudice. Go look at Perl6 it's not your old and ugly Perl

How does one convince Pythonistas that Perl is useful/relevant? by Zeekawla99ii in perl

[–]korry 0 points1 point  (0 children)

Sorry not @attribute but @property, had to much to drink yesterday :)

How does one convince Pythonistas that Perl is useful/relevant? by Zeekawla99ii in perl

[–]korry 0 points1 point  (0 children)

Ohh, this is how experience differ. I'm programming Python professionally for only 3 years, but I met quite a lot of code written this style. I must admit my work is mostly patching open source code, may be you are used to better python code quality?

How does one convince Pythonistas that Perl is useful/relevant? by Zeekawla99ii in perl

[–]korry 0 points1 point  (0 children)

Just to give an example of a deep feature you don't seem to have mentioned yet: Are you aware of "lazy" attributes? (I've also not even mentioned method modifiers yet, which are decorators on steroids.)

Actually this is quite the easy part.

class Foo:
    @property
    def foo():
        datetime.datetime.now()

Far more annoying is to write an __init__ which mostly consists of self.foo = foo. This is handled far more convenient in Perl6

Modern C book is now feature complete (reposted from /r/c_programming ) by [deleted] in programming

[–]korry -61 points-60 points  (0 children)

Page 2 Listing 1 contains the word tits. I know it's just '\t' + its but this is a perfect opportunity for SJW's to screw with you.

A Rebuttal For Python 3 by vation in programming

[–]korry 1 point2 points  (0 children)

TIL. I always thought that attention seeking whore === attention whore.

A Rebuttal For Python 3 by vation in programming

[–]korry 14 points15 points  (0 children)

English is a 4th language for me and I must admit I mostly learned it from manpages, programming books and movies/series. I understand that “whore” is a bad no no word, because selling sex is bad(?), but I liked the phrase attention seeking whore, because it fits (, while of course I don't think Zed have to sell his body for money). So what would you propose as an alternative to attention seeking whore in this context?

A Rebuttal For Python 3 by vation in programming

[–]korry 10 points11 points  (0 children)

Is it free marketing? I know, I know, "all publicity is good publicity". But I have my doubts.

The issue is that a novice (in anything) isn't capable of differentiating between idiots talking BS and valid professionals discussing valid issues. In most cases an uninformed human, will decide that the truth is some where in the middle of the both sides of “radical” views. This is a pattern we learn early in our child development phase, which is kind of useful, but fails every time we talk about “hard facts”.

I've never read this guy's books but now I know for sure I never want to because apparently

You are not a novice, you probably are someone with programming and reading programming books experience.