- Feature Articles
- CodeSOD
- Error'd
- 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
Lay off VB. Anything you can do in whatever bastardized environment you call a programming language, i can do in VB. And if cross platform execution isn't an issue, I can do it in three varieties of assembly. :P
Admin
If you ask a question in the forest and never wait for the answer, will Schrödinger's yogi hear you?
Admin
Admin
So I guess before government came along to bestow the minimum wage upon us mere mortals, nobody got paid anything and everyone starved to death. That would account for how most everyone born before 1894 (the first minimum wage law) is dead now.
But it still doesn't explain why anyone working today finds it possible to command more than the minimum wage.
Admin
Q: How does an appendix burst?
A: The table of contents collapsed
Admin
Not yet, but soon. Paula says the project is coming along quite nicely.
Admin
Admin
Heh, if you think you can remove a coccyx without loss of functionality, do it and see how well you stand upright, defecate, keep balance while sitting, etc.
Admin
And if you're in .NET world (which this WTF doesn't seem to be), every language is neutered and mangled to become C-like anyway. Even—amusingly enough—APL.NET.
Admin
Maybe there is a trigger tied to the first select statement that actually performs some work.
That is why all of the code was commented out. It moved to the stored procedure.
Elementary, Watson.
(Not Alimentary like a lot of the comments)
Admin
I admit I am biased towards VB. When I started this job I inherited a complex Winforms app written in VB over a single weekend by a dev who moved on shortly after. Dude was seriously bipolar and got fired after what I hear was an epic curse-ridden outburst towards a manager.
None of this prevented them from moving the aforementioned Winforms app to production after a day's testing though. Maintaining it provides me with many joyful hours of head-desk interaction.
Admin
Brillant news!
Admin
I expect comments about embedded systems without a file system
Admin
Admin
Usually i see "p" used to mean passed (as in passed to the function/stored procedure) and "l" to mean local. It helps the coder spot where the variable came from so if it causes problems, makes it a lot easier to troubleshoot the source.
We use this in our stored procedures as after 50 or so calls to edit variables form the database it's nice to know where something came from.
Admin
I aM surPRisEd thAt yOU vB lovIng pEOplE stiLL rEmeMbER wHerE tHe
CApItaLs gO aNd mAnaGE tO gEt soMe PuncTUaTiOn In tOo
END SentenCe
Admin
Oh...that explains the references to Appendix and Coccyx...It was all being passed
Catpcha: didjabringyagrogalong
Admin
Well, pardner. . . If you want to write code fast, use your VB and PHP. If you want to write fast code, then use C.
Flight Control systems are written in C. Period. C. Not C++, not C#. C. If you don't like that, take the bus.
Admin
I can fax the code to your FTP server if you give me your number.
Admin
Grr meant to include:
Admin
Admin
"She's not your type. Your type's much stupider than her."
Admin
Admin
Admin
So why am I always hearing about C++ development roles at Amadeus?
Admin
Sure here you go:
Admin
Admin
bullshit.
PLacing some code here that is totally out of context cannot infringe any contracts.
ofc if you had a company name, the project etc then you ar eonto some thing but thats what censor ship is for ...
nobis: genius
Admin
Is google broken for you? here's a quick list of flight control applications in other programming languages:
ADA: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.113.7042&rep=rep1&type=pdf
Forth (Spacecraft): http://forth.gsfc.nasa.gov/
C++: http://icas-proceedings.net/ICAS2008/PAPERS/078.PDF
And if UAVs count, C#: http://www.hiskey.us/AUAV/default.aspx
Admin
Yeah, but they don't set it to Nothing, meaning it doesn't necessarily die when the function (or page / application) ends. Too many orphaned handles makes ADO cry and sulk in a corner.
Admin
I know for a fact that my job is a WTF. I'm a web developer and I see horrible HTML, CSS, JavaScript, and PHP every day. It seems good developers are the exception, not the rule, no matter what the language.
captcha: transverbero - The sound of a verb echoing through a hallway.
Admin
I humbly stand corrected.
Admin
Further evidence that the Internet demonstrates that people don't grow out of the viciousness all children display, they just usually learn to mask it in real life...which just proves, somewhat circularly, I suppose, that the Internet is not real life...
Admin
Being a .NET dev i can whole heartedly agree. The sins/abortions of nature that have appeared in some of the HTML I've had to work with shouldn't be put upon this Earth by any rational human being.
Admin
Today, a "web developer" came and asked me to test our QA website with my cell phone. We do have a public facing website, but it's a locked down production box.
After staring at him for a moment and asking "Are you sure you mean the QA website?" He said "Yeah. I wanna check a change I just put there from the public side. Be sure to put http:// in front of it!"
This wasn't a fresh outta college/someone who's never touched a website before. This was a guy who has been putting html out into our website for years now.
After trying to figure out if he was really asking me to somehow resolve a server name that lacked a TLD. I still think he doesn't know what a DSN server actually does.
I'm scared of everything he does now....though this'd make a good short WTF.
Admin
Fixed that for myself
Admin
Fixed that for myself
Admin
Admin
Admin
Granted, it takes a wee bit more than HTML to make the internet run. Those of us who run a domain single-handedly get familiar with quite a bit of stuff. But not being aware of that does not necessarily imply one is a horrible HTML coder. Conversely, some of the worst HTML I've ever seen has been written by the people who run the servers (whether HTTP, DNS, firewall, proxy, router or what-have-you).
Worst outside of FrontPage, that is.