HN user

TheMonarchist

64 karma

Someone's interests should be in line with those of the country.

Posts8
Comments114
View on HN

Calling Thing::default() clearly communicates that your just getting baseline values and not a lot of magical other initialization stuff going on— with a Thing::Thing() in C++, you're really at the mercy of whatever the project conventions are for how "fat" the constructor is going to be.

In C++ the constructor without arguments is called default constructor. Of course the expectations depend on conventions, but usually it's something from uninitialized garbage to an empty state.

Lambdas, Streams… Java is far from "80s style OOP" today.

Streams are a library feature. At a cursory look Boost seems to have had something similar since 2003: range adaptors[0].

Moreover lambdas have existed since 70s. They are modern only in the sense that Java got them in 2016 or so.

It steals the best from the more avant-garde languages and builds it in coherently. That's no small task, so it takes few years.

That's a nice way to say that it gets new features only when they are undeniably useful.

Therefore I wouldn't call Java "cutting-edge", but "modern" easily.

If Java is modern, C++ is cutting edge. It got the syntactic sugar for lambdas in 2011 - five years before Java.

However I may have put too much weight on "modern" in the question title. The demand for Java coders is going to be higher than the supply not unlike COBOL. If you can live with its limitations, you can make a living maintaining Java codebases for decades to come.

[0] https://www.boost.org/doc/libs/1_78_0/libs/range/doc/html/ra... (Nowadays you would use Eric Niebler's Ranges-v3 when C++20 Ranges aren't available.)

there are places on the internet that do the bare minimum of moderation and only remove illegal content. Unfortunately, only the worst members of society seem to frequent these types of forums

Could you link to worst examples? I think that finding these with search engines might be difficult.

[dead] 4 years ago

I bumped into this recently. What do you think?

The dynamics of the KJV were different. N competing Versions had caused divisions among the people, so the king ordered the making of one universal standard. The translation committee was aware of the goal and tried to avoid bias. Curiously it didn't result in N+1 competing Versions, but KJV was almost universally approved and many older Versions were retired. Readers have been content for over four centuries now.

In the case of NWT I think the bias matters because JWs deviate fatally from Christian orthodoxy.

"The Sabbath was made for man, not man for the Sabbath."

There he implicitly refers to the creation week, that is the rationale for keeping the sabbath: "For in six days the LORD made heaven and earth, the sea, and all that in them is, and rested the seventh day: wherefore the LORD blessed the sabbath day, and hallowed it." (Exodus 20:11)

Jesus stresses that God gave an example to rest on the seventh day, for in his time it had been turned into a religious ordinance with strict rules to follow. IOW people were on their toes to avoid doing anything banned instead of resting.

the character was very revolutionary and anti-establishment.

I guess you can get that impression depending on how much you put aside as "stuff about Jesus being God and also his son or whatever".

In Matthew 23 he says: "The scribes and the Pharisees sit in Moses’ seat: all therefore whatsoever they bid you observe, that observe and do; but do not ye after their works: for they say, and do not."

I would say that he opposed the establishment to the extent that it was wrong, but he definitely opposed rebellion:

And, behold, one of them which were with Jesus stretched out his hand, and drew his sword, and struck a servant of the high priest’s, and smote off his ear. Then said Jesus unto him, Put up again thy sword into his place: for all they that take the sword shall perish with the sword. (Matthew 26:51-52)

That was when Jesus was being captured.

NWT also contains small changes to accommodate the Russellites' belief system.

I don't even speak English natively and can read KJV. I guess it just isn't more difficult than reading in foreign language in general.

Update: Samuel Johnson's dictionary helps with word definitions from 18th century. Noah Webster's dictionary is good too.

Also looks like the article was originally published here:

Actually there's editor's note in the end linking to the original RealClearPolitics article. Also the article I submitted says that it was first there, but less visibly and without link.

There seems to be no way to change the url in retrospect.

It would work by just having a couple of standard languages so developers don't need to learn so many languages, then they spend a lot of time learning those until they are fluent and then they don't have to learn anything new about programming languages for the rest of their lives, very efficient.

Programming methodology continues to evolve and languages need to address it to stay relevant.