SlideShare une entreprise Scribd logo
1  sur  26
Télécharger pour lire hors ligne
Self Introduction
                                                  Juho Vähä­Herttua
                                                            Student
                                        Helsinki University of Technology
2008­09­15          Beijing University of Posts and Telecommunications
Personal Information (Family and Educational)

  Born in 1984 in Karkkila, a small 9000 people town in Finland
  Parents both work for the city as a plumber and a nurse, very middle 
  class family background with interest in technology
  One younger sister and one younger brother, two older step­brothers
  Elementary school, junior high school and senior high school all 
  studied in the same town, no programming courses available there
  Every summer spent in the countryside with family and relatives




                                                                          2
Personal Information (Computer Experience)

  Started using computers with VIC­20 around 1988
  First touch with programming around 1990 with Commodore BASIC 
  with the help of big brother
  Experiments with 6502 assembly towards the end of 90s
  Website on the Internet since 1998 with self­written HTML
  Learned Java in 1999 and C/C++ around 2002
  Active Free Software developer since 2002




                                                                   3
Personal Information (Freetime and Hobbies)

  Played basketball actively for 10 years starting from 7 years old in a 
  local team, medals from several tournaments
  Other hobbies include swimming, reading, movies, photography and 
  traveling whenever there's a chance
  Don't have time to do all the hobbies at once, but should always 
  have some thing to concentrate on in addition to the computers
  Free Software projects main computer related hobby




                                                                            4
Awards and Achievements

  Datatähti 2002 programming competition finalist in high school 
  (algorithm design)
  Spent one week in computer science training camp in 2002 mainly 
  organized to select BOI and IOI competitors
  Won Assembly 2003 Mobile demo competition with TI­86 entry 
  together with Matias Rantanen
  Won Assembly 2007 Game development competition with 
  multiplatform C/OpenGL space shooter as the lead programmer in a 
  3 people team




                                                                      5
Online Basketball Scoreboard Project (2001)

  Programmed with Java using Swing for GUI
  Takes user input and generates a HTML page using a template by 
  filling the correct data into fields
  Integrated FTP client transfers the generated HTML page 
  automatically to the FTP server for users to see in real time
  Used actively by a Finnish national basketball league team until 2007 
  when it was replaced by a nationwide system
  First on­line scoreboard of basketball games in Finland and largely 
  appraised by its users who were able to follow the games in other 
  cities even when they were not able to go to watch them
  Full localization support and support for saving team information into 
  files to be able to re­use it later




                                                                            6
Screenshots of Scoreboard in Action




                                      7
Demonstration of TI­86 calculator capabilities (2003)

  Technical details of the device
     TI­86 is equipped with 6MHz Z80 processor (originally an 
     improved version of Intel 8080 processor by Zilog)
     1­bit output port for data transfer that can be used for square 
     wave audio output and also simple waveforms by switching the 
     output bit very fast on and off and taking the impedance of the 
     wiring into account
     96kB of total RAM user accessible with bank switching
     128x64 pixels monochrome LCD screen memory­mapped directly 
     into the address space
  Programming languages supported
     TI­BASIC for simple scripting of functions
     Z80 assembly programs can run in native mode
     directly on the processor and are therefore very fast

                                                                        8
Demonstration of TI­86 calculator capabilities (2003)




                                                        9
Demonstration of TI­86 calculator capabilities (2003)

  Some details of the demo
     200kB of pure Z80 assembly source code including some 
     bitmaps and comments
     Includes a working realtime wireframe 3d engine (polygon filler 
     dropped because of lack of time)
     Optimized 8­bit greyscale plasma effect around 400 bytes large 
     executable, dithers to monochrome on the fly using ordered 
     dithering and 4x4 byte pattern
     Rotozoomer simply rotating and zooming a monochrome bitmap 
     in real time
  Other details to mention
     Matias Rantanen wrote about half of the code and was in the 
     same high school with me, but on the first grade
     Extremely valuable embedded programming experience

                                                                        10
Mobile IRC client program (2004)

  Facts about IRC (Internet Relay Chat) in general
     Protocol originally developed by Finnish Jarkko Oikarinen in 
     1988 and quickly spread around the Internet
     Simple text based protocol, clients on almost every platform
     Microsoft Chat was also based on IRC before they went on to 
     develop their own real time chatting network (msn)
     First global instant messaging system on the Internet, only 
     recently partly superceded by IM networks and clients because of 
     their extra features and ease of use




                                                                         11
Mobile IRC client program (2004)

  Runs on any J2ME compatible device with lowest possible 
  requirements (MIDP 1.0, CLDC 1.0)
  Includes a standalone custom HTTP server to be run on J2SE for 
  phones that don't support direct TCP/IP sockets
  Native support for UTF­8, Hebrew and Russian character codepages 
  for phone firmwares that don't support them
  Probably the most popular IRC client for Java enabled phones: 2,6 
  million page hits since 2004 and growing
  Install base unknown, but estimations run in hundreds of thousands, 
  source code downloaded over 32,000 times
  Commercial support for BlackBerries sold by Hong Kong company 
  S4BB Ltd. under the name of BBirc




                                                                         12
Mobile IRC client program (2004)




                                   13
Part­time Job Related Projects (2004­2008)

  Started work at Medixine Ltd. in December 2004
     A small 10­20 employees eHealth software company
     Main product is a server platform running on Windows
     Hired as a mobile software specialist and in charge of all mobile 
     client software projects from 2005 until 2007
     While working there the company extended to completely new 
     client product lines using latest technology in the mobile field 
     including video capture, Bluetooth and RFID
     Mobile software pilots ran in several countries, most importantly 
     Finland, France and United Kingdom




                                                                          14
DeviceMonitor and MobileMonitor Data Gathering

  Data gathering from patients to the central database
  DeviceMonitor is a mobile phone data gather application, that parses 
  the Bluetooth binary protocols of different telemedicine products
  Complemented by MobileMonitor, a manual questionnaire filling 
  application for the symptoms that can’t be measured automatically
  Modular design that supports 6 different devices from 4 different 
  manufacturers worldwide, one protocol developed in co­operation
  Integrating new devices often needs close communication with 
  hardware manufactures because of lack of standards in the field




                                                                          15
DeviceMonitor and MobileMonitor Data Gathering

  All communication with the server side using SOAP XML requests
  XML is parsed manually using kxml2 pull­parser, because of the low 
  memory requirements in mobile environment
  Combined with MobileNurse application, can also send photos, 
  videos and visiting data to the server automatically
  Works on most Bluetooth and J2ME enabled phones, excluding 
  some problems with the bluetooth handling in phone firmware




                                                                        16
Medixine RFID Communication Board

  Developed for use of Alzheimer patients and old people who 
  otherwise have problems using new technology
  The input device is a mobile phone with integrated RFID reader and 
  a custom board with images and RFID tags
  When the patient touches a tag with the mobile phone, a custom 
  message is sent to server over GPRS and processed there
  Different tags can trigger different actions, like alerts or automatic 
  phone calls to patients, doctors or relatives
  RFID boards very simple and cheap to produce anywhere 




                                                                            17
Medixine Mobile Content Browser (2006)

  Originally developed for use of AstraZeneca, one of the world's top 
  10 pharmaceutical companies, but can be used for any general 
  purpose large data browsing
  Developed strictly with MIDP 1.0 and CLDC 1.0, so it works on all 
  J2ME enabled devices, including very old ones
  Supports many features better known from full featured web 
  browsers: links, text styles, colors, images, forms, back and forward 
  buttons, caching, etc.
  Scales automatically depending on the screen size and features of 
  the phone, regardless of brand or type
  Uses a custom XML based document format and XSL 
  transformations on the server side to convert internal data formats 
  into the supported document format
  Deployed into large scale production use in Finland

                                                                           18
XMMS2 Music Player (2005­2008)

  A lightweight crossplatform music player
      Developed since 2003, but started to gain a lot
      more momentum around 2005 after the first
      official release
      Includes a fast media library for searching and organizing the 
      songs stored on the computer
     Can be run in an embedded environment, i.e. Neuros OSD 
     Full client­server architecture makes it possible to control the 
     player from many locations concurrently
     Main development on Linux, ported to run on Mac OS X, 
     NetBSD, FreeBSD, Solaris and Windows XP/Vista
     Participated and chosen into Google Summer of Code on years 
     2006, 2007 and 2008 as a mentoring organization


                                                                         19
XMMS2 Music Player (2005­2008)

  Several clients can connect to the server at once
  Clients can control the player freely locally or remotely
  Minimum requirement is ANSI C compiler




                                                              20
XMMS2 Music Player (2005­2008)

  Contribution to the XMMS2 player codebase
    Mainly in charge of new plugins and format support
     Written support for WMA, AAC, ALAC, MAC, TTA & Shorten
     Written audio effect plugins equalizer, karaoke and vocoder
     Porting to Solaris and several big patches for Win32 port
     Demuxer/decoder separation in the plugin architecture
     Many other bugfixes and cleanups in the codebase
  Originally XMMS2 related projects written by me
     Phase vocoder library that enables changing speed and pitch 
     independently. Implemented using FFTW fast fourier 
     transformation library and frequency domain manipulation.
     ASF parser library libasf that can parse all .asf/.wma/.wmv files 
     by Microsoft written from scratch. Used by XMMS2 and iPod 
     firmware Rockbox for playing WMA files. 
                                                                          21
Centripetality Space Shooter Game (2007)

  A multiplatform arcade space shooter game
     Programmed from scratch only using ANSI C and common SDL 
     and OpenGL libraries for best possible portability
     Possibility to save and send small tens of kilobytes big replays for 
     each game and to download them from the Internet
     User can change and add background music without 
     recompilation of the program or doing any modifications
     Tested to run on 5 different operating systems and 4 different 
     processor architectures without problems
     Released as free software for modifications and redistribution 
     including the music and graphics files in the package
     Tested throughly using valgrind for no memory leaks or memory 
     segmentation problems in the program, high quality C code


                                                                             22
Centripetality Space Shooter Game (2007)




                                           23
Various Finished School Projects

  Operating Systems Project (TKK, grade: 5/5, 3 students)
    Extend an existing operating system by adding features
    User space system calls, file system drivers, swap, etc.
  Compiler Project (TKK, grade: 5/5, 2 students)
    Create a miniJava compiler that compiles to SPARC binary
    Experience with parsing, optimizing and code generation
  Digital Signal Processor Project (TKK, grade: 5/5, 3 students)
     Create a program on a DSP board and demonstrate it
     Additional TI­86 GUI and control protocol designed by us
  Distributed Databases Project (Tsinghua, grade: 90/100, 3 students)
      Create a distributed database with nodes in several locations
      My responsibility mainly the networking layer and parsers
  In short: I like project works much more than theory.

                                                                        24
Plan at BUPT and Possible Interests

  Current state of studies at TKK as of autumn 2008
      170/180 credits finished plus 20 credits from masters’ thesis later, 
      however some major courses still missing because of the large 
      amount of optional courses (mainly languages)
      Plan to write masters' thesis on telecommunications software
  Fields of particular interest end experience
      Programming on Free Software platforms, i.e. Nokia Nxxx series, 
      OpenMoko, Linux routers, mostly using C or Java
      Wireless Internet technology in everyday use
      Areas combining telecommunications and signal processing, 
      especially multimedia formats and protocol related work
  Fields that are not so interesting to me or not so experienced at
      Enterprise systems, Flash, HTML, CSS, XML processing
      Symbian development or other broken C++ (i.e. Qt)
                                                                              25
End of Presentation




                 Thank you for listening.

           I hope to be able to learn new things
         and give my own insight into old matters.




                                                     26

Contenu connexe

En vedette

Introduction to student assessment
Introduction to student assessmentIntroduction to student assessment
Introduction to student assessmentNithin Kalorth, PhD
 
497410973 self introduction
497410973 self introduction497410973 self introduction
497410973 self introductionjoys9741097
 
All About Me Powerpoint
All About Me PowerpointAll About Me Powerpoint
All About Me PowerpointAmber Bauerly
 

En vedette (6)

Self presentation part 1
Self presentation part 1Self presentation part 1
Self presentation part 1
 
Introduction to student assessment
Introduction to student assessmentIntroduction to student assessment
Introduction to student assessment
 
497410973 self introduction
497410973 self introduction497410973 self introduction
497410973 self introduction
 
Self Introduction
Self IntroductionSelf Introduction
Self Introduction
 
All About Me Powerpoint
All About Me PowerpointAll About Me Powerpoint
All About Me Powerpoint
 
PPT ON Self introduction
PPT ON Self introductionPPT ON Self introduction
PPT ON Self introduction
 

Similaire à Self introduction

Sinergija 12 Windows Phone is around the corned
Sinergija 12   Windows Phone is around the cornedSinergija 12   Windows Phone is around the corned
Sinergija 12 Windows Phone is around the cornedCatalin Gheorghiu
 
Internet of Things: state of the art
Internet of Things: state of the artInternet of Things: state of the art
Internet of Things: state of the artMario Kušek
 
Seminar report on Symbian OS
Seminar report on Symbian OSSeminar report on Symbian OS
Seminar report on Symbian OSDarsh Kotecha
 
Budimir_Jelovica_developer6_CV
Budimir_Jelovica_developer6_CVBudimir_Jelovica_developer6_CV
Budimir_Jelovica_developer6_CVBudimir Jelovica
 
Sinergija 12 WP8 is around the corner
Sinergija 12 WP8 is around the cornerSinergija 12 WP8 is around the corner
Sinergija 12 WP8 is around the cornerCatalin Gheorghiu
 
Iot presentation
Iot presentationIot presentation
Iot presentationhuma742446
 
The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9IOSR Journals
 
NetSim Webinar on IOT
NetSim Webinar on IOTNetSim Webinar on IOT
NetSim Webinar on IOTKAVITHA IYER
 
Freescale i.mx golden presentation for blogger july 2011
Freescale i.mx golden presentation for blogger july 2011Freescale i.mx golden presentation for blogger july 2011
Freescale i.mx golden presentation for blogger july 2011Dylan Ko
 
Webinar WebRTC HTML5 (english)
Webinar WebRTC HTML5 (english)Webinar WebRTC HTML5 (english)
Webinar WebRTC HTML5 (english)Quobis
 
Tracking the International Space Station with Commodore Computers
Tracking the International Space Station with Commodore ComputersTracking the International Space Station with Commodore Computers
Tracking the International Space Station with Commodore ComputersLeif Bloomquist
 
Basic power point presentation on the following info., for Whole F.docx
Basic power point presentation on the following info., for Whole F.docxBasic power point presentation on the following info., for Whole F.docx
Basic power point presentation on the following info., for Whole F.docxikirkton
 
Internet of Things – Contiki.pdf
Internet of Things – Contiki.pdfInternet of Things – Contiki.pdf
Internet of Things – Contiki.pdfSudhanshiBakre1
 
I-Mode in mobile communication.
I-Mode in mobile communication.I-Mode in mobile communication.
I-Mode in mobile communication.hari krishnan.n
 
Firefox OS: Challenges and opportunities for an open source mobile OS
Firefox OS: Challenges and opportunities for an open source mobile OSFirefox OS: Challenges and opportunities for an open source mobile OS
Firefox OS: Challenges and opportunities for an open source mobile OSJacques Chicourel
 
Trolltech: Qtopia introduction at Overtheair (London 2008)
Trolltech: Qtopia introduction at Overtheair (London 2008)Trolltech: Qtopia introduction at Overtheair (London 2008)
Trolltech: Qtopia introduction at Overtheair (London 2008)guest3df603
 
Contiki IoT simulation
Contiki IoT simulationContiki IoT simulation
Contiki IoT simulationnabati
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET Journal
 

Similaire à Self introduction (20)

Sinergija 12 Windows Phone is around the corned
Sinergija 12   Windows Phone is around the cornedSinergija 12   Windows Phone is around the corned
Sinergija 12 Windows Phone is around the corned
 
Internet of Things: state of the art
Internet of Things: state of the artInternet of Things: state of the art
Internet of Things: state of the art
 
Seminar report on Symbian OS
Seminar report on Symbian OSSeminar report on Symbian OS
Seminar report on Symbian OS
 
Bq4301381388
Bq4301381388Bq4301381388
Bq4301381388
 
Windows Mobile
Windows MobileWindows Mobile
Windows Mobile
 
Budimir_Jelovica_developer6_CV
Budimir_Jelovica_developer6_CVBudimir_Jelovica_developer6_CV
Budimir_Jelovica_developer6_CV
 
Sinergija 12 WP8 is around the corner
Sinergija 12 WP8 is around the cornerSinergija 12 WP8 is around the corner
Sinergija 12 WP8 is around the corner
 
Iot presentation
Iot presentationIot presentation
Iot presentation
 
The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9
 
NetSim Webinar on IOT
NetSim Webinar on IOTNetSim Webinar on IOT
NetSim Webinar on IOT
 
Freescale i.mx golden presentation for blogger july 2011
Freescale i.mx golden presentation for blogger july 2011Freescale i.mx golden presentation for blogger july 2011
Freescale i.mx golden presentation for blogger july 2011
 
Webinar WebRTC HTML5 (english)
Webinar WebRTC HTML5 (english)Webinar WebRTC HTML5 (english)
Webinar WebRTC HTML5 (english)
 
Tracking the International Space Station with Commodore Computers
Tracking the International Space Station with Commodore ComputersTracking the International Space Station with Commodore Computers
Tracking the International Space Station with Commodore Computers
 
Basic power point presentation on the following info., for Whole F.docx
Basic power point presentation on the following info., for Whole F.docxBasic power point presentation on the following info., for Whole F.docx
Basic power point presentation on the following info., for Whole F.docx
 
Internet of Things – Contiki.pdf
Internet of Things – Contiki.pdfInternet of Things – Contiki.pdf
Internet of Things – Contiki.pdf
 
I-Mode in mobile communication.
I-Mode in mobile communication.I-Mode in mobile communication.
I-Mode in mobile communication.
 
Firefox OS: Challenges and opportunities for an open source mobile OS
Firefox OS: Challenges and opportunities for an open source mobile OSFirefox OS: Challenges and opportunities for an open source mobile OS
Firefox OS: Challenges and opportunities for an open source mobile OS
 
Trolltech: Qtopia introduction at Overtheair (London 2008)
Trolltech: Qtopia introduction at Overtheair (London 2008)Trolltech: Qtopia introduction at Overtheair (London 2008)
Trolltech: Qtopia introduction at Overtheair (London 2008)
 
Contiki IoT simulation
Contiki IoT simulationContiki IoT simulation
Contiki IoT simulation
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry Pi
 

Dernier

昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubaikojalkojal131
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...Rishabh Aryan
 
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back17lcow074
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social MediaD SSS
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一F dds
 
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一A SSS
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一F La
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdfSwaraliBorhade
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Yantram Animation Studio Corporation
 
group_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfgroup_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfneelspinoy
 
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10uasjlagroup
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case StudySophia Viganò
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfAayushChavan5
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Servicejennyeacort
 

Dernier (20)

昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
 
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
 
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
原版美国亚利桑那州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
 
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
 
group_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfgroup_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdf
 
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case Study
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdf
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
 

Self introduction

  • 1. Self Introduction Juho Vähä­Herttua Student Helsinki University of Technology 2008­09­15 Beijing University of Posts and Telecommunications
  • 2. Personal Information (Family and Educational) Born in 1984 in Karkkila, a small 9000 people town in Finland Parents both work for the city as a plumber and a nurse, very middle  class family background with interest in technology One younger sister and one younger brother, two older step­brothers Elementary school, junior high school and senior high school all  studied in the same town, no programming courses available there Every summer spent in the countryside with family and relatives 2
  • 3. Personal Information (Computer Experience) Started using computers with VIC­20 around 1988 First touch with programming around 1990 with Commodore BASIC  with the help of big brother Experiments with 6502 assembly towards the end of 90s Website on the Internet since 1998 with self­written HTML Learned Java in 1999 and C/C++ around 2002 Active Free Software developer since 2002 3
  • 4. Personal Information (Freetime and Hobbies) Played basketball actively for 10 years starting from 7 years old in a  local team, medals from several tournaments Other hobbies include swimming, reading, movies, photography and  traveling whenever there's a chance Don't have time to do all the hobbies at once, but should always  have some thing to concentrate on in addition to the computers Free Software projects main computer related hobby 4
  • 5. Awards and Achievements Datatähti 2002 programming competition finalist in high school  (algorithm design) Spent one week in computer science training camp in 2002 mainly  organized to select BOI and IOI competitors Won Assembly 2003 Mobile demo competition with TI­86 entry  together with Matias Rantanen Won Assembly 2007 Game development competition with  multiplatform C/OpenGL space shooter as the lead programmer in a  3 people team 5
  • 6. Online Basketball Scoreboard Project (2001) Programmed with Java using Swing for GUI Takes user input and generates a HTML page using a template by  filling the correct data into fields Integrated FTP client transfers the generated HTML page  automatically to the FTP server for users to see in real time Used actively by a Finnish national basketball league team until 2007  when it was replaced by a nationwide system First on­line scoreboard of basketball games in Finland and largely  appraised by its users who were able to follow the games in other  cities even when they were not able to go to watch them Full localization support and support for saving team information into  files to be able to re­use it later 6
  • 8. Demonstration of TI­86 calculator capabilities (2003) Technical details of the device TI­86 is equipped with 6MHz Z80 processor (originally an  improved version of Intel 8080 processor by Zilog) 1­bit output port for data transfer that can be used for square  wave audio output and also simple waveforms by switching the  output bit very fast on and off and taking the impedance of the  wiring into account 96kB of total RAM user accessible with bank switching 128x64 pixels monochrome LCD screen memory­mapped directly  into the address space Programming languages supported TI­BASIC for simple scripting of functions Z80 assembly programs can run in native mode directly on the processor and are therefore very fast 8
  • 10. Demonstration of TI­86 calculator capabilities (2003) Some details of the demo 200kB of pure Z80 assembly source code including some  bitmaps and comments Includes a working realtime wireframe 3d engine (polygon filler  dropped because of lack of time) Optimized 8­bit greyscale plasma effect around 400 bytes large  executable, dithers to monochrome on the fly using ordered  dithering and 4x4 byte pattern Rotozoomer simply rotating and zooming a monochrome bitmap  in real time Other details to mention Matias Rantanen wrote about half of the code and was in the  same high school with me, but on the first grade Extremely valuable embedded programming experience 10
  • 11. Mobile IRC client program (2004) Facts about IRC (Internet Relay Chat) in general Protocol originally developed by Finnish Jarkko Oikarinen in  1988 and quickly spread around the Internet Simple text based protocol, clients on almost every platform Microsoft Chat was also based on IRC before they went on to  develop their own real time chatting network (msn) First global instant messaging system on the Internet, only  recently partly superceded by IM networks and clients because of  their extra features and ease of use 11
  • 12. Mobile IRC client program (2004) Runs on any J2ME compatible device with lowest possible  requirements (MIDP 1.0, CLDC 1.0) Includes a standalone custom HTTP server to be run on J2SE for  phones that don't support direct TCP/IP sockets Native support for UTF­8, Hebrew and Russian character codepages  for phone firmwares that don't support them Probably the most popular IRC client for Java enabled phones: 2,6  million page hits since 2004 and growing Install base unknown, but estimations run in hundreds of thousands,  source code downloaded over 32,000 times Commercial support for BlackBerries sold by Hong Kong company  S4BB Ltd. under the name of BBirc 12
  • 14. Part­time Job Related Projects (2004­2008) Started work at Medixine Ltd. in December 2004 A small 10­20 employees eHealth software company Main product is a server platform running on Windows Hired as a mobile software specialist and in charge of all mobile  client software projects from 2005 until 2007 While working there the company extended to completely new  client product lines using latest technology in the mobile field  including video capture, Bluetooth and RFID Mobile software pilots ran in several countries, most importantly  Finland, France and United Kingdom 14
  • 15. DeviceMonitor and MobileMonitor Data Gathering Data gathering from patients to the central database DeviceMonitor is a mobile phone data gather application, that parses  the Bluetooth binary protocols of different telemedicine products Complemented by MobileMonitor, a manual questionnaire filling  application for the symptoms that can’t be measured automatically Modular design that supports 6 different devices from 4 different  manufacturers worldwide, one protocol developed in co­operation Integrating new devices often needs close communication with  hardware manufactures because of lack of standards in the field 15
  • 16. DeviceMonitor and MobileMonitor Data Gathering All communication with the server side using SOAP XML requests XML is parsed manually using kxml2 pull­parser, because of the low  memory requirements in mobile environment Combined with MobileNurse application, can also send photos,  videos and visiting data to the server automatically Works on most Bluetooth and J2ME enabled phones, excluding  some problems with the bluetooth handling in phone firmware 16
  • 17. Medixine RFID Communication Board Developed for use of Alzheimer patients and old people who  otherwise have problems using new technology The input device is a mobile phone with integrated RFID reader and  a custom board with images and RFID tags When the patient touches a tag with the mobile phone, a custom  message is sent to server over GPRS and processed there Different tags can trigger different actions, like alerts or automatic  phone calls to patients, doctors or relatives RFID boards very simple and cheap to produce anywhere  17
  • 18. Medixine Mobile Content Browser (2006) Originally developed for use of AstraZeneca, one of the world's top  10 pharmaceutical companies, but can be used for any general  purpose large data browsing Developed strictly with MIDP 1.0 and CLDC 1.0, so it works on all  J2ME enabled devices, including very old ones Supports many features better known from full featured web  browsers: links, text styles, colors, images, forms, back and forward  buttons, caching, etc. Scales automatically depending on the screen size and features of  the phone, regardless of brand or type Uses a custom XML based document format and XSL  transformations on the server side to convert internal data formats  into the supported document format Deployed into large scale production use in Finland 18
  • 19. XMMS2 Music Player (2005­2008) A lightweight crossplatform music player Developed since 2003, but started to gain a lot more momentum around 2005 after the first official release Includes a fast media library for searching and organizing the  songs stored on the computer Can be run in an embedded environment, i.e. Neuros OSD  Full client­server architecture makes it possible to control the  player from many locations concurrently Main development on Linux, ported to run on Mac OS X,  NetBSD, FreeBSD, Solaris and Windows XP/Vista Participated and chosen into Google Summer of Code on years  2006, 2007 and 2008 as a mentoring organization 19
  • 20. XMMS2 Music Player (2005­2008) Several clients can connect to the server at once Clients can control the player freely locally or remotely Minimum requirement is ANSI C compiler 20
  • 21. XMMS2 Music Player (2005­2008) Contribution to the XMMS2 player codebase Mainly in charge of new plugins and format support Written support for WMA, AAC, ALAC, MAC, TTA & Shorten Written audio effect plugins equalizer, karaoke and vocoder Porting to Solaris and several big patches for Win32 port Demuxer/decoder separation in the plugin architecture Many other bugfixes and cleanups in the codebase Originally XMMS2 related projects written by me Phase vocoder library that enables changing speed and pitch  independently. Implemented using FFTW fast fourier  transformation library and frequency domain manipulation. ASF parser library libasf that can parse all .asf/.wma/.wmv files  by Microsoft written from scratch. Used by XMMS2 and iPod  firmware Rockbox for playing WMA files.  21
  • 22. Centripetality Space Shooter Game (2007) A multiplatform arcade space shooter game Programmed from scratch only using ANSI C and common SDL  and OpenGL libraries for best possible portability Possibility to save and send small tens of kilobytes big replays for  each game and to download them from the Internet User can change and add background music without  recompilation of the program or doing any modifications Tested to run on 5 different operating systems and 4 different  processor architectures without problems Released as free software for modifications and redistribution  including the music and graphics files in the package Tested throughly using valgrind for no memory leaks or memory  segmentation problems in the program, high quality C code 22
  • 24. Various Finished School Projects Operating Systems Project (TKK, grade: 5/5, 3 students) Extend an existing operating system by adding features User space system calls, file system drivers, swap, etc. Compiler Project (TKK, grade: 5/5, 2 students) Create a miniJava compiler that compiles to SPARC binary Experience with parsing, optimizing and code generation Digital Signal Processor Project (TKK, grade: 5/5, 3 students) Create a program on a DSP board and demonstrate it Additional TI­86 GUI and control protocol designed by us Distributed Databases Project (Tsinghua, grade: 90/100, 3 students) Create a distributed database with nodes in several locations My responsibility mainly the networking layer and parsers In short: I like project works much more than theory. 24
  • 25. Plan at BUPT and Possible Interests Current state of studies at TKK as of autumn 2008 170/180 credits finished plus 20 credits from masters’ thesis later,  however some major courses still missing because of the large  amount of optional courses (mainly languages) Plan to write masters' thesis on telecommunications software Fields of particular interest end experience Programming on Free Software platforms, i.e. Nokia Nxxx series,  OpenMoko, Linux routers, mostly using C or Java Wireless Internet technology in everyday use Areas combining telecommunications and signal processing,  especially multimedia formats and protocol related work Fields that are not so interesting to me or not so experienced at Enterprise systems, Flash, HTML, CSS, XML processing Symbian development or other broken C++ (i.e. Qt) 25
  • 26. End of Presentation Thank you for listening. I hope to be able to learn new things and give my own insight into old matters. 26