Artwork

コンテンツは juneday によって提供されます。エピソード、グラフィック、ポッドキャストの説明を含むすべてのポッドキャスト コンテンツは、juneday またはそのポッドキャスト プラットフォーム パートナーによって直接アップロードされ、提供されます。誰かがあなたの著作権で保護された作品をあなたの許可なく使用していると思われる場合は、ここで概説されているプロセスに従うことができますhttps://ja.player.fm/legal
Player FM -ポッドキャストアプリ
Player FMアプリでオフラインにしPlayer FMう!

Interview with Daniel Stenberg

36:58
 
シェア
 

アーカイブされたシリーズ ("無効なフィード" status)

When? This feed was archived on September 02, 2022 22:36 (1+ y ago). Last successful fetch was on July 29, 2022 01:09 (1+ y ago)

Why? 無効なフィード status. サーバーは持続期間に有効なポッドキャストのフィードを取得することができませんでした。

What now? You might be able to find a more up-to-date version using the search function. This series will no longer be checked for updates. If you believe this to be in error, please check if the publisher's feed link below is valid and contact support to request the feed be restored or if you have any other concerns about this.

Manage episode 210614424 series 2363397
コンテンツは juneday によって提供されます。エピソード、グラフィック、ポッドキャストの説明を含むすべてのポッドキャスト コンテンツは、juneday またはそのポッドキャスト プラットフォーム パートナーによって直接アップロードされ、提供されます。誰かがあなたの著作権で保護された作品をあなたの許可なく使用していると思われる場合は、ここで概説されているプロセスに従うことができますhttps://ja.player.fm/legal
Daniel was interviewed by Juneday over mobile phone in September 14, 2017

Name: Daniel Stenberg

Age: I'm 46 years old.

Education: Totally uneducated - well, lack of formal education. I only did twelve years of school (ie I never attended university). After I got a my first job (at IBM) things just took off and I never looked back again.

My computer education started out with Basic and assembly on the C64 and subsequently C on the Amiga. Of course I've never stopped being interested in computers, technology and software development so I've kept reading, trying, learning, programming on spare time and at work ever since.

Funniest moment in your carrier: I've had many really good moments in my carrier. Some of the most recent ones include:

  • When I was hired to work for Mozilla in 2014, turning my spare time programming and hobby into my full time work.
  • When I recently realized my code (curl) runs in virtually every Mercedes car model. (and BMW, Audi, Nissan, VW, ...)

etc

Main programming language:

I would say C. That's the language I've written the most code in and the one I still use most. C++ is a contender since that's what the core parts of Firefox is written in that I work with at my day job, but I often find myself fighting the ++ parts than I really like them so I prefer to stick to C...

Favorite editor: Emacs! I learned my first baby steps with emacs back around 1991 on my first unix-related work and it has been with me since. I feel at home and I consider myself fairly productive using it. I don't try out new editors and I don't see myself ever switching away to something else.

Favorite datatype: I think I would have to say 'unsigned char' purely based on its simplicity and the fact that it is always 8 bits on all currently existing platforms and compilers. Also a type that is small enough that things like integer overflows are immediately visible and impactful so we need to deal with them, while they tend to be forgotten or ignored much easier on the larger data types (that then also have the bad style of changing sizes for different targets).

Favorite annoyance: When people who have a question or an issue with an open source that I am involved with, email me privately to ask about it or request some action from me. Things related to public open source projects should be kept on the mailing lists or the bug trackers as far as possible!

This happens almost daily these days and I almost always reply to ask the user to instead use a mailing list or a bug tracker...

Wish I knew how to...:

Oh, I basically wish I would be better at everything I do. Perhaps in particular some of the "softer" areas like dealing with humans and why not my English writing skills and vocabulary. But I also think I actually do improve in several areas over time, so if I'll just live long enough...

OO, functional, imperative... or?: The right tool for the right job, I think. But for me personally, I tend to pick the jobs that goes wells with the tools I like... I'm conservative when it comes to languages etc so I basically stick to the languages I've used for a long time and practically do not try out new ones. So, imperative without too much OO for me please. Stirred gently on a unix stove. =)

References

  continue reading

25 つのエピソード

Artwork
iconシェア
 

アーカイブされたシリーズ ("無効なフィード" status)

When? This feed was archived on September 02, 2022 22:36 (1+ y ago). Last successful fetch was on July 29, 2022 01:09 (1+ y ago)

Why? 無効なフィード status. サーバーは持続期間に有効なポッドキャストのフィードを取得することができませんでした。

What now? You might be able to find a more up-to-date version using the search function. This series will no longer be checked for updates. If you believe this to be in error, please check if the publisher's feed link below is valid and contact support to request the feed be restored or if you have any other concerns about this.

Manage episode 210614424 series 2363397
コンテンツは juneday によって提供されます。エピソード、グラフィック、ポッドキャストの説明を含むすべてのポッドキャスト コンテンツは、juneday またはそのポッドキャスト プラットフォーム パートナーによって直接アップロードされ、提供されます。誰かがあなたの著作権で保護された作品をあなたの許可なく使用していると思われる場合は、ここで概説されているプロセスに従うことができますhttps://ja.player.fm/legal
Daniel was interviewed by Juneday over mobile phone in September 14, 2017

Name: Daniel Stenberg

Age: I'm 46 years old.

Education: Totally uneducated - well, lack of formal education. I only did twelve years of school (ie I never attended university). After I got a my first job (at IBM) things just took off and I never looked back again.

My computer education started out with Basic and assembly on the C64 and subsequently C on the Amiga. Of course I've never stopped being interested in computers, technology and software development so I've kept reading, trying, learning, programming on spare time and at work ever since.

Funniest moment in your carrier: I've had many really good moments in my carrier. Some of the most recent ones include:

  • When I was hired to work for Mozilla in 2014, turning my spare time programming and hobby into my full time work.
  • When I recently realized my code (curl) runs in virtually every Mercedes car model. (and BMW, Audi, Nissan, VW, ...)

etc

Main programming language:

I would say C. That's the language I've written the most code in and the one I still use most. C++ is a contender since that's what the core parts of Firefox is written in that I work with at my day job, but I often find myself fighting the ++ parts than I really like them so I prefer to stick to C...

Favorite editor: Emacs! I learned my first baby steps with emacs back around 1991 on my first unix-related work and it has been with me since. I feel at home and I consider myself fairly productive using it. I don't try out new editors and I don't see myself ever switching away to something else.

Favorite datatype: I think I would have to say 'unsigned char' purely based on its simplicity and the fact that it is always 8 bits on all currently existing platforms and compilers. Also a type that is small enough that things like integer overflows are immediately visible and impactful so we need to deal with them, while they tend to be forgotten or ignored much easier on the larger data types (that then also have the bad style of changing sizes for different targets).

Favorite annoyance: When people who have a question or an issue with an open source that I am involved with, email me privately to ask about it or request some action from me. Things related to public open source projects should be kept on the mailing lists or the bug trackers as far as possible!

This happens almost daily these days and I almost always reply to ask the user to instead use a mailing list or a bug tracker...

Wish I knew how to...:

Oh, I basically wish I would be better at everything I do. Perhaps in particular some of the "softer" areas like dealing with humans and why not my English writing skills and vocabulary. But I also think I actually do improve in several areas over time, so if I'll just live long enough...

OO, functional, imperative... or?: The right tool for the right job, I think. But for me personally, I tend to pick the jobs that goes wells with the tools I like... I'm conservative when it comes to languages etc so I basically stick to the languages I've used for a long time and practically do not try out new ones. So, imperative without too much OO for me please. Stirred gently on a unix stove. =)

References

  continue reading

25 つのエピソード

すべてのエピソード

×
 
Loading …

プレーヤーFMへようこそ!

Player FMは今からすぐに楽しめるために高品質のポッドキャストをウェブでスキャンしています。 これは最高のポッドキャストアプリで、Android、iPhone、そしてWebで動作します。 全ての端末で購読を同期するためにサインアップしてください。

 

クイックリファレンスガイド