Re: Linux on Android related question

2014-12-26 Thread Diego Iastrubni
Hi David, On יום שישי, 26 בדצמבר 2014 15:54:12 David Harel wrote: > My son purchased an Android phone in China (against my recommendation). > It's a phone by Coolpad the module is 7620l You should have a talk to your son ;-) > Apparently the Android installation for Chinese is different than what

Re: OT: languages in Google Maps

2014-08-12 Thread Diego Iastrubni
OSM is a great promise. But not usable in a real world. 1) The servers are slow. Loading maps takes for ever. 2) Using tilemaps is nice, but this maps that rotating the map will not fix the text location according to the orientation of your map. 3) They are very ugly. To the original answer:

Re: detecting what does a reboot

2014-06-08 Thread Diego Iastrubni
And when everything else fails - good old serial console and another machine to capture the last dieing words of this server. On 06/08/2014 01:21 PM, Rabin Yasharzadehe wrote: you can try with auditctl auditctl -w /tmp/1 -p wa -k write_or_access *-- Rabin* On Sun, Jun 8, 2014 at 12:11

Re: Chinese KitKat

2014-01-05 Thread Diego Iastrubni
On 01/05/2014 12:22 PM, Eli Marmor wrote: By the way (off topic): Does anybody have any experience with generic Android versions? (such as CyanogenMod, which Mord mentioned) There is not such thing as a "generic android version". The amount of propietary crap available on Android devices make i

Re: Linux with Android MTP

2013-12-09 Thread Diego Iastrubni
On 12/08/2013 12:12 PM, Shlomo Solomon wrote: I never got MTP to work with a Galaxy S3 on Mageia 3. I've tried mtpfs and kio-mtp with no success. I may be doing something wrong, but since these are my kids' phones, it was not really urgent. But now I'm about to move from A Galaxy S to Galaxy S4

Re: ההרצאה: הפלת פטנטים באמצעות קוד פתוח שקדם להם

2013-08-06 Thread Diego Iastrubni
On יום ראשון, 4 באוגוסט 2013 13:18:42 Shlomi Fish wrote: > > כפי שאולי חלקכם יודעים, נוכחותי בכנס, ובכלל זה הרצאה שהייתי אמור לתת, > > נמנעו עקב פטירה במשפחה. > > בזמן שהייתי אמור להרצות, הייתי עסוק בסידורים ללוויה, שהתקיימה מאוחר יותר > > באותו היום. > > (הקירבה היא מדרגה שניה, ולכן אני לא מיוש

Re: Retooling my mail server

2013-07-24 Thread Diego Iastrubni
On יום חמישי, 18 ביולי 2013 18:32:46 Ira Abramov wrote: > The next component to install after ditching Gmail as far as I can, > will be OwnCloud so I can ditch DropBox and friends as well. > Got any pros and cons to share? I'll appreciate this too. Just a note: owncloud is quite crap for handling

Re: linking problems with several static libraries

2013-07-13 Thread Diego Iastrubni
On שבת, 13 ביולי 2013 21:42:12 Valery Reznic wrote: > >And I was under impression that "ld" was supposed to handle such kind of > >cyclic dependencies. > > ld indeed able to handle it. > > From ld man page: > -( archives -) --start-group archives --end-group The archives should be a > list of ar

Re: linking problems with several static libraries

2013-07-12 Thread Diego Iastrubni
On יום רביעי, 10 ביולי 2013 21:43:54 Omer Zak wrote: > On Wed, 2013-07-10 at 21:31 +0300, Diego Iastrubni wrote: > > My program needs liba, which in turn needs libb.. which in turn needs > > libk. The last libk needs symbols from liba.. and this is where it gets > > f

linking problems with several static libraries

2013-07-10 Thread Diego Iastrubni
to link liba.a twice. I can reproduce this on Ubuntu 10.04 64bit (default toolchain, gcc 4.6) and in Android's NDK (using all availble toolchains 4.4.3, 4.6 and clang 3.2). Can anyone explain why am I seeing this problem? - diego ___ Lin

Re: Android phone question

2012-12-01 Thread Diego Iastrubni
On יום שני, 26 בנובמבר 2012 16:38:30 Steve G. wrote: > Got myself a Galaxy Mini (was going to get Pocket, but Mini was discounted > in Bug for Black Monday, Cyber Friday, or some such holiday). > > Does all I need, more, quite well. Screen not ideal size, but frankly, the > latest iPhones and Gal

Re: [YBA] Lenovo z580 BISO setup horror story

2012-08-27 Thread Diego Iastrubni
On יום ראשון, 19 באוגוסט 2012 22:37:24 Jonathan Ben Avraham wrote: > Dear Colleagues, > I recently purchased a Lenovo Z580 Ideapad from Macsanei Hashmal. > > I replaced the 750GB HD with a 240GB SSD and installed Squeeze. The > installation succeeded but I was unable to log out - had to hold power

Re: mobile service providers updates

2012-08-11 Thread Diego Iastrubni
On יום שלישי 07 אוגוסט 2012 18:23:26 Tzafrir Cohen wrote: > Thanks for all the fixes, > > On Tue, Aug 07, 2012 at 12:06:08PM +, Tzafrir Cohen wrote: > > Hi > > > > I figured I'd submit an update to the service providers database[1]. > > > > >From a quick search (using e.g. [2] and [3]) I go

Re: which filesystem

2012-08-11 Thread Diego Iastrubni
On שבת 11 אוגוסט 2012 14:59:29 Marc Volovic wrote: > IMHO - xfs > > Sent from my iPhone I am sorry. I cannot take you seriously when I read those two sentences together. Please read chapters 3, 5 and 8 of the vim manual as atonement. Here are the links, don't even waste time looking for them

writing data over RS232

2012-05-07 Thread Diego Iastrubni
RDWR|O_NOCTTY)" - speeds are set on both side using "csetispeed(&to, B1900);csetospeed(&to, B1900);", note that I lowered the speed for the test. - The Android side has no HW flow control (that might be the trigger). What would you recommend me to do? - diego __

Re: TCP/IP using perl

2012-04-07 Thread Diego Iastrubni
On שבת 07 אפריל 2012 16:39:12 Shlomi Fish wrote: > Otherwise, does Wireshark tell you anything suspicious? You may also use "nc -l | hexdump -C" to debug the data on the "server". But I assume you already did that. ___ Linux-il mailing list Linux-il@cs

Re: what happens if

2012-03-20 Thread Diego Iastrubni
On יום שלישי 20 מרץ 2012 10:45:19 Erez D wrote: > > All theory I read before implementing this said this was a bad idea. The > > theory says that libc may maintain some mutex inside malloc() which is > > called > > from printf() for example. This means that even trivial things may kill > > your > >

Re: what happens if

2012-03-19 Thread Diego Iastrubni
On יום שני 19 מרץ 2012 12:22:15 Erez D wrote: > On Mon, Mar 19, 2012 at 12:20 PM, Nadav Har'El wrote: > > On Mon, Mar 19, 2012, Erez D wrote about "Re: what happens if": > > > my reason for fork is only for exec() - to protect the first program > > > from the other. > > > > Then you should be all

Re: oVirt, FLOSS Weekly, Itamar Heim talks about oVirt

2012-03-15 Thread Diego Iastrubni
On יום חמישי 15 מרץ 2012 22:38:11 Tzafrir Cohen wrote: > > What do you base that statement on exactly? > > Listening to that episode and previous some 50 or so previous ones. "This episode was brought to you by Ford" - marketing the Zune crap "This episode was brought to you by Netflix" ... You

Re: Preparing to convince to shift to non-propriety documents formats

2012-02-17 Thread Diego Iastrubni
> From my experience there is no problem opening in office 2007 docx written > in office 2010. > > > BTW, if you think they improved ODF support you are dead wrong. > > In the last years all ODF supporting programs were adapting > > to the (now approved) ODF-1.2 -- care to check where is MS-Office

Re: Preparing to convince to shift to non-propriety documents formats

2012-02-16 Thread Diego Iastrubni
On יום חמישי 16 פברואר 2012 12:19:18 you wrote: > On Wednesday, 15 בFebruary 2012 21:47:02 Diego Iastrubni wrote: > > On Monday, February 06, 2012 02:43:16 AM Oron Peled wrote: > > > You can find an example of this (refering to ODS): > > > http://www.robweir.com/blog/2

Re: Preparing to convince to shift to non-propriety documents formats

2012-02-15 Thread Diego Iastrubni
On Monday, February 06, 2012 02:43:16 AM Oron Peled wrote: > You can find an example of this (refering to ODS): > http://www.robweir.com/blog/2009/05 Really? WTF? Linking to a document from 3 years ago? So, the wold of propietary software stopped 3 years ago? Did you check the status on modern

Re: umount and data is lost?

2011-11-06 Thread Diego Iastrubni
twise. Just to make things clear: this is not a PC, it's an ARM based device. On יום ראשון 06 נובמבר 2011 19:04:48 Nadav Har'El wrote: > On Sat, Nov 05, 2011, Diego wrote about "umount and data is lost?": > > overcome otherwise). Before the reboot, I "umount"

Re: umount and data is lost?

2011-11-05 Thread Diego
On Saturday, November 05, 2011 11:22:04 PM shimi wrote: > > man 2 sync says: > BUGS >According to the standard specification (e.g., POSIX.1-2001), > sync() schedules the writes, >but may return before the actual writing is done. However, since > version 1.3.20 Linux does >

umount and data is lost?

2011-11-05 Thread Diego
Hi list, I am trying to debug this problem in a system I am developing: at some point I need to write a number to a file, and then reboot via an external device the machine. That device will cut of the power for a moment, and the machine will power on again (this is to overcome a fault we cou

Re: Scheduling a Meeting in a Cafe or Restaurant

2011-11-02 Thread Diego Iastrubni
On יום רביעי 02 נובמבר 2011 16:33:22 Shlomi Fish wrote: > On Wed, 2 Nov 2011 14:50:16 +0200 > > Stan Goodman wrote: > > On Wednesday 02 November 2011 13:24:56 Shlomi Fish wrote: > > > Hi all, > > > > > > I'd like to meet with a few people (whoever is interested) for chat > > > > Interested in w

Re: Flashing Galaxy S devices under Linux (Was: Upgrading Android Under Linux)

2011-06-08 Thread Diego Iastrubni
On יום שלישי 07 יוני 2011 22:13:22 Gadi Cohen wrote: > Right, I finally overcame my fears and successfully flashed my SGS II > I9100 in Linux yesterday. I just used the recovery console to install this ZIP: http://download.cyanogenmod.com/get/cm_galaxysmtd_full-21.zip I also formatted the sys pa

Re: Upgrading Android Under Linux

2011-05-04 Thread Diego Iastrubni
On יום רביעי 04 מאי 2011 18:32:59 Antony Gelberg wrote: > http://forum.cyanogenmod.com/topic/17020-all-models-cyanogenmod-7-for-samsu > ng-galaxy-s-phones-experimental/ > And each time I read about it I keep reading about people complaining that the Wifi does not always work, and problems with th

Re: flash killer extension for firefox 4

2011-04-03 Thread Diego Iastrubni
On יום שני 28 מרץ 2011 16:02:03 Udi Finkelstein wrote: > I stand corrected. > What I wrote below was for Windows Firefox. > Under Linux you will find the same under > "Edit/preferences/Advanced/Update". > Unless you are using a version of Firefox which was packaged by your distribution, and in th

Re: Android phones

2011-02-25 Thread Diego Iastrubni
On יום חמישי 24 פברואר 2011 11:48:17 Tzafrir Cohen wrote: > On Thu, Feb 24, 2011 at 08:39:10AM +0200, Diego Iastrubni wrote: > > This might be related to the low quality of the call. The cellular > > networks use these days a heavly compressed GSM codec to save bandwith. > >

Re: Android phones

2011-02-25 Thread Diego Iastrubni
On יום חמישי 24 פברואר 2011 22:46:54 Shachar Shemesh wrote: > On 24/02/11 08:42, Diego Iastrubni wrote: > > Can you explain how those "roms" are done? What does does it mean > > "binary patching"? Points to FMs are OK, search terms are OK as well. > > FMs

Re: Android phones

2011-02-23 Thread Diego Iastrubni
On יום רביעי 23 פברואר 2011 19:46:56 Shachar Shemesh wrote: > I'm not sure what you mean by "upstream". Most of the limitations of the > forum solutions stem from the fact that no sources are available for the > phones, so you are, essentially, hacking in BiDi support by modifying > the binaries. W

Re: Android phones

2011-02-23 Thread Diego Iastrubni
On יום רביעי 23 פברואר 2011 13:51:30 Ori Idan wrote: > Headache during conversation is a known problem with cellular phones, the > question is does it means that you will suffer long term effects > like continuous headache or even worth, some kind of cancer. This might be related to the low qualit

Re: [r...@gnu.org: Speeches in Israel?]

2011-01-16 Thread Diego Iastrubni
On יום ראשון 16 ינואר 2011 15:15:22 Ehud Karni wrote: > From: Richard Stallman > To: e...@gnu.org > Subject: Speeches in Israel? > Reply-to: r...@gnu.org > Date: Wed, 12 Jan 2011 22:05:32 -0500 > > I think I will be in Israel in July. Do you know of any > place that w

Re: Will Nokia destroy Qt4 like they destroyed Symbian OS?

2010-11-08 Thread Diego Iastrubni
On יום שני 08 נובמבר 2010 16:41:16 Omer Zak wrote: > http://eu.techcrunch.com/2010/11/08/guest-post-symbian-os-one-of-the-most-s > uccessful-failures-in-tech-history/ The 4th comment has a prediction that > Nokia are not going to be healthy for Qt4. > So if it does really happen, I suppose that the

Looking for a smart card guru

2010-11-02 Thread Diego Iastrubni
the API is the same on Windows and Linux, he will need to work on VisualStudio as well :) Contact me off list for more details. - diego ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: cheap linux box ?

2010-10-15 Thread Diego Iastrubni
On יום שני 11 אוקטובר 2010 14:03:39 Tzafrir Cohen wrote: > Take a look at the Sheevaplug/GuruPlug. I heard good things about Sheevaplug, and bad about GuruPlug (the Debian planet is infected with people doing HW hacks on that device since otherwise it just dies). Lets join the discussion: Any o

Re: OT: heard about internetto?

2010-08-20 Thread Diego Iastrubni
On יום חמישי 19 אוגוסט 2010 23:09:29 geoffrey mendelson wrote: > I'm not sure it's really worth it. Last I checked, you could get a > voice line from BEZEQ for 15 NIS a month, if you only used it for a > small number of calls a month. For that price, I would rather keep a > line from them and have

Re: Changing UI to Hebrew in Thundirbird

2010-07-21 Thread Diego Iastrubni
elc...@pinky:~$ aptitude search thunderbird | grep Hebrew p thunderbird-locale-he - Thunderbird Hebrew language/region package On יום שישי 16 יולי 2010 12:02:34 Amichai Rotman wrote: > Hi all, > > I am running Ubuntu Lucid. I have installed Thunderbird from the repo, but > can't fi

Re: hebrew letters in non-unicode vfat

2010-06-19 Thread Diego Iastrubni
Shachar, On שבת 19 יוני 2010 00:08:26 Shachar Shemesh wrote: > There is no such thing "non-unicode vfat". FAT file systems comes in two > flavors. One is the classic, pre-Windows 95, version, which only > supported ASCII (no Hebrew at all). The other is the LFN extension to > FAT, which is encoded

Re: gcc-4.5.0 Success Story with Freecell Solver

2010-06-16 Thread Diego Iastrubni
On יום רביעי 16 יוני 2010 13:47:35 Shlomi Fish wrote: > > To make a good comparison, please to boostrap clang properly (you need at > > least stage2, in theory from that point all binaries should be > > identical). Building clang here does take about an hour or two, yes, > > builind a C++ compiler

Re: gcc-4.5.0 Success Story with Freecell Solver

2010-06-16 Thread Diego Iastrubni
On יום רביעי 16 יוני 2010 08:33:55 Shlomi Fish wrote: > Hi Diego, > > (PS, If you want to fully bootstrap clang instead of just using stage1 > > here, use this "ugly" shell script to get a "clang built with clang built > > clang", aka stage 3). > > &

Re: gcc-4.5.0 Success Story with Freecell Solver

2010-06-15 Thread Diego Iastrubni
Shlomi: svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm mkdir -p llvm/tools/clang svn co http://llvm.org/svn/llvm-project/cfe/trunk llvm/tools/clang mkdir llvm/cmake-build cd llvm/cmake-build ccmake ../ make export CC=$PWD/bin/clang export CXX=$PWD/bin/clang++ Now re-compile your librar

Re: Remote debug within QT creator

2010-05-30 Thread Diego Iastrubni
Do you see this? Debug -> Start debugging -> Start and attach to remote application On יום ראשון 30 מאי 2010 09:00:30 itamar levit wrote: > Hi > Is it posible to do remote debuging from QT creator ? if yew how ? ___ Linux-il mailing list Linux-il@cs.h

Re: Common problems with Ubuntu

2010-05-12 Thread Diego Iastrubni
On יום רביעי 12 מאי 2010 21:40:30 Shlomi Fish wrote: > Anyway, I believe that the problem in Debian would have been exhibited even > if I wanted to install exim in addition to postfix, or sendmail in > addition to postfix etc. because they all supplied a /usr/sbin/sendmail > file which was not a sy

Re: Bituah Leumi site: call them!

2010-04-15 Thread Diego Iastrubni
On Thursday 15 April 2010 22:53:25 Stan Goodman wrote: > > There is a phone number on that page. Call them next week! Let them > > know that not the whole world uses Windows! > > When I mentioned some years ago to the Bezeq business office that I do not > have Windows on my machine (I had only OS2

Re: Hebrew search in PDFs is backwards?

2010-01-19 Thread Diego Iastrubni
This is really, really bad from qt/src/gui/painting/qpainter.cpp, inside void QPainter::drawText(const QPointF &p, const QString &str, int tf, int justificationPadding) I see this code: QStackTextEngine engine(str, d->state->font); engine.option.setTextDirection(d->state->layoutDirect

Re: ot: looking for cheap/free sip phones

2010-01-08 Thread Diego Iastrubni
...and if you craft your dialplan correctly in asterisk, you can use the internal phone's contact list (dialing 9 for outbound dialing is lame). Highly recommended. On Friday 08 January 2010 10:38:03 Ohad Levy wrote: > If you have a Nokia E or N series, you can use that instead. > > Ohad > > O

Re: Hebrew in urxvt

2009-11-04 Thread Diego Iastrubni
whats wrong with piping text trough fribidi ? what do you do when you need to edit text? the text cursor gets crazy under all those tests. On Wednesday 04 November 2009 17:51:05 Yuval Hager wrote: > I've recently switched from Konsole to urxvt. Konsole has great bidi > support, which allows one t

Re: how to disable PolicyKit?

2009-11-01 Thread Diego Iastrubni
On Saturday 31 October 2009 23:42:49 Oron Peled wrote: > > You can try wicd, I tested it under Debian and it was "pretty good". I > > don't know how it will break Fedroa by killing NetworkManager and > > installing wicd > > What does it have to do with the subject? > > We discussed PolicyKit, int

Re: how to disable PolicyKit?

2009-10-31 Thread Diego Iastrubni
On Friday 30 October 2009 01:40:07 Oron Peled wrote: > > I rather hate NetworkManager, too ;-). However, from > > the system point of view, I'd naively expect hal, udev, dbus, network, > > etc. to work without a "policy kit" developed by GUI people (I > > understand it comes from Gnome). ... > Ho

Re: Current recommendations for Linux-compatible printer?

2009-10-23 Thread Diego Iastrubni
Hi Oron, See comments inline: On Friday 23 October 2009 13:49:08 you wrote: > On Friday, 23 בOctober 2009 13:09:31 Diego Iastrubni wrote: (I should fix kmail's translation...) > the wireless model due to security: Whats wrong about WPA2+do not broadcast the SSID? > Model? >

Re: Current recommendations for Linux-compatible printer?

2009-10-23 Thread Diego Iastrubni
I have an HP printer/fax/scanner here. Nice piece of HW. I connected it to the wireless network, and under Windows it's a charm. Under linux, I can print to it from the network. They have this nice web interface from which you you can scan, I did not manage to get the scanner working directly w

Re: cms.uniqsys.co.il (reported site attack)

2009-09-29 Thread Diego Iastrubni
BTW, How do I disable that stupid red window on FF? *I* don't have problems with those kind of sites. This "warning" is preventing *me* from looking into the site and learning what/who/how things are done. On Sunday 27 September 2009 07:41:43 Noam Rathaus wrote: > Hi, > > Does someone know so

Re: Setting LANG env on Ubuntu

2009-09-26 Thread Diego Iastrubni
On Friday 25 September 2009 00:15:40 Shachar Shemesh wrote: > I don't know about Ubuntu, but in Debian these variables are set either > in /etc/default/locale or /etc/environment. Also, the "official" way of > changing those is by doing "dpkg-reconfigure locales" as root. On Debian/Ubuntu, "dpkg-r

Re: Feedback on Acer laptop w. Linux

2009-09-04 Thread Diego Iastrubni
On יום ראשון 30 אוגוסט 2009 11:36:03 Oron Peled wrote: > I normally follow your original method -- put some effort *before* buying > to have an idea about good/problematic hardware. I also make sure > that the people who sell stuff will know *why* I chose their hardware > (because its vendor is coo

Re: [OT] Power over radio is it a true thing or just a myth ?

2009-08-28 Thread Diego Iastrubni
What the fuck are you doing? I did not see that movie yet... Please write "spoiler" and leave a few empty the next time. On יום שישי 28 אוגוסט 2009 13:17:06 Gilad Ben-Yossef wrote: > Interesting enough, Light travels through Israeli movies in speed close > to American ones (88 mph) but, complain

Re: kopete and hebrew

2009-08-09 Thread Diego Iastrubni
On Sunday 09 August 2009 08:33:46 Omer Zak wrote: > > i found that in my case is selected iso 8859-1 western and i see that > > there are 2 hebrew encodings iso-8859-8 hebrew visually ordered and > > iso-8859-8-1 hebrew logically ordered. which one should I choose? > > Neither. Choose utf-8 and en

Re: "binks" when using newer kernels

2009-05-30 Thread Diego Iastrubni
On Saturday 30 May 2009 13:35:55 you wrote: > On 30.05.2009 Diego Iastrubni wrote: > > I just heard that EXT4 is stable in 2.6.30... but no distro still uses > > that kernel by default. > > My SOHO server uses an ext4 /home partition in the last 5 months (since > Fedora-

Re: "binks" when using newer kernels

2009-05-29 Thread Diego Iastrubni
vent you from working after you go doing #1? ;-) On Friday 29 May 2009 22:24:04 Oron Peled wrote: > On 29.05.2009 Diego Iastrubni wrote: > > I am using Mandriva 2008.1 (yes, the old one) and decided to upgrade my > > kernel. I tested 2.6.29 and 2.6.30 (git, from Linus branch) nad

"binks" when using newer kerels

2009-05-29 Thread Diego Iastrubni
The machine is a Lenovo 3000 N100, with an Intel 945 video card. Before I start hunting for this bug... as anyone seen it, something similar... or has an idea? - diego ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/m

Re: Israeli sites that are broken under firefox

2009-05-26 Thread Diego Iastrubni
On Tuesday 26 May 2009 20:45:00 Tomer Cohen wrote: > (Diego - Adobe bought Macromedia long time ago) Them too. Ok. ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Israeli sites that are broken under firefox

2009-05-26 Thread Diego Iastrubni
Macromedia sux? On Tuesday 26 May 2009 19:11:44 Noam Rathaus wrote: > Maybe the flash works, but why the Hebrew is shown in reverse? ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: usb packet analyzer on windows

2009-05-14 Thread Diego Iastrubni
Hi, Some RTFM for you: http://groups.google.com/group/microdia/web/usb-sniffing-on-windows On Tuesday 12 May 2009 10:37:46 Constantine Shulyupin wrote: > Hi, > > Can you please software USB packet analyzer on Windows . > I have a device that works on Windows. I going to develop driver on Linux

Re: OT: c++ q

2009-04-26 Thread Diego Iastrubni
On Sunday 26 April 2009 17:31:59 Shachar Shemesh wrote: > > Go back to school, and as punishment re-implement quick_sort in VB.NET. > > Now that's going the "cruel and unusual" route. > > I do think every programmer should take the time to implement binary > search and quick sort at least once from

Re: OT: c++ q

2009-04-26 Thread Diego Iastrubni
On Sunday 26 April 2009 15:38:53 Erez D wrote: > files: > == a.h === MISSING: #ifndef __FILE_H__ > class a { > int m_a; > a (int val); > void do_somthing() > } MISSING: semicolon, last line should be }; MISSING: #endif // __FILE_H__ > == a.cpp === > #include "a.h" > a::do_somthing {a.m_a++;};

Re: Backup encryption key

2009-04-24 Thread Diego Iastrubni
On Friday 24 April 2009 09:34:40 you wrote: > P.s. > Blowfish? In this day and age? Twofish, I stand corrected. Their specks are very confusing: * They claim that the transport is based on https * They claim that the encryption key is stored on my computer, but i see no documentation on the lo

Re: Backup encryption key

2009-04-23 Thread Diego Iastrubni
As someone who tried to convince his boss to use Shachar's product, I can tell you that there are companies (in israel!) who sell a competing product, which is closed source, but: * works with a nice Java Based web interface, * it has a CLI version (works on 64 bit as well) * it's incremental

Re: I don't want to do it under Windows ; please help

2009-03-24 Thread Diego Iastrubni
I smell SVG... ;-) http://www.w3.org/Graphics/SVG/ http://en.wikipedia.org/wiki/Scalable_Vector_Graphics All you need is a text editor, a browser (1) and time to learn. (1) IE6 does not count as a browser On Tuesday 24 March 2009 22:42:27 Dan Shimshoni wrote: > Hello, > Please help me to stay

Re: Hebrew Text Alignment Under Fedora 10

2009-03-24 Thread Diego Iastrubni
24 March 2009 19:42:35 Aharon Schkolnik wrote: > On Tuesday 24 March 2009, Diego Iastrubni wrote: > > Hi Dan, > > > > WTF are you confusing this guy? How the hell would bidiv help him set the > > *direction* of the text in side KMail's QTextWidget? > > That's OK, I

Re: Hebrew Text Alignment Under Fedora 10

2009-03-24 Thread Diego Iastrubni
Hi Dan, WTF are you confusing this guy? How the hell would bidiv help him set the *direction* of the text in side KMail's QTextWidget? On Tuesday 24 March 2009 14:04:06 Dan Kenigsberg wrote: > On Tue, Mar 24, 2009 at 01:43:47PM +0200, Aharon Schkolnik wrote: > > Hi. > > > > I have just got Hebre

Re: Hebrew Text Alignment Under Fedora 10

2009-03-24 Thread Diego Iastrubni
automatic text direction detection as you see in KDE3 is not implemented in KDE4. On Tuesday 24 March 2009 13:43:47 Aharon Schkolnik wrote: > Hi. > > I have just got Hebrew input working under Fedora 10. > Now I see that Hebrew is aligned on the left margin as follows: > > אבגד > הוז > > Specific

Re: [Linux-il] testing

2009-01-25 Thread Diego Iastrubni
I see on the header something very similar: List-Id: The linux Israeli users list List-Unsubscribe: , List-Archive: List-Pos

Re: [Linux-il] Web browser on ARM

2009-01-25 Thread Diego Iastrubni
On Sunday 25 January 2009 14:28:09 Constantine Shulyupin wrote: > HI, > > I going to cross compile a web browser for ARM (TI DaVinci, MontaVista > Linux 4). I already unsuccessfully tried to compile WebKit. Webkit on what? Qt45? GTK? ___ Linux-il mailin

Re: Israeli sites that are broken under firefox

2009-01-18 Thread Diego Iastrubni
I can still remember Leumi doing this with a floppy "way then". At least a USB device would last for several months/years. Floppies lick balls (the 1.44, not the 1.2, they actually kickes ass and were better, don't know why). Oron Peled wrote: On Sunday, 18 בJanuary 2009, Arie Skliarouk wrote:

Re: [kde-il] Fedora 10 will have localized installer for Hebrew

2008-10-14 Thread Diego Iastrubni
(please note, I am cross posting) KDE 4.1 has no official Hebrew translation in KDE 4.0 and KDE 4.1, since it did not qualify: it did not have enough percentage to be an official translation. See here: http://l10n.kde.org/stats/gui/stable-kde4/essential/ Basically, an official language nee

Re: Please vote for this KDE bidi bug, even if you are not a KDE user

2008-06-30 Thread Diego Iastrubni
Hi Dotan, I have seen you bug sprint this week, don't worry :) However, bug 165406 talks about input controls,which in Qt4 do not have automatic direction detection. IMHO, this is a non important bug compared to 163459 http://bugs.kde.org/show_bug.cgi?id=163459 This one renderes Plasma co

Re: Visual diff tool for patches.

2007-03-07 Thread Diego Iastrubni
[EMAIL PROTECTED]:~/tmp$ echo "test 123" > 1.txt [EMAIL PROTECTED]:~/tmp$ cp -la 1.txt 2.txt [EMAIL PROTECTED]:~/tmp$ echo "test 321" > 1.txt [EMAIL PROTECTED]:~/tmp$ diff 1.txt 2.txt [EMAIL PROTECTED]:~/tmp$ [EMAIL PROTECTED]:~/tmp$ echo "test 123" > 1.txt [EMAIL PROTECTED]:~/tmp$ cp -la 1.txt 2

Re: MySQL License

2007-02-26 Thread Diego Iastrubni
ns. Currently GPL is used by some companies to release code for the "linux community" and still be able to hide behine the GPL and continue their market domination on the market they gain money from Windows users, and the closed source market. - diego =

Re: possible to dial into netvision from linux?

2007-02-05 Thread Diego Iastrubni
ביום שני 05 פברואר 2007, 22:50, נכתב על ידי Oded Arbel: > > Can this be done from Linux? > > http://cables2.netvision.net.il/linux/ He is using dialup. goto http://linmodems.org and google for more information. Also subscribe to their list and ask for more help. This is one of the darker places

Re: crappy audio

2007-02-04 Thread Diego Iastrubni
mos Shapira wrote: > > On 03/02/07, Diego Iastrubni <[EMAIL PROTECTED]> wrote: > > > > The system is Kubuntu 6.10 running a 2.6.17 kernel, the system > > in a > > Lenovo 3000 N100. > > > > > > I'd try to conce

Re: crappy audio

2007-02-03 Thread Diego Iastrubni
That's nice, analog audio does not work... only digitaly. Another Microsoft consipracy? Who cares. I changed the outpur engine from arts to alsa (kscd). Sound still sounds crappy. Anyway, this is not the solution since most of my music I consume digitally (ogg on amarok, using xine engine if an

crappy audio

2007-02-03 Thread Diego Iastrubni
unning a 2.6.17 kernel, the system in a Lenovo 3000 N100. - diego = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: httpfs hack

2007-01-28 Thread Diego Iastrubni
ידי Gilad Ben-Yossef: > Diego Iastrubni wrote: > > Yes, it's only performance. I did a small test today: > > > > I untared a tar.bz2 (~1.5 mb) file, under a local filesystem (~0.1 sec), > > under sshfs (7 seconds) and under NFS (4:06, yes, that's four minute

Re: httpfs hack

2007-01-28 Thread Diego Iastrubni
e dir as a user is simple, but I want to mount a directory which contains a very sensitive content. ביום ראשון 28 ינואר 2007, 12:26, נכתב על ידי Amos Shapira: > On 28/01/07, Diego Iastrubni <[EMAIL PROTECTED]> wrote: > > I would like to remove nfs from my work, and I am think

Re: httpfs hack

2007-01-27 Thread Diego Iastrubni
CRAP THIS FUSE THING IS HOT. I would like to remove nfs from my work, and I am thinking of FUSE. How hard is it to use ssh as a file-system? how "out of the box" is this? Whats the performance of this thing? בשבת 27 ינואר 2007, 15:27, נכתב על ידי Hadar: > Hi all, > > Recently I played with http

Re: [Haifux] Re: version control & wiki

2007-01-24 Thread Diego Iastrubni
TRAC, only trac. It integrates bugzilla(like)+svn+wiki in one tight nice integration. When you start using it, everything else just stinks. ביום רביעי 24 ינואר 2007, 11:27, נכתב על ידי Nadav Har'El: > On Wed, Jan 24, 2007, Shahar Dag wrote about "version control & wiki": > > 1.. Can you recom

Re: How Can We Help to Make this Happen?

2007-01-19 Thread Diego Iastrubni
ware on eskimo? בשבת 20 ינואר 2007, 00:20, נכתב על ידי Nadav Har'El: > On Fri, Jan 19, 2007, Diego Iastrubni wrote about "Re: How Can We Help to Make this Happen?": > > I am plain, Jhon Doe, using English interface of OOo, using my favorite > > distro (just to make you

Re: How Can We Help to Make this Happen?

2007-01-19 Thread Diego Iastrubni
Har'El: > On Fri, Jan 19, 2007, Diego Iastrubni wrote about "Re: How Can We Help to Make this Happen?": > > ביום שישי 19 ינואר 2007, 12:51, נכתב על ידי Nadav Har'El: > > I want mixed languages spell chcking out of the box. Lets say: > > locale+english. This

Re: How Can We Help to Make this Happen?

2007-01-19 Thread Diego Iastrubni
ביום שישי 19 ינואר 2007, 12:51, נכתב על ידי Nadav Har'El: > About Hspell integration: Well, on any official build (not just the Hebrew > build), you can use the Hspell-derived "myspell" dictionary. You can > install it yourself using OpenOffice's menus (the "dicoo wizard"), or your > distribution c

Re: Why the Internet sucks

2007-01-18 Thread Diego Iastrubni
ביום חמישי 18 ינואר 2007, 12:38, נכתב על ידי Tzahi Fadida: > Just a little correction: IIRC YES moved StarWorld to channel 270. > (Just a little FYI to all the Trekkies out there :) ). Which days and hours? :) = To unsubscribe, send

Re: How Can We Help to Make this Happen?

2007-01-18 Thread Diego Iastrubni
out is a piece of garbage, I don't care what people think - it's just badly done. I assume more can be talked about, I will stop here. - diego = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscri

Re: Why are GNOME applications (and applets) take so much [EMAIL PROTECTED] memory ?

2007-01-16 Thread Diego Iastrubni
On the contrary to all said on this thread, I must admit that using KDE with 512 MB is quite sane. I am using this setup on a machine running Etch. kmail running for several weeks, same as akregator, Firefox 2 running on and off, konsole is usually open. The machine is very responsive a hour a

Re: Exaile - a Gtk+-based Amarok Clone

2007-01-13 Thread Diego Iastrubni
Do you really think copying is that bad? The conecpt of an "amarok" like application is a very popular one. It seems like a good applicaion, and I really miss it when no KDE is available. There are many applications which are KDE/GNOME copy. kedit/gedit, konsole/gnome-terminal, many of the gam

Re: Debian upgrade to 2.6 and mouse problem

2006-12-31 Thread Diego Iastrubni
them to /etc/modules as Uri said. Another ugly trick is installing GPM which uses /dev/mice instead of testing for it and then failing because it does not exist yet (as Xorg does). -- diego, kde-il translation team - http://il.kde.org Please avoid sending me Word or PowerPoint attachments.

Re: laptop

2006-12-31 Thread Diego Iastrubni
ree). I agree with Hetz, crappy machine, good service (I prefer that then the other way). -- diego, kde-il translation team - http://il.kde.org Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.h

Re: Keyboard shortcuts with Hebrew letters

2006-12-26 Thread Diego Iastrubni
Dotan Cohen wrote: I also would like to solve this at the X level. Then we will loose the option to use ctrl+ה as a real shortcut. Sorry, no. The bug is in (IMHO) hidden somewhere inside the xul engine's code. This is why we don't see it on pure Qt/KDE applications and pure GTK applications.

Re: Keyboard shortcuts with Hebrew letters

2006-12-26 Thread Diego Iastrubni
ב על ידי Dotan Cohen: > On 26/12/06, Diego Iastrubni <[EMAIL PROTECTED]> wrote: > > The ctrl+c, ctrl+v problems are available in firefox, and this is a > > known bug. This is said that KDE does not have those problems, but I am > > pretty sure it's available on KDE as w

Re: scam ?

2006-12-13 Thread Diego Iastrubni
No Pelephone? No Cellcum? No ICQ? No backfall to Asterisk...? ביום רביעי 13 דצמבר 2006, 11:45, נכתב על ידי Dan Kenigsberg: > Sendsms is still alive and kicking - but only with the Orange site. > > On Mon, Dec 11, 2006 at 09:25:33PM +0200, Diego Iastrubni wrote: > > Wait, that sc

Re: scam ?

2006-12-11 Thread Diego Iastrubni
ביום ראשון 10 דצמבר 2006, 21:52, נכתב על ידי Oron Peled: > On Sunday, 10 בDecember 2006 13:35, Nadav Har'El wrote: > > Pretty soon, ... which cause your phone to send 100 SMSs Wait, that script is working again...? It stopped working 2 years ago! -- diego, kde-il translati

  1   2   3   4   5   6   >