r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[DevCon2007] DevCon 2007

Pekr
14-Jun-2007
[2465]
I will report back
Rebolek
14-Jun-2007
[2466]
Pekr: I use quicktime alternative, works very well in MPC. Quicktime 
is one of the most terrible things I've ever seen. As terrible as 
Acrobat Reader.
[unknown: 9]
14-Jun-2007
[2467]
I can't get all the movies due to my memoru limit ( on this computer).
Pekr
14-Jun-2007
[2468x3]
hmm, wait a minute, Reichart ....
well, otoh, why should I look for the script - you can download via 
browser manually, no? there is not so many videos anyway ...
?
[unknown: 9]
14-Jun-2007
[2471]
True : )
eFishAnt
14-Jun-2007
[2472]
Always good to get a fix on rebolutionary ideas even if it's just 
once a year.  I am thinking that it is not possible to OD (overdose) 
on innovative ideas.  In the future it would be nice to "Jack In" 
(Johnny Mnumonic movie) the technology dose.  Maybe an earpiece and 
an eyepiece?
Alan
14-Jun-2007
[2473]
what is up with the Reichart.mov ? only 3k  I have qt pro so can 
convert to what ever format ppl want if needed
[unknown: 9]
14-Jun-2007
[2474]
Yeah, that is the one my seemed to hang on too.
Gabriele
14-Jun-2007
[2475]
90% of the time i just use MPlayer. the remaining 10% VLC.
DideC
14-Jun-2007
[2476]
.
Cyphre
16-Jun-2007
[2477x3]
this is a version with partial download:
foreach file [
	%01_opening1.mov
	%02_opening2.mov
	%03_carl1_1.mov
	%04_Carl1_2.mov
	%05_Francois.mov
	%06_Maxim1.mov
	%07_Carl2.mov
	%08_Ladislav.mov
	%09_Sunanda.mov
	%10_Carl3.mov
	%11_Reichart.mov
	%12_Maxim2.mov
	%13_Ron.mov
	%14_Nicolas.mov
	%15_Concluding.mov
] [
	if error? try [ 

  in: open/direct/binary join http://ead.ephe.sorbonne.fr:81/R7/ file
		out: open/new/direct/binary/write file

  len: to-integer (to-integer in/locals/headers/content-length) / 1024
		siz: 0
		chunk: 4096
		print ""
		while [data: copy/part in chunk][
			siz: siz + length? data

   print ["^(1B)[Awriting file:" file to-integer siz / 1024 "KB of" 
   len "KB..." ]
			insert tail out data
		]
		close in
		close out
		in: out: none
	][

  print ["ERROR during transfer of" join http://ead.ephe.sorbonne.fr:81/R7/ 
  file] 
	]
]
(don't know why but I'm getting some strange error when not set the 
ports to none under REBOL/View 2.7.5.3.1 16-May-2007, otherwise with 
setting to none it works ok)
Anton
17-Jun-2007
[2480]
You redefined 'in
BrianH
18-Jun-2007
[2481]
I grabbed them with a download manager, except for Reichart's which 
404s.
Alan
18-Jun-2007
[2482]
BrianH, there is a problem with that file as Reichart can verify
[unknown: 9]
18-Jun-2007
[2483x3]
I'm still looking into it.
My video is there and works, I DLed it and played it.  I'm currently 
UL it to Qtask so we have it for ever.
The quality though is REALLY bad, and I talk too fast.
We need to get our act together for future conf to record evrything 
well.
Henrik
18-Jun-2007
[2486x2]
reichart, the way you talked seemed very appropriate for a podcast
I enjoy listening to Macbreak. A bunch of mac nuts get together and 
talk (sometimes) about mac and apple in general, but if it weren't 
for the lighthearted mood and humor, I wouldn't be listening to it. 
Perhaps a bunch of rebol nuts could get together like this and exchange 
ideas and talk gripes and goodies for rebol, about what you do with 
rebol and how it fits into your daily life.
Maxim
18-Jun-2007
[2488]
next devcon I will take care of the video.  I will bring a real recorder 
(or rent one wherever we are) and bring a tripod, even make a few 
lighting tests beforehand.  my labtop has firewire input so we will 
be able to grab and release feeds within the hour (or two ;-).
Henrik
18-Jun-2007
[2489x2]
maxim, here's a good camera to use: http://www.red.com/
:-)
Maxim
18-Jun-2007
[2491x2]
wow!  what a beautifully ogrish piece of tech!
my god that camera is a BEAST !!!  12 MPx  at 60 fps (60 FULL frames 
and in 12 bit RAW / per channel )
Henrik
18-Jun-2007
[2493]
yes, it's a pretty crazy camera. digital cinema photography is finally 
growing up.
PhilB
20-Jun-2007
[2494]
Thr Red is supposed to be awsome .....  they talk about it all time 
on Twim (this week in media).
Pekr
20-Jun-2007
[2495]
Does it have REBOL installed as an interpreter, so that you could 
a bit automate filming, and go out for coffee? :-)
amacleod
31-Jan-2008
[2496]
I do not seem to be able to connect to the devcon 2007 site. I want 
to review a couple of the seminar videos. Any idea where to get them?
Reichart
31-Jan-2008
[2497]
If no one steps up with them, I have a copy of them all on Qtask...
Josh
17-Apr-2008
[2498x2]
Yeah, what happened to the devcon site?
Reichart, if you have those videos, I would like to see them
Reichart
17-Apr-2008
[2500]
I do have them...but let me confirm, does anyone here know of another 
source?
BrianH
17-Apr-2008
[2501x2]
I think I still have them.
Better yet, the web site I downloaded them from still has them!
http://www.sahores-conseil.com/?q=node/2
Josh
17-Apr-2008
[2503]
THanks!
BrianH
17-Apr-2008
[2504]
I got the source to Carl's slide show script from his blog - don't 
know whether it's still there.
Reichart
17-Apr-2008
[2505]
Cool....
BrianH
17-Apr-2008
[2506]
FlashGet has been my friend.
Reichart
18-Apr-2008
[2507]
What is FlashGet?
BrianH
18-Apr-2008
[2508x3]
The download manager I used to download the videos, which is very 
good at managing the downloads after the download is done.
Keeps track of referring pages, lets you make file comments, etc.
I don't like it much now, but haven't found anything better yet.
Reichart
18-Apr-2008
[2511]
Interesting.
BrianH
18-Apr-2008
[2512]
I use it to keep my downloaded programs updated, by keeping track 
of where they came from so I know where to look. Qtask could probably 
use something like this in its files section.
Pekr
18-Apr-2008
[2513x2:last]
I might have those videos too ...
hmm, maybe not, just slides here. I had videos from both devcons 
on my old pc, which is now sold to my friend and hd formatted, so 
no luck here ...