Outgoing Fedora Project Leader Max Spivack talks to Linux.com (video)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Outgoing Fedora Project Leader Max Spivack talks to Linux.com (video)
# 1  
Old 01-18-2008
Outgoing Fedora Project Leader Max Spivack talks to Linux.com (video)

Fri, 18 Jan 2008 21:00:00 GMT
We caught up with Max at FUDCon. He told us how much he has enjoyed being the Fedora project leader for the past two years, and why this is a good time to hand the reins to someone else. Max will still be working for Red Hat, and even though he will no longer be head Fedora honcho, he'll still be involved with the project. But that's enough from us. Let Max tell it in his own words.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies

2. Red Hat

Fedora 17 - No video after boot

Hi, I'm new to the Linux world and I'm having issues. Screen goes blank after Fedora boots up. I can see the POST and Fedora Grub screen but afterwards, goes blank. I believe I installed something but I cant remember what....its been a couple days. (0 Replies)
Discussion started by: gps1976
0 Replies

3. Red Hat

Firefox no audio on fedora while streaming video

My apology if i'm not on the right forum to post. Hope anybody out there could help me out with this problem. i'm running firefox 3.5 on fedora, then streaming video from websites like youtube produces no audio. i have flash-plugin from adobe installed on the system here is the what i have... (1 Reply)
Discussion started by: etcpasswd
1 Replies

4. Red Hat

Video: Spotlight on My Fedora

</p>Download this video: Ogg Theora] John “J5″ Palmieri explains how the Fedora community–codename MyFedora–is bringing Fedora users together by integrating self-contained applications into a single framework application. This interface enables Fedora users to see and keep track of what... (0 Replies)
Discussion started by: Linux Bot
0 Replies
Login or Register to Ask a Question
DTK_VIDEO_GETSTATE(3)						Draw Toolkit manual					     DTK_VIDEO_GETSTATE(3)

NAME
dtk_video_getstate - returns the current state of a video texture SYNOPSIS
#include <dtk_video.h> int dtk_video_getstate(dtk_htex vid); DESCRIPTION
This function returns the state of a video texture referenced by vid created by one of the functions dtk_create_video_*(3) and is a BITOR combination of the following flags: DTKV_PLAYING : Indicates whether the video is paused or playing DTKV_EOS : Indicates that the end of the video stream has been reached RETURN VALUE
This function returns the state of the video in case of success, -1 otherwise. SEE ALSO
dtk_load_video_file(3), dtk_load_video_gst(3), dtk_load_video_test(3), dtk_load_video_udp(3), dtk_load_video_tcp(3), dtk_video_exec(3) EPFL
2011 DTK_VIDEO_GETSTATE(3)