Archive for 2009

זו רק הפגנה קטנה

ב“הפגנה” נגד המאגר הביומטרי (קרא: “ערב שירה על רקע מחלף קפלן”) אתמול השתתפו רק כמה עשרות אנשים – שזה באמת חבל אבל מייצג בצורה טובה את האדישות הציבורית לאסון שנקרא חוק המאגר הביומטרי. הסיקור העיתונאי דווקא היה קצת יותר מוצלח מהמצופה – נכח במקום צוות צילום של ערוץ 11 וכתבות עם צילומים הופיעו בכמה אתרי חדשות.

למרות זאת, הסיקור החדשותי היה ברובו מזלזל, כדוגמה קיצונית הכתבה של למה-רשת (שקוטלגה תחת “אינטרנט ומחשבים”) מציינת ש”עשרות המתנגדים לחוק הגיעו גם להפגנה זו” – ברור שיש רק כמה עשרות מתנגדים לחוק והם רצים מהפגנה להפגנה. 🙁

  1. אם כי אני לא יודע כמה הם צילמו ומה נכנס מזה, אם בכלל, למהדורת החדשות – אני לא צופה בחדשות []

Steve Ballmer: Microsoft has 75% of the server market

This blog is not a news source, but I’m baffled how almost no one reported on this (Thanks for Linux Outlaws for bringing this up), but here it is directly from the horse’s mouth (as the saying goes):

Ballmer: I mean, look, I assume any time a customer talks to us about it, it’s genuine competition. It doesn’t mean that we don’t do well. … We gain market–Linux is a genuine competitor, and yet we’ve built market share against Linux on the server, up to about 75 percent market share.

The emphasis is mine, the rest is from CNet’s interview of Microsoft’s CEO Steve Ballmer starting at 9:30 minutes (transcript here look for the question about Google Docs).

Now, I’m not one to call Steve Ballmer a liar, but I would be very interested to see where this figure is coming from – he can’t seriously suggest that 75% of the world’s servers are running Microsoft Windows? Another interesting question is how the CNet interviewers didn’t take him up on this outrageous declaration.

גשם במודיעין

גשם ראשון שלי במודיעין, וככה זה נראה:

קשה קצת לראות בוידאו את הטיפות, אבל תפסתי את זה כבר לקראת סוף הגשם הכבד ואפשר לראות איך הנוף מתבהר לאט.

And another Ubuntu release

I haven’t written here in a while as I’m a bit busy at work (I was at the US twice in the last month, and I will post pictures soon), and I even almost missed a new Ubuntu release (thanks Amnon 🙂 ).

So here is the news Ubuntu 9.10 was released.

The new version is again much better then the previous one and here are a few small improvements that I wanted to share:

(more…)

עוד רעיון גאוני

אתמול יצא לי לראות תוכנית אוכל בריטית1 בשם Full-On Food ושני הבריטים (המשוגעים על צ’יפס) הדגימו את מתכון הצ’יפס הכי מסובך שראיתי בחיים – מעבר לטיגון הכפול (שכבר כמעט נחשב סטנדרטי) היה להם בישול במים עם חציר חרוך, והלהיט – הזרקת קטשופ לתוך הצ’יפס לאחר שהוא מוכן.

הרעיון האחרון די גאוני (אם נתעלם לרגע שאני לא ממש אוהב קטשופ על הצ’יפס שלי) אז יצאתי לחפש על זה מידע באינטרנט – יש לציין שלפי כמות התוצאות הרלוונטיות בגוגל, זה לא רעיון מוכר במיוחד, אבל כן הצלחתי למצוא את פטנט אמריקאי 747856: Methods and apparatuses for dispensing condiments של אדם בשם Scott E. Brient שאין עליו הרבה מידע באינטרנט אבל נראה שהוא עורך דין לפטנטים ולא באמת ממציא ולכן לא סביר שנראה מכונה כזאת בזמן הקרוב.

הדבר השני, והמבריק יותר שמצאתי הוא התיאור של הרעיון באתר highDEAS.com. המאמר עצמו לא מרחיב כלום מעבר לרעיון עליו כבר דיברנו, אבל האתר עצמו גאוני ומגדיר את עצמו כאתר רעיונות “‪for the best ideas (when you’re high)‬” 🙂 . יש שם הרבה רעיונות “גאוניים”, כמו מסעדה עם תפריט בניית סושי – לרמת בחירת המרכיבים של הרול או Iron Chef למוזיקה.

  1. בניגוד לדעה הרווחת על הבישול הבריטי, תוכניות האוכל הבריטיות הן הכי טובות, אולי בגלל שהן רוב הזמן על בישול ואוכל במקומות שונים מחוץ לאנגליה 😉 []

How many lines should a function have?

This question is probably one of the most debatable in programming, ever, and I wasn’t much surprised to find it also on Stack Overflow1.

Actually, I wasn’t surprised to find about a dozen different questions in the same gist, but here is the one that I really liked, especially some of the more interesting answers: How many lines should a method typically have?.

(more…)

  1. The best programming questions and answers site – if you’re a programmer by trade or hobby and you’re not familiar with Stack Overflow, then go register. []

Script day: grep in jar (or zip) files

Here is another script I wrote for work and I thought it will be interesting enough to share:

Say you want to check which JAR files (or ZIP files for that matter, as Java ARchive files are just ZIP files with a different extension) contain files that contain some text. grep is the obvious answer, but how to grep files in JARs?

(more…)

The Insanity of Upstream

Sometimes the Java community, or more specifically the people that write Java open source software, drive me nuts!

For the past couple of week I’ve been trying to build a new version for the Jetty package based on the current Jetty6 package from JPackage1, and in the process combating its hellish dependency tree and the way open source Java projects build opon each other in a complicated, confusing and often circular manner.

(more…)

  1. an excellent excellent project that is operated by talented people in what I can only guess is what little free time they have []

Some hard love (Free software oriented, beware)

I’ve been a long time listener of the Linux Action Show by the duo behind what eventually became the Jupiter Broadcasting project. And quite frankly – I’m a fan: while I’m not a YouTube watcher (I don’t have enough free time in front of a screen) I’m registered to all their audio feeds and like most of what Bryan and Chris and co. are doing.

That being said, when they announced that the Linux Action Show is no more shall be from hence forth known as The Computer Action Show I was a little apprehensive – Bryan and Chris have grown quite a bit judgmental and critic of the whole open source/free software community at large, and often lashed out at companies and organizations that “hurt the open source community”, not by acting against FL/OSS but by not doing things in very specific ways that Bryan and Chris felt would be better for FL/OSS adoption in the general populace.

So when they announced this very serious change I felt that this is the final step in that saga and Jupiter Broadcasting is not going to air a Linux/Free Software show any more. After listening to the rest of that first episode, I decided its not going to be that big of a change – more of shifting attention towards general computing and technology stuff, which I like – so no harm done. I did wish that the new direction means they’d lay off a bit from bashing the free software community.

Boy was I mistaken. The second Computer Action Show episode released this week introduced a whole new level of bashing the FSF, and I can’t stay silent on that. I have a lot more to say but in the interest of bringing the discussion close to the source, I’m saying it on Jupiter Broadcasting’s blog. If you’re interested in this kind of (anti-)evangelism, I’d recommend listening to the show (where they also cover a lot of other interesting stuff, like the Nokia N900 which is going to be awesome) and then take a part in the discussion here.

Last thing – Chris and Bryan, if you’re reading this – don’t take it too hard. I think you guys are great and you do an excellent work with your shows. Keep being awesome, and I just wish you’d stop being so negative of the people that are doing the work – and yes, the FSF are also doing some good work even if its not always very public.

Why HTML access keys do not work in Firefox Linux

Well, they don’t work for me – haven’t worked since Firefox 2, I think.

If you’re not sure what I’m talking about then its about the ability of web pages to define keyboard shortcuts to access and enable features on the web page using the keyboard instead of the mouse. Common actions are to focus text edit boxes or to trigger links directly.

(more…)