Slashdot Mirror


User: bad-badtz-maru

bad-badtz-maru's activity in the archive.

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

Comments · 817

  1. Re:Fuck you Very Much, Disney. on Disney Making Laid-Off US Tech Workers Train Foreign H1-B Replacements · · Score: 2

    It doesn't matter that the handoff is a mess because the mess never escalates to the point where it impacts the executive layer. The decision makers just beat on middle management and the new group to "make it happen". And it must work in the end, because if these sort of takeovers, which we know are an absolute mess, regularly resulted in any sort of serious negative business impact then I doubt they would be happening.

  2. Re:Personally, I don't think he was talking to Goo on Median Age At Google Is 29, Says Age Discrimination Lawsuit · · Score: 2

    An Indian friend was telling me that Indians are doing this en-masse to get jobs. They are also substituting for each other in video interviews.

  3. Re:what is there left to buy? on Robot Workers' Real Draw: Reducing Dependence on Human Workers · · Score: 1

    Average vehicle lasting 500k? Door lock motor outlasting owner? There is clearly some disconnect between engineering and manufacturing, or you guys forgot that the lock mechanism consists of more than just the motor and one of those other parts lasts about 4 years.

  4. Re:Lies, bullshit, and more lies ... on With H-1B Cap Hit, Zuckerberg and Ballmer-Led Groups Press For More Tech Visas · · Score: 1

    My father is an electrician and that industry is being swamped with central and south american labor.

  5. Re:PHP is fine on Modern PHP: New Features and Good Practices · · Score: 1

    Damn, snagged!

  6. Re:PHP is fine on Modern PHP: New Features and Good Practices · · Score: 2

    If you write a good foundation of libraries and classes you'll need a hack like APC to get any decent execution speed. It also sucks at memory utilization. Everyone likes to link to that "fractal of bad design" article, but it's pretty much just a bunch of whining. Here's a real article that just plain hurts, it has to do with PHP's memory allocation: https://nikic.github.io/2011/1...

  7. Re:I choose MS SQL Server on Why I Choose PostgreSQL Over MySQL/MariaDB · · Score: 1

    Seriously? You think a clustered, 2 site license only runs $100K? Why are you even responding when you clearly have no idea what the pricing is. I assure you, it's NOT a drop in the bucket. Your pricing for the application side is equally clueless, except in the other direction.

  8. Process management, PG versus Mysql on Why I Choose PostgreSQL Over MySQL/MariaDB · · Score: 1

    One thing very relevant for discussion, that I didn't see mentioned here, is how connections are handled across the different RDBMS. PG still uses one process per connection. This can make its memory utilization grow substantially under high connection counts. Oracle and Mysql don't suffer from this issue.

  9. Re:I choose MS SQL Server on Why I Choose PostgreSQL Over MySQL/MariaDB · · Score: 2

    Just the wording "a DB license" leads me to believe your exposure is with smaller companies and smaller datasets. Have you ever priced a single 32 core Oracle installation with the data warehousing option enabled? If it's a business of any size, you'll need to cluster for reliability, so multiply that single license out. And if it's a publicly traded company, you'll probably need an offsite standby cluster. Even though it sits there and does nothing 24/7, the licensing fee for the standby cluster will be the exact same price as if it was the primary. Also, don't forget dev and testing environments, those aren't free.

    Not every large company is a high-margin high tech company. The retail sector, for example, has mountains of data and relatively low margins. DB license expense can be a big concern.

  10. Re:Doesn't PostgreSQL have transactional metadata? on Why I Choose PostgreSQL Over MySQL/MariaDB · · Score: 1

    Can you read? I said "the ease in application of DDL changes", not that the application was applying DDL. In other words, when our DBA applied changes under Oracle, packages would be invalidated and all users had to exit the application. This issue doesn't exist under PG. You're an idiot, BTW.

  11. Re:Doesn't PostgreSQL have transactional metadata? on Why I Choose PostgreSQL Over MySQL/MariaDB · · Score: 1

    Yes, DDL application is transactional. The company I work for went from Oracle to PG last year. The ease in application of DDL changes was a huge benefit that we didn't originally anticipate.

  12. Re:Postgres hands down on Why I Choose PostgreSQL Over MySQL/MariaDB · · Score: 2

    You nailed it. The AC's idea that all data access is performed via a single application is naive. There are cases where the only common interface point between applications is the database.

  13. Re:I choose MS SQL Server on Why I Choose PostgreSQL Over MySQL/MariaDB · · Score: 3, Insightful

    It's not cheap at all once you get into even just medium-scale usage. If you have a situation where you are starting out small but plan to grow, you need to really consider whether it's wise to go with a commercial RDMBS, because the pricing does get nasty when you get to the point of needing clusters, high core counts, and standby sites.

  14. Re:Hover on Ask Slashdot: Advice For Domain Name Registration? · · Score: 1

    I can second this, I've used Hover for over 10 years, from back when Tucows first offered OpenSRS.

  15. Re:Technology can NOT eliminate work. on What To Do After Robots Take Your Job · · Score: 1

    It was a joke, have you ever looked at the "food" available at a sporting event?

  16. Re:Technology can NOT eliminate work. on What To Do After Robots Take Your Job · · Score: 2

    To carry forward from the parent, do you think that a hunter/gatherer could imagine that someone would pay to eat the food at a basketball game?

  17. Re:I installed it on Data From Windows 10 Feedback Tool Exposes Problem Areas · · Score: 1

    You're aware that the OS was named "Windows" for a reason, right? And that you can't install the OS separate from the UI?

  18. Re:Compared to Azure on Amazon Forced To Reboot EC2 To Patch Bug In Xen · · Score: 1

    You are right, I am failing to adequately communicate what I am saying. That a transaction can be retried is a byproduct of the atomicity requirement that a transaction fills. Retrying a transaction, because there is an ongoing problem with the database system dropping connections, is a sloppy hack.

  19. Re:Compared to Azure on Amazon Forced To Reboot EC2 To Patch Bug In Xen · · Score: 1

    You said that the point of a transaction is to enable the ability to retry it. I said that was not the point. I don't see how we are saying the same thing.

  20. Re:Compared to Azure on Amazon Forced To Reboot EC2 To Patch Bug In Xen · · Score: 1

    That isn't the point of a transaction _at all_. The point is to ensure that all of the operations contained in the transaction block are atomic - they either all happen or none of them happen.

  21. Re:Compared to Azure on Amazon Forced To Reboot EC2 To Patch Bug In Xen · · Score: 2

    You can "handle" a dropped connection, but if you're in a transaction in the middle of updating data, it's probably not going to be transparent to the user.

    -E

  22. Re:Metal on Friendly Reminder: Do Not Place Your iPhone In a Microwave · · Score: 1

    You're exactly right. I have serveral old microwave cookbooks and they demonstrate using foil to cover small sections of meat and poultry to keep it from becoming overcooked.

  23. Re:Legacy Systems. on Social Security Administration Joins Other Agencies With $300M "IT Boondoggle" · · Score: 1

    I love this:

    >> Searching for records first goes to the "safe" side. If no records found use legacy system. ...as if the system consists of a single query, so the solution is simply to scan the new system and then the old system. Versus the reality of ten bazillion queries and thousands of database tables.

  24. Re:Why do you want pieces of plastic on Netflix Reduces Physical-Disc Processing, Keeps Prices the Same · · Score: 1

    You do understand that the number of titles currently available via (legal) streaming is far, far less than the number of titles available via shipped plastic?

  25. Slashdot reports on installation of PA in car on New Toyota Helps You Yell At the Kids · · Score: 2

    I'm sure I saw at least three dozen other commercials last night, anyone want to post an article about those?