Slashdot Mirror


User: i.r.id10t

i.r.id10t's activity in the archive.

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

Comments · 2,431

  1. Re:No on Windows 10 Shares Your Wi-Fi Password With Contacts · · Score: 2

    After setting up the new device adn being prompted "Do you want to share your connection" how many users are gonna think to themselves "Well, yeah, I want to share this with my iDevice and tablet and the $housemate and ... " and click "Yes" ?

  2. Re:linux hard to install and use for desktop users on Interviews: Linus Torvalds Answers Your Question · · Score: 2

    Of the 7 linux boxes I keep up and running and actually use for something on a very regular basis, 4 of them do not have any flavor of X installed. One of those 4 has a few X libraries installed (for me to one run app over a SSH tunnel on a local X server), but the other 3 are pure command line only.

    So how exactly is Linux reliant on X windows?

    Granted, a lot of things that a majority of people use a computer for need a windowing environment (a blinking cursor *is* graphical!) but very serviceable Linux machines with no X exist in lots of places.

  3. Re:Johnny can't get a job on Struggling University of Phoenix Lays Off 900 · · Score: 1

    Which is funny, 'cause I'm converting an AS to a BAS via UCF ... a Real Accredited University, and for cheaper. Sure it was quicker for me to also complete a General Sciences AA first and then hit UCF, but if I hadn't it would've only added 4 extra gen ed classes to my "need to take" list.

  4. Re:Tape on Celebrating Workarounds, Kludges, and Hacks · · Score: 2

    I've used aluminum tape to bed the action of a rifle in the stock.

  5. Re:File this under "no big surprise:" on When a Company Gets Sold, Your Data May Be Sold, Too · · Score: 1

    Cue the "Why not both" girl...

  6. Re: Aww hell. on Disney Bans Selfie Sticks · · Score: 1

    Burned thru LOTS of 22 shot gallery loads at WDW when I was young - the gallery in Frontier Land used *real* guns and *real* ammo.

    Was rather disappointed to see they were replaced with cheap cheesy fakes that "shot" light ...

  7. Re:diluting the market on Aiming To Beat Tesla's "3", Chevy Tests and Teases a Cheaper 200-Mile Electric Car · · Score: 1

    Well, you could just unplug the batteries....

  8. Re:This problem needs a technical solution on Drone Diverts Firefighting Planes, Incurring $10,000 Cost · · Score: 1

    No private citizen NEEDS a gun either; or a car, or a computer, or porno magazines. That doesn't mean we can't have them.

    2 of these are protected by the Constitution. A 3rd may be depending on how you define "speech"....

  9. Re:Fuck you governments of the world .com on ICANN Seeks Comment On Limiting Anonymized Domain Registration · · Score: 2

    If you are doing financial stuff, should it be via HTTPS ? And should the SSL Certificate have ownership/identity information in it?

  10. Re:Amazing and dreadful, simultaneously on Who Owns Your Overtime? · · Score: 1

    Ah, I see. You've localized to SV. Here in Florida, when we need something done - ie, write a single sign on module from our homegrown SIS to a course management system, etc. we get in touch with a few folks, send 'em the docs, what info we have, the list of requirements (language, libraries, versions of said, etc), and request for a quote and delivery date. Some we deal with are single folks set up as LLCs or s-corps, some are co-ops of said people working under an umbrella s-corp or llc, etc. Here's what we want, here's the tools we want/need you to use, tell us how much and when.

  11. Re:Additionally "computer professionals" are exemp on Who Owns Your Overtime? · · Score: 1

    Collecting all of it - not really. When your corporation/LLC pays you, you'll still be responsible for all the regular employee taxes you'd pay with a regular job as an employee. But then you also have to cover all of the employer's contributions too (7.5% IIRC on Fed level, not sure if still accurate or what states w/ income taxes do). And then you also have to keep the corporate books straight, etc. which is either more time you have to work (for yourself) or more $ you pay out for an accountant to do it for you

  12. Re:Amazing and dreadful, simultaneously on Who Owns Your Overtime? · · Score: 1

    As a contractor, there should be a list of deliverables and deadlines and the amount you will be paid or punished for delivering said deliverables early, on time, or late. If you find yourself working more than 40 hours/week to meet your deliverables/deadlines you need to get better at bidding jobs and setting your own deadlines. Or, you've suckered someone desperate to pay your out-the-butt pricing because *they* are behind on their deliverables and deadlines....

  13. Re:What does this do... on Near Misses Lead To More Consumer Drone Legislation · · Score: 1

    Of course, she and her family/extended family/cronies/employees would be exempt from any such limitations

  14. Re:Sounds like a plan! on Ask Slashdot: What's the Harm In a Default Setting For Div By Zero? · · Score: 1

    Divide by investors, and then loop thru the investors and remove teh 250k (or whatever chunk) for each one, just like looping thru the records/rows returned by a db query. But, just like if your db query returns no results, doing something like

    while ($row=$dbhandle->fetch_row()){ // call some function to transfer money from investment account // to investors' accounts
        xferMoney($amount,$srcAccount,$destAccount);
    }

    That xferMoney() function would never run, because there is no row to fetch from the db results.

    (sorry, was fixing some old PHP code earlier today, so I'm still kinda in that mindset....)

  15. Re:Give it some hints ... on Ask Slashdot: Are There Any Search Engines Left That Don't Try To Think For Me? · · Score: 1

    It is a shame that google got rid of the linux (and bsd) specific search options....

  16. Re:speaking as an engineer, it happens. on Linus Torvalds Says Linux Can Move On Without Him · · Score: 1

    Because it is still his project, but more importantly it is his name and reputation associated with it.

  17. Re: Other reasons on The Danger of Picking a Major Based On Where the Jobs Are · · Score: 1

    Must be taken at same time every day, and some other medications (antibiotics are one) can screw things up with them.

  18. Re:Liberal Arts - still a skill. on The Danger of Picking a Major Based On Where the Jobs Are · · Score: 1

    Sure, get a BA in gen studies or gen liberal arts or gen science or whatever. Then if you still want a tech job, get an AS degree from a community college - all you'll probably need are the actual tech classes. Pick up a cert or two. Or just build a portfolio and show you know your stuff.

  19. Re:PHP is great on PHP At 20: From Pet Project To Powerhouse · · Score: 1

    Having written CGI programs using Visual Basic (4.0) I can say that yes, I am truly glad that PHP was created. For my mostly non-programming job I use a lot of it to automate tasks to make less work for me.

  20. Re:Why PHP Won on PHP At 20: From Pet Project To Powerhouse · · Score: 2

    Same way you do for just about any other language - don't trust any input given. Check it for type, check it for how it was delivered (POST vs GET vs reading from file/stdin/whatever), check it for a (sane) value, deal with unexpected or missing values in a sane way, etc. When using SQL stuff use PDO or mysqli class/functions to use prepared statements.

  21. Require .gov TLD ? on Whitehouse Mandates HTTPS For Government Sites and Services · · Score: 1

    Why not require a .gov TLD as well?

  22. Re:Generalisation on Stress Is Driving Developers From the Video Game Industry · · Score: 1

    I think that what drives the "gotta get it done yesterday" attitude with the game market is either the marketing company who printed a deadline months ago (coming next june!) for desktop/console games, or in the mobile game market the need to be first to put it out there just in case some other group is working on a similar game or to crank out a different version of the same game (see the Angry Birds franchise)

  23. Re:The 90's all over again... on You'll Totally Believe Why These Startups Failed · · Score: 1

    Heck, you need funding or a lot of free time (and money in the bank to pay your own personal bills) to just get something to the point you can show it to someone else to find out if it is worth continuing to make it good enough to seek funding to do the marketing, etc.

    I had an idea based on a problem I saw here at work, and I know that a good solution would have kept me comfortable for a looong time. Unfortunately, I would need to take 6 months to a year to develop it well enough to even begin trying to sell, so I'd need enough $ to cover my paycheck, my health insurance, insurance for my wife and kids, etc. Sure, I got a skeleton of the idea working by staying up until 2 or 3 in the morning, but between working full time, teaching a couple of classes as adjunct, taking a class here and there, trying to be involved with my family, it just won't work.

    So here I am 15 years later - my idea still has value, I've not seen a product to fix the issue, and I *still* can't do much of anything with it.

    Oh well.

  24. Re:usefulness to society on Writer: "Why I Defaulted On My Student Loans" · · Score: 1

    Dunno... assuming he's healthy there are 2 kidneys, 2 lungs, a liver that can be used for 2 or 3 partial transplants, the heart, eyes, etc....

  25. Re:Social mobility was killed, but not this way on Writer: "Why I Defaulted On My Student Loans" · · Score: 1

    By having half the courses offered in those areas required for the STEM students as gen-ed stuff.