Tagged Questions

1
vote
8answers
337 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
181 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 …
14
votes
13answers
942 views

Windows Help files - what are the options?

Back in the old days, Help was not trivial but possible: generate some funky .rtf file with special tags, run it through a compiler, and you got a WinHelp file (.hlp) that actually works really well. …
1
vote
14answers
873 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. …
22
votes
14answers
2k views

Is Grails worth it?

This is half rant, half question. Is it worth using Grails? I'm trying to develop a relatively simple database drive web applications. My expertise is in Java so naturally Grails seemed like a good …
24
votes
26answers
2k views

How many lines of code is too many?

see also "How many lines should a method typically have?" One thing that occasionally drives me crazy is reading another person's functions that span 5 vertical monitor lengths, or .cpp files …
1
vote
6answers
177 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 …
207
votes
64answers
11k views

Defend PHP; convince me it isn’t horrible

I made a tongue-in-cheek comment in another question thread calling PHP a terrible language and it got down-voted like crazy. Apparently there are lots of people here who love PHP. So I'm genuinely …
-3
votes
10answers
505 views

As a developer, is it acceptable to be rude to your userbase?

Say, you're a developer and you decide to build your next project incorporating the a well known open source project called Foobar. (names changed to protect the innocent) You reference their online …
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 …
0
votes
5answers
97 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
118 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
113 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 …
-1
votes
0answers
61 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 …

1 2 3 next
15 30 50 per page