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/4/28-5/5 [Computer/HW/Drives] UID:52920 Activity:nil | 4/28 Anyone here have experience with solid state drives in the server
environment? I am mostly worried about reliability, longevity, and
performance. I've read a couple of articles saying that OSes
really need to be SSD optimized before this can be considered
truly viable and yet every vendor from Dell to Sun to Apple is
shipping these. Are they ready for prime-time on an important
...
|
2008/8/27-9/3 [Computer/SW/Languages/Ruby] UID:50985 Activity:nil | 8/27 Is Ruby on Rails similar to CGI? Or maybe just something with an
object-relationship mapping between objects and DB?
\_ it's an entire application server framework. You define your
views, your models, your control, and Rails makes all the connecting
parts. DB mappings included. Also it's all written in Ruby,
which is an odd language. So, for example, you'd replace not just
...
|
2006/4/6-7 [Computer/SW/Database] UID:42713 Activity:kinda low | 4/6 mysql expert, I've created a db with mixed innodb and isam tables.
The isam tables have *.MYD and *.MYI (data and index). However the
innodb tables only have a small *.FRM file. Copying isam tables
works (when your db is shutdown) but it's not true with innodb.
Where is the actual data and index located for innodb and how
do you copy them? Thanks.
...
|
2006/3/25-26 [Computer/SW/OS/FreeBSD] UID:42421 Activity:very high | 3/24 Wow! FreeBSD sure is stable! After seeing soda's amazing uptime
record, I sure want to go replace my Linux boxes with FreeBSD!
Please do not delete this, or burn down Linus' house because I have
blasphemed the holy FreeBSD. I'd love to see a genuine discussion with
examples from both sides comparing the stability of *modern* FreeBSD
and Linux machines running on x86 hardware. -dans
...
|
2006/3/14-16 [Computer/SW/Database] UID:42233 Activity:nil | 3/14 Hello Oracle experts. Is there a reason why .getProcedures takes
so long to execute? I've tried using different jdbc connectors
from different vendors and have the same results, so I think
it must be the DB hog backend. Why does it take so long?
try{
DatabaseMetaData dbmeta = con.getMetaData();
...
|
2008/7/9-11 [Computer/Networking] UID:50505 Activity:nil | 7/9 djb vindicated. bind 8 sucks. the Secret Cabal That Runs The
Internet fixed bind 9. I will now run qmail and daemontools
and djbdns exclusively.
\- i installed djbdns on a machine years ago, and the machine was
never quite the same after that.
\_ Preach on, brother!
...
|
2006/12/22-26 [Computer/Networking] UID:45487 Activity:kinda low | 12/22 Does anyone know if there's a system call to test if a port is
availible without actually attempting to bind to it? Such a call
would be really useful for me.
\_ You could try to connect to it.
\_ You could also parse the output of "netstat -an" to see if
there's anything listening on the port. Are you sure this
...
|
2006/11/10-12 [Computer/SW/Languages/Perl] UID:45314 Activity:nil | 11/10 perl question: I want to bind the result of a pattern match on one
variable to another variable. I constantly find myself doing something
like:
$myvar1 = $long_string;
$myvar1 =~ s/.*(regex.*)/$1/g;
and it seems silly to do an assignment followed by a modification.
...
|
2006/10/31-11/2 [Computer/SW/OS/Windows] UID:45057 Activity:moderate | 10/31 A friend of mine said he's loving Microsoft again because Bill G
is starting to donate all of his money to charity. He's boycotting
Google, Yahoo, and other mega companies because they're too big and
too power and thinks they're all becoming the old Microsoft, whereas
Microsoft has recently done a lot of good things like investing in
education and charity. He just paid for a copy of Microsoft Windows
...
|
2006/4/30-5/2 [Computer/HW/Display] UID:42865 Activity:low | 4/30 ATI is teh suck.
\_ Agreed. --michener
\_ ATI has decent support. Driver/sw updates are easy to get.
I have the ATI All In Wonder 8500 and I'm pretty happy with it.
What's wrong with your ATI card?
\_ 1. I bought a peripheral from them that refused to install out
...
|
|