6
votes
3answers
109 views
On the ridicolousness of horizontally aligning a div in the middle of a page.
Let's say I had a simple page, made of a centered image (sized 400x300, e.g.) and a block of text (say, my latest tweet) below it. So far so good.
Now the tweet can be wider than the image. Ugh. I …
1
vote
8answers
367 views
Why is Lua so ignored? [closed]
[asking this at extreme risk of getting closed as S&A, hope it isn't as I want to improve Lua's visibility]
Everywhere I go from code-golf questions to anything relating scripting, people chant …
0
votes
7answers
194 views
Oracle’s default date format is YYYY-MM-DD, oh dear god, WHY???
Oracle's default date format is YYYY-MM-DD. Which means if I do:
select some_date from some_table
...I lose the time portion of my date.
Yes, I know you can "fix" this with:
alter session set …
1
vote
6answers
181 views
Why is my compiled code so much slower on Windows than the same code compiled on OSX? [closed]
I am working on a cross-platform application that does some heavy number crunching. Specifically, it does some logarithmic spectral smoothing, i.e. many logarithms, trigonometric functions and …
1
vote
1answer
11 views
Why do my indexes get dropped when I change an Index’d view’s schema?
Hi folks,
Server: MS Sql Server 2008
When i create an indexed view .. and i then alter the view's schema, the index's all get dropped.
It's sooo annoying!
Can someone explain why this is? At first …
0
votes
0answers
57 views
xmi metadata interchange/uml
One of the purposes for XMI (XML Metadata Interchange) is to allow and easy interchange of metadata between UML modeling tools and MOF- based metadata repositories in distributed heterogeneous …
1
vote
14answers
884 views
MATLAB: Defective or just different?
As an engineer and a "real" programmer, I often find that I despise MATLAB because none of the standard programming concepts that work in just about every other language are easy to express in it. …
0
votes
5answers
98 views
Failed to see the value of LINQ [closed]
I have been studying LINQ (a few days so far), as the end result, I failed to see the value of LINQ as a long time OO developer (I am not an SQL person).
LINQ to Objects:
If the developer is from …
0
votes
2answers
121 views
No max(x,y) function in Access
Can someone explain to me how VBA for Access could ship without a simple Max(x,y) Function?
I know it can be done: IIf(x > y, x,y) but really... why?
1
vote
1answer
115 views
RANT: Obvious missing features from WPF built-in controls [closed]
It's great that WPF is so flexible, but some of the built-in controls just don't cut it. The ListView + GridView control is the worst I've come across so far.
Here's my laundry list of features that …
4
votes
8answers
169 views
Software Development - would you ever refer to it as an art?
For an aspiring theatre actor, making it to broadway probably represents success.
For a karate newbie, achieving a black belt, probably means everything.
As a passionate programmer who just doesn't …
0
votes
1answer
92 views
Splitting Panes in XCode - I Wish I had My Emacs :(
I finally figured out how to split panes in Xcode, and I even finally found out that if I hold option when I split panes, I can do a vertical split too.
But I seem to have run into a bug. When I …
2
votes
6answers
343 views
Is magento really opensource?
For the last month or two I have been trying to wrap my head around Magento, with a moderate degree of success. While it has been billed as the next great e-commerce system , I have come to realize …
3
votes
19answers
571 views
Good programmer is the one that put code into production?
Recently I found on a blog this:
" So I changed my mind and now my
single reason that identify good
programmers is “A good programmer is
the one that put code in production”
it means that …
-1
votes
0answers
62 views
why does rpc:multicall() generate random badnodes
I have been making calls to my back-end servers via rpc:multicall(). (I have one front-end server and 2 back-end servers). Every so often I get one or more entries in the badnode portion of the …
