Home arrow Guestbook (new)
View guestbook

These are the entries in our guestbook

Search guestbook entries - Write in guestbook

Display # 

erhan
2010-04-14

merhaba
size istanbuldan yazıyorum.bilgi işlem uzmanıyım.yaklaşık olarak 1 sene öncesine kadar microsoftdan başka bir sistemin kullanıcı dostu olmadıgı yönünde kendi bilinç altımda bazı saplantılarım vardı.ne hikmetse yolum bir gün kadıköye düştü ve sizin linux ağ yönetimi isimli kitabınızı gördüm.bu kitabı 16 tl ye hiç düşünmeden hemde aldım.zira microsoft eğitimi için yaklaşık 5000 tl ödemiş (şu an 10000 tl lerde geziyor bu rakam) biriyim.dedim ki 16 tl ye nasıl koca linux öğretilebilir.harbiden meraklanmıştım.kitabı okurken tam anlamıyla bir şok geçirdiğimi belirtmek istiyorum.zira açık kaynak kodun gerçekten ne kadar güçlü oldugunu bazı linuxlarla ugraşırken gördüm.şu an sanal makinada yaklaşık 6 linux makinam var ve bunlar la uğraşmak benim için artık hobi derecesine varmış durumda. benim sizden naçizane bir istegim olucak.yaklaşık 1 aydır Qmailtoaster üzerinde yoğunlaşmış bulunuyorum.centos üzerinden qmail admine baglandıgımda port 80 uyarısı alıyorum.centos makinanım ismi q.domain.com domain saglayıcım ise domain.com olarak belirtilmiş durumda.açılışlarla ve servislerde hiç bir sorunum yok.malesef bu uyarının sebebini hiç bir yerde bulamadım zira local ortamda bu uyarıyı bana vermemesi gerekiyordu.ayrıca qmail hakkında başka sorularımda olabilir.vaktiniz olurda bunları okursanız bana cevap yazabilir misiniz?

Andreas
2010-01-22

Thanks for the news
Hello Görkem, I am happy to see the news in your blog. ;) Very kindly of you. Best regards Andreas

This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Homepage

Cihan Necat KAVİ
2010-01-14

Hocasının paylaştığı bilgilerin değerini sonradan anlamış bir öğrenciden...
Görkem hocam, İş yeri sizden pek uzakta olmayan (2 kat altta), gittikçe sizin gittiğiniz yola yakın olduğunu düşünen bir öğrencinizim. Sizden bahçeşehir üniversitesindeyken network dersi aldığımı zannediyordum sadece. Daha sonradan farkettim ki farkında olmadan linux ve opensource yazılım dünyasına beni ısıtmışınız. Şimdilerde kopamadığım, kaybolmaktan zevk aldığım bir dünyanın içinde yaşıyorum. Teşekkür ediyorum. Sizinle beraber çalışabilme şansım olmasını çok isterdim. Sizden daha bir çok şey öğrenebileceğimi biliyorum. Görüşmek Üzere, Cihan Necat KAVİ

Michael Clagett
2009-10-09

Question about the Atom Processor
Hi --

I saw a post you did on the NUI forum earlier this year in which you said you had done some work with the Atom processor. I tracked you down via Google (you can run but you can't hide) :) and I am hoping that you won't mind this intrusion and my asking a couple questions of you. I am considering an Atom dual core for a project that I'm about to do, but not really sure whether or not it is a suitable chip for my purposes. I was hoping you might be able to offer me some guidance, based on your experience with the Atom.

I'm thinking about using the Atom as the main application execution engine for a dedicated audio sequencer I am looking to build. This would be a device that would have a rich user interface like a number of the software products that run on Windows and the Mac (Protools, Sonar, etc.) and would present the user with a virtual studio and a multi-track record and playback capabilityof both MIDI and audio tracks. It would also add significant support for a musical performance scenario along the lines of what Ableton Live provides, but it would run on dedicated hardware and most likely on some real-time OS -- or at least a version of Windows or Linux that has significant real-time support. I don't know if you are familiar with any of these programs I mention, but suffice it to say, this would be a taxing and demanding application.

I'm envisioning supplementing the main core processor with a dedicated MIDI processing system (probably one of the more recent MidiBox implementations that is based on the STM32 ARM processor) as well as one or more dedicated signal processing boards (possibly the BlackFin DSP device from Analog Devices). So what would be left for the Atom unit to do would be handle the user interface, the significant and complex object model that will underlie the virtual studio, file handling, as well as coordination of activities farmed out to the MIDI and DSP processors.

So my first question is whether it sounds to you right off the bat that this is too big a job for an Atom dual core to handle? The signal processing boards will be DMA-enabled, so much of their activity will not place many demands on the Atom. Likewise, MIDI data is intrinsicly relatively lightweight (compared at least to typical audio or video data streams) and all of the audio and MIDI IO would be handled by these separate boards. But I'm not a real hardware guy and so I can't really tell whether such an application would tax the Atom processor to its limits.

One of my main objectives in creating this system, other than building myself a more stable and flexible music processign system than I could have with one of the general purpose Operating systems (and having a bunch of fun along the way), is to put a virtual machine I have developed through its paces. This a Forth-inspired VM modeled after one of the later creations of Charles Moore, Forth's inventor, after he kind of parted ways with the mainstream Forth community. He implemented a minimal instruction set of 32 primitives directly in hardware and I have built a software implementation of this with the primitives and a basic forth dictionary and parsing facility written in Intel assembly language. This then bootsraps itself into a more full-fledged development language complete with classes, interfaces, parameterized types and inheritance. While I do rely on the host operating system (I've used Windows so far) for a few (important) things like memory management, threading and windowing, these dependencies are pretty well incapsulated with the express idea of porting the basic system over relatively easily to some other operating environment.

What I do depend on more heavily is the presence of an Intel processor, both because the core engine is written in Intel assembler, but also because I have built an Intel assembler on top of the VM and continue to program some facilities directly in assembly language that are then invoked from higher-level Forth code. One of my attractions to the Atom is that I could still leverage all this Intel assembly code without having to rewrite it in some other processor's instruction set. A lot of the extra assembly code I've written is to support things that would only be needed to support a user interface; most of the facilities that support the basic Forth programming environment are still written almost exclusively in byte code and would be available in any environment where I ported the underlying VM.

I apologize for this lengthy diatribe (uninvited as it is), but I wanted to be able to set the scene for what I am trying to do. Basically I want to port this VM over to whatever environment I might need it in, so that I can have an execution engine on the DSP boards and on the MIDI processor (and any other processors I might need to use) that I can communicate with via some relatively simple high level forth textual instructions and have that invoke compiled and assembled code in whatever environment (and for whatever pupose) it is directed at. This is the idea anyway, and I'm building this audio processing system in order to try it out (and work out any deficiences I encounter along the way).

If given my scenario, you have any opinions about whether an Atom dual core would be good for me to use, I would love to hear them.

Thanks very much for your patience.

Regards,

Mike

(Sent a reply privately)

This e-mail address is being protected from spam bots, you need JavaScript enabled to view it

Guest
2009-09-07

istek
slm ben packages uzantılı dosyaların acılması icin gerekli olan programı arıyorum eger sizde varsa yardımcı olabilirmisiniz şimdikten cok tesekkür ederim

This e-mail address is being protected from spam bots, you need JavaScript enabled to view it

Viktor
2009-07-20

Pardus Book
Hello,

I would like so how or where can I download/buy your book about Pardus linux? (Is it userguide or reference?) I'm from Hungary, i'm a webdeveloper and 2 days I tried the Pardus and i liked it :)

Thanks

Answer: The book about Pardus Linux (userguide) is in Turkish only. You may read Pardus wiki in English here instead: http://en.pardus-wiki.org/Main_Page
Thanks!

This e-mail address is being protected from spam bots, you need JavaScript enabled to view it

Guest
2009-02-21

selam
MERHABA GORKEM BEY.SİZDEN BI KONU HAKKINDA YARDIM RİCA EDİCEKTİM.LINUX AĞ YONETIMI ADLI KITABINIZI BITIRMIS BIR OKURUNUZUM.AMA İSTEDİGİM KONUMA HENUZ GELEBİLMİŞ DEGİLİM.KENDIMI SERVER LAR AGLAR KISACASI NETWORK KONUSUNDA PROFESYONEL HALE GETIRMEK ISTIYORUM.ACABA BU SURECTEN SONRA HANGI KAYNAKLARDAN YARARLANABILIRIM.(KOLAY LINUX SERVER ADLI BI KITABIDA BITIRDIM.EN KISA ZAMAN DA ÖNERINIZI BEKLIYORUM..ŞİMDİDEN TESEKKUR EDERIM.IYI CALISMALAR.

Guest
2008-11-05

slm
merhabalar görkem bey.yeni mezun olmuş bır bılgısayar muhendısıyım.suanda da iss hizmetı veren bır sırkette calısmaktayım.fakat ne yazıkkı linux konusunda hıcbır bılgıye sahıp degılım.netten yapmıs oldugum arastırmalara gore,bu işin piri oldugunuzu ögrendım.sızden rıcam lınux u ogrenmek ıcın nasıl bır yol ızlemelıyım?lutfen sızın kaynaklarınızdan tavsıye vererek yardımcı olun.yanı bu konuda profesyonel oluncaya kadar ne yapmalıyım.tesekkurler.basarılarınızın devamını dılerım. MESUT ÖZEN

Yanıt: Merhaba, bu konuda pek çok e-posta ve istek geldiği için bu hafta sonu Linux ve özgür/açık kaynak kodlu yazılımlara yeni başlayanlar için bir kılavuz hazırlayıp yayınlayacağım.

İkinci yanıt: Hazırladığım kaynağa web sayfamdan erişilebilir

Guest
2008-10-08

Gezegen
Acaba günlüğünüzü neden gezegen de yer almıyor(isminiz yer almasına rağmen) linuxu sizden öğrendik öğrenmeye de devam edeceğiz. çalışmalarınızın başarıyla devam etmesini dilerim.

Yanıt: Blog yazacak zamanım ne yazık ki olmuyor. Kimi zaman kendi web sayfamı güncelleme konusunda bile yetersiz kalıyorum. Web sayfamı düzgün RSS destekleyen ve güncellemesi kolay bir yapıya (örn. Wordpress) geçirince daha fazla ilgilenebileceğimi düşünüyorum. İlginiz için teşekkürler.

Guest
2008-10-01

Kamuda Açık kaynak kodlu yazılım
Öncelikle selamlar açık kaynak kodlu yazılımlar üzerine bir araştırma yapmaktayım.Araştırma yaparken sizin 2005 yılında bu konuda yapmış olduğunuz kamu kurumlarında açık kaynak kodlu yazılımların kullanılabilirliği isimli raporunuza rastladım.(Bu arada bende A.Ferda Kahraman ve Gazi lisesinden mezunuyum(1994)))ve size bu konuda danışmak istedim.

Benim araştırma konum kamuda ihale yoluyla satın alınan yazılım hizmeti neticesinde idarenin talebi üzerine hazırlanan programlara ilişkin yazılım haklarıyla ilgili, ihale yoluyla hizmet satınalma yoluyla hazırlanan programlara ilişkin yazılımların açık kaynak kodlarının güncel olarak yazılım firması tarafından idareye verilmesi bu yazılımların kamu idaresinin malı konumuna getirir mi? yoksa yazılımı geliştiren firma bir sonraki yılda ihaleyi alamazsa, diğer yıllarda bu yazılımın kamu kuruluşu tarafından kullanılması sonucunda bu firma yazılım konusunda hak iddia edebilirmi? bu halde geliştirilen yazılımın lisans hakkını kamu kuruluşu kendi adına lisansını almak zorunda mı? veya kamu kurumu bu hakkını nasıl korumalıdır? şimdiden teşekkür ederim. iyi bayramklar dilerim.

Mehmet Hulisi GÜNŞEN

Kamu İç Denetçisi

Yanıt: Konu ile ilgili olarak e-posta adresinize bir yanıt gönderdim. İlginize teşekkür ederim.

<< Start < Prev 1 2 3 4 5 Next > End >>
Results 1 - 10 of 46

Powered by Jambook by Olle Johansson from Joomla at the Yard