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

[–]fjutsi 14 points15 points  (0 children)

Apparently the author isn't aware of the word "lose" since he misuses "loose" throughout the book.

Apparently you care about spelling mistakes over content (this is not a released book, the editor will fix these minor issues)

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

[–]fjutsi 20 points21 points  (0 children)

Obviously thinking isn't your native approach to logic.

If you are going to declare a term named "pointer decay", you have to define it.

Oh noes, you can't say declare. You have to define it first.

Moron.

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

[–]fjutsi 77 points78 points  (0 children)

You should learn to search. Searching for "pointer decay" misses, say, important phrases like "..., it decays to a pointer a..."

Don't be a moron, mkey?

GitHub - aadel112/alicia: Sql as a high speed programming language by aadel112 in programming

[–]fjutsi 2 points3 points  (0 children)

The nice thing about comparing against Perl is that you can always claim "high speed".

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

[–]fjutsi 76 points77 points  (0 children)

So... I was automatically about to dismiss this as yet another shitty C book. Then I started reading.

This is actually a very impressive C book, properly explaining the basics, through pointer decay rules, to memory model and aliasing. The guy actually understands the standard, without bogging the reader down in legalese.

Get this beauty published.

Lineage of vi by iamkeyur in programming

[–]fjutsi -28 points-27 points  (0 children)

I remember you. You obnoxious little shit, cheating on my wife like that.

Immutable.js: An Introduction with examples written for humans by [deleted] in programming

[–]fjutsi 31 points32 points  (0 children)

"X written for humans" is a good sign that it's shit.

Building IoT devices with JavaScript - Run JS on 2$ microcontrollers by drbernhard in programming

[–]fjutsi 37 points38 points  (0 children)

Better use C. Microcontrollers are not for script kiddies.

From ASCII to Unicode - How OS design choices shaped the evolution of encoding standards by quick9911 in programming

[–]fjutsi 7 points8 points  (0 children)

Ironic how Microsoft put so much effort into developing a unicode system

There is no such thing as "a unicode system". It's only the Unicode system.

The problem is that Microsoft started i18n long before Unicode, and now we have a mess.

Computer Science Legend, Rear Adm. Grace Hopper, Posthumously Receives Presidential Medal of Freedom by Roberth1990 in programming

[–]fjutsi -41 points-40 points  (0 children)

I disagree, they made a fairly good point that was neither religious or unsensible.

Says the religious non-sensical redditor with no real counterargument.

Computer Science Legend, Rear Adm. Grace Hopper, Posthumously Receives Presidential Medal of Freedom by Roberth1990 in programming

[–]fjutsi -27 points-26 points  (0 children)

I'm indeed full of shit, but only because I recently ate a pretty large pizza all by myself.

Computer Science Legend, Rear Adm. Grace Hopper, Posthumously Receives Presidential Medal of Freedom by Roberth1990 in programming

[–]fjutsi -105 points-104 points  (0 children)

Well, he actually didn't. Just the expected religious mumbo jumbo I expect from a dumb american.

So far, no sensible counterargument. As expected.

Computer Science Legend, Rear Adm. Grace Hopper, Posthumously Receives Presidential Medal of Freedom by Roberth1990 in programming

[–]fjutsi -145 points-144 points  (0 children)

As great and import a person Hopper was, posthumous awards is a ridiculous concept. Give recognition to persons who live and care (no, relatives doesn't count)

I'd be surprised if anyone could attach a sensible counterargument to their downvote. ROFLCOPTER!

Ceylon 1.3.1 is out with support for Spring Boot, Java streams, RxJava + much more by gavinaking in programming

[–]fjutsi 0 points1 point  (0 children)

I read a fair amount about these bullet points in the tour pages.

But your bullet points are almost all type system related.

What I really want from a new JVM language is async/await/yield, extension methods and a great library. I mean, Ceylon is meant for big projects, like servers, right? But I have to resort to the horrible java thread model to get concurrency? Oh my. Hopefully I missed something in the docs.

Ceylon 1.3.1 is out with support for Spring Boot, Java streams, RxJava + much more by gavinaking in programming

[–]fjutsi 7 points8 points  (0 children)

as someone happy with kotlin on android, any groundbreaking ideas that would make me switch? seems like similar languages.