Slashdot Mirror


User: Rantastic

Rantastic's activity in the archive.

Stories
0
Comments
136
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 136

  1. It is called a Sales Enginner on Ask Slashdot: Compensating Technical People For Contributing to Sales? · · Score: 3, Interesting

    ...or sometimes a Solution Architect.

    Most big tech companies (think SAP, Oracle, IBM, Red Hat) have a specific role for this. It is someone who could be an engineer but is specifically assigned to the sales process. Once the sales person has found the lead, the SE works with the customer to identify their needs and how best to meet them with the company's products. The sales person writes the deal and handles all the "sales" stuff.

    Oh, and the SE gets a set percentage of the commission.

  2. Re:it's time to send ftp to where gopher is on FTP Is 40 Years Old · · Score: 1

    it's time to send ftp to where gopher is

    Only if we can bring back Archie, Veronica, and WAIS.

  3. Re:Kenny Should Learn History on FTP Is 40 Years Old · · Score: 4, Informative

    Correction: FTP is only 3 years older than TCP. Still, it predates TCP and is really damn old.

  4. Kenny Should Learn History on FTP Is 40 Years Old · · Score: 3, Informative

    According to Kenney, the standard has grown from 'a simple protocol to copy files over a TCP-based network [to] a sophisticated, integrated model that provides control, visibility, compliance and security in a variety of environments, including the cloud.

    Actually, FTP predates TCP by 10 years and 679 RFCs. Hint: TCP is defined in RFC 793.

  5. Re:Soaring costs? on Census Tech Makeover Includes Innovation "Oasis" · · Score: 1

    "The problems resulted in soaring costs"

    That's weird, I thought the census was $1.6 billion under budget.

    http://voices.washingtonpost.com/federal-eye/2010/08/2010_census_was_16_billion_und.html

    I live in the DC area and I was offered the job of lead architect/consultant overseeing the building of the datacenter for the 2010 census. In fact, I was offered this job six times in various forms over the last 6-8 years. I turned it down because I already have a good job. Not to mention the long ass commute out to the boonies of MD everyday. From what I understand, they had a lot of trouble finding good talent for the job.

    Also, the various offers told a tale:

    • Deploy Red Hat
    • Finish incomplete Red Hat deployment
    • Migrate from incomplete Red Hat deployment to SuSe
    • Finish incomplete SuSe deployment
  6. Re:Carl Sagan on Case Closed On Jerusalem UFO Video · · Score: 3, Informative

    >

    Here's a US Army Colonel who contradicts Sagan:

    The evidence he speaks of includes the hard data of sensor technology that has frequently confirmed the reality of physical craft and the high quality of extremely reliable eyewitnesses who are "neither misreporting facts nor delusional."

    You're kidding right? If I claim I have evidence of a mountain of gold hidden under Yankee Stadium, including all manner of sensor data, are you going to take me at my word? People make claims like this all the time. Guess what? The evidence never turns up, or if it does, it is found to be mistaken or fake. Every time.

    Personally, I doubt we are alone in the universe. However, there has never been any validated evidence of any visitation to Earth. What Sagan points out is that we have very good answers to the question "How can otherwise reasonable people be utterly convinced that they have been taken aboard an alien craft when there is a lack of any evidence to show it actually happened?"

  7. Re:I'm confused... on Samsung Galaxy Ad Misleads With Fake Interviews · · Score: 1

    Why can't we go back to the good old days when the marketing meant finding out what people want* and directing R&D toward that thing, instead of what we have now, where they take any old product and just tell people it's the thing they want....

    Let's see, which makes more money... Convincing people to buy things they don't need or want, or the first way.

  8. Re:easy on Ask Slashdot: How Do You Choose a Windows Laptop? · · Score: 1

    2001 called, they want their troll post back

  9. That's just great! on Facebook-Direct Phones — and Facebook Right On the SIM · · Score: 1

    ...and here I am all irritated that I can't remove the stupid Facebook app that came with my phone. I refused to use AOL the first time around and I won't started using it now just because they call it Facebook.

  10. Re:And that boys and girls on Some Hotmail Accounts Wiped · · Score: 1

    Hotmail doesn't use cloud computing though.

    Is that supposed to be a joke?

  11. Re:You learn diffferent things about people online on Top Reason for Facebook Unfriending Is Too Many Useless Posts · · Score: 1

    Religion is no minor offense.

    Fixed that for you.

  12. Re:Well there's another side to that on Take This GUI and Shove It · · Score: 1

    So a good sysadmin that knows GUI is cheaper on the payroll than say, a sysadmin that can master a CLI. Good to know that when standing in the unemployment line. Learn your freaking GUI for a job!

    Yes, you will find that vast majority of small companies looking to hire a "computer guy" to click on the GUI are not going to pay very much and they are going to get exactly what they pay for. If they do manage to hire someone with real skills, that person will be gone within a year or two because they can get a hiring paying job once they have some experience.

  13. Re:Well there's another side to that on Take This GUI and Shove It · · Score: 2, Interesting

    I find it rather disturbing the UNIX ideal that sysadmins should be programmers. The opinion seems to be that it is perfectly ok for someone to need to do a fair bit of programming work to solve a system problem.

    Not only have I spent over 10 years as a professional *nix system administrator, I currently work training professional system administrators. I don't know *anyone* who thinks that a system administrator should be a programmer. That being said, shell scripting is a tool of the skilled system administrator. Writing simple scripts is nothing like programming. While shell scripts can be quite complex, most that a system administrator would write are very simple. Really just a series of commands.

    I know more than a few programmers that are abysmal at system administration...

    And how! The vast majority of developers I know are terrible system administrators. There is a reason we keep them as far from the production systems as possible. The problem is that they think they do know system administration, but they have a completely different mindset.

    ...this attitude smacks of the "People should just get down and code what they need," thing. No, not really. Not everyone should have to learn that skill, and you could well be excluding people you want by requiring it.

    Again, I don't know anyone who thinks this. People should learn the tools they are being paid to work with. That includes shell scripting. Now, some shops like to write a lot of in house tools in perl or python and will look for people skilled in system administration as well as those languages. Most big shops have a small number of sys admins who can write such tools. Don't confuse the tools team with the rest of the sys admins. This is a specialized role.

    Also there's the simple matter that GUIs work better for unfamiliar situations. While it might be easy to just say "Well a good admin should know about this," that is rather stupid. Nobody knows everything, you never get someone with limitless experience. Part of systems administration is being able to solve novel problems.

    I could not disagree more. While a GUI might help someone plod through without really understanding what they are doing, this is not a good thing. I agree that no one knows everything. However, a skilled sys admin can research and learn new things when needed. Most GUIs just get in the way of learning and deeply understanding. Then when something doesn't work as expected, you are SOL. Or you miss a subtle issue that bites you in the ass later.

    I'd like to point out that I use GUI tools all the time. However, I make a point of learning the technology I am paid to understand. When I use a GUI it is because it is the best or most convenient way to get something done. I can also tell you all the places on the system that GUI changed and what to do if something went wrong.

    That can make it much faster to deal with something you are not familiar with. This is important and useful in real IT work.

    I have worked in IT for long enough to know this isn't true. The simple reality is that most people working in IT suck. Seriously. I have interviewed and worked with more than enough of them. They use GUIs as crutches. They are over worked and have no time to learn anything even if they were so inclined. They have a very shallow understanding of the technology they are paid to understand. They choose "easy" tools instead of tools that require learning. It is the sad state of things that truly skilled system administrators are a rare find.

    Should everything be CLI? Of course not. Should everything be GUI, of course not. However, to say that GUI tools are better because you don't have to be familiar with them is a very scary attitude if you ask me.

  14. Re:uh, samples? on iPhone DSLR Prototype 1.0 · · Score: 1

    It could be done with any phone, but it wasn't, because it's so incredibly useless and indulgent.

    No, actually it can't be done with any phone. It doesn't work.

    Elsewhere on the same site, the designer says:

    While all the part fit to make a decent looking iPhone DSLR, the results of the configuration are completely useless.

    How naive I was to think that snapping all these pieces together would just work.

    I don't know why this is on Slashdot. The headline might as well read "Neat looking was to disable your iPhone's camera"

  15. Re:No Filesystem on Best Format For OS X and Linux HDD? · · Score: 2, Informative

    As to encryption, you just encrypt the file before you tar it. In fact, with gpg you get both encryption and integrity checking.

    Gnupg is available in Mac Ports and comes with just about every linux distro.

  16. Re:No Filesystem on Best Format For OS X and Linux HDD? · · Score: 2, Informative

    With that said, tar is a bad solution because it doesn't include any type of CRC or encryption. But it's a good idea, and certainly a million times better than a file system of some type.

    True, but simply hashing the file at both ends solves that. Both linux and mac support shasum.

  17. No Filesystem on Best Format For OS X and Linux HDD? · · Score: 5, Informative

    If you are only moving files from one system to another, and do not need to edit them on the portable drives, skip the filesystem and just use tar. Tar will happily write to and read from raw block devices... In fact, that is exactly what it was designed to do. A side benefit of this approach is that you won't lose any drive capacity to filesystem overhead.

  18. Answers Own Question. on Best Format For OS X and Linux HDD? · · Score: 0

    My default is to use HFS+ without journaling but I'm looking to see if there are better suggestions that are reliable, fast, and allow read/write access in OS X and Linux.

    So I see you're the "if it ain't broke fix it anyway" type.

  19. Re:Why so discriminating? on Google To Add Pay To Cover a Tax For Gays · · Score: 5, Funny

    Sure, that filthy hippy Jesus waffled some peacenik tree hugging propaganda...

    Actually, Jesus was a tree killer, not a tree huger.

    Matthew 21:18: Early in the morning, as Jesus was on his way back to the city, he was hungry. Seeing a fig tree by the road, he went up to it but found nothing on it except leaves. Then he said to it, "May you never bear fruit again!" Immediately the tree withered.

    Just sayin

  20. Re:Ordering and Convergence on The Tuesday Birthday Problem · · Score: 1

    When you eliminate one wrong answer, the probability of the remaining answer being right is 50%.

    This is a common misconception. When you eliminate 1 wrong answer, the probability of the remaining unchosen answer being correct is 2/3, not 1/2.

    Wikipedia offers a simple explanation: "...switching loses if and only if the player initially picks the car, which happens with probability 1/3, so switching must win with probability 2/3."

  21. I must agree. on Intel Porting Android To x86 For Netbooks and Tablets · · Score: 4, Interesting

    I have been running Android 1.6 on an old eeepc 701 for quite a while now, thanks to the good folks over at android-x86.org. Android is quite well suited to a low power, small screen machine like the 701.

    Also, consider this: When running the android bowser, more and more sites default to a mobile version. I've found that the mobile versions of many sites are preferable to the full versions. I suspect this is at least partly to do with the mobile interface being streamlined.

  22. Re:Irony Of Ironies on For-Profit, Illegal Movie Download Sites Threaten MPAA · · Score: 1

    you would expect the legitimate content publishers to be the ones... but it is instead those that steal the content that produce the most compelling distribution methods

    Forget irony, clearly you are not very familiar with organized crime.

  23. Re:You've created your own problem on Getting Paid Fairly When Job Responsibilities Spiral? · · Score: 1

    Yes, it is a tough job market out there. However, there are lots of companies hiring. Those companies are currently in a position to be very picky about openings. Regardless, top talent is having no trouble getting work.

    The reality of the situation is that those who are currently employed have a much better shot at landing a new gig than those who have been out of work for months.

    Some companies have even started noting in their ads that they are not interested in candidates that have been out of work for more than 3 months, etc. So while it is a rough job market right now, the OP stands a good chance of landing a new gig if he's worth his salt.

  24. You've created your own problem on Getting Paid Fairly When Job Responsibilities Spiral? · · Score: 1

    I was originally hired as an Online Content Producer to write articles for a company website as well as start up the company's social media outlets on Facebook and Twitter.

    Now that we're closer to launch the company has informed me that they don't have the budget or staff in place to set up the web server and have tasked me with setting up the LAMP and Zend App on an Amazon EC2 setup.

    This is where you tell them, "gee, that LAMP sounds like fun... As a writer, while I seem to be ok at some of this ad hoc project management, I really don't know the first thing about setting up a linux whatever server. Do you think I could get some training?"

    If they are simply demanding that you figure it out and get it done. Just do your best while updating your resume and finding a new job. A company that plays this game will never give you a raise. In their eyes, the mere fact that you could take on more work, while getting your original work done, means you were being overpaid to begin with.

  25. Mostly Worthless on 10 Tips For Boosting Network Performance · · Score: 3, Insightful

    It frightens me to think that there are people getting paid to take care of enterprise systems that would not already know everything in this article. Mostly, it reads like a thinly veiled ad for VMWare products.