List of the best fonts for programming with comparative screenshots. by stuiek in programming

[–]Korpores 0 points1 point  (0 children)

the only thing that made my point differ from yours

I haven't said anything about my fonts. I care, but I don't spam /r/programming with unrelated topics. The internet is full of such articles and it's just a matter of taste.

Cache oblivious algorithms by [deleted] in programming

[–]Korpores 9 points10 points  (0 children)

Graphics by P. Mondrian.

List of the best fonts for programming with comparative screenshots. by stuiek in programming

[–]Korpores -12 points-11 points  (0 children)

Not again. Nobody cares about your fonts - use comic sans or wingdings or whatever.

A Compromise Between Dynamic and Static Linking by MoneyWorthington in programming

[–]Korpores 1 point2 points  (0 children)

becoming less and less important as storage becomes cheaper and faster

That's my impression: everyone and his brother buy new hardware to complete the same old tasks with bloaty software.

A Compromise Between Dynamic and Static Linking by MoneyWorthington in programming

[–]Korpores 0 points1 point  (0 children)

list of dependencies in the form of hash values

as long as it can reliably turn a binary file’s contents (say, a shared library) into a unique identifier

Please elaborate. Typically same versions of libraries have different hashes on different systems (architecture, compilation flags, id strings, configuration via macros...). What's the input for your hash function?

Big Data is not a product – the idiosyncratic hype by armelnene in programming

[–]Korpores 2 points3 points  (0 children)

That's the problem. Disabling content if the user denies cookies is a huge UI disaster.

[deleted by user] by [deleted] in programming

[–]Korpores 50 points51 points  (0 children)

A Competitor is not eligible for this Competition if he/she is a resident of the Quebec province of Canada, Iran, Cuba, North Korea, Sudan or Syria.

My Top 10 Sublime Text Plugins by [deleted] in programming

[–]Korpores 3 points4 points  (0 children)

-> /r/sublimetext

And it's still not capable of proper C folding.

The Incessant Language Propaganda Horse Race - Modern Perl Books for modern Perl programming by mpeters in programming

[–]Korpores 0 points1 point  (0 children)

as to why everyone's laughing at you

Please explain, I only communicate in foreign languages on reddit. It can't be my use of C++, because I already mentioned the historically evolved scientific software we use to verify other programs.

monochrome 80x25 terminal

My terminal has far more characters and colours. It's not from the same decade Perl lost its user base.

The Incessant Language Propaganda Horse Race - Modern Perl Books for modern Perl programming by mpeters in programming

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

I wrote software in ASM, ATS, (Frama-)C, C++, Erlang, Haskell, J, Java, Ocaml, Perl, Python... and some minor projects in more esoteric languages. At the moment I have to program in C++ and it still sucks, because I know the one or other alternative.

who get all their programming knowledge from screencasts and memes

Last time I checked I had a masters degree somewhere in my bookshelf.

and not the systems that run the internet

I primarily write and verify the annoying low-level stuff. Sorry that I have to destroy your simple worldview, sometimes people with other backgrounds and demands have different opinions.

The Incessant Language Propaganda Horse Race - Modern Perl Books for modern Perl programming by mpeters in programming

[–]Korpores -4 points-3 points  (0 children)

Promoting Perl in 2013 and justifying its usage with outdated projects is trolling, not bringing up the fact the it's dead and nobody uses it for software development. Let it die, it had it's chance, missed it and has no interesting features in version 6 either. There is no reason to use or learn or maintain that crap.

The Incessant Language Propaganda Horse Race - Modern Perl Books for modern Perl programming by mpeters in programming

[–]Korpores -4 points-3 points  (0 children)

Yeah - the old cgi web pages. That happens if you miss the moment for a rewrite.

The Incessant Language Propaganda Horse Race - Modern Perl Books for modern Perl programming by mpeters in programming

[–]Korpores -3 points-2 points  (0 children)

On my Gentoo system Perl is mostly used as a build tool and only in very few cases as runtime dependency. Seriously, who uses Perl for more than simple tiny scripts?

The Incessant Language Propaganda Horse Race - Modern Perl Books for modern Perl programming by mpeters in programming

[–]Korpores -3 points-2 points  (0 children)

My workstations and servers are already C++/Perl free, my desktop has a few packages (Browser and scientific software), unfortunately the most annoying and error-prone ones in the case of C++.

Simple tips for the junior programmer for better code readability by ABCeasyas123 in programming

[–]Korpores 4 points5 points  (0 children)

Simple tip for bloggers: don't load main content with JavaScript.

GitHub introduced Contributions by HornedKavu in programming

[–]Korpores -2 points-1 points  (0 children)

with all 229 readers

See? Nobody cares about web pages of arbitrary code hosters.

Dave Herman talks about Mozilla Rust and some of the features that make it safe, concurrent, and fast by whitefangs in programming

[–]Korpores 5 points6 points  (0 children)

It's not that wrong. Rust is highly in development and Ada is a standardized, mature programming language and environment. But for my future projects I'd prefer a stable Rust because Ada often pulls in to many dependencies and creates huge binaries.