Slashdot Mirror


User: netsavior

netsavior's activity in the archive.

Stories
0
Comments
1,187
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,187

  1. distributed setup plus 4TB mirrored filestore on Slashdot Asks: What's In Your Home Datacenter? · · Score: 1

    I have all our media files on 2 fileservers (old desktops with big hard drives), then I have a distributed webserver with metadata stored on a cassandra cluster. All 6 desktops/laptops are members, so any of them can serve up a request for file lists/images/"channel" listings. This replaced a perfectly working setup with static xml files for metadata, but I wanted to learn cassandra.

    I am trying to "embrace" the cloud so my eventual setup will be to have no dedicated servers at all, but to have the ragtag collection of active desktops and laptops in my house and have server type stuff I do now be more or less distributed (7 people live and use computers in my house)

  2. Re:Study evaluated sacharin vs glucose on Study Finds Link Between Artificial Sweeteners and Glucose Intolerance · · Score: 1

    Found it!!! Amazon to the rescue... LOL you can read the ingredients list in the picture if you zoom. Amazon Diet Coke Fountain Syrup

  3. Re:Study evaluated sacharin vs glucose on Study Finds Link Between Artificial Sweeteners and Glucose Intolerance · · Score: 1

    it is amazingly impossible to find the ingredients online. the coke owned 'beverage institute' defends saccharin and lists a few example drinks that contain it.

    It is hearsay at this point, but the DietCoke website used to list the ingredients... now they appear completely scrubbed from the internets.

  4. Re:Study evaluated sacharin vs glucose on Study Finds Link Between Artificial Sweeteners and Glucose Intolerance · · Score: 1

    Saccharin is used in fountain drinks still, because then they don't require labeling, and people are only opposed to saccharin when it is on the label. That is why fountain diet coke tastes so much better,

  5. 50-80k is an insane estimate on Is the Tesla Model 3 Actually Going To Cost $50,000? · · Score: 4, Insightful

    Tesla Model S is 69k, the model 3 is going to be less expensive and be less "premium" for lack of a better word. If your back of the napkin estimates don't TOP out at 69k then you have no basis in reality. The article sort of points this out and says an 80k price is "pessimistic" I am going to argue that it is psychotic, and invalidates everything else this soothsayer had to say.

  6. Re:The holders of the Keen IP are stupid.... on Commander Keen: Keen Dreams Source Code Released · · Score: 4, Funny

    Bean with bacon megarocket paint-job DLC
    Officially licensed NFL team helmets, 1.99 each
    Sugar rush boosters, 5 for 99 cents
    Tag your friends on facebook to send Keen a free life!!
    You are out of lives, please wait 15 minutes for a new one to generate

    You're right... Commander Keen would be great on mobile.

  7. Re:Bad definitions of series & parallel hybrid on Toyota and Tesla May Work Together Again · · Score: 2

    Parallel = electric motor and gas motor are both connected to the drive train.
    Series = only the electric motor is connected to the drive train.
    Prius is a "power split" or a "series parallel" hybrid, which is a bullshit term that means "we are special and not just a parallel hybrid"

    In the modern colloquial terminology, slang usage seems to to be
    "Series" = "range extended electric vehicle" or "generater in the trunk"
    "Parallel" = "doesn't work without gasoline"

    In general, people don't care HOW a series/parallel/power split/monkeyass hybrid works... they just care about the "doesn't work without gasoline" part, which is the tough pill to swallow with modern "totally not parallel" hybrids.

  8. Re:He's never going to live it down on John Romero On Reinventing the Shooter · · Score: 1

    they were young, and needed the money

  9. Re:Musk worship on Tesla Plans To Power Its Gigafactory With Renewables Alone · · Score: 5, Interesting

    I get it, I really do, but the romanticism of the electric car is far more justified than the romanticism of the Prius. The Prius is a gasoline car that is good at using gasoline. An electric car is a replacement for gasoline, a Prius is an iteration on gasoline. If you believe gasoline production/use is bad, you have to believe that electric = good, while Prius = less bad.

    as far as creating an affordable electric car, everybody agrees Teslas are too expensive, even Musk.... well, that is the POINT of this factory. Batteries suck, and our best batteries are horribly expensive, the only way to make them cheaper is to make more, faster. They have a 3 year plan for a $35,000 sedan. To go from $128,000 to $69,000 to $35,000 in 8 years is amazing, and that is where the "Musk Worship" comes from. Some of the first cars were electric, and since then incredibly wealthy auto manufacturers around the world have been telling us it is all but impossible.

  10. MSSQL on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 3, Interesting

    I love the various different parsers MSSQL uses, and how very wrong things can go. Run this in SQL management studio and it will work fine... run it from the command line and it will give the below error. It will find \r\nGO\r\n and treat it as a block terminator... even if it appears in comments. This is the only command that it will find and execute within comments.

    declare @var as int
    set @var = 10
    print @var
    /*
    this is totally in the comments
    GO
    */
    print @var
    ------------
    output -
    ------------
    10
    Msg 137, Level 15, State 2, Line 1 Must declare the scalar variable "@var".

  11. Learning has nothing to do with "degree" on Does Learning To Code Outweigh a Degree In Computer Science? · · Score: 1

    If getting a degree is part of your career plan, it is probably worth it. If you expect to "learn a trade" or "see where you land" or "get an education" you are in for a huge sea of debt and disappointment.

    If you are going to college to learn to be a computer programmer, that might be possible, but it will be NP hard, and I have never seen it done successfully.

    There is this kind of false dichotomy that ignores the benefit of a degree because everyone confuses a college education with "learning."

    The day I showed up for freshman orientation, I had all the skill I needed for an entry level programming job... I know because I started both at the same time. The people in my classes who were ALREADY coders were the only ones who did not drop the classes. You go there to learn what everyone else calls that one cool trick you saw that one time (recursion, or tree-sort, or adaptors or injection or bitwise and or whatever). You go so you can commiserate in your peer interviews about "towers of hanoi" and "9 queens." You go so you can prove to an employer that you can do something hard for 4 years. You go so you can get past the HR desk monkeys. You go so Mister CEO won't feel bad paying you 100k for doing 'puter stuff.

    Learning to code is a completely different thing from getting a degree in computer science. They are married in people's heads, but they are oranges and orangutans. You don't go to the SAT to learn to do math. You don't go to the DMV to learn to drive. You go to PROVE you can do something roughly equivalent to the thing that future employers want. As bad as the comparison is, there is nothing else (and no Certifications don't do anything).

  12. Re:little known trick for ATT on Ask Slashdot: What To Do About Repeated Internet Overbilling? · · Score: 2

    Ever since "digital cable" showed up years ago, people have steadily gone complacent to bullshit TV problems.

    channel change lag (change the channel, count to 10, picture materialized out of pixelated garbage) - This is bullshit, VHF/netflix/hulu/hell even youtube kicks the shit out of this, it is a horrible experience
    Fluxuating sound and lag when local commercial overlays are pumped into the service you already pay for, not just advertising, but also making your experience much worse, -- This is bullshit
    Rebooting this bullshit machine takes 5 minutes.
    What did we gain from putting up with a piece of shit hardware box to decode cable signals? A buggy as hell, Ad stuffed "guide"

    This isn't unique to ATT, although their turd definitely does suck. When held to any kind of UI standard, Direct TV, Time warner, comcast, sudden-link, every single cable solution I have seen since "Digital cable" came out has been pure garbage. Bottom line, if you aren't interested in sports you are a masochist if you use Cable, and I am not convinced sports fans are anything less than masochistic, perhaps signal noise and digital picture artifacts are their fetish.

  13. Re:little known trick for ATT on Ask Slashdot: What To Do About Repeated Internet Overbilling? · · Score: 1

    Not through a cable box. The experience is so bad that I would rather pay to stream.

  14. little known trick for ATT on Ask Slashdot: What To Do About Repeated Internet Overbilling? · · Score: 4, Interesting

    If you have Uverse, pay the extra 15 dollars a month for their most crappy TV service. The TV bandwidth is through the same series of tubes, and paying their 15 dollar a month television fee removes their ability to charge you for overages. But like all ATT services, be sure to manage your own DNS settings, as their default is so horrible that all my neighbors thought their "internet was down" when it was just a DNS server from hell.

    I don't actually know for sure that the TV vs Bandwidth thing is a fact, but I can tell you that I no longer get charged for overages, and my Router's stats tell me I am using more than ever, and the only change is I signed up for "limited basic" or whatever it is called + HBO (for HBO Go) and the TV receiver is sitting in shrink wrap in my closet.

  15. Re:The death of leniency on U.S. Senator: All Cops Should Wear Cameras · · Score: 3, Insightful

    +1 to the parent. Selective enforcement blows.
    The saying goes: "If everyone is guilty of something, they can punish anyone for anything."

    Don't like someone's youtube channel? Find a video which has a poster of Tinkerbell in the background and get Disney to DMCA
    Don't like someone's racial background or religion, wait until they fail to stop 10 feet behind an intersection and give them a ticket. Search their car while you are at it
    I commit thousands of crimes a year, and so do you. That isn't a problem with me or you, or even law enforcement. The letter of the law is so screwed up that there is no possible way to root out corruption and discrimination.

  16. Re:Bullshit on Tech Looks To Obama To Save Them From 'Just Sort of OK' US Workers · · Score: 1

    I only get paid in money.

    sincerely a dude who once had $900,000 "on paper," for 6 months in 1999.

  17. Re:Novella versus Novellette on The 2014 Hugo Awards · · Score: 2
    sure, those are the Hugo award rules. The words themselves can mean different things to different communities, but for Hugo, they have a specific quantitative meaning.

    On the official site

    Best Novel: Awarded for a science fiction or fantasy story of forty thousand (40,000) words or more.

    Best Novella: Awarded for a science fiction or fantasy story of between seventeen thousand five hundred (17,500) and forty thousand (40,000) words.

    Best Novelette: Awarded for a science fiction or fantasy story of between seven thousand five hundred (7,500) and seventeen thousand five hundred (17,500) words.

    Best Short Story: Awarded for science fiction or fantasy story of less than seven thousand five hundred (7,500) words.

  18. Re:Bullshit on Tech Looks To Obama To Save Them From 'Just Sort of OK' US Workers · · Score: 4, Informative

    When Google offered me a job, I could not believe how little they wanted to pay me. 67% of what I was making at a megabank doing a small amount of very high level innovative stuff, but mostly brain-dead SOAP integrations and listening to conference calls.

    That is why I laugh when I get a recruiter or ex-coworker that tells me I should go work at amazon or yahoo or netflix. The bigger the name, the bigger the h1bribe pool, the lower the salary.

  19. Re:Novella versus Novellette on The 2014 Hugo Awards · · Score: 2

    Short story under 7,500 words
    Novelette 7,500 and 17,500 words
    Novella 17,500 and 40,000 words
    Novel 40,000 +

    I know you were trying to be cheeky, but there is a specific answer to your question.

  20. Re:Why do we need Auto? on C++14 Is Set In Stone · · Score: 0

    Those poor ex-visual basic programmers have suffered through strong typing for too long.

  21. Re:Most documentaries suck on Kevlar Protects Cables From Sharks, Experts Look For Protection From Shark Week · · Score: 1

    you have to follow director/producers like you do with Hollywood movies. You can be reasonably sure a movie that contains "Spielberg" in the credits will be watchable... Watch Anything by Ken Burns and you won't be sorry. Almost all are available on Amazon Prime Instant video too.

  22. Needs more "Magic Quadrant", or "heat map" on Gartner: Internet of Things Has Reached Hype Peak · · Score: 1

    If Gartner is talking about it, you know it is only hype.

    It is on a graph so it must be true!

    Could you make a heat map or a spider graph to show me more??

  23. It is annoying, but you still have to transcode on Xbox One Will Play Media from USB Devices, DLNA Servers · · Score: 1

    DNLA sucks. I can run a DNLA server (plex or windows media, doesn't matter) on a pretty awesome box and it will still suck. Transcode beforehand to h264 aac MP4 and you can play it on lots more devices, and you don't run into problems on the server side with multiple clients like you do with DNLA... but you do have to set up a webserver of some kind (although NAS often comes with a simple http server nowadays, and my router can do it too)
    As much as we all hate to admit it, home computers are STILL not really up to transcoding on the fly for multiple clients (or sometimes even single clients).

    Plus if you just go ahead and transcode beforehand, you can play the file in a browser, (including xbone), ipad, android, Roku, an ancient PC or whatever.

    about 10 years ago I was looking forward to a time when I didn't have to pre-transcode... and I assumed it was 10 years off... now I would guess we are about 10 years off from that point.

  24. I work for a major provider of ATS on Ask Slashdot: Why Are Online Job Applications So Badly Designed? · · Score: 3, Informative

    Applicant Tracking System - This is the buzzword for an "apply online" type thing. I work for one of the big ones.

    Here are some excuses
    1) Employers can get sued if it isn't done a certain way. All of the laws are based on horrible paper applications.
    2) Employers are scared of "the cloud" so you have to fill out a new application every time you apply to a new job even though the last 10 places you applied were using the same software
    3) The perspective employees "candidates" are not the customer, the HR Director is the customer.
    4) Statistically, longer, harder application processes result in higher employee retention rates.

    that last one is a big one. My software can do all kinds of pre-employment testing for all kinds of things... skills, personality, mental alertness, etc.
    The longer the testing process, the more "candidates" quit before completing. HOWEVER, the longer the testing process, the more likely an employee will be successful at their job.... To put it frankly, if you will wade through the shit to get hired, you will wade through it to stay employed. It doesn't even statistically matter what the results of the test were. Simply testing for anything at all will reduce employee turnover. The same can be said for unwieldy applications. If a candidate is not serious about filling out an application, they will not be serious about work either.

    That said... I promise our applications are better than most, at least our javascript works, and progress is automatically saved... Still it all sucks (blame the lawyers), we just try to suck less.

  25. Re:Microsoft cannot fool all the people all the ti on Microsoft Surface Drowning? · · Score: 3, Insightful

    Software package written in 1998, during a boom, does not need a single patch until it cannot be used for reasons external to the company in 2013, during the tail end of a bust.

    I mean, how do you plan for that? Executives in that company had no idea. Software was like "buildings" to them back in 1998, you build a corporate office space, spend 20 million bucks, then you just have to change lightbulbs for 30 years. They never expected the foundation to suddenly change into a different material out from under the building, and why would they, that isn't how engineering works.

    I mean, I think they are finally coming around, but honestly, they went from being the only commercial mainframes in the country, to being huge commercial software consumers without changing their working methodologies, and in april they all had to pay for that...

    Still it was probably a lot cheaper than "sticking with the times" for 15 years where they essentially were not paying the "cycle cost" of modern software.