Earlier quoted context omitted.
SQL Server was pretty good until they went the Oracle way with their licensing shenanigans, but even with that they were a lot cheaper than Oracle. In fact SQL server was one of the few great products that came out of MS.
For the risk of getting downvoted: MS SQL is today stil a very good product, using it now for more than 20 years in different applications. And: The free version with max up to 50 GB (?) of DB size is a very good option for smaller environments/apps
Oracle slashes 30k jobs
841–850 of 890 posts
Re: Oracle slashes 30k jobs
#842Re: Oracle slashes 30k jobs
#843Earlier quoted context omitted.
I only ever worked with the Linux/Windows variant. I can’t believe I am saying this about an IBM product, but I found it to be actually rather pleasant to work with.
It’s def got 80’s hacker movie vibes, typing “Iniate log rotation sequence;” etc just screams out for a green terminal emulator.
Imagine the antithesis of Emacs. That's an IBM environment with 3270 terminals and obtuse commands to learn.
Re: Oracle slashes 30k jobs
#844Re: Oracle slashes 30k jobs
#845Earlier quoted context omitted.
They don't make any of the documentation for those settings easy to find or understand because the support contracts make them so much money.
Before, that could create a moat. Soon, it will be table stakes to put scattered internal communications, notes, documents into an AI’s knowledge base, where the information can no longer hide. When that fails, the AI can read the code itself, so that the settings and how to change them are easily explained in simple terms. Actually, this is possibly even better than letting the scattered internal information serve a…
Being big is the actual moat.
Re: Oracle slashes 30k jobs
#846Earlier quoted context omitted.
For the risk of getting downvoted: MS SQL is today stil a very good product, using it now for more than 20 years in different applications. And: The free version with max up to 50 GB (?) of DB size is a very good option for smaller environments/apps
I was a SQL server DBA early in my career, I've not used it in the last decade, glad to hear that it's still a great product.
Re: Oracle slashes 30k jobs
#847Earlier quoted context omitted.
The at-will firing is just how it is in the US, but I do find it odd how accepting we've become with these corporations massively overhiring. If they have to fire twenty percent of the company, shouldn't that be a signal to investors that the people in charge are morons for overhiring thirty thousand people in the first place? Software engineers aren't cheap; assuming an average compensation of $250,000/year (which I…
250k/year. I'm not an arch. But that was the absolute high end for IC5. (Unobtainable) Oracle is not a high payer of salaries. I disagree that its a "signal that they overhired". Laying off people means: 1. They didn't plan well enough 2. Their business wasn't attractive enough to customers 3. Their business people aren't good enough to support the people who are developing their product. If anything, it should be a…
All three of those points, to me, would still indicate that the CEO and executives are very bad at their jobs.
Re: Oracle slashes 30k jobs
#848Earlier quoted context omitted.
The Ahead of Time compilation is pretty nice for some stuff. Generally startup time is significantly improved, so if you're writing command line tools in particular it can be cool.
Most languages I write are ahead of time compiled with pretty good startup time so it's not really a need I have that I feel GraalVM solves?
Re: Oracle slashes 30k jobs
#849Most companies which uses HCM are eventually forced to use SCM, because if any company wants to use a SCM product, they need employee management system as well, so if anyone is already using HCM they eventually also starts using SCM. and if someone who does not uses Oracle HCM but wants to use SCM product they will eventually have to shift HCM here as well.
Re: Oracle slashes 30k jobs
#850Earlier quoted context omitted.
Java really could have taken over the world, and it can be performant, too. One of the versions of the most popular game in the world is written in Java, and it's quite capable of being very fast.
Are you talking about minecraft? Minecraft was known for working only because it is so simple graphically compared to other games. It was said to allocate and deallocate hundreds of megabyte of memory every frame.
Minecraft does do some horrible things to the JVM, but it's strong and can take it.