Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
User Journal

Journal Journal: color e-ink is here! now comics and color manga on e-readers! 1

i don't think this is news, but second generation color eink readers are now $500 and for sale online. first gen i have seen as cheap as $120 but second gen is so much better. now if only the screen came down in price. http://www.ectaco.com/jetBook_Color/?refid=41196&gclid=CK7KueeI_70CFclDMgodEwYAiA

http://www.engadget.com/2013/09/05/the-once-bright-future-of-color-e-paper/ paints a dark picture... i don't know what the refresh rate is on the triton2 but it must not be good enough for high frame rate video. i have movie watching devices though, color eink just needs to work with digital delivered comic books/manga. and ebooks with 'color' pictures. it doesn't need to be a one device does everything it just needs a group of people willing to pay for eink in color and know what that means too slow for video. eink displays don't shatter, and kids get too much video anyways, so they should be encouraging kids to use a device that has a battery that has as much energy as a AA battery, but needs charging only periodically...

User Journal

Journal Journal: Technical Stupidity 3

Link to i-Programmer

Wow, talk about a trollbait article.

The author attempts to make a case for managed code because of the "saving graces" of the runtime, but what, pray tell, was the runtime written in?

If a bug similar to Heartbleed was found in .NET or the JVM, for example, it arguably would have had an even greater impact.

To be 100% clear Heartbleed happened not because a programmer screwed up, but because the language was too primitive to know better.

Wow, that's a money quote for trolling.

This statement is ludicrous. It was because a developer screwed up. When a person gets shot, do we blame the gun or the shooter? Exactly, we blame the shooter. The fault never lies with the tool, it lies with the user of the tool. If you don't know how to use the tool correctly, don't fucking use the tool.

For example: Let's say there's an idiot -- there's enough around here to pick from -- who improperly uses a table saw and slices off a finger. Do we blame the table saw or the sloppy idiot?

Blaming C/C++ for Heartbleed is just as stupid.

Quite frankly, I'm surprised i-programmer posted such a trolling, flamebait rant and called it an article. I'd expect that sort of lame-ass shit from Slashdot...
User Journal

Journal Journal: This should be one of those "I told you so" moments... 2

...but I won't say it, even though I'd be justified in doing so.

I was just looking through the beta for Slashdot (which I don't like, by the way) and saw a "Hall of Fame" page. I looked at it and this was one of the most popular stories of all time. It was posted when Obama was elected the first time.

It's kind of depressing, in that people were saying that Obama would not change all the things he promised he would, and the lemmings tried to shout them down. I said "depressing" because so many people, all of whom should really have known better, bought into the ideals that Obama sold to them. They honestly believed (and I daresay still believe, even now) that Obama would have the power to bring about all the changes he promised.

Well, it's been six years in. I think I am safe in stating that none of his promises have been kept-- none of them that were of any substance, anyway.

I can only hope that the process that we have in place will work as it should, and Obama will not see the end of the current term. He can't complain: he has his phone, he has a pen, and he knows how to use them.

User Journal

Journal Journal: has slashdot lost it's sense of humor?

today is april first, and while bing and google have jokes up, i haven't seen a single april fools on the main page. i realize in years past they have done nothing but april fools and that was unpopular but seriously not even a token link to google or bing?

User Journal

Journal Journal: Weapons Grade Stupidity 14

Recently, an Anonymous Coward (but I have a couple of guesses as to who really wrote it) accused me of being racist because I am pro-life.

The AC's argument was: You say you want to ban abortion, but what you really want is to ban abortion except for the type that rich white people can afford, therefore, you're a racist.

The logical leaps in this argument are almost breathtaking in their stupidity. I'd be surprised, but I've had this account for probably a decade now and as such liberal stupidity is, quite frankly, nothing new.

Here's some pseudocode that explains my position on abortion:

bool MayHaveAnAbortion (Mother m)
{
if (m.LifeAtRisk() == true)
{
return true;
}
else
return false;
}

Please note, dear liberals, that in this example there is no consideration for race, socio-economic status, or any other victim groups that you like to place people in.

(Yes, I am aware that the method could simply be "return m.IsLifeAtRisk()" but let's face it, the liberals around here aren't smart enough to handle that and would only get confused.)

So to sum up: Yes, I am absolutely opposed to all forms of abortion for all women except in cases where the life of the mother is at risk.

Furthermore, the logical errors required to somehow twist that into calling me a racist are exceptional in their stupidity, and proves (yet again) the intellectual dishonesty of the "progressive" movement -- showing the "progressive" movement to be nothing more than a secular humanistic death cult.
User Journal

Journal Journal: OMG 7

I havenÂt been here for years!

Whassup?

User Journal

Journal Journal: just watched "we're not broke" documentary and here are my thoughts on it. 1

the main point of the movie is that companies are offshoring profits to avoid the 35% corporate tax rate, and that so called laws to get the money back in the usa don't create jobs but rather let companies reward the people at the top and cut jobs drastically.

companies including bailout companies from 2001-2011 have over 2.4 trillion dollars off shore. most of that money has 0% taxrate and can never return to the USA, except on 'tax holidays' which generally allow for as little as 5% tax rate. and it is all legal. sick it is so sick. republicans have forced through huge benefit cuts under the notion that america is broke. no americas tax laws are broken, and so are many other places including the uk. http://www.usuncut.org/

User Journal

Journal Journal: Dude, where's my comments? 4

Posted a few comments on this Ask Slashdot article yesterday. Come back, and they've disappeared. They've not been deleted - I can still access them, from the recent comments area of my profile - and they've not been downmodded either. Not a Beta issue, as I'm not currently on it.

??????

User Journal

Journal Journal: Beta, Part 2 2

You know... since I've written enterprise applications (singlehandedly, and no, I won't tell you which ones) that dwarf slashdot... I might be tempted to write a replacement, given how bad Beta is and how much people are complaining about it...

How would I do it? In the spirit of Open Source, I'd use PostgreSQL as a database backend, as MySQL or MariaDB is, in my humble opinion, inferior to PostgreSQL.

One reason is the syntax of PL-PGSQL vs. T-SQL. I hate T-SQL compared to PL-PGSQL (or just PL-SQL if I'm writing a Stored Proc for Oracle).

After that, I'd model the database to do what I want, and store what I want, and I'd ensure that the data was fully in 3rd Normal Form.

And if you bitch about joins, I'll hit you with a fucking sledgehammer.

After that, throwing up some PHP to format the page is an afterthought. The critical piece is getting the database right.

The database itself would need to be clustered to be able to scale with the load, and PostgreSQL does a pretty nice job of it.

Slashdot Top Deals

"Ninety percent of baseball is half mental." -- Yogi Berra

Working...