Samuel’s HQ

A french/american blog with some hungarian spices…
  • rss
  • Home
  • Resume
  • photoblog
  • Contact Me

Closing the gap

November 22, 2009 | 2:00 am

I got to find about Eric Sink’s blog today… Better late than never :)

He is writing about a lot of interesting topics related to software engineering.

My favorite column from his blog:

  • http://www.ericsink.com/bos/Closing_the_Gap_Part_1.html (54 hits)
  • http://www.ericsink.com/bos/Closing_the_Gap_Part_2.html (44 hits)
Comments
No Comments »
Categories
English, geeky
Tags
software

Comments rss Comments rss
Trackback Trackback

future of data center?

November 14, 2008 | 7:01 pm

That’s what you do when you are a powerful geek with a lot of money :)
  • http://royal.pingdom.com/2008/11/14/the-worlds-most-super-designed-data-center-fit-for-a-james-bond-villain/ (195 hits)

Comments
No Comments »
Categories
English, geeky, read on the web
Tags
datacenter

Comments rss Comments rss
Trackback Trackback

End of spam?

November 13, 2008 | 3:59 am
  • http://www.washingtonpost.com/wp-dyn/content/article/2008/11/12/AR2008111200658.html (201 hits)

As a consequence, there is a big drop in the spam traffic in the world

(134 hits)

Even on happycoders.org, we saw a difference in the daily average of spam received:

  • before: Received 149MB 26945 3841
  • after:Received 109MB 10351 1563

More details:

  • http://hostexploit.com/downloads/Hostexploit%20Cyber%20Crime%20USA%20v%202.0%201108.pdf (112 hits)

Comments
No Comments »
Categories
English, geeky, general
Tags
security, spam

Comments rss Comments rss
Trackback Trackback

Modern warfare

August 12, 2008 | 5:37 pm

21st century is here… it’s now computer warfare!

Georgia Under Online Assault | Danger Room from Wired.com (192 hits)

Comments
No Comments »
Categories
English, geeky, general, read on the web
Tags
hacking info

Comments rss Comments rss
Trackback Trackback

San Francisco’s computer network locked down

July 16, 2008 | 5:37 pm

Here is an incredible subject for a movie… unfortunately it’s not fiction it’s reality…

  • S.F. officials locked out of computer network (198 hits)
  • http://blog.wired.com/27bstroke6/2008/07/sf-city-charged.html (226 hits)
Comments
1 Comment »
Categories
English, geeky, general
Tags
san francisco, security

Comments rss Comments rss
Trackback Trackback

Hungarian notation

March 27, 2008 | 8:43 pm

I recently came to cross the name “Hungarian Notation”. I found it quite funny as I know this method for long time but I didn’t even know it has a name… If you are a geek check this:

Hungarian notation – Wikipedia, the free encyclopedia (212 hits)

And if you have really too much time, and you don’t know what to do, check this document:

http://www.coding-guidelines.com/cbook/sent792.pdf (137 hits)

Comments
1 Comment »
Categories
English, geeky

Comments rss Comments rss
Trackback Trackback

Demonstrate a unix command usage from powerpoint

November 15, 2007 | 3:26 am


ssh demo (85 hits)

Here is the reason why I tried to demo a website from powerpoint (149 hits)… I needed to demonstrate how to use a new Unix application, but I wanted to do that from my powerpoint presentation. After some time spent on google, I didn’t find any way to integrate a ‘unix terminal’ component in a power point slide.

So my solution was to use the embedded browser and use Ajaxterm to connect to a remote linux host… This works… but there is a limitation as it’s not possible to use PageUp, PageDown to go up and down in your terminal… In order to fix that, you can start ’screen’ on your unix host, and then you can navigate in your terminal using Ctrl+b, Ctrl+f.

I believe that there is a cleaner to connect to a unix host from powerpoint… but I didn’t find it. If you know other solution… please share :)

Some links to finish, I didn’t try anyterm but it looks cool too…

  • Ajaxterm (163 hits)
  • Anyterm (181 hits)
  • Gnu-Screen (163 hits)
Comments
1 Comment »
Categories
English, geeky

Comments rss Comments rss
Trackback Trackback

How to demo/browse a website using powerpoint?

November 14, 2007 | 3:40 am

Problem: You are giving a powerpoint presentation, and during this presentation you need to show/browse a website. The solution that most of the persons will chose will be to hit “alt+tab” to switch the focus to their browser… Yes that does the trick… But you may want to show the website from your powerpoint to keep your audience captivated. I personally think that people has a tendency to get distracted when you switch away from your fullscreen powerpoint.
Chose the right component (79 hits)

My solution is to integrate a “Microsoft Web browser” component on your slide, so you can use it to browse a website. Start by adding the component as shown in this screen shot.



Editition of the slide (84 hits)

Then you can put several buttons on your slide to control your embedded browser. It should look like on this screenshot.


Finally you will have to add some Visual Basic code to your button’s callbacks. Something like:

Private Sub FontDecrease_Click()
    Dim Z As Variant
    WebBrowser1.ExecWB OLECMDID_ZOOM, OLECMDEXECOPT_DONTPROMPTUSER, Null, Z
 
    If Z > 0 Then
        Z = Z - 1
    Else
        Z = 0
    End If
    WebBrowser1.ExecWB OLECMDID_ZOOM, OLECMDEXECOPT_DONTPROMPTUSER, Z, Null
End Sub
 
Private Sub FontIncrease_Click()
    Dim Z As Variant
    WebBrowser1.ExecWB OLECMDID_ZOOM, OLECMDEXECOPT_DONTPROMPTUSER, Null, Z
 
    If Z < 4 Then
        Z = Z + 1
    Else
        Z = 4
    End If
    WebBrowser1.ExecWB OLECMDID_ZOOM, OLECMDEXECOPT_DONTPROMPTUSER, Z, Null
End Sub
 
Private Sub StartDemo_Click()
    WebBrowser1.Navigate ("http://samuel.happycoders.org/")
End Sub
 

Download this code: test-www-ppt.pas (127 hits)


And here is the result:
Result (76 hits)

Download the example (117 hits)

In the next post I will explain why I wanted to do that… I have a really geeky reason :)

Comments
1 Comment »
Categories
English, geeky

Comments rss Comments rss
Trackback Trackback

Status after one month with the kinesis advantage keyboard

October 21, 2007 | 10:15 am


Happy hacking keyboard

For the last 3 years, I was using a “happy hacking” keyboard. This keyboard is really small and looks
like a laptop keyboard. I really liked it and was able type really fast with it. Unfortunately, after spending too
much time behind a keyboard I started to feel wrist pain. This keyboard is comfortable, but on the long run I realized that I was typing with my left hand turned to the outside.


I finally decided to try the kinesis advantage keyboard. I’m now using it for a month and here is my first feelings about it.

Kinesis Keyboard


  • I’m using the qwerty mapping
  • I found it really hard to use at the beginning. I switched to it in one week, and as recommended in the guide, I didn’t use any other keyboard the first week. The hardest is the frustration of not being able to type as fast as before…
  • I started to do the exercises given with the keyboard but quickly stopped the second day… I used http://www.goodtyping.com/ (176 hits)which was really really useful
  • The default mapping was not optimal for me, I had to remap some of the keys.
  • The arrows are at a very bad location… but I’m started to get used to it.
  • The {, }, [ and ] are really are to type… which can be a problem when coding.
  • I’m still slower than with my previous keyboard
  • I really found this keyboard comfortable, and it’s true that it’s hard to get back to a classic keyboard once you are used to this one.
  • Since I’m using it, I don’t have pain anymore :)

Next status in one month… hopefully I will get back to my full typing speed :)

Some links:

  • Description of the kinesis advantage keyboard (208 hits)
  • Kinesis website (141 hits)
  • Website to buy the happy hacking keyboard (234 hits)
  • Happy hacking keyboard on wikipedia (161 hits)
  • http://www.goodtyping.com/ (123 hits)
Comments
2 Comments »
Categories
English, geeky

Comments rss Comments rss
Trackback Trackback

Cisco introduces ‘Entertainment operating system’

October 19, 2007 | 12:28 am

Another operating systems for cisco….
» Cisco introduces ‘Entertainment operating system’ | Between the Lines | ZDNet.com (300 hits)

Comments
No Comments »
Categories
English, geeky, general, general

Comments rss Comments rss
Trackback Trackback

« Previous Entries

Navigation

  • English (75)
    • Alphabet Interview (4)
    • fun (5)
    • geeky (15)
    • general (28)
    • perso (1)
    • read on the web (9)
    • Skydiving (8)
    • vim (1)
  • Francais (18)
    • Geeky Linux fr (1)
    • general (15)
  • music (1)
  • photos (3)
  • video (3)

Tags

datacenter food hacking info health makerfaire office photoblog photo productivity quote san francisco security software spam ted tip tip of the day word

My Bookmarks

  • Chojin’s Quarter
  • Happycoders
  • Kamih’s Blog

My websites

  • My Flickr gallery
  • My Gallery
  • My photoblog: Exposure for fun

Archives

  • November 2009 (1)
  • June 2009 (2)
  • May 2009 (1)
  • April 2009 (1)
  • March 2009 (3)
  • November 2008 (2)
  • August 2008 (1)
  • July 2008 (1)
  • June 2008 (1)
  • May 2008 (1)
  • April 2008 (2)
  • March 2008 (3)
  • February 2008 (1)
  • January 2008 (2)
  • December 2007 (3)
  • November 2007 (5)
  • October 2007 (9)
  • September 2007 (3)
  • August 2007 (5)
  • July 2007 (6)
  • June 2007 (3)
  • May 2007 (11)
  • April 2007 (9)
  • January 2007 (2)
  • May 2006 (1)
  • March 2006 (3)

From my Google Reader

Live Photos

www.flickr.com
Samuel's photos More of Samuel's photos

Tools


  Subscribe in a reader


View Samuel Pasquier's profile on LinkedIn

rss valid xhtml 1.1 design by jide powered by Wordpress