- Feature Articles
- CodeSOD
-
Error'd
- Most Recent Articles
- Office Politics
- Secret Horror
- Not Impossible
- Monkeys
- Killing Time
- Hypersensitive
- Infallabella
- Doubled Daniel
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Another "non-bloat" alternative is TextMaker.
Like Abiword, it's also available for Linux; and even for PocketPCs.Admin
Great, now I have to wait till Monday for my daily fix of tech disaster.
Well, at least I got to bitch about something...
Admin
How come there were no comments to the greatest WTF of this site ever? Or am I just not seeing them? I had a pretty good laugh of this:
[image]
(screenshot taken 9 Oct 2006, 09:40 CET)
captcha: chocobot(?)
Admin
Awesome!
Can't wait to play it using Links
~egilhh
Admin
Everyone here is saying that the CEO of this company is really stupid. I couldn't disagree more. The Dot Com bubble was something that was well known to happen by the rich. The rich got richer and the shareholders got stuck with the bill.
I know this because I worked at a dot com during that time and the CEO knew he would walk away with 30+ million even if the business failed. I watched the company grow and then blowup. The CEO knew it was going to happen and he walked away with a ton of money. Everyone lost their job and he was laughing.
What you have to understand is that during that time it was all about the hype and not substance. Most of the people who started companies then had no intention of staying around.
The real WTFis all the shareholders who gave this company money for a dream. I'm sure the CEO of this company gave himself a ton of stock options very early and well before the stock even started selling.
I'll bet the CEO of this company knew exactly what he was doing and made a ton of cash at it too.
Admin
One real programmer on the job and a matter of minutes do lots of release candidates make... <!-- End: CommunityServer.Discussions.Controls.PostDisplay.TextPost -->
Admin
I wonder how many of the yo-yos embarking on the predictable VB bashing have actually used it in a commercial environment. Back in the COM/DNA days VB6 was _usually_ the best choice not only for fat clients but also for server-side components, because it is so tightly integrated with COM and hides so much of the plumbing. I speak from having done COM development in both C++ and VB and also as a big fan of C++ in general.
The real WTF here is not the choice of language, it's the whole idea of a client-server office suite.
Admin
I think these stories where more interesting/fun when they concentrated on code, not business.
Admin
I thought Step 1 was collect underpants...
Admin
Twenty million users using one , or two servers ?
I think it went a bit different...
It was more likely that the estaminate was that you need half a year of hiring, not time. Also, i strongly belive that it was something like 2 users and 20 servers with 6 GB of space. You see, V and G are pretty near to each other, so this might happen ;)
captcha: 1337- hey, thats my old licence plate number!
Admin
Don't feel too bad. There are a couple of other examples - Corel Office in Java, from many many years ago (demonstrated exactly why Java wasn't feasible as a platform back then), FlySuite, the very modern ThinkFree (whose founders clearly didn't learn from history)...
It's one of those ideas whose time comes once every half decade or so, observes that it's about as welcome as a fart in a lift, and promptly passes unmourned.
Admin
You wouldn't be R. Steve Walz, by any chance...?
Admin
I was thinking more along the lines of a series of tubes.
Admin
Time for math class- brought to you today by Wikipedia (see Pareto Principle):
"Mathematically, where something is shared among a sufficiently large set of participants, there will always be a number k between 50 and 100 such that k% is taken by (100 − k)% of the participants. However, k may vary from 50 in the case of equal distribution to nearly 100 in the case of a tiny number of participants taking almost all of the resources. There is nothing special about the number 80, but many systems will have k somewhere around this region of intermediate imbalance in distribution."
Of course, the problem with applying this to software is, software functions aren't "shared" in the sense of consumed by a single participant, that the math requires. Now, you can extend the math to fuzzy sets, but there isn't a lot of evidence that, in that case, "many systems will have k somewhere around this region [80] of intermediate imbalance in distribution."
Admin
You are new here? older versions of this forum are legendary.
captcha: irony
Admin
Theres already one on Brazil (info)
[image][image]
Admin
Perhaps your're referring to something other than the Wikipedia article you cite. That article is pretty clear about polymorphism being the capability of objects of different types to present the same interface to a calling object.
Or perhaps you're just not very familiar with VB (although I find this hard to believe - critics of VB are always incredibly knowledgeable about the platform). VB has implemented interfaces since version 5 (maybe version 4 - I forget).
Admin
But this wouldn't be valid:
baseClass *bThing[2];
bThing[0] = new Window();
bThing[1] = new File();
for (int i = 0; i < 2; i++)
{
bThing[i].open("Whatever goes here");
}
They must be the same objects of different types. Like dogs and cats are different types of animal. Not like how doors and your fist are different types of objects and can both open and close. The examples in the Wikipedia article illustrate the concept more explicitly. Polymorphism allows me not to care about the type of the derived class, I can treat it like the base class and it will behave appropriately according to its type.
Admin
Okay, whose bright idea was it to name a text-mode browser a homonym of another text-mode browser? They couldn't have called it, I don't know, cougar or puma or something?
Admin
Mikulas Patocka
captcha: (whiskey tango) _foxtrot_
Admin
You mean like Microsoft SharePoint?
Admin
So... The Founder had an Egyptian Room, and thought he could cobble together MS Word in 6 months? Sounds like he's in De Nile.
drrrrrrrrrrr.. TISH!
Admin
Yep, that's the danger of all those "shallow learning curve" languages. They're slick enough to impress the boss during a 30-minute demo.
But then when it comes time to do REAL coding, you find out the language hits the wall, due to lack of speed, generality, lack of modularity, shaky interfaces, etc....
Admin
I think the person citing the 80/20 model was just a little confused. It is 80% / 20% of functionality (which should add to 100%). Basically it is the notion that a company can produce a basic product that has has functionality commonly needed, which should be around 80% of the functionality that an individual client wants. Then they build the remaining functionality into releases specific to individual clients. I believe Oracle markets this approach for business software (accounting, human resources, inventory, etc).
Admin
By God, I'm having that engraved on a plaque and hanging it in my cube.
Admin
You're using the wrong keyboard. On mine it's between the ',' and 'p'.
Long live Dvorak!
Admin
Right. This comes from a guy who thinks "fast" is more important than "secure," so we should be surprised?
Admin
I find YOUR POSTS with its RANDOM CAPITALISATION very very HARD to READ.
Admin
Sure it would. Not in a semi-OO language like C++, but in a true OO language like SmallTalk, the equivalent would work fine.
Admin
If, and only if, they share the same base class. Which in C++, they don't. Not even guaranteed in SmallTalk either since from what I gather, not everything has to be derived from a common base class.
And I was trying to illustrate the point (albeit poorly) that Window.open and File.open took in different parameters and couldn't operate as if they were the same thing. The above code would be valid if Window and File were both derived from baseClass.
However, since they aren't derived from a common base class and they are contained within seperate namespaces, the original example (where someone tries to prove VB does polymorphism by pointing out window.open and file.open) is not an example of polymorphism or function overloading.
Admin
It's the "relative" part. ;)
Admin
Exactly. It's not suited to such an app. Not even remotely.
This isn't to say VB isn't useful. It's terribly useful, if you know what to use it for. Problem is, people keep trying to want to use it in inappropriate situations.
Nobody would propose to write a full-featured client/server office suite service in Tcl (another event-oriented scripting language with heavy emphasis on widget-set-based GUI building), but for some reason people who learn VB (which is in many ways better than Tcl but nonetheless useful for approximately the same set of purposes) suddenly start thinking of it as a general-purpose applications programming language. I'm not sure if this is due to the way it's promoted, or the kind of people who tend to learn it, or what, but there is a STRONG tendency for people who know a little VB to get some very strange and unnatural ideas about how that knowledge might be applied.
When I read the words "using Visual Basic 6" in this article, I cringed. Then when I read that the programming team was selected from a VB user group, I began to whimper, knowing that the remainder of this article series would be exquisitely painful to read. The skillset common in a VB group would almost certainly be a complete mismatch for what would be needed to write an MS Office killer. You might as well try to put together a winning football team by recruiting mostly members of the chess club. I'm sure they could learn the playbook, but they're still not going to win the game.
Admin
47.3%, and that's only counting the ones that are made up on the spot. Another 22.5% are made up in advance (e.g., you ask the research department for stats and they don't have them so they basically make them up and give them to you, and you use them assuming they're valid), and a further 28.9% are taken from unreliable sources, such as almanacs, factoid books, and customer surveys.
Admin
In May 2014, Visual Basic 6.0 is 5th and C# is 6th and as usual, VB.NET is 11th. VB6 is king in the jungle, it always was.
Admin
мод хомескапес много денег https://apk-smart.com/igry/logicheskie/488-homescapes-vzlom-mod-mnogo-deneg.html мод хомескапес много денег
P.S Live ID: K89Io9blWX1UfZWv3ajv P.S.S Программы и игры для Андроид телефона Программы и игры для Андроид телефона Программы и игры для Андроид телефона 5c1a799