2009/9/23-10/5 [Computer/SW/Database] UID:53392 Activity:nil | 9/23 I never took CS188, is there a good book that's an intro to formal
database theory, normalization, etc.? I've got experience with SQL
(MySQL & MSSQL), and understand tables, etc.
\_ You mean CS186?
\_ Oops, yah. 188 is AI or something?
\_ That's right.
...
|
2009/7/28-8/6 [Computer/SW/Database] UID:53213 Activity:nil | 7/27 I have an actual technical question here. My MySQL DBA tells me
that I can't expect a MySQL port to be able to run effectively
on more than a two CPU box, he says that the extra CPUs will
sit there unused. Is this true? I have a bunch of new quad core
servers that I would like to use as Database machines. -ausman
\_ It's not that simple. If you stress test your new fancy multi core
...
|
2009/5/6-14 [Computer/SW/Languages/Perl, Computer/SW/Languages/Web] UID:52961 Activity:kinda low | 5/6 I'm sure you've seen web sites that distribute software by making
a user fill out a form and then e-mailing the user a randomly
generate link to the software that works just once. What software
is used to do this? I'd like to distribute software in such a way.
\_ "Software"? What web server/web application environment
are you using?
...
|
2009/5/5-6 [Computer/HW/Laptop] UID:52950 Activity:moderate | 5/5 Is there a good (or standard) way to make an offline copy of a w
ordpress blog (mine, not someone else's)? tia.
\_ oh man.
\_ I could cobble something together with curl / wget, but I'd
rather not if there is a standard way of doing this. I'm
pretty new to wordpress / blogging and I just want to keep
...
|
2011/6/29-7/21 [Computer/SW/Database, Computer/SW] UID:54133 Activity:nil | 6/29 "An Israeli algorithm sheds light on the Bible"
http://www.csua.org/u/tq4 (news.yahoo.com)
"Software developed by an Israeli team is giving intriguing new hints
about what researchers believe to be the multiple hands that wrote the
Bible."
\_ "Hype developed by an American OnLine News Feed is giving
...
|
2011/4/26-7/13 [Computer/Theory, Health/Women] UID:54095 Activity:nil | 4/26 Is it correct to say that Godel's work on the incompleteness thm
proved the Principia Mathematica wrong?
\_ It didn't exactly prove it wrong; it proved that the true goal of
PM (a complete and consistent set of mathematical truths)
is unattainable. -tom
\_ Ah cool, no this is good. See ok yeah so the main goal of PM
...
|
2011/2/24-4/20 [Computer/SW/Languages/Java] UID:54048 Activity:nil | 2/24 Go Programming Language. Anyone here use it? It kind of
reminds me of java-meets python, and well, that is fitting given it's
a GOOG product. What is so special about it?
\_ as I understand it, it's a suitable OOP-y systems language with more
structure than C, less complexity than C++, and less overhead than
Java/Python.
...
|
2010/8/9-19 [Computer/SW/Security] UID:53917 Activity:nil | 8/9 I got two files, one is size 522190848 and the other is size
521648128. Both sha256 to the same number. (and sha1 too).
I don't think this is supposed to happen, right? (least not with
sha256).
\_ how are you checking?
\_ I burned one file to cd, so i mounted /cdrom and
...
|
2009/4/30-5/6 [Computer/Theory] UID:52923 Activity:nil | 4/30 Sorting question! I have n sorted arrays of doubles. What's the
fastest way to sort them into 1 big sorted array?
\_ as mentioned below: you are describing one half of mergesort
\_ You really have to ask this question?
\_ You don't know either, huh?
\_ If three are n sorted arrays of m doubles each, I think the fastest
...
|
2009/1/13-22 [Computer/Theory] UID:52367 Activity:kinda low | 1/13 I am writing a commandline parser for a class and I could use some
tips for algorithms to use. (The project is over and done so I am
not cheating, but I am dissatisfied with my end result.) I STFW and
didn't come up with too much I liked. I read the source for some
shells like tcsh and that is *WAY* too complicated and relies on
a lot of other code. I know that browsers and other apps have
...
|
|