Slashdot Mirror


User: halivar

halivar's activity in the archive.

Stories
0
Comments
2,962
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,962

  1. Re:Port it away from Java... on Microsoft To Launch Minecraft Education Portal For Teachers · · Score: 3, Insightful

    I don't know; I just got off the phone with 2015. It wanted me to let 2005 know that Java is still shitty.

  2. Re:Too much code on Amazon's New SSL/TLS Implementation In 6,000 Lines of Code · · Score: 5, Funny

    Good news, everyone! We have a new code volunteer. Armchair code experts always know best.

  3. Re:Heal the World Off the C Language on MIT System Fixes Software Bugs Without Access To Source Code · · Score: 1

    C is a powerful language. I shouldn't have to give up that power because some other schmoe doesn't know how to handle it safely. Come the think of it, that applies to a lot of things.

  4. Re:The grand purveyor of Windows is interested on Bill Gates Investing $2 Billion In Renewables · · Score: 3, Informative

    If your Windows is crashing a lot, I'm going to go out on a limb and say you have chosen your hardware components and driver vendors poorly.

  5. "TFS" on MIT System Fixes Software Bugs Without Access To Source Code · · Score: 2

    I was really confused, because of the context my brain immediately went to Team Foundation Server. I was like, "What? The Fucking Summary never mentioned TFS... oooooh, I see...."

  6. Re:Whatever means necessary? on Google, Apple, and Others Remove Content Related To the Confederate Flag · · Score: 2

    They don't this in schools because anyone who says the civil was wasn't about slavery is a racist confederacy apologist. The fact that you don't know the civil was was about keeping North America free of the tyranny of the British crown is DANGEROUS..... and the political correctness that lead to that ignorance is one of the tumors slowly killing America.

    You've taken the south's least productive gambit: the mission to Europe, and conspiracy-theorized it. First, you're wrong about the England; they never gave the southern ambassadors a formal reception (the ambassador was quite despondent over this, and several times questioned why he was even there). With the opening of cotton trade in South America, Cotton was no longer King in the south. Simply put, they UK did not need the south, but DID need the bumper crop of wheat and new industrial machinery produced in the north.

    France, on the other hand, was quite enamored with the idea of brokering a truce between the north and south; or, short of obtaining that, intervening militarily. John Slidell, the CSA ambassador, was celebrated in Paris social circles and had the favor of Napoleon III himself. But Napoleon refused to act without England, which England would not do.

    England had no designs on North America. If the Trent Affair didn't start a war, nothing would.

  7. Re:Whatever means necessary? on Google, Apple, and Others Remove Content Related To the Confederate Flag · · Score: 4, Insightful

    No, it was all about slavery, and tariffs weren't even on the radar. It is true that only the most extreme Republicans (so called "Black Republicans) supported full federal abolitionism, but even as early as the 1840's they awaited a sea-change of public opinion on the matter. The 1861 election of Abraham Lincoln represented a small step toward that sea-change, and the South seceded to avoid it.

    Think of it like this: In 2008, both Barack Obama and John McCain disowned gay marriage. But if you were a gay marriage advocate, who are you gonna hitch your horse to? How did that end up playing out? It really was no different in the 1860's: Lincoln may not have been as strident an advocate of abolitionism as the so-called "Jacobins" in the Republican party wanted, but to southern democrats, he might as well be John Brown himself, riding in on the Devil's back.

  8. Re:Which OEM has the best track record on this? on Samsung Cripples Windows Update To Prevent Incompatible Drivers · · Score: 1, Funny

    Well, I could tell you, but I don't think you'll like the answer... *hands over robes, a candle, and a copy of "Jobs"*

  9. Will his funeral feature a penny-whistle solo? on Movie Composer James Horner Dies In Plane Crash · · Score: 4, Funny

    Too soon? Am I going to hell for that remark? :(

  10. I didn't say it would be good for Ukraine, did I?

  11. It's called a dictionary. Use it.

  12. Re:Wait a friggin minute... on Russian Troops Traced To Ukrainian Battlefields Through Social Media · · Score: 1

    Their ships and exocets were effective, deadly, and few.

  13. I'm sure the US won't have a problem with Russian bases on Cuban soil. Or perhaps even Mexican soil.

    What's that? It's been done? What was the US reaction? 50 years of petty isolationist aggression towards a state that didn't tow the line?

    If the Russians want use the American model, embargo trade with Ukraine and be done with it. The rest of your post is histrionic babble.

  14. Re:So? on Russian Troops Traced To Ukrainian Battlefields Through Social Media · · Score: 2, Informative

    See, you know how we can tell you're a Russian hack? A REAL Slashdotter would have said "USian" out of disdain. You Russian astroturfers are pathetic. Get a real job.

  15. Re:Volunteers? on Russian Troops Traced To Ukrainian Battlefields Through Social Media · · Score: 4, Insightful

    Do Russian soldiers often take their tanks on vacation with them? How stupid do you have to be to believe this?

  16. Re:Why Not Ban Fried Food? on FDA Bans Trans Fat · · Score: 1

    The dividing line between whether a high or low-fat diet helps or hurts is vigorous exercise. In fact, there are a good many nutritional bogeymen whose danger relies on Americans' sedentary nature. Running and lifting will forgive a multitude of nutritional sins.

  17. Re:Interesting on Baseball Team Hacks Another Team's Networks, FBI Investigates · · Score: 3, Funny

    What, I have to Google it myself?

  18. Re:Interesting on Baseball Team Hacks Another Team's Networks, FBI Investigates · · Score: 5, Informative

    I have it at on good information that it stopped being cool at user ID 535826.

  19. Re:Of course, if you're RMS on Linus Torvalds Says Linux Can Move On Without Him · · Score: 2, Insightful

    Huh? The GPL makes explicit use of both capitalism and copyright law.

  20. Re:On Planet Millenial on Facebook Has a New Private Mobile Photo-Sharing App, and They Built It In C++ · · Score: 2

    Today, the inmates run the asylum.

  21. Re:Never underestimate on Facebook Has a New Private Mobile Photo-Sharing App, and They Built It In C++ · · Score: 1

    Oh yeah! I forgot; we had #ifdef __posix, too!

    Absolutely non-obligatory XKCD: https://xkcd.com/927/

    But yeah, I was ripping out a lot of legacy code and replacing it with POSIX; this was the late 90's, so it was already well-established.

  22. Re:Never underestimate on Facebook Has a New Private Mobile Photo-Sharing App, and They Built It In C++ · · Score: 1

    Ah, I remember fondly the old days of MUD code in C, written to support 15 flavors of UNIX, MacOS, and 3 flavors of DOS. The #ifdef's on the socket code could go on for miles.

  23. An ideal solution solution would be to have a cross platform higher level language, and to just use C++ for it's intended use on these platforms which is primarily just computation or providing access to an existing library, not driving the actual logic of the overall app.

    In software development, you never get to use the "ideal solution" because it invariably, as exemplified by this case, doesn't exist. The "best tool for the job" is always a local optimum.

  24. Re:Translation on Facebook Has a New Private Mobile Photo-Sharing App, and They Built It In C++ · · Score: 1

    I suspect it is more likely that they are using a critical library that is easier to code around than to reimplement in another language.

  25. Re:surprising??? on Facebook Has a New Private Mobile Photo-Sharing App, and They Built It In C++ · · Score: 1

    Only to people who don't know what the fuck they're talking about ;-)

    I believe that was exactly the implication the GP was making.