― Professor Challenger (ex machina), Wednesday, 29 September 2004 15:34 (twenty-one years ago)
― Andrew (enneff), Wednesday, 29 September 2004 15:35 (twenty-one years ago)
― ken c (ken c), Wednesday, 29 September 2004 15:36 (twenty-one years ago)
― Professor Challenger (ex machina), Wednesday, 29 September 2004 15:37 (twenty-one years ago)
― Andrew (enneff), Wednesday, 29 September 2004 15:38 (twenty-one years ago)
― Ed (dali), Wednesday, 29 September 2004 15:40 (twenty-one years ago)
― Andrew (enneff), Wednesday, 29 September 2004 15:41 (twenty-one years ago)
― Professor Challenger (ex machina), Wednesday, 29 September 2004 15:42 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Wednesday, 29 September 2004 15:42 (twenty-one years ago)
― DV (dirtyvicar), Wednesday, 29 September 2004 15:44 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Wednesday, 29 September 2004 15:44 (twenty-one years ago)
― Ed (dali), Wednesday, 29 September 2004 15:45 (twenty-one years ago)
― Andrew (enneff), Wednesday, 29 September 2004 15:45 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Wednesday, 29 September 2004 15:46 (twenty-one years ago)
― Ed (dali), Wednesday, 29 September 2004 15:46 (twenty-one years ago)
You've never seen my code. It is truly a thing of beauty.
― Andrew (enneff), Wednesday, 29 September 2004 15:47 (twenty-one years ago)
"2004/09/23 13:00:00" = ok I suppose"9/23/2004 1:00:00 PM" = dud
― Professor Challenger (ex machina), Wednesday, 29 September 2004 15:47 (twenty-one years ago)
― ken c (ken c), Wednesday, 29 September 2004 15:48 (twenty-one years ago)
― Andrew (enneff), Wednesday, 29 September 2004 15:50 (twenty-one years ago)
This is one of those computer science things I get obsessive about. I wanna have a datetime datatype with a minimal unit of time safe for scientists to use for storing particle physics shit. And I want the range to be able encompass the history of the entire universe
xposssst
― Professor Challenger (ex machina), Wednesday, 29 September 2004 15:52 (twenty-one years ago)
― Professor Challenger (ex machina), Wednesday, 29 September 2004 15:53 (twenty-one years ago)
>DATETIME is fucking bullshit because all you need is the number of seconds since Midnight, January 1st 1970. It's by far the simplest way of doing anything ever!
that's ok for you young'uns born after 1970 but what about the rest of us? or historians, what would they use? 8)
― koogs (koogs), Wednesday, 29 September 2004 15:54 (twenty-one years ago)
― Ed (dali), Wednesday, 29 September 2004 15:54 (twenty-one years ago)
No seriously, install mysql or something and go from there reading the manual till its set up and working for multiple users from another application.
― Mr Noodles (Mr Noodles), Wednesday, 29 September 2004 15:55 (twenty-one years ago)
IIRC the original mac's datetime type was clocked to 1859 -- when the US Naval Observatory started keeping records I think.
I'd really like a good datetime type. I'm sure OS X's datetime type is something fun.....
Also, what datetime type do computers in time machines use?!?
― Professor Challenger (ex machina), Wednesday, 29 September 2004 15:56 (twenty-one years ago)
xpost
― ken c (ken c), Wednesday, 29 September 2004 15:56 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Wednesday, 29 September 2004 15:57 (twenty-one years ago)
― ken c (ken c), Wednesday, 29 September 2004 15:57 (twenty-one years ago)
It annoys me when people use varchar for things that are just dates, as they rarely make it impossible to put nonsense in there, and that makes writing simple code very hard, as you're always having to allow for records with '00000000' or some such in the date columns.
― Martin Skidmore (Martin Skidmore), Wednesday, 29 September 2004 15:58 (twenty-one years ago)
― {Sand in the [vaseline} on the lens] (x Jeremy), Wednesday, 29 September 2004 15:59 (twenty-one years ago)
― Ed (dali), Wednesday, 29 September 2004 16:00 (twenty-one years ago)
from a, b
where a.linkthisfieldfromawith = b.thisfieldfromb
― ken c (ken c), Wednesday, 29 September 2004 16:02 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Wednesday, 29 September 2004 16:03 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Wednesday, 29 September 2004 16:04 (twenty-one years ago)
any use? it's all just selects at the end of the day (or updates, inserts)(actually, i guess the WHERE clause is common to all these and that's where all the comparisons happen so...)
look into Third Normal Form as well
― koogs (koogs), Wednesday, 29 September 2004 16:07 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Wednesday, 29 September 2004 16:07 (twenty-one years ago)
― ken c (ken c), Wednesday, 29 September 2004 16:08 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Wednesday, 29 September 2004 16:12 (twenty-one years ago)
― Markelby (Mark C), Wednesday, 29 September 2004 16:35 (twenty-one years ago)
― ken c (ken c), Wednesday, 29 September 2004 16:53 (twenty-one years ago)
ed, linux, apache, mysql, php and, importantly, something concrete to do (yet another cd database?) and just get stuck in. sql isn't rocket science. php lets you see real results as real web pages fast. edit, ZZ, refresh, repeat.
― koogs (koogs), Wednesday, 29 September 2004 17:28 (twenty-one years ago)
― TOMBOT, Wednesday, 29 September 2004 17:37 (twenty-one years ago)
compile it. oh, wait... 8)
― koogs (koogs), Wednesday, 29 September 2004 17:37 (twenty-one years ago)
― TOMBOT, Wednesday, 29 September 2004 17:38 (twenty-one years ago)
I used to have know too much about databases, but my knowledge has gone rusty through blessed neglect.
― Ricardo (RickyT), Wednesday, 29 September 2004 18:03 (twenty-one years ago)
if this was slashdot i'd say gentoo!
aren't there binary openacs for mac available or is that missing the point?
isn't there a knoppix-alike for ppc? (um, yes, kinda, http://debian.tu-bs.de/knoppix/powerPC/)
― koogs (koogs), Wednesday, 29 September 2004 18:17 (twenty-one years ago)
I love you, vi friend!
― Professor Challenger (ex machina), Wednesday, 29 September 2004 18:21 (twenty-one years ago)
um, all the LAMP tools (apart from the L!) should be available on macs and things like postnuke / phpnuke inhabit the same solution space as openacs (don't they?)
― koogs (koogs), Wednesday, 29 September 2004 18:32 (twenty-one years ago)
I'm also one of those people who learned SQL (and PostgreSQL) by osmosis. I found (the hard way) that sometimes, the obvious way of phrasing a SELECT query can be 10 or 50 times slower (on PostgreSQL) than the non-obvious way; so it can pay to play about a little.
― caitlin (caitlin), Wednesday, 29 September 2004 19:50 (twenty-one years ago)
thanks for the PPC knoppix link!
― TOMBOT, Wednesday, 29 September 2004 19:58 (twenty-one years ago)
Numbers below zero? Really, this is very simple.
― Andrew (enneff), Wednesday, 29 September 2004 23:55 (twenty-one years ago)
― Professor Challenger (ex machina), Thursday, 30 September 2004 00:05 (twenty-one years ago)
I wanna write/design a three-valued logic language where all variables are tables, but which is procedural in evaluation. And then throw in easy ways to do web output/input, forms, etc. It would overtake Php/MySQL in a heartbeat. I'd call it PiQL -- procedural instantiated query language. (pickle). I'm not sure how it would implement the relation between database granular locks and java-type threadlocks, but they'd absolutely be linked.
Normalization ends up being thrown out the window usually in real-world large scale applications, since databases get optimized for particular query/input types.
Man I could so fucking be a DBA for real cashmoney instead of my job now.
Hardest code nightmare lately -- writing around SQL's lack of an outerjoin in the table types and version we're using. A basic query of a funny schema turned into a f-f-f-ing nightmare. It was tempting to throw in the towel and solve some of the problems in procedural calls, and I think I eventually did.
― Sterling Clover (s_clover), Thursday, 30 September 2004 05:39 (twenty-one years ago)
and dates before (does calculation on fingers...) 1902? what then? 8)
> except that time_t is an unsigned 32 bit int. I suppose you could> make a signed 64 bit big_time_t and keep the same zero date....
and you thought the y2k bug was a big deal... 8)
> phpnuke is fucking gay.
er, ok 8) i find it does usually require a bunch of customisation or it ends up looking exactly like all the other sites done using it. plus it was originally written for old versions of php and could do with a serious update (disclaimer: i haven't used it in 2 years) but it's a start.
oh, and the beauty of developing in php is that you can :w and hit refresh button and not even bother with the :wq mentioned above (unlike, say, what i'm doing at the moment which is 'ant all, (wait 3 minutes whilst it compiles), ant deploy, (wait 3 minutes until jboss deploys the new ear), ant get, ant package, ant run', rinse, repeat. sigh)
― koogs (koogs), Thursday, 30 September 2004 06:46 (twenty-one years ago)
~
http://www.willdabeast.co.uk/phpinfo.php
― willdabeast, Thursday, 30 September 2004 07:06 (twenty-one years ago)
― Andrew (enneff), Thursday, 30 September 2004 07:16 (twenty-one years ago)
Meh, this is probably not helpful.
― Core of Sphagnum (Autumn Almanac), Thursday, 30 September 2004 07:22 (twenty-one years ago)
Wil
― willdabeast, Thursday, 30 September 2004 07:55 (twenty-one years ago)
It's finding the time to do it. I've got a dual processor P3 server runnign gentoo at work and projects a plenty to do, plus my ultrasparc at home. I do like the soft comforting feel of paper. However, links to good web PHP/PostgreSQL tutorials would be appreciated.
― Ed (dali), Thursday, 30 September 2004 10:33 (twenty-one years ago)
Well, ant is a bit pish, and has always seemed deathly slow whenever I've used it. Is there no way you can convert from ant to make?
― caitlin (caitlin), Thursday, 30 September 2004 10:44 (twenty-one years ago)
php.net has a php tutorial. there's a starter on webmonkey as well and an sql tutorial posted above. plenty of other listed by google. i started with phpnuke and customising that then threw it all away and started rolling my own front ends to various dbs (cd database, xml db, blog...).
― koogs (koogs), Thursday, 30 September 2004 11:03 (twenty-one years ago)
am being forced to use netbeans on win2k (and work with 3 other people who wouldn't know the CLI if it bit them) so make's not an option. in netbeans it's just a double click to run things BUT there are 6 things to run, half of them conditional. the deploy is the killer as you have to manually check that jboss has finished (and correct as 25% of the time it fails)
― koogs (koogs), Thursday, 30 September 2004 11:09 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Thursday, 30 September 2004 12:09 (twenty-one years ago)
― ken c (ken c), Thursday, 30 September 2004 12:18 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Thursday, 30 September 2004 12:37 (twenty-one years ago)
― caitlin (caitlin), Thursday, 30 September 2004 13:42 (twenty-one years ago)
― Professor Challenger (ex machina), Thursday, 30 September 2004 13:44 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Thursday, 30 September 2004 15:37 (twenty-one years ago)
(yeah, you can write your own ant plugins but i didn't want to have to learn the java to do it!)
and also some way of forcing copies etc - it would often not do things because it deemed them unnecessary.
makefiles can be massively complex, the one at the last company was a bitch that only one person knew how to modify (and he wasn't always sure). that said, the build environment was largely to blame - it required >6 screenfulls of cc -I compiler options!
― koogs (koogs), Thursday, 30 September 2004 15:58 (twenty-one years ago)
WAY TO DELIMIT INCLUDE PATH WRONG
― sometimes i like to pretend i am very small and warm (ex machina), Wednesday, 13 October 2004 16:01 (twenty-one years ago)
― Mr Noodles (Mr Noodles), Wednesday, 13 October 2004 16:54 (twenty-one years ago)
― sometimes i like to pretend i am very small and warm (ex machina), Wednesday, 13 October 2004 17:33 (twenty-one years ago)
― teeny (teeny), Monday, 1 November 2004 00:01 (twenty-one years ago)
Stupid fucking jackass DBA consultants... Go hurl yourself off the top of a building.
― Elvis Telecom (Chris Barrus), Wednesday, 8 November 2006 00:26 (nineteen years ago)
― Mr. Snrub (Mr. Snrub), Wednesday, 8 November 2006 03:24 (nineteen years ago)
― Eyeball Kicks (Eyeball Kicks), Wednesday, 8 November 2006 03:37 (nineteen years ago)
― roc u like a ยง (ex machina), Wednesday, 8 November 2006 04:33 (nineteen years ago)