vmiklos.hu
shameless self-promoting website
»Root
  • Sunday, 29 April 2012
    Linux in the Education Conference 2012 (Comments)

    The Hungarian Linux in the Education Conference 2012 was held today @ Budapest, I held a generic session about LibreOffice (slides), also talked a few guys into submitting Easy Hacks. ;)

    Other interesting stuff: a free Logo interpreter in PyUNO by Laszlo, available here.


  • Monday, 16 April 2012
    Thanks for the Hackfest 2012 (Comments)

    http://libreoffice.hu/files/2012/04/335px-HHHackfest.png

    We were in Hamburg during this weekend, and I think all of us had great fun, kudos go to the organizers! If you are curious, here are the topics I worked on besides mentoring when I was asked to do so:

    Also thanks Stefan for correcting the misleading icons of the horizontal/vertical flipping in Writer. ;)


  • Wednesday, 07 March 2012
    OpenSource is the Source of Innovation Conference (Comments)

    We presented TDF on this conference with Andras today. It was nice to see familar and new faces as well, we turned some mentioned problems into bugreports and I also fixed the barcode extension to work again with LibreOffice 3.4+, as requested by a user.


  • Sunday, 26 February 2012
    TL-WN422GC (Comments)

    The title is a wireless card usable for desktop machines. Why I can recommend it:

    • It’s better than those cheap wifi stricks, having a high(er) gain antenna.

    • It has proper Linux support. Kernel module name: ath9k_htc, the required htc_9271.fw firmware is part of kernel-firmware, so it works out of the box on any modern distro.


  • Tuesday, 21 February 2012
    Szamarkohoges (Comments)

    Amugy kolbasz hossza is epp 56 cm. ;)


  • Monday, 13 February 2012
    L'art pour L'art társulat (Comments)

    Multheten voltunk a L’art pour L’art eloadasan. Mivel korabban sose voltunk (csak a youtube-rol volt ismeros par produkcio), a tobbiek mondtak el, hogy a 3.5 oras eloadas tenyleg maratoninak szamitott. ;)

    Nehez egy szamot kiemelni, de az egyik amit nem ismertunk a zengo abc volt.


  • Sunday, 29 January 2012
    LPSP (Comments)

    We will give a talk about LPSP and CMIS with Cedric at FOSDEM2012. If you wonder what LPSP and CMIS are:

    • LPSP: LibreOffice extension providing connection to SharePoint

    • CMIS: Content Management Interoperability Services

    See you in Brussels!


  • Thursday, 26 January 2012
    LCA 2012 Videos (Comments)

    I think last year it was the systemd video I watched, now it was btrfs. Especially the "can’t you do online corruptions?" part. ;)

    Also: did you know the filefrag and sum commands? (e2fsprogs, coreutils)


  • Monday, 23 January 2012
    Corageous (Comments)

    Alex Kendrick tavalyi filmje. Ugy latszik nem csak Clint Eastwood szeret foszerepet jatszani a sajat filmjeiben. ;) Kifejezetten tetszett, csak ajanlani tudom.


  • Sunday, 15 January 2012
    Watchmen (Comments)

    /pic/watchmen.t.jpg

    Csak eros idegzetueknek, de amugy van benne nehany magvas gondolat, erdemes.


  • Friday, 06 January 2012
    mtd-utils (Comments)

    Quick node about this useful project I packaged two days ago. It has a long FAQ - I was interested in how can one access the builtin nand storage on an arm board using it.

    First, check your dmesg, you should see something like:

    Creating 3 MTD partitions on "orion_nand":
    0x000000000000-0x000000100000 : "u-boot"
    0x000000100000-0x000000500000 : "uImage"
    0x000000500000-0x000020000000 : "root"

    As the names say, the three items here are the bootloader, the kernel and the root filesystem. To access and mount the last one, you need:

    ubiattach /dev/ubi_ctrl -m 2
    mount /dev/ubi0_0 root
    ... hack hack hack ...
    umount root
    ubidetach /dev/ubi_ctrl -m 2


  • Thursday, 05 January 2012
    Bringas terdmelegito (Comments)

    Karacsonyra kaptam egy par bringas terdmelegitot. Hozzam hasonlo nem-orvosok szamara ez roviden arra jo, hogy hidegben (kb. 5 °C alatt) ne fazzon meg a terd, ami kesobb terdfajast okoz — tehat nyugodtan lehet telen is bringazni, csak erdemes ilyesmit hordani.

    Reszletesebb verbalis leiras az utvonalunkrol erre, terkepes meg arra, sot LGee meg kepeket is rakott fel.

    A kmora ezeket merte: ido 6h22m31s, tav 96.33km, max 33.3 kmph (jol lathato, hogy tul gyorsan sehol se mentunk, nem vicces dolog 50-nel rafutni egy jeges szakaszra).


  • Wednesday, 04 January 2012
    Frugalware arm port install HOWTO (Comments)

    I recently got a GuruPlug. It has Debian by default, and it’s apt config is set to stable, while in fact at the moment what’s the factory default is considered as oldstable by upstream. So if you blindly do a few apt-get install foo, soon you’ll have newer userspace than kernel, and your device will no longer boot (based on true story - and yes, this is not Debian’s fault). Moreover, I was interested in how to install Frugalware on this device, so here is a quick howto.

    Install rootfs

    First you need to bootstrap Frugalware from Debian. It’s a good idea to install Frugalware on a USB stick, so you can switch back to Debian in case you messed up something and start from scratch again.

    Partitioning is up to you, you’re recommended to have a small FAT (type: 0x0b) partition (32MB for example) at the beginning, we’ll use that later. The second can be the rest, ext4 or so.

    Format and mount it (your device name may differ!):

    mkfs.ext4 /dev/sda2
    mkdir -p /mnt/sda2
    mount /dev/sda2 /mnt/sda2

    Then install our pacman-g2 binary to the Debian system, so you can bootstrap:

    wget http://ftp.frugalware.org/pub/frugalware/frugalware-stable/frugalware-arm/pacman-g2-3.8.3-2mores2-arm.fpm
    unxz pacman-g2-3.8.3-2mores2-arm.tar.xz
    cd /
    tar xf /path/to/pacman-g2-3.8.3-2mores2-arm.tar
    rm .CHANGELOG .FILELIST .PKGINFO

    Installing the required packages is a single command, as described here:

    pacman-g2.static --noconfirm -Sy core base -r /mnt/sda2/

    Upgrade the bootloader

    Once the rootfs is ready, you need a new bootloader that will be able to boot our vanilla kernel.

    You need a JTAG Board, so you can access the serial console. If you connect the USB cable to you PC, you can use for example

    screen /dev/ttyUSB0 115200

    to access the device.

    Given that we want to boot a vanilla kernel, we need a vanilla bootloader as well. Before you mess with the bootloader, it’s a good idea to make a backup of its config (there is a 3 second timeout during boot - if you press any key there, you get the Marvell prompt). Here is my config:

    Marvell>> printenv
    bootcmd=${x_bootcmd_ethernet}; ${x_bootcmd_usb}; ${x_bootcmd_kernel}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000;
    bootdelay=3
    baudrate=115200
    x_bootcmd_ethernet=ping 192.168.2.1
    x_bootcmd_usb=usb start
    x_bootcmd_kernel=nand read.e 0x6400000 0x100000 0x400000
    x_bootargs=console=ttyS0,115200
    x_bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs
    ethact=egiga0
    bootargs=console=ttyS0,115200 ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs
    ipaddr=10.10.10.10
    serverip=10.10.10.179
    ethaddr=F0:AD:4E:00:CE:C3
    stdin=serial
    stdout=serial
    stderr=serial

    The only semi-unique part is the MAC address of the network interface(s).

    If you want to update the bootloader, a possible way is to put the new binary to a pendrive. Given that the default bootloader does not support ext*, we need a fat filesystem. So format the first small partition we created already (the device name may be different in your case!):

    mkdosfs /dev/sda1

    Till Frugalware 1.6 is released, support for GuruPlug is available in Frugalware -current only, so download the binary package from there, extract the u-boot.kwb file from the guruplug directory, put it to the new partition. (A few other models are explained here).

    Before you reboot, copy also /boot/uImage to the fat partition, you may have problems problems with reading the kernel from the ext4 partition with u-boot.

    Once copying the kernel is done, reboot and in the u-boot shell do:

    usb start
    fatload usb 0:1 0x0800000 u-boot.kwb
    nand erase 0x0 0x60000
    nand write 0x0800000 0x0 0x60000
    reset

    You can verify the updated bootloader with the version command:

    Marvell>> version
    
    U-Boot 2011.12 (Jan 03 2012 - 16:55:38)
    Marvell-GuruPlug
    gcc (Frugalware Linux) 4.6.2
    GNU ld (GNU Binutils) 2.22

    If Frugalware is mentioned, that’s a good sign. :)

    Boot the new rootfs

    Now you can boot your new rootfs:

    usb start
    fatload usb 0:1 0x00800000 /uImage
    setenv bootargs console=ttyS0,115200 root=/dev/sda2 rootdelay=5
    bootm 0x00800000

    If it booted fine, you may want to make this the default:

    setenv bootargs 'console=ttyS0,115200 root=/dev/sda2 rootdelay=5'
    setenv bootcmd_usb 'usb start; fatload usb 0:1 0x00800000 /uImage'
    setenv bootcmd 'run bootcmd_usb; bootm 0x00800000'
    saveenv

    Finalize

    The rest is up to you:

    • setting up a root password

    • setting up network by default using netconfig

    and so on… you know this already, nothing arm-specific.

    For the reference, here is the tested CPU and Frugalware version:

    $ cat /proc/cpuinfo
    Processor       : Feroceon 88FR131 rev 1 (v5l)
    BogoMIPS        : 1191.11
    Features        : swp half thumb fastmult edsp
    CPU implementer : 0x56
    CPU architecture: 5TE
    CPU variant     : 0x2
    CPU part        : 0x131
    CPU revision    : 1
    
    Hardware        : Marvell GuruPlug Reference Board
    Revision        : 0000
    Serial          : 0000000000000000
    $ cat /etc/frugalware-release
    Frugalware 1.5 (Mores)


  • Sunday, 01 January 2012
    Szokasos evvegi osszefoglalo 2011 (Comments)

    A tavalyit folytatva:

    1. Masodszorra is voltunk januar vegen Isolan sielni.

    2. Februarban tartottuk eljegyzesunk.

    3. Szakmai utazasok: HackFest Munchenben, LibreOffice konferencia Parizsban.

    4. A nyarat iden is hackelessel toltottem, a tavalyi OpenOffice.org RTF temat folytatva most a LibreOffice-szal.

    5. Frugalware: az idei ket slager talan a systemd ill. a kernelpatch-mentes livecd volt.

    6. Nyaron a horvat tengerparon bringaztunk egy hetet.

    7. A szakmai eloadasok meg mindig gyakoriak, 2011-ben osszesen 6 helyen adtam elo.

    8. Decemberben leadtam az MSc diplomatervem.

    9. Az immar 4 eves Nokia S40-emet migraltam Androidra.

    10. Ev vegevel kozos megegyezessel kileptem a SZTAKI-bol (amit amugy meg mindig jo helynek tartok azok szamara akiket erdekel az akademiai szfera).

    BUEK!


  • Thursday, 22 December 2011
    Samsung Galaxy S (Comments)

    As this post already suggested, about a week ago I replaced my S40 with $title. (Yes, I know that S II is just released, but that pushed down the price of S a bit, and I don’t want to waste so much money for a phone.)

    So far I’m quite pleased about the product, here are the tools I used to migrate data:

    • gammu, to convert the calendar to ics, which can be imported by the calendar

    • gammu2gcontacts to extract contacts from the gammu backup (earlier post)

    • mgmaps can export to kml, which can be imported to my maps

    • finally a throw-away (use once, and never look back) script to generate emails from my notes, which can be imported by gnotes

    The hardware is supported by CyanogenMod, but I did not experiment with that so far. (bookmark)


  • Sunday, 18 December 2011
    Recent contributions (Comments)

    • BitlBee: a patch for skyped got merged, helping to avoid the cryptic openssl error messages when the certificate is missing.

    • openSUSE: the mutt package now contains one more patch from Frugalware’s mutt-ng package, which means my mutt config can be used unmodified (no more unknown config settings)

    • jBPM and bpm-console: these were part of my MSc thesis, github branches are available, upstreaming is in progress (on IRC they confirmed that they are interested in the feature, at least)


  • Thursday, 15 December 2011
    S40 applications I use (Comments)

    See this post for motivation.


  • Tuesday, 13 December 2011
    Inserting current date and time vs. Hungarian keyboard layout (Comments)

    There was an old Calc bugreport about this, and it was an interesting challenge, since I never touched Calc code before.

    First, the references:

    Given that there is no easy way to enter Ctrl-Shift-";" using a Hungarian keyboard, the Hungarian equivalent is Ctrl-Shift-".".

    Actually, once this feature will be implemented, not sure how the Hungarian users will access it. :)


  • Thursday, 08 December 2011
    Duplex printing (Comments)

    This will be similar to my mysql post.

    In case you do duplex printing, select:

    • long side: in general

    • short side: if the PDF already contains a 2 pages per sheet


  • Saturday, 03 December 2011
    Magyar Szamitogepes Nyelveszeti Konferencia (Comments)

    Kollegammal csutortokon Szegeden jartunk az idei MSzNy-en, ahol elo is adtunk. A slide-ok itt erhetoek el (valosagos tinyurl!), illetve a konferenciakotetbe is irtunk egy cikket.


  • Monday, 28 November 2011
    Patience, please! (Comments)

    So Lennart already had great slides about what is the preferred attitude when you’re hacking Free Software (don’t expect gratefulness && be grateful), but recently there was such a great example, I wanted to mention it. :)

    So I saw there is a new etckeeper release and I checked its changelog, mentioning me. What the hell? I didn’t contribute anything to that project in the past 3 years! It turned out it was a patch that was considered "too new" at that time, but now got merged. ;) Remember, if you contribute, usually integration takes much less time, so no need to whine about it.


  • Sunday, 27 November 2011
    Vasokol (Comments)

    /pic/vasokol.t.jpg

    Az Asimov-fele ertelemben vett jo kis scifi foszerepben a The Prestige-bol ismeros Hugh Jackmannel, kar, hogy a veget elhollywoodiasitottak. ;)


  • Friday, 25 November 2011
    Lenovo szerviz beszelni magyarul (Comments)

    /pic/lenovo-thankyou.png

    A pontos reszletekre mar nem emlekszem, lenyeg, hogy valamikor augusztus elejen leadtam a Lenovo netbookom szervizbe (kotyogo ventillator, megrepedt haz, elveszett (!) enter billentyu), es pofatlanul sok ideig ultek rajta, valamikor oktober vegen lett kesz a cucc. Persze garancialisan csak az elso problemat javitottak, de megis a legzavarobb a hihetetlen lassu kiszolgalas volt. Ma jott egy email, hogy ertekeljem a szerviz munkajat, a form elkuldese utan a fenn lathato kep fogadott. Ki hany hibat talal benne? ;)


  • Thursday, 24 November 2011
    From gammu to Google Contacts (Comments)

    One typical migration people do when changing phones is migration of contacts and calendar items. In case of mine, this is about migrating data from an S40 phone to Google apps, where every smartphone can sync from.

    Migrating calendar items is easy: gammu can save the data from the phone to a .ics file and Google Calendar can just import that. The situation is a bit harder for the phonebook, as Google Contacts would take a .csv, while gammu as its own ini-like format for storing this data.

    I already found a script doing something similar, but the result was unusable. ;) Given that the whole task is not that complex, I decided to write my own converter, available here.


  • Monday, 21 November 2011
    Replying to SCM commits using Gmane (Comments)

    SCM commit mailing lists are handy in case you want to comment others' commits in an email. OTOH they are problematic, as they generate a lot of mails, and in case I subscribe to the list, usually I don’t read those commits at all. (In case you have time to read them, that’s a different use case.)

    So here is an example how to reply properly — without having to subscribe.

    • search for the commit ID you want to comment (here b863767bd1ddc2af18900fa1df0cd61ef2fa6edb)

    • extract the article ID associated to the push from the link (here 1643)

    • download the article in mbox format, so you can reply to it from mutt (or your other favorite MUA).


  • Friday, 04 November 2011
    First openSUSE contribution (Comments)

    More than 3 years ago I gave a talk on Frugalware, and part of that was a comparison to various other distributions, including SUSE. My argument against SUSE was its closed development process.

    Times change, earlier this year they even renamed their build system to signal its open nature.

    I wanted to try it out how open they are so I made an experiment.

    First, I created a cpm package in OBS to get familiar with the packaging process a bit. (Note that anyone can just register and use the build system to share their binaries-- sadly we don’t have resources in Frugalware to provide something similar.) Then I happily noticed that their mutt package already contains my favorite sidebar patch, though the edge of the sidebar looked awful. So on Monday I mailed the maintainer of the mutt pkg if he would take a patch, fixing this issue. I got a positive reply today, submitted a patch and in minutes it got accepted.

    So it looks like they are really open, which is just cool. :)


  • Thursday, 20 October 2011
    Parizs (Comments)

    /pic/parizs.t.jpg

    Szoval a multheti konferencia utan meg maradtunk 3 napot varost nezni, nagyjabol a kovetkezoket erintettuk:

    • vasarnap: Eiffel-torony, Notre-Dame, Obeliszk, Arc de Triomphe

    • hetfo: Jardin du Luxembourg, Sacre-Coeur, Sainte-Chapelle (vegul ide nem mentunk be, mert hosszu volt nagyon a sor), Pantheon, Moulin Rouge

    • kedd: Versailles (maga a palota, kert, Grand/Petit Trianon)

    A szallasunk a Bastille-hoz kozel volt, de legkozelebb biztos valami minosegibbet fogunk valasztani:

    • ugyan ugy volt meghirdetve, hogy van a szallason wifi, csak a recepcion volt, az emeletunkon nem + a recepcion nem volt konnektor, ill. a szobaban is csak egyetlen konnektor volt (persze lehetett volna onsite elosztot venni, de az milyen mar)

    • a furdo egy vicc volt, egyreszt koedukalt, masreszt a furdokabinok ugyan zarhatoak voltak, de az eloter ahol le lehetett rakni a szaraz ruhakat csak egy mellmagassagig ero lengoajtoval volt csak elvalasztva a folyosotol (ez persze elsore vicces, de egy ido utan inkabb idegesito)

    Persze ezek ellenere is jol sikerult az utazas. A kepeinket erre tessek.


  • Wednesday, 19 October 2011
    LibreOffice Conference 2011 (Comments)

    http://conference.libreoffice.org/themes/libo/images/LibO_Conference_Logo_2011Paris_color.png

    I’ve been invited to the first LibreOffice conference in Paris to give a short talk about this year’s GSoC work of mine: the RTF import rewrite in Writer. (Here are the slides.)

    It also allowed me to allocate some time on hacking, including:

    Thank you for the invitation, it was great fun!


  • Monday, 10 October 2011
    MKK ejszakai bringatura 3 (Comments)

    Csutorotokon volt ujra MKK ejszakai bringazas, ezuttal pihenosebb, egyszeruen kimentunk a Megyeri hidhoz a budai oldalon, majd vissza a Westendig a Vaci uton (itt merult le a GPS), vegul be a nagyi palacsintazojaba.

    GPS track erre, a kmora a kovetkezoket merte: Ido 3h10m36s, tav 48.41km, max 37.9km/h.

    Tekintve, hogy meg lathatosagi melleny is volt nalunk, teljesen KRESZ-konformak voltunk.


  • Sunday, 02 October 2011
    Csovanyos (Comments)

    Tegnap voltunk bringazni a Borzsonyben, konkretan a Csovanyosra is felmentunk. Egesz pontosan eredetileg ez volt a terv, a valosagban erre mentunk es a webcam is rogzitette (mirror) LGee-t. ;)

    A kmora a kovetkezoket merte: ido 6h55m31s, tav 104.93km, max 59.8kmph (suprise: Nagy Hideg-hegyrol lefele).

    A GPS nyilvan kicsit kevesebb tavot mert, hiszen a palyaudvarrol ki meg vissza tav nincs benne a trackben.


  • Saturday, 24 September 2011
    Userspace boot speed: less than a second (Comments)

    I did not care about boot speed for a long time, since servers usually restarted only for kernel upgrades, laptops suspend to ram all the time, and I have no desktop machine at home for years now. Though one use case started to motivate me recently: I use virtual machines a lot, and waiting for them to boot up is boring.

    So I looked at the systemd-analyze blame output, and it turned out that for a base-only install the only service that takes a lot of time is netconfig. It’s because it was a oneshot service, so the whole boot process waited for dhcpcd to get an IP. A much better solution is to just start netconfig in the background and move on — and that’s exactly frugalwareutils in git does now.

    Before:

    $ systemd-analyze
    Startup finished in 2030ms (kernel) + 1166ms (initrd) + 6755ms (userspace) = 9953ms

    After:

    $ systemd-analyze
    Startup finished in 2039ms (kernel) + 1146ms (initrd) + 892ms (userspace) = 4079ms
    Note
    Again, this is for a virtual machine (where the host has some IO cache) and for a base-only install.


  • Sunday, 18 September 2011
    Speeding up build with a lot languages enabled (Comments)

    When we got back from Munich, Andras had an idea what is the current bottleneck with the build when there are a lot of languages enabled, and it was the po2oo script, which is part of translate-toolkit.

    First I tried to optimize that script, but then I tried to do the same gettext-to-SDF conversion from scratch, without using that framework at all, and it seems that caused a drastic speedup.

    There were a few iterations, but now the two patches are in master, along with a fix in fast_merge.pl, which was there since at least commit 654810b (2009-06-17). ;)


  • Monday, 12 September 2011
    Dobogoko (Comments)

    Hatarozottan emlekszem, hogy nem ez volt az elso alkalom, hogy Dobogokore mentunk bringaval, de ugy tunik idaig nem irtam rola.

    8-kor talalkoztunk a Margit-hidnal Botonddal, majd Pomaz fele vettunk az iranyt, kozben utbaejtve egy Auchant reggeli celjabol. Az egesz turanak az egyik celja az volt, hogy osszehasonlitsuk eronletunket, ami szamomra pozitiv csalodas volt: gyakorlatilag a Ketbukkfa-nyeregig kenyelmesen jottunk teljesen egyutt, de a csucson is alig kellett varnom. A kis fahazban meg mindig u.az a neni arulja a sutiket, be is zsebeltem egy almas pitet, bar eleg bosszanto volt elfogyasztani a sok darazs miatt. Innen Pilisszanto es Pilisvorosvar fele vettuk az utat, majd a 10-es uton haza.

    Pontos utvonal erre.

    A kmora ezt merte: ido 4h22m, tav 89.81km, max 57.6 km/h.


  • Monday, 05 September 2011
    Thanks for the Hackfest (Comments)

    http://vmiklos.hu/pic/hackfest2011.png

    We were in Munich during this weekend, and I think all of us had great fun, kudos go to the organizers! If you are curious, there is a growing list of features implemented during the event.

    Update: Oh, and I forgot to mention that we (Andras and me) especially thank the FSF.hu foundation for funding our travel!


  • Monday, 29 August 2011
    Matra Maraton (Comments)

    http://www.topmaraton.hu//images/stories/2011_matra_gyoztesek.jpg

    Voltunk tegnap a 2011-es, X. Matra Maratonon. En a rovid tavon indultam (ez utolag nem is volt rossz dontes, mivel elotte meg voltam fazva, ami az eronletembol visszavett), majd a verseny utan meg aszfalton lementem Matrafuredre, ill. fel a Kekes-tetore, vegul Bp-en az Arpad-hidtol haza.

    A kmora a kovetkezoket merte: ido 5h0m9s, tav 72.33 km, max 53.2 km/h.

    A gps szerint a teljes kapaszkodas 3067m volt.

    Meglepo modon a kerekparinfo.hu-ra sok kep kerult fel, konkretan mindkettonkrol, illetve Picasan is fel lehetett lelni hasonlo — agyonvizjelezett — fotokat.

    Informativ cikk a temaban.

    Tovabbi kepek: 1, 2.


  • Friday, 26 August 2011
    Positions in RTF font tables (Comments)

    Tonight I worked on fdo#39337, and while the writerfilter-based RTF import filter almost handled the document in question correctly, the fonts were not correct.

    It turned out that this was caused by the fact that RTF’s font table (a table where each row has an ID and it contains the font name, charset and other properties) does not require continuous ID’s (for example positions 0, 2, 3 are allowed, even if 1 is not set), but dmapper (the glue layer between the RTF tokenizer and the Writer UNO API) does.

    I already sent the position of the entry to dmapper, but the position turned out to be ignored, so now I fixed the RTF tokenizer to send continuous ID’s.

    A related improvement is that I just discovered the writerfilter::TagLogger::unoPropertySet() method, which can dump the properties of an UNO object, and now I’ve enabled dumping of shape properties, which can help a lot when something goes wrong there.


  • Wednesday, 24 August 2011
    KVM port forwarding (Comments)

    This is going to be like my mysql password set post, I got tired of looking up the docs all the time, so here it is.

    If you have a host running kvm instances and you want to forward the TCP port $hostport of the host machine $host to a port $guestport of the guest machine $guest, then you need:

    iptables -t nat -A PREROUTING -p tcp -d $host --dport $hostport -j DNAT --to-destination $guest:$guestport


  • Thursday, 18 August 2011
    T520 (Comments)

    So I’m testing a ThinkPad T520 for about 3 weeks now.

    My motivations were:

    • so far I was using a netbook as my primary desktop, but recently did too much hacking on it, so I needed something more powerful

    • it’s interesting how many people I respect is a happy ThinkPad user, so I wanted to join the fun

    • I got fed up with not having any 3D acceleration on the netbook, I wanted back the sane Intel VGA that requires no blob drivers and still satisfies a non-gamer, like me

    • sometimes I did miss a larger screen, while 12" is handy, hacking in Eclipse (when I have to), watching a movie with family, etc is not really optimal

    The official homepage is here, the exact model I got has the following spec:

    • display: 15.6" WUXGA FULL HD (1920x1080), AntiGlare

    • cpu: Intel Core i7-2630QM 2,0

    • memory: 8GB (2x4GB) DDR3, 1333MHz

    • hdd: 500GB, 7200rpm, SATA

    • dvd writer

    • vga: Nvidia Quadro NVS 4200M, 1024MB + Optimus

    • wireless: 802.11a/g/n

    • bluetooth: 2.1 + EDR

    • card reader: 4 in 1 (SD, SDHC, SDXC, MMC)

    • interfaces: 3xUSB2.0, 1xeSATA/USB2.0 combo, fingerprint reader, 1xRJ45, 1xExpressCard/34, 1xDisplay port, 1xVGA, 1xmic, 1xheadphone

    • webcam: 1 Mpixel

    • battery: 9 cells, 94Whr, marketing says 14h

    • warranty: 36 months

    What I did not test:

    • Nvidia

    • fingerprint reader

    • RJ45, eSATA, ExpressCard

    Driver support: every portion works with Linux 2.6.39 without installing any external drivers, except the out-of-core vga.

    Notes:

    • the cpu is an x86_64 4-core 2GHz (in case the above link would became 404), so far it seems that enabling hyper-threading just causes trouble, once I turned that off, I no longer got random failures when doing multithread builds

    • I considered SSD but so far I think it’s too new technology for me, probably I’ll consider for the next machine

    • luckily the Nvidia card in it did not cost too much, since it would just eat my battery, one of the first things I did was to enable the in-core intel vga

    • the external vga port is nice, when I plug the external monitor in, a KDE gui pops up and manually typing xrandr commands seems to be unnecessary

    • the wireless works fine with the iwlagn Linux kernel module, but so far I was unable to connect to hidden access points (need to debug later, I only use advertised ESSID + wpa2 on a daily basis)

    • the fingerprint reader is a joke, I did not try this one, but with a similar model it seemed to work 9 times from 10 cases, but in case it did not, repeating the read did not help and finally you just had to type in your password

    • battery: with my usecase, it’s around 8h when I do nothing cpu-intensive, otherwise around 3h

    • my mini benchmark: build of LibreOffice master took more than 24h on my netbook, now it’s under an hour, an in case there were minimal changes only (so ccache has many hits), it’s around 20 minutes — and that includes installing the product and running the testsuite as well. ;)


  • Sunday, 24 July 2011
    bitlbee-skype is now merged (Comments)

    http://bitlbee.org/style/logo.png

    Back in April I had the idea to merge my bitlbee-skype plugin to the main BitlBee project. The reason is simple: BitlBee does not really have plugins (basically my Skype plugin was the only one) and because of this, ABI compatibility was not guaranteed, so I usually had to rebuild or even fix it after each BitlBee release (though Wilmer was helpful in case I was in doubt). Today this is all past, the plugin is part of the main BitlBee repo I won’t make separate bitlbee-skype releases anymore.

    I’m quite happy this little piece of software did not get lost, but now is in the hands of an active maintainer again. :)


  • Saturday, 23 July 2011
    Adria (Comments)

    /pic/adria.t.jpg

    A heten bringazni voltunk az Adrian. Roviden erre jartunk:

    • Porec: le kocsival Bp-rol, helyben bringaval, 14.95km

    • Rovinj: vegig bringaval, 106.21km

    • Pula, Premantura: kocsival, csak helyben Pulaban bringaval, 22.90km

    • Krk sziget: a szigetig kocsival, szigeten bringaval, 102.57km (itt voltak szep emelkedok is lejtok, max: 62.2 km/h)

    • Portoroz, Piran, Trieszt: vegig kocsival

    • Moscenicka Draga, Lovran: Moscenicka Draga-ig kocsival, majd tengerszinttol fel 1020m-re (gps szerint: 1107m-re) bringaval, vegul nyilvan vissza a kocsihoz, 52.25km

    Kepeket erre tessek.


  • Monday, 27 June 2011
    Source Code (Comments)

    /pic/sc.t.jpg

    Kicsit matrixos, de ahhoz kepest, hogy 90 percben probal meg sajat univerzumot teremteni (ahogy anno az Æon Fluxnak nem sikerult), nagyon jol csinalja. A technikai reszletekrol — a Social Networkben tobb kockulas volt, szoval nem kell felni.


  • Friday, 17 June 2011
    Reservoir Dogs (Comments)

    /pic/reservoir-dogs.t.jpg

    Tarantino elso filmje. Ahhoz kepest, hogy egy "masik" film utolso 20p-e alapjan csinalta, eleg mozgalmas. Tetszett.


  • Sunday, 12 June 2011
    Limitless (Comments)

    /pic/limitless.t.jpg

    Idei film, agykapacitas-kihasznalos scifi kategoria. Vizualis effekteket tokjol hasznalja, kar, hogy a vege eleg suta, annyira kis utalasokbol derul ki a film vege, hogy wikipediabol kellett osszerakni a puzzle-darabokat.


  • Thursday, 09 June 2011
    Blood Work (Comments)

    /pic/blood-work.t.jpg

    Kivancsi voltam egy Clint Eastwood filmre ami nem volt kasszasiker. Teny, hogy egyszer nezos film, hiszen masodszorra mar le van love a poen, de ettol fuggetlenul ez is igenyes darab.


  • Sunday, 05 June 2011
    Pelso 2011 (Comments)

    Iden is voltunk a Tour de Pelso rendezvenyen, melynek potencialis celja megkerulni a Balatont, esetunkben szintido (10 ora) alatt.

    Hivatalos eredmenyekrol egyelore nem tudok, addig is:

    • gps log itt

    • kmora ezt merte: ido 8h48m16s, tav 214.56km, atlag 24.3 km/h (ez gyakorlatilag megegyezik a tavalyi ertekkel), max 47.2 km/h

    • LGee kepei erre


  • Sunday, 29 May 2011
    Million Dollar Baby (Comments)

    /pic/mdb.t.jpg

    Ugy tunik a Clint Eastwood altal rendezett filmek bejonnek, a Gran Torinohoz hasonloan ebben is szinesz es rendezo egyben. Valamint Hilary Swank (P.S. I Love You) es Morgan Freeman (The Dark Knight, Batman Begins, Se7en, stb.) is hozzak a vart szintet. Akit nem zavar, hogy nem happy end a vege (sot! ;) ), annak csak ajanlani tudom.


  • Friday, 27 May 2011
    Mennyibe kerul 2011-ben egy jogsi? (Comments)

    Azt tudjuk, hogy a reklam szerint csak 49.000 Ft. A kerdes inkabb az, hogy ez a valosagban hogy alakul.

    Remelhetoleg a sajat peldam eleg atlagosnak mondhato: volt jopar potoram, viszont a vizsgakon elsore atmentem. Van akinek mondjuk a forgalmi csak masodszorra sikerul, de ott meg lehet nincs ennyi potora, es akkor ugyanott tartunk.

    Lenyeg, hogy irogattam, hogy a Taltosban (fo kivalasztasi szempont: ma este hol indul KRESZ tanfolyam :) ) nalunk miert mennyit kellett fizetni, ime hat a lista, amibol tenyleg nem hianyzik semmi:

    Szakasz Mire Mennyit

    139 300,00 Ft

    KRESZ:

    Oktatas I.

    12 000,00 Ft

    Vizsgadij

    4 600,00 Ft

    Orvos

    4 000,00 Ft

    Oktatas II.

    12 000,00 Ft

    Rutin:

    Normal ora

    12 000,00 Ft

    Vizsgadij

    4 700,00 Ft

    Tankonyv

    1 500,00 Ft

    Potora I.

    4 000,00 Ft

    Potora II.

    4 000,00 Ft

    Potora III.

    4 000,00 Ft

    Forgalmi:

    Normal ora I.

    12 000,00 Ft

    Normal ora II.

    12 000,00 Ft

    Vizsgadij

    11 000,00 Ft

    Potora I.

    12 000,00 Ft

    Potora II.

    12 000,00 Ft

    Eu.:

    Oktatas

    8 000,00 Ft

    Vizsgadij

    5 500,00 Ft

    Okmanyiroda

    4 000,00 Ft


  • Sunday, 22 May 2011
    Gettomilliomos (Comments)

    /pic/gettomilliomos.jpg

    Ha jol emlekszem valamilyen moziakcio kereteben neztuk meg 1-2 eve ezt a filmet. Csak ajanlani tudom, a TV-s csillogo-villogo, penznyeros vilagot zsenialisan utkozteti az indiai nyomorral, ami a film vegere nem is all olyan tavol egymastol.


  • Saturday, 21 May 2011
    Seven Samurai (Comments)

    /pic/seven-samurai.t.jpg

    1954-es film, kicsit zavaro volt, hogy vegig olvasni kellett a feliratot (japan hang, angol felirat). Valamennyi hatterismeret nem art, kulonben a szereplok felelmeit nehezebb megerteni. Jah, es 3h27p, szoval nem erdemes lefekves elott agybol nezni ha masnap idoben kell kelni. ;)

    Tartalmilag nekem tetszett, kicsit feltem tole, mert nem vagyok Japan-manias (sot), de a film hossza ellenere vegig le tudta kotni a figyelmemet, nem veletlenul van a Top 250 13. helyen jelenleg.


  • Saturday, 14 May 2011
    Velence 2011 (Comments)

    2 eve voltam MSD-vel (az a bizonyos linkelt tweet meg mindig rulez!) meg Vadasz urral is a fenn megnevezett tavon is.

    Iden ujra arra kerekeztem. Ugy volt, hogy 3-an megyunk, aztan ok lemondtak, nekem meg mar nem volt kedvem nem-menni. Este finom volt a sutott szalonna, mas erdekes nagyon nem volt.

    Ugy tunik viszont, hogy az eronletem sokat nem valtozott: a legutobbi 5p-cel gyorsabban, viszont szuk 2 km-rel kisebb tavon sikerult, tehat majdnem u.az. A kulonbseg raadasul alapbol adott volt, mivel annak idejen a Gardonyi strandhoz mentunk, most pedig Velencen voltunk.

    Ido 5h2m27s, tav 111.12km, atlag 22.0kmph, max 51.6kmph. Pontos utvonal erre.


  • Sunday, 08 May 2011
    Elazott Godollo (Comments)

    Mint azt mar korabban beharagoztam, erre indultunk el reggel. Az mar a met.hun is latszott, hogy valszeg esni fog, ami onmagaban meg nem baj. A szivas ott kezdodott, hogy egyreszt olyan hideg volt, majus ide vagy oda, hogy a kezem meg a labam is fazni kezdett, az pedig vegkepp elgondolkodtato volt, hogy mikor megalltunk, latni lehetett a lehelletunk.

    Eredeti terv szerint a 2 evvel ezelotti tura megismetlese lett volna, viszont a fentiek miatt jelentosen levagtuk a hivatalos utvonalat, igy:

    • mar delre itthon voltam

    • haztol hazig volt csak meg az eredeti hivatalos tav

    Termeszetesen panikra semmi ok, edzesnek igy is kivalo volt.

    A kmora ezeket merte: ido 4h45m13s, tav 100.75km, atlag 21.1kmph, max 54.5kmph.


  • Saturday, 07 May 2011
    Nagy-Kevely (Comments)

    Szerda este erre jartunk. Ez egyreszt kivalo alkalom volt kiprobalni a bakancsnak beharaongozott, de inkabb edzocipo objektumot amire nemreg tettem szert, masreszt pedig hamar multhet csutortokon meglett a forgalmi vizsga (igy mar csak az EU vizsga van hatra a jogsihoz), ideje volt megnezni ezt a tankolas dolgot, amit sose probaltam elotte — barmennyire is trivialis ha egyszer megvolt.


  • Wednesday, 04 May 2011
    LibreOffice 3.4 Packaging (Comments)

    The next major LibreOffice version, 3.4, means some work for (Linux distribution, and other) packagers, as the build repo is now deprecated and packagers are suggested to use the bootstrap repo directly, which is a different build system.

    On one hand, this is a nice cleanup - there is now a single configure script. OTOH this needs major rework of distro build scripts.

    The interesting part here is that the official binary installers are not using the make DESTDIR=/some/path install method to install the compiled binaries, so it was discovered quite late that it wasn’t working properly. First Hanno and Petr worked on this, then I fixed a minor, but blocking glitch.

    As a result 3.4 beta4 will be something packagers (even the ones not using the split build) can offer to distro users for testing without patching. Binaries for Frugalware users here (i686-only at the moment).


  • Friday, 29 April 2011
    MKK ejszakai bringatura (Comments)

    Tegnap megvolt a forgalmi vizsga, sikerrel atengedtek elsore, igy ezt melto volt megunnepelni egy bringaturaval.

    Az utvonal erre volt, mivel felmentunk a Normafara, Janos-hegyre es a Harmashatar-hegyre is, volt benne szint boven. :)

    Az egyetlen baleset a Janos-hegyrol lefele jovet volt, az egyik lany nem tartotta meg a kello fektavolsagot es az egyik eles kanyarodas elott beleszallt az elott levo srac hatso kerekebe. Annak ellenere, hogy a tarsasagbol csak rajtam volt buko (!), szerencsere senki sem serult meg annyira, hogy nem folytathattuk volna a turat.

    A bringaora a kovetkezoket merte: netto ido: 3h57m08s, tav: 57.43km, atlag: 14.5km/h, max: 57.4 km/h. Latszik, hogy igyekeztek a szervezok rendszeresen nem bringazok reszere is teljesithetove tenni a turat, bar a szint es tav kicsit tul lett mereteve, ha ez tenyleg tervezesi szempont volt.

    A turat az MSZT-tol kezdtuk 21:45-kor es a Batthyany-teren levo nagyi palacsintazojaban vegeztuk, a palacsintak betermelese utan 4:30 korul indultunk haza.

    Ezuton is koszonet a szervezoknek, tokeletes bemelegites a jovoheti turara. :)


  • Monday, 25 April 2011
    GSoC 2011 - Accepted (Comments)

    http://code.google.com/images/GSoC2011_300x200.png

    I just got the mail about my LibreOffice proposal got accepted to Google Summer of Code 2011. I’m looking forward to an exciting summer. :)


  • Monday, 18 April 2011
    Fight Club (Comments)

    /pic/fight-club.t.jpg

    Ez se mai film, sot eredetileg nem is mostanaban, hanem bo 2 eve lattam. Egyszerre elmebeteg es zsenialis. De inkabb az utobbi - legalabbis mindenfele sablontol mentes, es ez mar onmagaban kiemeli a gyartosoron keszulo szutykok kozul.


  • Sunday, 17 April 2011
    Heat (Comments)

    /pic/heat.t.jpg

    Igazi krimi, 16 evvel ezelottrol. Al Pacino a jofiu, Robert De Niro a rosszfiu, indulhat a macska-eger jatek!


  • Friday, 15 April 2011
    A gyulolet (Comments)

    /pic/a-gyulolet.t.jpg

    Amolyan rasszizmust lejarato film. Az elso fele gyakorlatilag cselekmeny nelkuli, csak felvazolja az alapszituaciot, majd azt hozza ki, hogy barmennyire is pattognak a kissracok, igazabol nem ok a veszelyesek.

    Ami igazan tetszett benne, hogy nagyon szepen visszaadja a szituacio feszultsegeit, es ehhez a fekete-feherseg sokat segit.

    Arra mar rajott valaki, hogy az hogy van, hogy 8.1es imdb potja van a filmnek, megsincs a top250-ben, ahol az "alja" 8.0-val is bekerult?


  • Wednesday, 13 April 2011
    The Fighter (Comments)

    /pic/the-figher.t.jpg

    Ahol Batman drogos idiotat jatszik, amugy meg boxolos, szerelmi szalas, idealis pentek esti film volt.


  • Friday, 08 April 2011
    Web framework fejlesztes (Comments)

    Ilyesmivel kerestek meg, en most nem keresek munkat, de hatha mas igen.

    Olyan embert keresek aki nagyon ért valamilyen web frameworkhöz. Akármelyik javascriptes vagy GWT vagy javas vagy esetleg groovy on grails.

    A feladat egy már meglévő web alkalmazás felületének az átalakítása lenne. Spring Roo-val készítettem de már nem használom mert túl sok mindent átírtam benne és a Roo korai verziója ezt nem támogatta megfelelően, az upgrade meg még keményebb lett volna. Ebből adódóan Spring MVC-t használok sima JSP-vel. (Akkori Roo-ba még nem volt GWT) Van pár ajax hívás, pl. autocomplete mezők, de nem ez a jellemző, ehhez jQueryt használtam és nehány egyéb dologhoz még Dojo-t mert a Roo alapból azt használja de nekem nem jött be.

    Szeretném sokkal felhasználóbarátabbá tenni az egészet és ehhez a JSP meg az én javascript tudásom nagyon kevés. A teljes megjelenítést szívesen lecserélném bármi másra ennek érdekében. Konkrétumokat akkor mondanék ha van jelentkező, nem azért mert titkos csak nekem is össze kéne szedni :)

    Nem fulltime munkáról van szó és nem nagy pénzről, de legalább valami sajátot lehet csinálni. Én heti 10-15 órában foglalkozom ezzel, persze a megrendelő szeretné ha többet csinálnám, de valamiből meg is kell élni és munka+gyerek mellett ennyi jut :)

    Kb 25 CRUD karbantartó van, ebből 4-5 bonyolultabb. És kb 5 statisztika képernyő amiken csak egy táblázat található. Meg egy grafikonos. De ezek fognak bővülni a közeljöbőben.

    Jelentkezes, tobb info: leventewe kukac gmail.com.


  • Thursday, 07 April 2011
    A kiraly beszede (Comments)

    /pic/the_kings_speech.t.jpg

    Tovabbi cimkek: igaz-torteneten-alapul, oscar-dijat-nyert.


  • Wednesday, 06 April 2011
    Sorsugynokseg (Comments)

    /pic/sorsugynokseg.t.jpg

    Most volt par napja a premiere, tipikus Philip K. Dick sztori, kicsit misztikus, kicsit Istenes, kicsit szerelmes. A mozijegy arat megerte.


  • Friday, 01 April 2011
    KVM vs Windows 2003 (Comments)

    A few days ago I wanted to try out Windows 2003 (to be used for a task at the university) in KVM, to be exact using libvirt. First I didn’t do any non-intuitive trick, but later it turned out what virtio should be enabled for the block devices or the whole machine will be slow as hell. For the records, here is what worked for me:

    wget http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/virtio-win-1.1.16.vfd
    virt-install --name=vmiklos-w2003 --arch=x86_64 --vcpus=1 --ram=2048 \
            --os-type=windows --os-variant=win2k3 --connect=qemu:///system \
            --network network=default \
            --cdrom=/virt/vmiklos-w2003/en_windows_server_2003_with_sp1_enterprise.iso \
            --disk path=/virt/vmiklos-w2003/vmiklos-w2003.img,size=24,bus=virtio \
            --disk path=/virt/vmiklos-w2003/virtio-win-1.1.16.vfd,device=floppy \
            --accelerate --vnc --noautoconsole --keymap=us

    When the installer asks if you have a special SCSI driver floppy, ask for it, then you can select the virtio driver.


  • Monday, 28 March 2011
    Apply button to style edit dialog in Writer (Comments)

    http://vmiklos.hu/pic/fdo32413.png

    LibreOffice 3.4 will have a new feature, if you edit styles in Writer, then you can test your style changes without manually closing and opening the style edit dialog again.

    Do you like this feature? There are still similar remaining dialogs to improve like this, send in a patch!


  • Sunday, 27 March 2011
    Menzak BME kornyeken (Comments)

    Valamelyik heten sikerult 5 nap 5 helyen kajalni, lassuk a valasztekot:

    • Golmann menza: draga es szerintem kifejezetten visszataszito kajakat adnak itt ("nem tudod mit eszel"). Nem beszelve rola, hogy multkor az egyik tejbegrizuk utan hasmanest is sikerult osszeszedni. Azota kerulom.

    • Pizzaboy: talan egyetlen gyengeseguk, hogy a hazhozszallitasra vannak kitalalva, helyben sokszor nincs hely. Nincs messze, jo pizzakat csinalnak, olcsoak (tipikusan 1000 Ft alatt jol lehet lakni).

    • SZTAKI menza: olcso (450 Ft a menu), finom kajak vannak, hatranya, hogy csak magneskartyaval lehet bejonni, tehat tipikusan nem az utca emberenek van. (Nyilvan ezert engedhetik meg maguknak az arak alacsonyan tartasat.)

    • A Karman aljaban is van egy menza, ezt talan sokan nem ismerik. Neha kicsit lassuak, de turheto aron finomat adnak.

    • Vasarcsarnok/Skala: ez kicsit arrebb van, a 4-es villamos vegallomasanal. Az elfogyasztashoz kinalt kornyezet hagy kivannivalokat maga utan (leull melled egy csoves, stb), de a kaja finom es majdnem olyan olcso, mint a SZTAKI.


  • Monday, 21 March 2011
    Tech talks (Comments)

    First, I was recently recommended this systemd video, a record of Lennart’s presentation at linux.conf.au, I liked it.

    Second, I just realised Junio (the maintainer of git) went Google last year, as he states this in a recent interview. OK, I don’t really follow closely git development anymore, but good to know he now works on this not only one day a week. :)

    Finally, I just saw Michael’s FOSDEM talk. I was innocently just watching it, then was surprised to see my name here and there. ;)


  • Saturday, 19 March 2011
    Kokardas tura (Comments)

    Voltunk 15-en a Vertesben bringazni. Csak vazlatpontokban:

    • Tatabanyaig mentunk vonattal, onnan fel a turulhoz, ami elott egy felreertes kovetkezteben estunk egyet.

    • Onnan eredetileg a kek turistajelzesen mentunk volna a Vitanyi majd a Gesztesi varba, de tul nagy sar volt, igy ezt feladtuk.

    • Vegul Velencere erkeztunk, es onnan haza vonattal.

    • Legkozelebb nem kene otthonfelejteni a diakot, kokardat meg odaadni az elhozott installcdket. :)

    • kmora ezt merte: ido 4h50m17s, tav 78.19km, atlag 16.1, max 52.0km/h

    • gps track itt


  • Monday, 14 March 2011
    Requiem for a Dream (Comments)

    /pic/rfd.s.jpg

    IMDB top100-ban benne van, amolyan "a drogprevencios filmek iskolapeldaja" kategoraban akar nyerhetne is.

    Amit kiemelnek, hogy szerintem nagyon jo zeneje van.


  • Sunday, 13 March 2011
    Gran Torino (Comments)

    /pic/gt.t.jpg

    Clint Eastwood rendezesevel es szereplesevel. Tetszett.


  • Sunday, 06 March 2011
    Bringaexpo (Comments)

    Voltunk tegnap az idei bringaexpon. En nem vittem fenykepezogepet, de felesleges itt lett volna, annyi kep keszult igy is.

    Par elgondolkoztato darab:

    Es persze megvolt az en Konam egy evvel ujabb verzioja, ezuttal szurkeben, 40e forinttal dragabbert. Zolden, kevesebb penzert meg mindig elegedett vagyok vele. :)


  • Sunday, 27 February 2011
    Git @ Meetup (Comments)

    Lesz Git eloadas a marcius 9-ei Meetupon, ha erdekel a tema, gyertek.


  • Saturday, 26 February 2011
    KDE 4.6 vs hibernate (Comments)

    We recently merged KDE 4.6 in Frugalware -current and since now it uses upower, it catches the sleep button of my netbook. The problem is that it tried to suspend instead of hibernation - what I wanted.

    The trick is easy, but not really obvious. First, I disabled suspend/hibernate in /usr/share/polkit-1/actions/org.freedesktop.upower.policy so that I can play with this without actually hibernating/suspending the system.

    Second, I went to System Settings → Input actions → Global, selected "KDE services" and there you can see Suspend and Hibernate as well. Go to Hibernate, and set a custom shortcut: it will ask if you want to remove the sleep button from Suspend - the answer is obviously yes.

    Done!


  • Friday, 25 February 2011
    Kalapmernok (Comments)

    Red Certified Hat Engineer:

    /pic/rche.t.jpg

    Ha valaki tenyleg elvegzett volna egy ilyen vizsgat, feltehetoen a vizsga nevet csak le tudna irni.


  • Friday, 11 February 2011
    Whip It! (Comments)

    /pic/whip-it.t.png

    Elvileg vigjatek, de mintha tudatosan odafigyeltek volna, hogy ne legyen kozhelyes. Nincs a vegen happy end, a szerelmi szal is eltunik a sullyesztoben, es igy tovabb. Igy maris van benne annyi eredetiseg, hogy nem kidobott ido megnezni a magyarul Hajra Bliss! neven futo alkotast.


  • Monday, 07 February 2011
    Isola 2000 - 2011-ben (Comments)

    /pic/isola2011.t.jpg

    Volt mar szo errol a helyrol, hiszen 2 eve ugyanitt jartam. Vegulis a lenyegi kulonbsegek a kovetkezokben foglalhatoak ossze:

    • teljesen mas tarsasag

    • akkor 7 napbol 6 nap nem sutott a nap, az utolson pedig lazasan fekudtem az agyban - most 6 napbol elso nap esett a ho, onnantol szikrazo napsutes (es ennek megfeleloen volt ido visszafele beugrani 3 orara Monacoba is, ahelyett, hogy az ut lavinabol valo kiasasara vartunk volna)

    • kaptam kolcsonbe egy joval jobb lecet

    Leginkabb a kozepsobol eredendoen volt ertelme uj kepeket csinalni.

    Erdekessegkeppen (napi tav, sebesseg maximum, stb.) kiraktam az utolso elotti nap es a hazaut GPS trackjet is.


  • Sunday, 06 February 2011
    KRESZ vizsga (Comments)

    /pic/kresz.t.png

    Ami a kepen lathato az tenyleg megtortent, de persze nem a tenyleges vizsga volt (ott volt 2 hibam), hanem az egyik elotte levo esti gyakorlas. A lenyeg, hogy megvan a "beugro", es kezdodhet az igazi tanulas.


  • Thursday, 27 January 2011
    Russian characters in RTF export (Comments)

    I got a report about two problems which got fixed in master now.

    The first error is triggered, if you have special (in RTF terms, so for example { or }) characters in style names. The result was not so friendly when you opened such a document:

    http://vmiklos.hu/pic/loru1.png

    After applying the first fix, the document was imported but the original Тест text was replaced by something non-unicode:

    http://vmiklos.hu/pic/loru2.png

    The second fix addresses this, and now the result is the expected one:

    http://vmiklos.hu/pic/loru3.png


  • Friday, 21 January 2011
    LibreOffice's git-hooks now warn about undocumented classes (Comments)

    There was a thread about this topic already, but just refusing to commit new files without documentation sounded too aggressive. So the current code just prints a warning.

    It was also requested to show some good/bad examples. Lubos volunteered to add detailed instructions in the wiki, so I’m just describing in short what did I test so far.

    A good example:

    /// Handles export of foos using RTF markup
    class RtfFoo
    {
    };

    A bad example:

    class RtfBarBuggy
    {
    };

    Example output when a warning is emitted:

    ~/git/libreoffice/master/sw$ git commit -a -m foo
    sw/source/filter/ww8/bar.hxx:30: warning: Compound RtfBarBuggy is not documented.
    [master 1b11571] foo
     3 files changed, 68 insertions(+), 0 deletions(-)
     create mode 100644 sw/source/filter/ww8/bar.hxx
     create mode 100644 sw/source/filter/ww8/foo.hxx


  • Tuesday, 18 January 2011
    systemd vs. LVM (Comments)

    Yesterday I enabled udev support in our LVM package, and that means LVM volumes under systemd not work as expected. Thanks to Lennart for the quick answer. :)


  • Saturday, 15 January 2011
    Unstoppable (Comments)

    /pic/unstoppable.t.png

    Nem osszekeverendo ezzel. A sztori egyszeru: elszabadul egy mergezett anyagokkal megrakott tehervonat es meg kene allitani, hogy ne ott robbanjon fel ahol a leginkabb pusztitana. Kerdes, hogy sikerul-e. :)


  • Friday, 14 January 2011
    Nationality of currently active Frugalware developers (Comments)

    /pic/nationality-of-frugalware-developers.t.png

    Just a FYI:

    $ ./chkacc --verbose
    Accepting active developer 'vmiklos' [hu]
    Accepting active developer 'iron' [hu]
    Accepting active developer 'voroskoi' [hu]
    Accepting active developer 'boobaa' [hu]
    Accepting active developer 'crazy' [ro]
    Accepting active developer 'priyank' [in]
    Accepting active developer 'hermier' [fr]
    Accepting active developer 'devil505' [fr]
    Accepting active developer 'bouleetbil' [fr]
    Accepting active developer 'ryuo' [us]
    Accepting active developer 'gholafox' [fr]
    Accepting active developer 'phayz' [au]
    Accepting active developer 'elentir' [fr]
    Accepting active developer 'cedynamix' [fr]
    Accepting active developer 'jercel' [fr]
    Accepting active developer 'exceed' [fr]
    Accepting active developer 'dex' [de]
    Accepting active developer 'kooda' [fr]
    Accepting active developer 'centuri0' [fr]
    Accepting active developer 'kikadf' [hu]
    Accepting active developer 'pingax' [fr]


  • Thursday, 13 January 2011
    Wrapped images in Word (LibreOffice RTF export) (Comments)

    I’ve got a report which turned out to be two separate issues. One is a regression from Go-OO 3.2.x, this post is about this part. The other part is about the improvement of both the import/export RTF filter, the bug has some detail on that part as well.

    So the problem was that wrapped images (when the image is a frame and not a character) had some extremely small height. I did not notice this bug in LO as an LO-specific extension hides that value, but in Word you can see it:

    http://vmiklos.hu/pic/fdo32613-before.png

    The fix is to use the height of the containing frame instead of the height of the picture itself, then it’ll look fine:

    http://vmiklos.hu/pic/fdo32613-after.png


  • Monday, 10 January 2011
    HP vs. Hungary (Comments)

    /pic/hp-hungary.t.png

    Yesterday I bought a HP LaserJet Pro P1566 printer. The device itself is nice, supported by foo2zjs, though of course that support is unofficial. I was curious what do they offer a "Linux support" on their website, since the case of the printer mentions Linux support. And I had to use the above picture to select my country.

    1. It’s Magyarország, not Magyarorság.

    2. The map of the country isn’t even close to reality, what are they smoking? ;)


  • Sunday, 09 January 2011
    Skyline (Comments)

    /pic/skyline.t.jpg

    Kar, hogy Magyarorszagon nem vetitik. Az pedig kulon erdekes, hogy ugymond a film "eleje" csak a trailerbol derul ki - mintha arra alapoztak volna, hogy azt mindenki latta mikor beul megnezni az alkotast. Amugy Alien-jellegu, akinek az tetszett, az nem fog itt se unatkozni. ;)


  • Saturday, 08 January 2011
    LibreOffice vs. F13 (Comments)

    http://vmiklos.hu/pic/lof13.png

    About four days ago it has been asked on #libreoffice if it’s possible to bind functions to F13..F16 in Calc. The short answer is no, but it turned out it’s pretty trivial to allow that (and of course not only in Calc).

    Cedric’s great post is helpful here to find the relevant code. It also truned out that VCL already supports those keys, so only the user interface has to be improvied to export that feature.

    The patch is here.


  • Wednesday, 05 January 2011
    systemctl now supports auto-paging (Comments)

    If you use systemd, you know systemctl. That’s the command that controls systemd: you can use it to start, stop or list (and so on) services. Now in case you use list, there is a lot of output, probably it won’t fit your screen. git already invented auto-paging, which means it’ll feed its output to a pager if the output is more than a screen, for example when using git log. With my recent commit this now the case with systemctl as well. :)


  • Monday, 03 January 2011
    bitlbee-skype now supports groups (Comments)

    I released bitlbee-skype 0.9.0 today. The last feature that triggered the relase born in git during the last two days: now it reads and writes Skype group info. This means if you have a Skype group "work", then you can just /j &work to see work contacts only, and /invite also works in that channel as expected.

    More in the BitlBee wiki and in the NEWS file.


  • Friday, 31 December 2010
    Szokasos evvegi osszefoglalo 2010 (Comments)

    A tavalyit folytatva:

    1. Januarban felvettek BME mernok informatikus MSc kepzesre.

    2. Februarban lecsereltem a 2005-ben vasarolt, mara mar igencsak elavult notebookomat egy Lenovo S12-re.

    3. A bringazas tovabbra is meghatarozo: csinaltunk iden Balaton-kort meg Bp-Kekes-Bp kort is 1-1 nap alatt. Augusztusban pedig elkezdtem SPD-zni.

    4. A legnagyobb nyari elmeny egyertelmuen a Pragai kozos nyaralasunk volt.

    5. Ezutan nemsokkal megvettem eletem elso GPS-et, amit azota is orommel hasznalok.

    6. Nyaron amugy az OpenOffice.org-on dolgoztam, es szerencsere sikerult is befejezni a melot elvarasaimnak megfeleloen.

    7. Egyeb utazasok: szeptemberben Poznan (SZTAKI-s "nyari" iskola), oktoberben Nurnberg (openSUSE konferencia)

    8. Majusban volt 20 eves FeGe koncert.

    9. Frugalware: el es virul, a szokasos eves ket kiadason egy ideje tulvagyunk. Csak hogy ket ujdonsagot emlitsek: KDE4, GUI installer.

    10. SZTAKI: az utobbi idoben legizgalmasabb dolog sajnos meg nem publikus.

    BUEK!


  • Wednesday, 29 December 2010
    Tron Legacy (Comments)

    /pic/tron.t.jpg

    Annak ellenere, hogy itt lehordtak, nekem tetszett. Ezuton is koszonet a csaladnak akiknek koszonhetoen ingyen nezhettuk meg. :)


  • Tuesday, 28 December 2010
    CSP (Comments)

    CSP, as in Constraint satisfaction problem. A while back I wrote a custom sudoku solver in Erlang, and now I hit something similar. Of course, since then I learned that there are nice CSP engines, so this time I did not try to write my own. :)

    First, I checked out python-constraint, and then I sticked with it, as it fulfilled my needs.

    So, the problem. Here is a Christmas tree:

    /pic/csp.t.png

    The tree has 4 chains, each one contains 7 items. A few ones already has a number. The exercise: number the empty items with numbers between 1 and 7 so that:

    • Each chain contains the numbers 1..7 exactly once.

    • All the horizontal and diagonal lines cannot contain the same number twice.

    A possible solution is here. If you get less or more than one solution, you did something wrong. :) (I’m not pasting here the output of the script to leave some exercise for the readers. ;) )

    Note
    As an experiment this time I draw the image using TikZ. Based on these ideas I converted the source to PNG using tikz2png.


  • Monday, 27 December 2010
    Systemd: kernel, bluetooth, bitlbee (Comments)

    • Finally I can run systemd on my desktop, and not in a virtual machine only, since there is a patch for the sched/cgroup issue I had. It was not a systemd bug, but systemd triggered a kernel issue, which was hidden so far.

    • I just updated our bluez package, and bus activation works fine. This means bluetoothd is not started till somebody connects to it. Given that I sometimes do not log in to KDE to use kbluetooth, but just want to do something on the console, where having bluetoothd running is totally unnecessary, I consider this really nice.

    • It came up on #bitlbee that there is a Fedora bug where they ask for systemd unit files for BitlBee. So I created a patch, and the nice thing is that the second iteration now seems to be fine for Frugalware/Fedora/Debian, so we managed to build something cross-distro here. (I think I mentioned that’s the #1 feature I like in systemd.)


  • Sunday, 26 December 2010
    pcal (Comments)

    I wanted to create some calendar present for Christmas in the family with pictures and Hungarian year / month order, national holidays, etc.

    After looking at a few solutions, pcal seemed to be the best choice.

    There are 3 key points here:

    • The order of the year / month can be changed only in build-time. If your locale has "year month" and not "month year" order, then you need this patch.

    • You need some config for each locale, here is mine, containing the Hungarian national holidays.

    • Finally you need a script like this to put in the pictures.

    The result is here, as you can see it’s fully localized, free software, contains my custom images and support custom marks for days using a quite flexible syntax.

    (Let me know if you know some other project where you can set the year/month order build-time and the result can be still generated from a script, ie. it’s not some LibreOffice or similar template. ;) )


  • Saturday, 25 December 2010
    Karacsonyi fail (Comments)

    Ajandekkezbesites:

    En: Mindket helyre csongettem, nem volt kiirva a ket csengo kozul egyik re se nev, remelem nem gond.

    O: Nem, a masik a nagymama.

    En: Jaj, remelem nem ebresztettem fel.

    O: Ot mar nem…

    Pasztorjatek vegen:

    Pap: Es gyerekek, iden a Jezus egy kisbaba volt, majd biztos orulni fog neki nagylany koraban, ha emlegetik…

    Hazafele:

    Neni: Nem tudja merre van az Urom utca sarkan levo ter?

    En: Szerintem nincs ilyen utca ebben a keruletben, biztosan jol tetszik emlekezni?

    Neni: A testveremhez megyek, lehet, hogy tavaly ota elfelejtettem, hogy hol lakik…


  • Friday, 24 December 2010
    August Rush (Comments)

    /pic/ar.jpg

    A magyar cime ("A szeretet szimfoniaja") alapjan akar karacsonyi film is lehetne, amugy nem az. De kivetelesen nem sejtettem a veget, valamint a foszereplok egyiket se lattam meg korabban masik filmben, es igy kifejezetten tetszett.


  • Thursday, 23 December 2010
    idl2dot (Comments)

    I needed a tiny tool to generate something classdiagram-like from CORBA IDL files. Given that I did not find such a tool, I wrote it.

    You can find it here.

    An example: idlscalable output.

    Note
    Right now it does not support typedefs, enums and exceptions. If you need such a feature, patches are welcome. :)


  • Monday, 20 December 2010
    Systemd Podcast (Comments)

    I just found this podcast, it’s a bit dated since it happened in August and things have been improved a bit since then, but still I was happy to listen it. (The interesting part starts at 1:10:50; 17 minutes.)

    I already had a short post about systemd, and I mentioned the killer feature for me is the compact distro-independent service file (initscript for sysvinit) format it uses, since even if the initscript format we use in Frugalware right now is mostly bullshit-free, it’s still more bloated than the systemd service files.

    Now back to why I began writing this post. :) So there is the post about systemd, but it’s rather long, and it’s easy to miss the point. Since the previous post, I think there are a few more killer features in systemd:

    • Every service is started in a separate control group (cgroup). Do you remember the situation when you wanted to know who the hell started a given particular process? This is typically a problem if the process is running as root. Now this is no longer a problem, systemd-cgls will show you if it was started by a user or a given service, etc. (Yes, I consider this a security feature.)

    • Upstart already had this "restart if it crashed" feature, but systemd does it better: if the daemon supports socket activation, then messages sent to the socket are buffered by the kernel, and no message will be lost during the restart.

    • systemd provides this on-demand feature, which is pretty much like inetd, so hopefully we can get rid of inetd, which was a constant problem previously. (We inherited a fork of the OpenBSD inetd from Slackware, and being a fork it did not improve since years, causing a constant problem.)

    Why writing this post today? Because this morning systemd appeared in -current, so you can even try it out without installing any unofficial package.


  • Wednesday, 15 December 2010
    Splashy vs. systemd (Comments)

    So we have this systemd wip repo and one of the remaining todo items was to fix up splashy to work with systemd.

    First, why doesn’t it out of the box of systemd is a drop-in replacement? Because splashy is not a simple init script, it hooks itself to rc.sysvinit, so it was specific to sysvinit.

    Now given that plymouth was already ported to systemd, it served as a good example. You may also ask: why don’t we just switch to plymouth? Because:

    • we don’t want to introduce multiple changes at the same time

    • it requires kms, while Splashy did not require it - so as long as it’s not true that most video cards support kms (think of via or anything else which supports vesafb, but not kms), such a switch would be a regression

    Okay, enough anti-Plymouth rant. As you can see, right now the task is to fix Splashy.

    The steps I did were:

    • updated the Splashy theme to remove the progressbar: given that now we start services parallel and on-demand, it does not really make too much sense

    • introduced unit files: to start on boot, to stop before getty/xorg, to start before kexec/reboot/halt/poweroff

    • added the usual compatibility symlinks to avoid starting the old rc.splash (which would happen anyway)

    • added a simple wrapper that fires up splashy and once it’s ready it sends the Booting…/Rebooting…/etc text to it

    The last problem is a bit more complex: now that xorg startup wants to stop splashy, a dependency has to be declared. xorg startup is handled by prefdm.service, but in case it depends on splashy-quit.service, what will happen if you don’t have or don’t want a splash?

    The solution for now is to declare an After= relation: that means xorg startup will happen after the quit of splashy, if it happens at all.

    This way:

    • you can disable the splash, it won’t cause any dependency errors

    • if you don’t have prefdm.service enabled, you can even have splashy uninstalled

    • (this one is a bit ugly) you can disable the splash, but if you uninstall it and have prefdm.service enabled, you’ll get a dependency error, as systemd will have no idea what splashy-quit.service is.

    To test the above:

    • you need to enable the systemd wip repo (see the link above)

    • run pacman-g2 -Sy systemd

    • boot with init=/bin/systemd

    Stay tuned, we still have a few blocker issues before merging the (disabled by default, as you need that kernel parameter) systemd support to current.


  • Monday, 13 December 2010
    The Book of Eli (Comments)

    /pic/the-book-of-eli.t.jpg

    Stilusos film a maganyos harcosrol, akirol a film vegen egesz erdekes dolog derul ki. ;)


  • Saturday, 11 December 2010
    amtterm (Comments)

    So we have two machines next to each other: genesis and helicon. The original idea years ago was to put a serial cable between the two so that it’s possible to manage the machines even in case ssh dies for some reason. Of course we never did that, because we were lazy - but in the meantime both machines were replaced by a newer mainboard, supporting Intel AMT.

    In short, this is a poor man’s IP console, it supports serial-over-lan, so with a bit of configuration and a special client tool you can control grub, watch the bootup process (will you miss the risky few minutes after a reboot till it turned out if a remote machine boots up after a kernel upgrade or not?) and finally can even log in when ssh is not running.

    First you need to set up grub to listen on the serial port as well. To do this, you need to know the device name and I/O port of your serial-over-lan port. The boxes mentioned above have one physical and one virtual serial port, so we need the later - that will be /dev/ttyS1. Now let’s grep in dmesg to get the port:

    $ dmesg|grep 'ttyS1 at'
    0000:00:03.3: ttyS1 at I/O 0xf1c0 (irq = 17) is a 16550A

    Now we know everything to set up grub. Just prepend the following lines to your /boot/grub/menu.lst:

    serial --port=0xf1c0 --speed=115200
    terminal --timeout=30 console serial

    The speed is AFAIK the same for each SoL port, so you can just copy&paste it.

    It’s also recommended to change the timeout line to 30 as well, this way you will have half minute to press any key to tell grub you want to control is on the serial port and you’ll again have half minute to hit any key to edit the kernel parameters, etc. (The whole grub part is useful because this way in case you upgraded the machine and it fails to boot up, you can still boot using init=/bin/sh and fix the system.)

    Second, you want to see the boot process, this way you can fix the system remotely, even if fsck fails and asks for root password, etc.

    For this, you need to change your kernel parameters, so that messages sent to /dev/console will end up on the serial port.

    I changed

    root=/dev/md0 ro quiet vga=791

    to

    root=/dev/md0 ro vga=normal nomodeset console=ttyS1,115200

    and that achieved this.

    Third, you want to start a getty on ttyS1 once the machine booted up, in case ssh fails to start up. If you don’t use systemd yet, add the following line to /etc/inittab:

    s1:12345:respawn:/sbin/agetty ttyS1 115200 vt100-nav

    (Don’t forget to run init q to reload the config!)

    Finally, you need amtterm on the client side - I plan to package it for Frugalware once 1.4pre2 is out. Till then you can just download, unpack and build the source tarball using make - no installation is necessary, you can run amtterm in-place. In my case I can’t connect directly to the machine as (for obvious reasons) the AMT is reachable from the local subnet only. So I build an ssh tunnel to the other machine and use socksify to pretend I run amtterm on the local subnet. The commandline I use is:

    $ socksify ./amtterm -p <pass> <ip>

    And that’s it - enjoy editing your kernel parameters, watching your boot process and login to the box even if ssh is not running and you don’t have IP console. :)

    If you can’t try it out right now but you want to see it in action: grub in amtterm and boot in amtterm - without any virtualization! ;)


  • Friday, 10 December 2010
    How to get rid of Wikipedia spam header (Comments)

    You probably already noticed it. I have no major problems with Jimmy Wales, but given that this spam header will not be hidden even after you donate (since I browse Wikipedia without logging in), this is really just spam. Here is a nice greasemonkey script to get rid of it.


  • Thursday, 09 December 2010
    TDF Interview (Comments)

    The Document Foundation guys made an interview with me. In case you find out there something new about me, happy reading!


  • Wednesday, 08 December 2010
    BitlBee-Skype 0.8.4 (Comments)

    I just released 0.8.4. The happy thing about it is that basically the only fix I added to this release is to make it work when python is python3k (so we need to use python2.7 to get python2 support), but the rest is just merge from:

    • email

    • github

    • Debian

    Now the total number of contributors increased to 7. :)


  • Thursday, 02 December 2010
    LibreOffice comment finder (Comments)

    So I wrote a short script to find undocumented classes in the LibreOffice source code - I don’t mean when some of the public methods are not documented, but the case when the class itself doesn’t even have a one-liner mission statement.

    Of course it should be used with care - if someone starts adding bullshit or misleading documentation using this script, that just makes the situation even worse.

    The patch generated a nice thread where basically they argue if it makes sense to have a KDE-like API documentation for LibreOffice or it’s just better to refactor code to have self-documenting function names, etc.

    At the end of the they, looks like there are people who find it great. :) (In the meantime that patch has been pushed, of course.)


  • Wednesday, 01 December 2010
    JGit eloadas (Comments)

    Holnap lesz 5 hete, hogy eloadtam JGit / EGit / Gerrit temaban a BME-n, e targy kereteben. Az elaodas eleje gyakorlatilag copy&paste a korabbi Git eloadasombol, de mivel a targy kifejezetten Javaval foglalkozik, igy az elobb emlitett harom temat is feloleli. A slide-ok megtalalhatoak a szokasos helyen.


  • Tuesday, 30 November 2010
    Inception (Comments)

    /pic/inception.t.jpg

    Zsenialis film a repulon, kocsiban, hotelban, hoban es tengerparon tengerparton jatszodo almokrol. ;)


  • Saturday, 27 November 2010
    Poor man's PDF duplex printing (Comments)

    Yesterday I wanted to print a PDF document: two pages per sheet, and of course I wanted duplex printing as well (on the short side).

    Given that the hardware (the printer) was not capable of duplex printing, I needed some software workaround. If you want one page per sheet, this is trivial, as the print dialog of any PDF reader will let you select "odd pages", then you re-feed the printer with the output paper and you select "even pages" and that’s it.

    OTOH, if you want 2 pages per sheet, then first you need some trick first to create two PDF from the original: the first containing the pages 1, 2, 5, 6, etc. - and the other containing 3, 4, 7, 8, etc.

    After all this isn’t really hard using pdftk. First, the input PDF was around 150 pages, so I wanted to split the input to one file / page:

    pdftk in.pdf burst output out/%03d.pdf

    Then let’s move the pages to the subdirs a or b, based on the above pattern:

    cd out
    mkdir a b
    for i in *.pdf
    do
            base=$(basename $i .pdf)
            if [ $base -lt 100 ]; then
                    rem=$(($(echo $i|sed 's/^0\+\(.*\)\.pdf/\1/')%4))
            else
                    rem=$(($base%4))
            fi
            if [ "$rem" = 1 -o "$rem" = 2 ]; then
                    mv $i a
            else
                    mv $i b
            fi
    done

    Finally concat the files from the a and the b dir to a single file:

    cd a
    pdftk *.pdf cat output ../a.pdf
    cd ../b
    pdftk *.pdf cat output ../b.pdf

    That’s it!


  • Friday, 26 November 2010
    libwpd-bindings-0.1.0 (Comments)

    I tried to search back when did I create Java bindings for libwpd - it seems this was the first commit.

    First I kept back the source code to get some money for it (there were a customer who seemed to be willing to pay, but then disappeared), then I just abandoned the idea and pushed it to SourceForge.net to some CVS repo, (I even mentioned it in a blog post), which is finally now converted to git.

    Long story short, a week ago finally Fridrich released the first version of the code, after about 2.75 years. :)


  • Wednesday, 24 November 2010
    OSL_TRACE() (Comments)

    Background: OSL_TRACE() is an internal LibreOffice macro that is like printf(), but it’s only enabled in debug mode. Without it, you would add a debug printf during development:

    printf("debug, foo\n");

    then you would comment it out when the code started working,:

    //printf("debug, foo\n");

    then remove the comment when it breaks again, etc.

    In the past, if you built a LibreOffice module, then you executed:

    build

    inside a module, and in case you wanted debug symbols and such messages you built using:

    build debug=t

    which increased the debug level to 2 (from 0), where 1 is required for debug symbols, 2 for debug messages. (See the OOo wiki page.)

    The recent update, why I’m writing this post: Now this has been changed, and debug=t gives you debug symbols only, but no extra debug output. While this is great in most cases, sometimes you still want the old behaviour to get the debug messages. In that case the solution (as pointed out in the mailing list post) is to use:

    build debug=t dbglevel=2

    (Hopefully this post will be handy for who missed that post, like I did the first time.)


  • Tuesday, 23 November 2010
    Systemd (Comments)

    I first heard about systemd from voroskoi, later Michael pointed it out again during the OOoCon 2010, finally it somehow came up on #frugalware.dev today.

    So I read up some documentation in this area, and I definitely like it. (Note: I didn’t say I’m willing to do all the work to integrate this into Frugalware, but I like the idea.) For me, the killer post is this one: a distro-independent init script in 8 lines is very much like our FrugalBuild scripts which are no longer than 11 lines for a project with a standard build-system.

    I like that minimalism a lot.


  • Sunday, 21 November 2010
    MKK Katalin bal 2010 (Comments)

    Visszakeresve ugy tunik, hogy csak egyszer irtam az ilyen balokrol, pedig egy evben 3x szokott lenni (tavaszi, Katalin, szilveszter) - mindenesetre tegnap is volt. Es mint mindig, most is jol ereztuk magunkat, csak ajanlani tudom barkinek aki amugy szeret tancolni.


  • Thursday, 18 November 2010
    Rejourn: Using an unpatched version (Comments)

    One may have noticed that right now my rejourn tree is empty. That’s not an accident, after Ram accepted my 15th patch, finally the site runs an unpatched version of rejourn - of course with a custom config and design.

    Of course I still have a few ideas on what to improve, so this is not the end of the story, but still - I’m happy he was so open for changes and new features that we reached this post. :)


  • Wednesday, 17 November 2010
    How to split gpx files using gpsbabel (Comments)

    I usually just download the gpx track from my GPS and delete the track from device each time I arrive home and I was at some interesting place before. Last week this was not the case, I was at Gyúró two weeks ago, then I borrowed by device, without clearing the log from it.

    So the task was easy: I had a timestamp and I had the full log from the device, and I want to split it: before and after a given timestamp. It turned out that I had some log from Oct 28th as well, so I wanted:

    • The log till Oct 28th

    • The log between Nov 5th and 8th

    • The log after 10th.

    Luckily the gpsbabel documentation is quite clear in this area (see Example 4.8), I just needed the following commands:

    $ gpsbabel -t -i gpx -f in.gpx -x track,stop=20101028 -o gpx -F out1.gpx
    $ gpsbabel -t -i gpx -f in.gpx -x track,start=20101105,stop=20101108 -o gpx -F out2.gpx
    $ gpsbabel -t -i gpx -f in.gpx -x track,start=20101110 -o gpx -F out3.gpx


  • Sunday, 14 November 2010
    OpenOffice.org: vmiklos01 CWS integrated (Comments)

    Once I was ready with this year’s GSoC work I started to submit it back to OpenOffice.org. Before that was completed, LibreOffice was launched, though I thought if I started working on submitting it to OpenOffice.org as well, I’ll finish it. About 6 weeks later they now integrated (merged) the vmiklos01 CWS (the branch containing my GSoC work) to DEV300, what will became OpenOffice.org 3.4 later.


  • Saturday, 13 November 2010
    The Social Network (Comments)

    /pic/thesocialnetwork.t.jpg

    Tegnap lattuk a cimben szereplo filmet. Egy tipikus valos tortenet alapjan jellegu film, szoval nyilvan van alapja, de azert nem kell szoszerint venni mindent:

    In real life, he (Mark Zuckerberg) was just sitting around with his friends in front of his computer, ordering pizza … Who wants to go see that for two hours?

    — Sheryl Sandberg

    Az mindenesetre tetszik, hogy Mark Zuckerberg nem feher vagy fekete embernek van beallitva.

    Pozitivan allitja be (szakmai reszletek):

    • LAMP mania (meg akkor is, ha nem vagyok LAMP fanatikus, meg mindig jobb, mint valami Java vagy Microsoft technologia ;) )

    • tul nagy baromsag nem hangzik el, leszamitva a film vegen levo ping localhost es egyebeket. :)

    • vegre egy film ahol nem mindenki Mac-ezik, hanem KDE-t tol. ;)

    Ezen kivul az is elhangzott, hogy nem az egoja miatt keszult a film:

    I just wished that nobody made a movie of me while I was still alive.

    — Mark Zuckerberg

    Meg talan ehhez hozzaadodik meg a Wikipedian olvashato egyeb pozitiv sztorik, mint pl a donation-ok, stb.

    Es szerencsere nem feledkezik meg a negativumokrol se:

    • a nem tul legalis kezdes ;)

    • a kezdeti penzugyi segito kikozositese

    • az otlet lopas (bar az is egy erdekes gondolat, ami elhangzik a filmben, hogyha valakinek jo otletei vannak, akkor nem gaz ha ellopnak egyet, majd kitalal masikat)

    Ezen kivul amugy vannak a filmben jo poenok, az evezos jelenet filmes szemponbol is jol meg van csinalva, szoval elgondolkodtato film sztem, csak ajanlani tudom.


  • Friday, 12 November 2010
    Google account migration (Comments)

    The whole story starts here. The whole conflict is about I had a google account with my vmiklos.hu domain already, but now the google apps account took it over and they asked me to rename the old account to something else.

    I joined the early adopter program and I was happy about it, finally I could access Picasa with my google apps account, though I could not make it to picasa.vmiklos.hu or something. But at least I could use it.

    Why I’m writing is that now they changed something regarding google groups as well, since I just noticed I can no longer post to the invite-only lists hosted on google groups where I use my personal address… It turns out the trick is to get the old (renamed) address unsubscribed and get the new one subscribed.

    I’m not really claiming, since the new state is much more clear, but this unsubscribe + subscribe dance is rather uncomfortable…

    Oh, and a related doc link in case you want to use gtalk on your domain as well (for now I decided not to use it).


  • Wednesday, 10 November 2010
    German comment finder mentioned on LWN (Comments)

    So we had this script with Jonas, and the current news about it is that it’s mentioned by in this LWN article. I just innocently read the article and noticed:

    After ten years, the code still has over 100,000 lines of German-language comments; those are now being targeted with the help of a script which repurposes the built-in language-guessing code which is part of the spelling checker.

    — LPC: Michael Meeks on LibreOffice and code ownership

    Nice! :)


  • Monday, 08 November 2010
    Marty Ashton: 101 dolog, amit jo lett volna tudni az autokrol (Comments)

    /pic/101auto.jpg

    A cimben szereplo konyvbe szombaton botlottam bele, amolyan egypercesek gyujtemenye. Tehat tipikusan nem egyben elolvasando - talan nem meglepo, hogy en megis igy tettem. ;)


  • Sunday, 07 November 2010
    Sexmission (Comments)

    /pic/sexmission.jpg

    Tegnap lattuk ezt az 1984-es lengyel remekmuvet. Alapvetoen csak szorakoztato, de van benne nemi tanulsag is. ;)


  • Friday, 05 November 2010
    BitlBee 3.0 (Comments)

    Even if I gave it a quick testing about two weeks ago, now I tried the new Twitter / identi.ca support and I like it a lot. Now messages are not coming from a single user by default, but a separate channel is created, nicks are appearing there, and I can just highlight people to reply to their last tweet or simply type to submit a new one.

    And of course my Skype module still works, as Wilmer fixed it up. :)


  • Thursday, 04 November 2010
    tgt is now available as a package (Comments)

    Today I packaged tgt an iSCSI target (server). The upstream package provides a large number of examples, though I thought it’s a good idea to note what I used for testing:

    # egrep -v '#|^$' /etc/tgt/targets.conf
    default-driver iscsi
    <target iqn.2010-11.local.test:storage>
        backing-store /dev/sdb
    </target>

    Something offtopic: a rejourn patch accepted and a LibreOffice bug fixed today.


  • Wednesday, 03 November 2010
    Handy Latex bookmarks (Comments)

    Today I had some Hungarian mathematical logic notes to type in Latex, and again I had to dig up the various references to get the proper symbols I needed.

    I used the following pages:


  • Tuesday, 02 November 2010
    QtSql vs. SQLite (Comments)

    The problem was the following: I had this example code and the size() method just gave me insane result all the time, while just changing the driver to QMYSQL made the code work properly. After asking on #qt, I have been pointed out that the SQLite backend of QtSql does not support the size() method. :/

    So - for now - I’ll just use MySql for my unit tests, even if that means I have to manually truncate the contents of each table. Worths checking a bit later again, though - since I already used in-memory SQLite for my unit tests when I had a project in PHP with Doctrine, and it was working just fine.


  • Monday, 01 November 2010
    A song mentioning Frugalware! (Comments)

    chee on #frugalware linked a song and its lyrics, mentioning Frugalware. Please don’t compare it to an OpenBSD professional release song, then you’ll like it! :)


  • Sunday, 31 October 2010
    Rejourn (Comments)

    The story is old, it was exactly 3 years ago when last time I switched the engine under my blog. That time I switched from my custom php/mysql blog to b2evolution, and I hoped that using that engine it’ll require less time to manage it. Actually this wasn’t true:

    • When the php-5.3 upgrade came, I had to manually fix stuff.

    • I got a lot of spam, even if the captcha provided by the ready-to-use b2evo plugin was enabled.

    • The last thing: It turned out that it created the SQL schema in latin2, so utf8 comments had problems.

    At that point I had enough trouble to think about migrating away from b2evo. And then I found rejourn, which is quite close to what I think is ideal to me. I just changed it a bit:

    • Added asciidoc support next to markdown.

    • Added RSS support, as my blog is part of the Frugalware and the LibreOffice planet, and I didn’t want to lose those readers.

    • Added support for tags, so that I can have a feed with a given tag only (to avoid OT posts on planets).

    Before you ask: yes, I plan to submit back these feature to rejourn, if Ram accepts them. ;)

    And finally, some more benefits:

    • the whole blog is now static HTML, generated by a single Makefile (so it’s faster + the server load is lower)

    • I can blog while I’m offline then later just git push the result.

    • I no longer have to use WYSIWYG editors or write HTML manually, I can use asciidoc. :)

    Update: I forgot to mention:

    • I put up a simple b2evo → rejourn conversion script.

    • I just discovered that when I get email about new comments, I can reply via email as well - that’s really cool! :)


  • Saturday, 30 October 2010
    LibreOffice RTF exporter sajtokozlemenyben (Comments)

    Ki gondolta volna, hogy kkemenczy addig lobbizik, amig sajtokozlemenyben is megemlitik. ;)


  • Monday, 25 October 2010
    Slides of my GSoC 2010 Presentation (Comments)

    As requested, the slides of my presentation, titled "GSoC project: Improving RTF Export - Presentation of a Go-OO student" are available here.


  • Sunday, 24 October 2010
    openSUSE Conference 2010 (Comments)

    So I have been invited to this year's openSUSE conference in Nurnberg to give a short presentation about my GSoC work (the RTF export rewrite in LibreOffice).

    As I expected, the really interesting part was to meet people I never had the ability to meet in person previously - and of course to learn other new stuff. :)

    So some of the items I really liked:

    • We actually did some hacking, see here (thanks Cedric for pointing out the issue for me).
    • I learned about trigraphs - thanks Fridrich!
    • I now heard about flat ODF from Muthusuba.
    • Nice jokes by Tor about old UNIX systems where the default installation added a login for Kernighan and Ritchie by default. :)
    • Met great people from the LibreOffice team (Kohei, Noel, Muthu, Cedric, Tor, Fridrich, Petr, Lubos), and outside: Stephan Kulow (coolo, the ex-kde-master) and others.

    To sum up: thank you for the invitation, I enjoyed it! :)


  • Sunday, 17 October 2010
    Oszi teljesitmenytura helyett (Comments)

    Szoval a teljesitmenytura honlapjan pentek este kiderult, hogy nem indul a biciklis valtozat, igy sajat turat csinaltunk tegnap.

    A kmora ezeket merte: ido 6h16m40s, tav 111.26km, atlag 17.7 km/h, max 51.8 km/h.

    Pontos utvonal itt.


  • Thursday, 07 October 2010
    LibreOffice: even on ppc (Comments)

    You probably have read that ooo-build has been renamed to LibreOffice (technically it's just a rename).

    Test packages for i686 available here if you want to test it on Frugalware.

    Aaand this time, as a very special gift, ppc packages are available as well! :)

    I just built it, but Bouleetbil was kind enough to provide a screenshot when he tested it.


  • Tuesday, 05 October 2010
    gammu-1.28 issue (Comments)

    I recently upgraded gammu from 1.27 to 1.28 in -current and I noticed that the backup of my phone is now way slower than before. The fix was trivial (already backported to the Frugalware package as well) for the maintainer so it's now fine again.

    Well done, mcihar! :)


  • Sunday, 03 October 2010
    Playing with libvirt (Comments)

    I've been playing with libvirt in the last two days. My motivation was that I saw:

    1. plain kvm is not that fast
    2. there is this virtio framework which aims to make it faster
    3. using virtio directly is hard, better not reinventing the wheel and just try libvirt

    So if you want to try it yourself, you need to pacman -S libvirt, service libvirtd start. Check /var/log/syslog for error messages, in case it can't find some commands (bridge-utils, dnsmasq, etc.), install them.

    If you want to create a new virtual machine, you need pacman -S virtinst. Then you can use something like:

    virt-install --name=syncpkgcd-helicon --arch=x86_64 --vcpus=1 --ram=1024 --os-type=linux --os-variant=virtio26 --connect=qemu:///system --network network=default --cdrom=/virt/iso/frugalware-1.3-i686-net.iso --disk path=/virt/syncpkgcd/syncpkgcd.img,size=40 --accelerate --vnc --noautoconsole --keymap=us

    See man virt-isntall for more info about the meaning of the switches. One trick: kvm can't handle the gfxmenu in our grub on the install cd, so you need to disable that. One way to do it is to use vim -b frugalware-1.3-i686-net.iso, search for "menu /boot", and change "gfx" to "#fx". Then you can run virt-install. It'll start the install in the background. The easiest way (for me) to connect to the console is to create an ssh tunnel to the server running the kvm machine (for example ssh -L 5900:localhost:5900 server), then run krdc localhost:0 on my own machine.

    Next trick is that you need kernel support to boot from virtio disks (/dev/vda), that's enabled in frugalware-current.git but there were no rebuild yet, so you need to build it yourself for now.

    Once the installation finished, the machine will be shut down. You can use virsh to start it. Here is a great summary about virsh subcommands. Something not to forget: if you want to automatically start the machine after the host booted, use virsh autostart $name.

    (You can also do a service libvirt-guests add, that way all guests will be automatically suspended/resumed on shutdown/boot. Just to be clear: if you want the "resume if it was a proper shutdown, start if there was a power cut" feature: you need both init scripts because libvirtd will always start/resume autostart guests, but it will never suspend them on shutdown.)

    If grub hangs after reboot, try creating a small (I used 32MB) separate /boot partition first, that should fix the issue.

    virsh shutdown $machine won't work if you don't install acpid and enable it as well, so it's a good idea to do so.

    The last trick: if you want to use the virt-manager gui from your local machine to manage a remote host, it isn't trivial to do so. First, it would try to login via ssh as root, and that's disabled by default. (And why would you enable it?). Also, even if you allow that, it would try to use nc -U which is supported by the openbsd nc only, the gnu nc does not have such a switch. Instead, we can use socat to connect to unix sockets. So I created a wrapper script under ~/bin with the following contents:

    #!/bin/sh
    if [ "$1" == "-U" ]; then
            sudo socat - unix-client:$2
    else
            /usr/bin/netcat $@
    fi
    

    Don't forget to add PATH=what_you_want line to ~/.ssh/environment, and include the full path of ~/bin there. This way you can keep using gnu nc and you can also login as a user to manage your machines, as long as you set up nopasswd sudo for your user for socat.

    Finally a mini-benchmark:

    The SBU of yugo (i686 buildserver, a bit old HW) is 645 seconds, SBU of an i686 guest on helicon (c2q machine with 8g ram) is 264, SBU of the host build on helicon is 76.

    I would call this usable (not right now, but once we sort out the kernel part). Finally something that is free software and is comparable to VMware ESX. :)

    Update: I recently did the same install with 1.4pre1 (which installs -current, so the kernel is 2.6.36), the list of tricks you still need:

    • separate /boot (haven't tried without)
    • edit iso image to get rid of gfxboot (tried, still fails without)
    • some problem with grub, you need to manually add "(hd0) /dev/vda" to /boot/grub/device.map, then run grub-install /dev/vda

    So no more custom kernel, boot from virtio works by default! :)


  • Saturday, 02 October 2010
    Anyremote (Comments)

    I've been testing anyremote during the last week. I'm aware that there is kanyremote and ganyremote available, but I wasn't really interested in those, since they would hide the glory details. :)

    So I decided to give the server mode mode a try and I choosed okular as a test application. My commandline is:

    anyremote -s bluetooth:19 -f /usr/share/anyremote/cfg-data/Server-mode/okular.cfg

    Once I started the server on my notebook I could choose it in the midlet on my phone in the j2me client and it worked as expected.


  • Sunday, 26 September 2010
    Varso (Comments)

    A multheti SZTAKI-s poznani kiruccanas utolso napjan a varsoi atszallasnal volt 10 szabad orank, igy bementunk a varosba kicsit korulnezni.

    Nehany kep itt.

    Ja es erdekes kiserlet volt, mivel nem volt sok idonk, tobb esetben csak ugy fotoztam, aztan a koordinatak alapjan kesobb panoramion kerestem vissza, hogy pontosan mi volt az az epulet, pl itt igy derult ki, hogy valojaban az "a" szinhaz. ;)


  • Saturday, 25 September 2010
    HP meztelen reklam (Comments)

    Hewlett Packard, 2010...


  • Friday, 24 September 2010
    Scripts used in the Python 2.7 rebuild (Comments)

    First, I could almost reuse the same set of scripts as described here. The only change I needed to do is that aborting the build loop after each fail is a waste of time, so now I did:

    for i in $(cat ~/test.list)
    do
            echo $i
            cd ~/git/python27/source/*/$i || continue
            sudo makepkg -t python27,current -C
            git clean -x -d -f
            git checkout -f
            sed -i 's|python>=2.6|python>=2.7|g' FrugalBuild
            if bumppkg -t python27,current --rebuild "- rebuilt with python-2.7"; then
                    repoman -t python27 -k push
            else
                    echo $i >> ~/failed.list
            fi
    done
    

    Then investigated the failed builds manually.

    Oh, and obviously I no longer had to build the x86_64/ppc fpms manually, I just enabled syncpkgd for the python27 WIP repo.


  • Tuesday, 21 September 2010
    Poznan (Comments)

    Mult heten a SZTAKI jovoltabol resztvehettem a Summer School Service Science 2010 rendezvenyen.

    Par cim ami felgyult:

    • Egyetem: ul. Powsta?ców Wielkopolskich 16, Pozna?, Poland
    • Szallas: ul. Do?ynkowa 9 D, Pozna?, Poland
    • Repuloter: Pozna?-?awica Airport, Bukowska, Pozna?, Poland

    Par kep itt.


  • Friday, 10 September 2010
    Next RTF fix: tables at the start of a document (Comments)

    This was almost two days ago, but... So I got the next problem report from OS, where he attached a sample document which had a table at the beginning. The document text was exported but no the table structure. (So if you had at least one line of text before the table, the bug was not there, that's how I did not notice it.) The one-liner fix is now in the CWS and it's backported to ooo-build master as usual.


  • Saturday, 04 September 2010
    Four RtfFilter fixes (Comments)

    During the week I got some feedback from Oliver Specht on my GSoC work. I decided to dedicate a whole day to address those issues (these were all regressions compared to the old RTF exporter). Here are the results:

    • Numbering indentations were problematic, this is now fixed.
    • Outline numbering was missing, fixed as well.
    • Explicit character style support was missing, I now implemented it.
    • Finally (which was the most time-consuming), text frames were now exported, this is now implemented, too.

    One remaining question is that he mentioned something is problematic with the table of contents export, but I could not reproduce the bug so far.


  • Sunday, 29 August 2010
    Titanic (Comments)

    Mert mar annyian kerdeztek, hogy "es azt te nem is lattad?" - hat megneztem. Tetszett.

    (imdb, trailer)


  • Friday, 27 August 2010
    Globalsat BT-338X GPS (Comments)

    Yesterday I bought a cheap GPS data logger / receiver, and given that the attached install CD did not support Linux, I'm collecting some hopefully useful links here.

    Putting everything together, to get the log from the device using bluetooth I first had to create an rfcomm interface, as gpsbabel does not support bluetooth natively:

    # rfcomm bind 0 00:0D:B5:38:BA:C6
    

    Then to download and erase the log from the device:

    $ gpsbabel -i dg-100,erase=1 -f /dev/rfcomm0 -o gpx \
            -F $(date +%Y-%m-%d).gpx
    

    The gpx format is fine in case you want to later reuse log with digikam's gpssync plugin (available from kipi-plugins).

    Now in case you want to convert it to kml to show on Google Maps:

    $ gpsbabel -i gpx -f $(date +%Y-%m-%d).gpx -o kml -F $(date +%Y-%m-%d).kml
    

    Finally release the rfcomm interface in case you don't need it anymore:

    # rfcomm release 0
    

    Update: there is also a gui which can be used to enable logging of altitude info, etc - just trivial patching is needed and it works with BT-338X as well.


  • Thursday, 26 August 2010
    Upgrading to Haven (Comments)

    I just upgraded my box at work to Haven, here is a short post to mention two links:

    • ATM you need to manually upgrade nvidia-173xx if you have it installed (after -Syu) due to lack of xorg-server-1.8 support.
    • I needed this xorg config tweak to get my up arrow working again.

    Other than that, I removed my xorg.conf and instead I put this to the xorg.conf.d dir. I also added "nouveau.modeset=0" to /boot/grub/menu.lst.

    What else.. ah yes, I needed to change the keyboard model to evdev in the KDE System Settings.

    Other than that, it went fine. :)

    Update: the nvidia-173xx part is now fixed in both current and stable.


  • Monday, 23 August 2010
    The Lovely Bones (Comments)

    Leginkabb ehhez tudnam hasonlitani, a "mi lesz velunk a halal utan" temat jarja korul, eleg szerencsetlen modon.

    Ami miatt talan megis erdemes lehet megnezni, az egyreszt a szerencses szereposztas: Mark Wahlberg (olasz melo), Susan Sarandon (alfie), Saoirse Ronan (atonement); valamint a jol megirt forgatokonyv: a rendezo vegig fenntartja a figyelmet azzal, hogy nem arulja el, lesz-e megegy gyilkossag a film vegeig.

    (imdb, trailer)


  • Saturday, 21 August 2010
    Zemplen (Comments)

    Az utvonal ilyesmi volt: Tokaj - Bodrogkeresztur - Erdobenye - Abaujalpar - Boldogkoujfalu - Boldogkovaralja - Boldogko vara - Abaujszanto - Mad - Tarcal - Tokaj

    Tokajba kocsival mentunk, meg a vegen Bp-en belul volt egy kisebb bringas szakasz.

    Ido: 5h03m18s, tav 103.8 km, atlag 20.5km/h (tehat nem siettunk), max 63.5 km/h.

    Resztvevok: LGee, Ventura, en.

    tovabb


  • Thursday, 19 August 2010
    Hackerspace Budapest (Comments)

    A cimben emlegetett helyrol mar tobbszor hallottam dnettol, de idaig nem allt modomban szemelyesen megtekinteni a helyet. Ma tartott viszont Erlang temaban workshopot, igy mar megvolt a szukseges motivacio, hogy elkarikazzak odaig.

    A hely zsenialis, professzionalis bringatarolo fogadott, majd onnan felfele egy igencsak lepusztult, de a gyerekkori kuckokat felnottes stilusban megvalosito latvany fogadott, idealis terep arra ha valaki otthonrol elvonulva nyugodtan akar valamit butykolni.

    Az eloadason kivul legjobban a viragontozo tetszett:

    22:36 <@dnet> a rossz szkennert ingyen kaptuk egy cegtol, a csovek loot
                        UTP kabel boritasok, a virag ajandek, a vodor meg a
                        space kifestesekor kerult be
    


  • Thursday, 19 August 2010
    Praga (Comments)

    A multheten par napot toltottunk Pragaban, az ut soran felgyulemlett online tartalmakat igyekszem most egy csokorba gyujteni:

    Mielott vegeztunk volna a valogatassal/feliratozassal, masok megtettek gyorsabban, de vegul ma vegre sikerult idot szakitani a sajat kepeink publikalasara is.

    Elso korben ennyi, reszletesebb beszamolora most nem vallalkoznek, a kepekbol lathato, hogy az ido nagy reszet varosnezessel toltottuk. :)

    Frissites: meg par info amit mar nem akarok a TODO-mban tartani, ugyhogy ide irok:

    • A Budapestrol befuto vonat a "Hlavni Nadrazi" nevu palyaudvarra erkezik.
    • A szallasunk (a bences rendhaz) mellett levo hotelt Szent Adalbert hotelnak hivjak, postacime Markétská 28/1 Praha.


  • Thursday, 12 August 2010
    Minimalisata beszamolo ejjeli bringazasrol (Comments)

    01:31 < LGee> mik a mai adatok?
    01:31 < vmiklos> mindjart megnezem
    01:31 < vmiklos> en most nem terveztem beszamolot irni
    01:32 < vmiklos> 2h27m21s, 36.94km, 15os atlag, max 59.6
    

    Bovebben itt. Ja es ez volt az elso alkalom SPD-vel terepen, de errol majd egy masik postban.

    tovabb


  • Sunday, 08 August 2010
    Szent Laszlo kilato-kapolna (Comments)

    Szoval itt (bovebb info) jartunk, de kicsit elobbrol kezdtem.

    Az alapotlet az volt, hogy csinaljuk meg a k30-as turat. Szokas szerint Godollore is mar bringaval mentem ki, ott talalkoztam batyammal, aztan vele indultunk tovabb. Mogyorod es Fot kozott figyeltunk fel a cimben szereplo epitmenyre. Sajnos a tegnapi eso miatt eleg saros volt a kornyek + az ut teteje mar tul meredek volt a biciklizeshez, de szerencsere igy is max 50m-t kellett tolni a gepeket. Teljesen veletlenul osszetalalkoztunk ott egy parral akik elmeseltek, hogy az epitmeny by default zarva van, a Mogyorodi onkormanyzaton lehet elkerni a kulcsat, amit ok meg is tettek, igy felmehettunk. ;)

    Aztan Foton a minimalis magammal hozott kajat megettuk, vizvetel kozben egy helyi bacsi elmagyarazta, hogy azert a viz a legerosebb folyadek, mert az meg a hajokat is elbirja. (!)

    Vegul Godollon a Friczy altal nepszerusitett vendeglatoipari egysegbe tertunk be, ahonnan mar csak a szokasos hazagurulas volt hatra.

    Netto ido 4h59m01s, brutto ido 7 ora, tav 110.64km, atlag 22.1km/h (kifele siettem, mert nem akartam sokat kesni, igy meglepo modon Bptol Godolloig sikerult 24.9es atlagot produkalni), max 61.2km/h (Gellerthegyrol lefele vasarnap reggel kifejezetten tagak a lehetosegek).


  • Saturday, 07 August 2010
    Piszkos Fred, a kapitany (Comments)

    Ez az a bizonyos Rejto-regeny amit annyiszor szoktak idezni:

    - Uram! A késemért jöttem! - Hol hagyta? - Valami matrózban. - Milyen kés volt? - Acél. Keskeny penge, kissé hajlott. Nem látta? - Várjunk... Csak lassan, kérem... Milyen volt a nyele? - Kagyló. - Hány részb?l? - Egy darabból készült. - Akkor nincs baj. Megvan a kés! - Hol? - A hátamban. - Köszönöm...

    Ugyhogy kivancsi voltam, milyen a konyv maradek resze es persze nem csalodtam. ;)

    (bookline)


  • Thursday, 05 August 2010
    openoffice.org 3.3 early snapshots (Comments)

    In case you got bored and you want to try something blending edge, have a look at my ooo33 repo.

    It contains an early snapshot of OpenOffice.org 3.3 (+ ooo-build patches, of course), including this work.


  • Monday, 02 August 2010
    googlecl and geeqie (Comments)

    I recently tested two new Frugalware packages.

    googlecl is a commandline utility, I wanted to try it out as it has browser-based authentication, which is supposed to be compatible with Google Apps, while the API-based method used by picu is not. To make it short, in case you are in a directory containing photos for an album and you just want to upload all of them to an album named after the directory name, you need:

    google picasa create --title $(basename $(pwd)) *.jpg
    

    The other package I recently tested is geeqie, it's a replacement (see history here) for gqview I usually use to watch a lot of photos in a directory. And yes, they seem not to break any of the nice feature of the old gqview project, good work! ;)

    Update: there is a patch to add sync support, it's usage:

    google picasa post --title $(basename $(pwd)) --sync *.jpg
    


  • Sunday, 01 August 2010
    Kekes (Comments)

    Tegnap ide is eljutottunk. :) A tura celja az volt, hogy kizarolag bringaval egy nap alatt megjarjuk Budapestrol a Kekest majd vissza, ami persze sikerult is.

    Terjengos beszamolo helyett par esetleg erdekes adat:

    Kmora: netto ido: 12h43m47s (ugy tunik a kijelzo nem bir ket szamjegyu orat kiirni igy aztan ebbol 2h lett, ami amugy 120 feletti atlagot eremmenyezne ;) ), brutto ido ~19h, tav 252.97km, atlag 19.8, max 61.5 km/h.

    Pontos szamitasok mellozese nelkul megjegyzendo, hogy kb 1500m szint volt a teljes tavon, igy nem meglepo a gyatra atlag. (Sot, hazafele az Ors vezer terenel meg 20 felett volt, aztan a vegen mar nem siettem, igy tovabb romlott. ;) )

    A masik erdekes dolog a sok piheno; itt kb 3 ora a legelejen (sarvedo-szereles) meg a csucs elott (eso) ment el.

    Energiabevitel celjabol a kovetkezok fogytak el: kb 5 liter viz, 4 sos kifli, 2 peksutemeny (dios kifli, kakaos csiga), 4 muzli szelet, 3 banan, 1 croissant, 1 csomag szolocukor.

    A tura a hosszu ido miatt elegge lefarasztott, ellenben termeszetesen izomlazat nem okozott. :)

    Par kep itt.

    tovabb


  • Tuesday, 27 July 2010
    chkdep improvements (Comments)

    Yesterday I finally had a look at how chkdep removes duplicated dependencies. The whole idea behind the removal is that in case ldd says a package depends on libfoo and libbar + we know from pacman that libfoo already depends on libbar, then there is no point adding libbar to depends in most cases.

    The old code did the followings: it searched the depends of the packages found by ldd and in case a depend was found in the depend list of an other depend then it removed the depend from the list. The problem with this is that in case foo depends on bar depends baz and ldd finds foo and baz only, then baz won't be removed.

    The new code does the same but depends are detected recursively to avoid the problem mentioned above.

    As a result, makepkg -a output should be less noisy. ;)


  • Tuesday, 13 July 2010
    Balatonszemes (Comments)

    Kep sajnos nincs, nem vittem fenykepezogepet. Szoval mult szombaton mentem le bringaval a cimben emlegetett telepulesre. Az igazi ujdonsag a Velencei-to es Siofok kozotti szakasz volt, az ut tobbi reszen mar iden vagy tavaly jartam.

    Az este folyaman amugy fellepett a Hungarian Queen Tribute Band, kifejezetten elvezetes koncertet adtak.

    Ido: 6h32m03s Tav: 155.04km Atlag: 23,7 (ez erdekesen alakult, Siofokig vegig 25 felett lehetett jonni, csak Martonvasaron meg Velencenel volt nagyobb dugo, viszont Siofoktol lementem a bicikliutra, ahol a sok strandolo nep miatt sokszor lepesben kellett haladni) Max: 46.6km/h


  • Monday, 05 July 2010
    Az 501. utcai pekseg (Comments)

    Egesz pontosan tegnap felkerestuk azt a pekseget, ahol majdnem ket eve jartam utoljara. Szerencsere meg mindig ott van. :)

    Ido: 2h14m01s, tav 47.33km, max 41.4km/h

    Szoval nincs megkozelithetetlen tavolsagra, egyszer erdemes felkeresni oket.


  • Monday, 21 June 2010
    CSS Validator HTTPS support (Comments)

    Did you ever notice the CSS Validator does not support HTTPS? I sent two patches (ant dependencies fix, SSL Host verifier fix) to its devel list a while ago and they are now in CVS, hopefully they will soon upgrade their service as well. :)


  • Sunday, 20 June 2010
    Papszenteles Esztergomban (Comments)

    Hogy mire is mentunk arrol bovebben itt. Az otlet az volt, hogy oda-vissza biciklivel megyunk, Dobogokon at.

    Reggel 7 korul talalkoztunk az Arpad-hidnal, onnan mentunk Pomazon at fel a Ket-bukkfa-nyeregbe, majd legurultunk Esztergomba. Ott atoltozes, es pont nem kestunk el. ;)

    Utana a kotelezo pizza es fagyi utan mar indultunk is hazafele, mivel estere a muzeumok ejszakaja volt a program, de errol majd egy kesobbi postban.

    Netto ido: 5h50m32s, tav 120.71km, max 61.2 km/h.


  • Sunday, 06 June 2010
    Balaton maraton 2010 (Comments)

    A tegnapi napunk nagyjabol a fenti esemennyel telt, par kep itt.

    A kmora ezeket merte: ido: 8h41m17s (brutto ido: ~9h35m), 209km, atlag 24 kmph, max 52.7 kmph.

    Mivel az esemeny Siofokon volt, elotte-utana meg volt kocsikazos program is, ugy tagabb ertelemben ertelmezve a brutto idot ugy 6h-22h-ig tartott. :)

    Update: eredmenyek itt. Szoval 525. es 526. lettunk (osszesen 778 ferfi indulo volt, ebbol 558 teljesitette szintidon belul).

    tovabb


  • Sunday, 30 May 2010
    Balaton maraton elomelegites (Comments)

    Voltunk errefele ma, leginkabb azert, mert az utobbi idoben nemnagyon volt nagyobb lelegzetu tura, es nehogy az legyen, hogy a Balaton maraton majd tul sok lesz.

    Ido: 5h45m53s (brutto: ~8h-15h) Tav: 133.95km Atlag: 23.2 km/h Max: 42.5 km/h

    Eleg szegyenletes modon igy lett most meg az idei 1000. km-em. ;) (A februar-majus idotartamban sajnos 2x is le kellett mondani nagyobb turat + a szokasos napi bringazasok is sokszor elmaradtak a korulmenyek miatt.)

    Az utvonaltervezesert es tarsasagert szokasos modon koszonet LGee-nek.


  • Monday, 24 May 2010
    A tizennegy karatos auto (Comments)

    Valami nem-scifire fajt a fogam, hat e mellett dontottem. Nem volt semmi kulonosebb oka, hogy pont ezt, csak valami Rejtot kerestem, leven ez nagyon tetszett annak idejen.

    Termeszetesen nem csalodtam, alljon a szokasos modon itt par kedvenc resz:

    - Gorcsev Iván vagyok, foglalkozásomra nézve huszonegy éves, a Naszja Gorjodin-beli báró Gorcsev cári kamarás testvéröccsének a fia. Atyám kapitány volt a gárdában, és nagybátyám a Jusztveszti Versztkov kormányzóság katonai parancsnokaként védte Ogyesszát a fellázadt hadiflotta ellen.

    Mindebb?l egy szó sem volt igaz. De egészen fiatal lánykák és öreg tudósok hiszékenysége állítólag korlátlan. A tanár feltette csíptet?jét.

    Még borotválkozni is akart. Az ember ne álljon be akárhogy a légióba. Törülköz?t kötött a nyakába és kinyitotta a mindennel felszerelt, hatalmas gardróbszekrényt.

    Ám ekkor legnagyobb csodálkozására az alsó polcról Vanek úr esett ki a padlóra.

    - Uram! Miért nem kopog az ajtón, ha benyit valahová!

    - Ezt a lakosztályt én bérlem!

    - De a szekrény az én magánlakom! My house is my castle!

    - Vanek úr! Én a mennyekb?l hullottam alá.

    - Mégis én ütöttem meg magamat!

    (bookline)


  • Sunday, 23 May 2010
    Ejszakai tura (sokadik) (Comments)

    Kezdjuk ott, hogy a kepet teljesen veletlenul most talaltam meg, ez meg a marciusi szokasos emlekturan keszult, ahol ugy alakult, hogy egesz sokat tekertunk hoban.

    Szoval visszaterve a mai turara: start 23h korul, Margit hid - Janos korhaz - fel az erdoben a Normafara - onnan le a Martonhegyi uton, majd eszakrol megkerultuk a Farkasreti temetot, vegul le a BAH csomoponthoz.

    Az izgalmas resz nyilvan a Normafa fele felvezeto resz volt, nem lehetett elore tudni, hogy a delutani esozesek miatt mennyire lesz sar, de cserebe itt garantaltan nem volt autosforgalom. ;)

    A kmora ezeket merte: ido: 1h34m39s, 26.19km, atlag 16.5 kmph, max 59.8 kmph.

    Tenyleges hazaerkezes kicsivel 2h elott, LGee-nek valoszinuleg picit kesobb. :)


  • Wednesday, 12 May 2010
    Fege koncert (Comments)

    Ki szoktam javitani az embereket, altalaban mi nem koncerteket hanem ahitatokat csinalunk hamar nem misen gitarozunk, de ez most tenyleg az lesz.

    Reszeltek itt, a 13. oldalon. (Sajnos pdfeknel nem lehet oldalszamra deeplinkelni mint youtube videoknal min:sec-re.)


  • Sunday, 09 May 2010
    A mezitelen nap (Comments)

    Annyi elonye megvan az egy hetvege laz miatt agyban toltesenek, hogy a mar regota elkezdett konyvem vegre volt idom befejezni.

    Izelitoul ket reszlet:

    – Add ide a kezed, Daneel! – Daneel a saját kezére meredt. – Már megbocsásson, Elijah partner. Baley elátkozta magában a robot szó szerinti gondolkodását. – Segíts ki a fotelb?l – helyesbített. Daneel er?s karja könnyedén kiemelte a székb?l.

    Az élet legf?bb értelme vész el, ha nincs meg az emberek közötti együtthatás; elvész a legtöbb intellektuális érték; elvész a legtöbb dolog, amiért élni érdemes. A távnézés nem helyettesítheti a látást. Maguk a solariaiak azt hiszik, hogy a távnézés az érzékszervek meghosszabbítása. És ha az elkülönülés nem elég a stagnáláshoz, akkor ott van a hosszú életük. A Földön szakadatlan áradatként színre lépnek a fiatalok, akik készek a változtatásra, minthogy még nem volt idejük megcsontosodni. Szerintem itt lennie kell valamilyen optimumnak. Eléggé hosszú élet ahhoz, hogy learathassa a sikereit, és eléggé rövid ahhoz, hogy átadja a helyét a fiatalságnak, méghozzá nem túl lassú ütemben. Solarián ez az ütem túlságosan lassú. Minnim még mindig figurákat rajzolt az ujjával.

    (bookline)


  • Tuesday, 27 April 2010
    GSoC 2010 (Comments)

    On Mon, Apr 26, 2010 at 06:46:38PM +0000, socghop.noreply@gmail.com wrote: > Dear Miklos, > > > Congratulations! Your proposal "Improve RTF Export" as submitted to "Go > OpenOffice" has been accepted for Google Summer of Code 2010. Over the next > few days, we will add you to the private Google Summer of Code Student > Discussion List. Over the next few weeks, we will send instructions to this > list regarding turn in proof of enrollment, tax forms, etc. > > Now that you've been accepted, please take the opportunity to speak with > your mentors about plans for the Community Bonding Period: what > documentation should you be reading, what version control system will you > need to set up, etc., before start of coding begins on May 24th. > > Welcome to Google Summer of Code 2010! We look forward to having you with > us. > > > With best regards, > The Google Summer of Code Program Administration Team


  • Friday, 23 April 2010
    vDSL (Comments)

    Time to say bye-bye to adsl!

    The optical fiber is now only 260 meters away and that means it's possible to order vDSL here.

    That means that means that the average download speed is now about 14MBit/s while it was about 5MBit/s with adsl. :)

    Completely unrelated: if you use ps2pdf and the margins a screwed up, don't forget to give -sPAPERSIZE=a4 a try.


  • Tuesday, 13 April 2010
    Solving kernel bugs without bisecting (Comments)

    So after I upgraded to Linux-2.6.33 my wifi card stopped working after resume. I way lazy and I had no time to bisect it, so I just ignored the problem for a while, then today I looked up the lkml thread and bingo, an easy workaround is there. ;)

    \o/


  • Friday, 09 April 2010
    MKK ejszakai bringazas (Comments)

    Szoval ez volt tegnap. Kis statisztika:

    Netto ido: 3h20m13s Atlag: 16.9 kmph Tav: 56.49km Max: 72.4kmph

    Elvileg kicsit kesobb lesznek kepek is. Ami meg nem fog latszani a kepeken az a jokis Csillaghegy elotti lejto, ahol (mint fenn is olvashato) egesz jol be lehetett gyorsulni. :)


  • Thursday, 01 April 2010
    Recent hacks, upgrade (Comments)

    • ooo-build: two fixes for the configure script (perl, rsync)
    • the irssi script that renames facebook "u$bigint" nicks to real names based on whois info stripped chars with accents. a oneliner patch makes it possible not to drop chars with accents, just convert them to ascii.
    • The dazuko m8r merged my Linux-2.6.33 patch. \o/

    The rest of this entry is not about programming in fact - I upgraded a machine at work from Frugalware-1.1 to 1.2 and I though it may worth noting a few interesting facts:

    • The attitude of this bug is like the famous glibc one. In short: kde3 supported having the same wallpaper on two screens by automatically splitting it up - now looks like kde4 does not. I ended up splitting the wall up using GIMP as well. :P
    • kookaa is not really ported yet to kde4 so I needed to switch to kolourpaint.
    • While upgrading cups, I hit this bug as well. (Notice how Ubuntu calls bugs "answers". ;) )


  • Sunday, 28 March 2010
    Running the right command at the right time (Comments)

    $ while :; do date -R; sleep 1; done Sun, 28 Mar 2010 01:59:59 +0100 Sun, 28 Mar 2010 03:00:00 +0200 ^C


  • Friday, 19 March 2010
    Marcius 15-i bringatura 2010 (Comments)

    Mint az mar lassan szokasos, iden is voltunk a marcius 15 kornyeken megrendezett bringas teljesitmenyturan. Eloszor elkeseredetten hallottuk, hogy nem indul a hosszabb 96 km-es tav, csak a 48-as, de aztan kiderult, hogy ez nem is olyan nagy baj, mivel az ut kb. harmada az erdoben ment ahol ~5 centi ho fedett mindent, igy ott lassabban is tudtunk haladni, egy ilyen tavu turara meg nem ugy indul az ember, hogy akkor ez egesz napos program. ;)

    Sajnos azota mar reseteltem a km-orat, de ami talan erdekes lehet: haztol hazig vegul 106 km lett mivel nyilvan bringaval mentem itthonrol ki csillaghegyre + pomazrol haza - kisebb kerulovel. Masik erdekesseg, hogy az utolso 10-15kmes szakasz az vegig lejtett, rendesen takaritott utakkal, igy a gyalazatos atlagot egeszen jol fel lehetett huzni, hiszen azon a reszen tobb helyen is lehetett 50 felett menni huzamosabb ideig.

    Osszessegeben kivalo program volt, ezuton is koszonet a szervezoknek!


  • Sunday, 07 March 2010
    Edited skype messages in BitlBee (Comments)

    A user reported on #bitlbee that in case someone edits an already sent message using the Skype GUI client, BitlBee does not report the change. This used to work for about 2,5 years ago, but now I checked and true, it was broken. When I fixed it I realised that it would be nice to prefix the updated message with something to be aware that it's an edited message, not a new one. The result is pushed out to the git repo and a screenshot is available as well. ;)


  • Saturday, 06 March 2010
    samba, gentoo (Comments)

    Sorry, I'm continuing the story of uninteresting challenges I had in the last two days. Or if they look like interesting ones, please continue. ;)

    Two days ago we (at work) had to repair a samba installation after a 3.0.x -> 3.2.x upgrade. There were 3 problems:

    • the firewall config had to be updated, to allow incoming tcp connections on port 445
    • somehow smbd was listening on ipv6 only, just listing all network interfaces in the config was enough to make it listen on ipv4 as well
    • for another strange reason it no longer accepted hostnames on its whitelist, using ip addresses directly did the trick

    The other story from yesterday was fix up the firewall configuration at a small office. The problem was that till now they had a PPPoE connection and the firewall used NAT to share the internet access to the desktop machines, but now they switched to a radio-based access, they got a new modem which did not support PPPoE. Of course in short I just got the usual "the internet does not work!" bugreport. ;)

    I must note that I'm not a sysadmin at this office, I just stepped in as the local sysadmin was a SPoF in the system and he (temporally?) disappeared and they asked me beause of "the hours is burning" effect. :)

    So all I had to do is to alter the server configuration, which was running Gentoo. I never touched such a machine before, and it's configuration is (of course, since I'm used to our netconfig) weird, but at least the off-line documentation was enough. So after RTFM, I just had to turn off pppoe, set the dns and the default gateway to the address of the new router and all was fine. One notable interesting fact was that there was no damn vi on the server. Given that emerge takes a lot of time, I had to suck with mcedit. :P

    Conclusion: yet another example why offline documentation is important, even in case nowadays "there is internet everywhere". ;)


  • Thursday, 04 March 2010
    gcalsync #3, vmware, xrandr (Comments)

    First, I wasted a few more hours with my never-ending "sync events form my Nokia S40 phone to Google Calendar" project. The result: it's not a daemon, it checks if the last sync was more than a day ago, if it can ping google.com, and if both, but it can't reach the phone via bluetooth, then it raises a kde4 notification, and it also notifies me when (and how) the sync was done, so that I switch bluetooth off on the phone after the sync. As usual, available here.

    Second, I managed to fix two annoying bugs when installing Frugalware under VMware: dhcpcd did not update /etc/resolv.conf in the installer properly, now that I changed from dhcpcd to busybox's udhcpc, it seems to be fine. (And udhcpc still works fine in qemu as well.). The other vmware-related improvement is that the newport xorg driver somehow locked up the whole virtual machine, now it's moved to extra, so xconfig does not freeze the VM on a default install.

    Third, today finally I managed to figure out how to enable the external output on my netbook, using the openchrome driver. It's just about a single line in xorg.conf:

    Option     "ActiveDevice"               "LCD,CRT"
    

    This won't do more than just cloning the output, but it's far enough for me, who just uses the external output for presentation only.

    (There is a binary driver which locks up the whole machine about 5-8 times a day, which has a bit better external video support, but stability is far more important for me, and the openchrome driver _is_ stable.)

    Partly related, when I connected the external output to a projector, I had to set the screen resolution to 1024x768, and later back to 1280x800. 5 years earlier you had to edit xorg.conf and restart X to do this, now you can do this with xrandr:

    $ xrandr --output default --mode 1024x768
    

    and then to switch back:

    $ xrandr --output default --mode 1280x800
    

    OK, enough entries for today. :)


  • Saturday, 27 February 2010
    BSc diplomaoszto (Comments)

    Ilyet kaptam ma. Persze sok ujdonsag nincs benne, ahogy a datumbol is latszik, megis jo erzes felrakni a polcra. Szep borkotes, rajta arany betukkel, hogy "diploma". ;)


  • Friday, 26 February 2010
    Memory upgrade to 3G (Comments)

    So my netbook had 1G of ram so far and I was happy with it. Then I started to play with virtual machines and it turned out that the bottleneck of it is the small memory I have. So I just bought a 2G ram module, and at this point things started to be weird. Given that the system booted up and almost everything worked properly, I did not really had an idea. I thought it's a SW problem, so I did a clean Frugalware install on a separate partition as well, and there bash segfaulted in konsole as well sometimes. This ringed a bell, memtest!

    After about 15 mins, memtest found numerous errors, then I rode back to the shop where I bought it and I asked for an other module. The interesting points were:

    • Actually the good ram was cheaper than the bad one they gave me the first time.
    • When I inserted the 2G module, the original 1G ram wasn't anymore used as the 0-1G range, but it shown up as 2G-3G.

    Now I hope next time I have to increase my ram amount, x86_64 will be mainstream so that I won't have to suck again with a 'custom' architecture. ;)


  • Sunday, 14 February 2010
    Sparse checkout example in git 1.7.0 (Comments)

    Sparse checkout is now part of git-1.7.0. See here on what it is in general. Basically something what svn already knew for years and git did not. And of course git now does it better, since this way it's possible to checkout multiple sub-directories, not just a single one, what svn allows.

    Here is a short example:

    $ git clone ~/git/git
    $ cd git
    $ ls|wc -l
    361
    $ git config core.sparsecheckout true
    $ echo ppc/ > .git/info/sparse-checkout
    $ echo perl/ >> .git/info/sparse-checkout
    $ git read-tree -m -u HEAD
    $ ls
    perl/  ppc/
    

    Enjoy! :)

    Update: see the comments, as it has been pointed out the "And of course git now does it better, since this way it's possible to checkout multiple sub-directories, not just a single one, what svn allows." sentence is incorrect; but of course having a similar feature in a distributed VCS is still an improvement. ;)


  • Tuesday, 09 February 2010
    pptp client howto on linux on console (Comments)

    So I saw a few howtos on how to set up ms pptp client on linux, but they're mostly about how to click on networkmanager or other guis, so basically they hide the real detail, IOW what config files are actually used.

    First install the necessary packages:

    # pacman-g2 -S ppp pptp

    Here is what I have under /etc/ppp:

    # cat chap-secrets # Secrets for authentication using CHAP # client server secret IP addresses $user PPTP $secret *

    # cat options lock

    # cat options.pptp lock noauth nobsdcomp nodeflate

    # cat peers/$network pty "/usr/sbin/pptp $server --nolaunchpppd" name "$user" file /etc/ppp/options.pptp remotename PPTP require-mppe-128 refuse-eap ipparam $network

    And to bring up ppp0:

    # pon $network debug dump logfd 2 nodetach

    If it works fine, you can just use:

    # pon $network

    (Obviously replace $user, $secret, $server and $network with real values.)

    One thing I did not figure out is how to configure it to set the default gateway as well. Right now I use the debug mode, then in the output I see the remote address, finally:

    # route add default gw $remoteaddr

    Other than that, it works fine - without any damn gui! :)


  • Friday, 05 February 2010
    google adwords kupon (Comments)

    Szoval jott par napja postan egy ilyen vacak, hogy 12e HUF ertekben lehet ingyen hirdetni Google AdWordson marcius 31-ig. A problema csak az, hogy engem az ilyen lehetoseg allatira nem erdekel. Ha valakit igen, az keressen meg privatban - szivesen odaadom.


  • Friday, 05 February 2010
    avatar (Comments)

    ma voltunk megnezni. igen, az imax 3ds verziot. abszolut bejott, es meg azzal sem ertek feltetlenul egyet, hogy csak az imax miatt.

    (imdb, trailer)


  • Monday, 25 January 2010
    darcs import on repo.or.cz (Comments)

    I've contributed a patch to repo.or.cz to allow darcs imports, but and I recently got a reply for it from the maintainer. So we worked together a bit more and now the patches are in, repo.or.cz just imported the source of darcsweb.

    I also created a test project and tested that incremental imports work properly as well. \o/

    NB: It uses my darcs-fast-export tool, that's why I started to work on this. ;)


  • Sunday, 17 January 2010
    Lenovo Ideapad S12 (Comments)

    I bought this netbook about a week ago (the one with the Via card).

    Actually it costed 106 kHUF (~$550) instead of the advertised $400, but that probably due shipment costs, etc.

    Here are what requirements I had:

    • I wanted a simple video card, it's much more important for me that I don't have to use external kernel modules than the actualy 3D performance. So NVidia is clearly an overkill for me. I wanted Intel or similar.
    • 12"-sized LCD - my iBook had it and I loved it. I agree that it's too small when we're watching films with 5 other friends or playing games, but I don't do either regularly.
    • Touchpad. I don't like trackpoint.

    Here is what I got:

    • The Via card is so far OK, the openchrome driver has a nice community and at least 2D acceleration works fine, and they are working on the 3D one as well. (Other card types have 3D support, too - This type is just too new ATM.)
    • The LCD size is what I want - looks like you can't easily buy a 12" notebook, but a 12" netbook counts as a high-end one.
    • Of course it has touchpad.

    Let's see what extra does it have:

    • VGA output (iBook had some custom output and I never got a VGA converter cable.)
    • Bluetooth
    • SD-Card reader
    • Webcam
    • KVM support
    • HW mpeg2/4 and dm-crypt support

    What's wrong with it:

    • The cover is shiny, the mark of the fingers are left there when you grab it.
    • No optical driver, but hey, it's a netbook!

    Let's see Linux support: First, the machine is shipped with Windows XP. The bios updater is windows-only, so I updated the bios before I rm -rfed the whole preinstalled contents.

    What works:

    • Via Nano CPU: works fine.
    • Via card: after installing the opencrome driver a simple 'xconfig' from frugalwareutils did its job, no other tricks were necessary.
    • SATA controller works fine.
    • Wired ethernet works fine.
    • Wireless: the in-tree b43 works for WPA APs but not with unsecure ones. The binary bcmwl driver works in the later case as well.
    • SD-Card reader works out of the box.
    • Sound is fine.
    • The webcam works with mplayer using the "mplayer -tv driver=v4l2:device=/dev/video0 tv://" command.
    • Bluetooth is fine.
    • KVM support (vmx flag) is there in the CPU.
    • dm-crypt has HW support, so copying to a truecrypt volue isn't slower (~40mb/s) than copying to an unencrypted one.

    What does not work with Linux:

    • There is no ideapad-acpi module to turn on or off wifi/bluetooth in the Embedded Controller (EC) of the ideapad. In my case I enabled wifi only when I updated the settings of the EC back in Windows, so Bluetooth is disabled. Feel free to post in commends if you have ideas how to set the EC from Linux. ;)
    • The 3d and mpeg2/4 decoding HW support of the graphics card doesn't work.
    • Hibernation is broken due to the weakness of the openchrome driver.

    I think that's all. As always, it's possible that these limitations can be avoided in the future, who knows. ;)

    Ah and the battery works for 5 hours with wifi enabled, I think that's nice. (And probably it's due to the LED-powered LCD.)

    In case of questions, please post them in the comments and I'll try to reply.

    PS: It doesn't really belong here, but if I was at it, I also switched (compared to iBook):

    • to x86_64 from ppc
    • to ext4 from ext3
    • to kde4 from kde3

    Update: I did a backup about the config files, reinstalled Windows XP, enabled the bluetooth in EC, and installed i686 for now. So the changes are:

    • Bluetooth is now working perfectly
    • 2D acceleration is stable (ie. if you start mplayer -vo xv the second time, it won't freeze)
    • Suspend to disk works fine, as it was expected.

    \o/


  • Friday, 15 January 2010
    MSc: FP >= ATKP -> F = true (Comments)

    Gyengebbek kedveert: "Felvételi döntés: Felvételi pontszáma elérte az államilag támogatott képzés ponthatárát"


  • Monday, 11 January 2010
    mails (Comments)

    Say you have two servers, the first is just a mail proxy, the second is a real mail server. So the MX record points to the first box and you usually just read your mail on the second one.

    We use this system at frugalware.org as well to make the service a bit more robust: if genesis (the "second" box) goes down, the proxy machine(s) can just queue up the input and in case one of the proxy machines go down, then the sender will just try an other proxy.

    The problem occurs when the "second" box goes down and you need to read your mail ASAP. Let's say you have access to the first box. You see in the output of 'mailq' that there are messages in the queue but how to read those mails?

    'mailq' gives the ID of each message, and then the following script (I call it 'mails' - s for show) can generate mbox format from it, which means you can read it with for example 'mutt -f foo.mbox'.

    The script itself is fairly easy:

    #!/bin/sh

    echo 'From news@gmane.org Tue Mar 04 03:33:20 2003' |sed '1,/^\*\*\* MESSAGE CONTENTS/d;/^\*\*\* HEADER EXTRACTED/,$ d'

    (And of course it's possible there is a better tool to do the job, but I use this for months now.)


  • Sunday, 10 January 2010
    surrogates (Comments)

    2009-es film, elegge scifi jellegu ezzel a robotos temaval. Egy egyszeru alapotlet, es megis vegig fenntartja a figyelmet. Nekem tetszett.

    (imdb, trailer)


  • Saturday, 09 January 2010
    Uj prezentaciok es videok (Comments)

    Kiraktam ket rovid prezentaciot, a BME-s onallo labor meg szakdoga vedesrol a szokasos helyre, termeszetesen a TeX forrassal egyutt.

    Hamar ez a prezentacio-dolog elojott, feltettem par korabbi videot is:

    1. frugalware-sfd-szeged-2k5
    2. frugalware-sfd-szeged-2k6
    3. git-szszk-szeged-2k9


  • Friday, 08 January 2010
    Szokasos evvegi osszefoglalo (Comments)

    Ahogy tavaly (meg a korabbi evekben), iden is adta magat, hogy csinaljak ilyen listat, hogy mi volt jo az elmult evben. A kulonbseg csak annyi (azon kivul, hogy csak addig gyujtottem amig jolesett, nem 10-ig), hogy most nem volt idom ezt szilveszterkor postolni, de jobb kesobb, mint soha.

    Idobeli es fontossagbeli sorrenddel nem torodve:

    1. Februarban eletemben eloszor voltam Franciaorszagban, sielni
    2. Aprilisban ismerkedtem meg Vele ;)
    3. Tobb, mint 4 ev utan raszantam magam, hogy fogorvoshoz jarjak, szerencsere az itteni "kiosztott" is tokjo, szoval egy vasamba se kerult
    4. Nyaron voltunk egy hetet Romaban
    5. BME: meg tavaly evvegen levizsgaztam az utolso BSc-s targyambol, igy most januar elejen mehettem zarovizsgazni
    6. Szeptemberben vettem egy Kona Caldera bringat, azota se bantam meg. :)
    7. Nemsokkal utana volt a Margita kupa utolso bringas teljesitmenyturaja, aminek az eves teljesitmenyet kupaval jutalmaztak. ;)
    8. Iden nyaron (a GSoC tamogatasaval) a swig-en dolgoztam, igazi kihivas volt, es kifejezetten erdekes 2heti idotoltes.

    Nem olyan nagy dolog mint a tobbi, de amugy novemberben volt az ominozus eset, hogy meguntam az ujabb b2evo verziokhoz portolgatni a custom patcheimet, rajottem, hogy annyira nem is fontosak, ugyhogy most "vanilla" b2evo fut.


  • Thursday, 07 January 2010
    district 9 (Comments)

    Huh, ijeszto visszanezni, hogy tavaly augusztusban irtam utoljara filmrol. :)

    Szoval ezt vmikor az osz folyaman lattam, scifi, de eleg otvar, az urlenyek kulonlegessege, hogy folyik beloluk a takony, feketet hugyoznak es ehhez hasonlok. :P

    Egyszernezos, de egyszer azert erdemes, a "tipikus hulye amerikai" sztereotipia tetszett, meg amugy maga a tema erdekes (egy embert megfertoznek a gepek es elkezd maga is atalakulni geppe).

    (imdb, trailer)


  • Tuesday, 05 January 2010
    New firefox profile (Comments)

    I'm continously upgrading my Frugalware installation, IIRC I installed 0.2 on this Clevo machine and I never saw any reason to reinstall. Sadly the situation is not that easy with applications, for example firefox's profile tends to grow from 20M over 100M and the only way to really get rid of all the junk it has is to start over.

    Given that in the last month I did not really have time such minor problems, now I decided to solve this by doing an mv ~/.mozilla{m,.orig}.

    I must note that I'm not a typical firefox user, given that I store my passwords in cpm, bookmarks on delicious (as I use multiple machines and I trust those applications/services more than firefox), and finally all the extensions I use are installed via Frugalware firefox-$extname packages.

    Now I thought that this way the new profile usage will be easy enough, though there are still a few things to note:

    • The two delicious bookmarklets should be installed again.
    • The searchbar autosizer addon has bad defaults, I like to have the search bar with a fixed 203px size (355px on 1280x800)
    • Finally I forgot I have a custom userChrome.css:

      .tabs-newtab-button { display: none; } /* remove New Tab button */
      
    • Change browser.backspace_action to 0 to make backspace to a back (as on Windows).

    Other than that, no changes were necessary.


  • Sunday, 27 December 2009
    A Google sztori (Comments)

    Errol a konyvrol lenne szo, most kaptam karacsonyra. Eloljaroban csak annyit, hogy mint azt sokan tudjak, egyreszt nagy Google fan vagyok (2x resztvettem a GSoC-ban, nyilvan keresesre enis hasznalom, stb) - masreszt viszont tudatosan nem hasznalok GMailt (pedig nyilvan emailezek), vagy GTalkot, annak ellenere, hogy a Jabbert napi szinten hasznalom.

    Tehat mi volt az elvarasom a konyvvel kapcsolatban? Az, hogy - ahogy a cim irja - egy tortenetet adjon elo olvasmanyos stilusban, lehetoleg nem ragva az olvaso szajaba, hogy akkor most a Google a hibatlan tokeletesseg, vagy maga a megtestesult ordog.

    Par idezet kedvcsinalonak:

    "A Google legtobb komputere ugyanis gepkozpontokban van elhelyezve, jellegtelen, temperalt raktarepuletekben, melyek tarolohelyet adnak berbe azoknak, akik online es biztonsagban kivanjak tartani gepeiket. A kilencvenes evek vegenek verseny-hangulata kozepette ezek az adatkozpontok meg negyzetmeter utan szedtek berleti dijat a tarsasagoktol, nem pedig a fogyasztott aram utan, s ez arra kesztette a Google-t, hogy annyi gepet halmozzon egymasra, amennyit csak lehetseges. Ezzel Reese es csapata megtakaritast ert el, de a villamosenergia arak hamarosan emelkedni kezdtek, egyes adatkozpontok csodbe mentek, ugyhogy a Google-nek olykor uj helyet kellett keresnie a gepei szamara. Miutan ezt ketszer-haromszor megcsinaltak, mar gondoskodtak rola, hogy a gepek allvanyzata kerekekkel legyen ellatva."

    A kovetkezo abszolut lenyegtelen a konyv szempontjabol, viszont mivel ujra es ujra visszatero kerdes, hogy pontosan mit ertunk mi (Frugalware fejlesztok) "frugal" alatt, hat itt egy ujabb megoldas:

    "Nervill-Manning alaposan tanulmanyozott nehany online kereskedot, ideertve az Amazon.com-ot is, azt figyelte, hogyan kezelik a kategoriara, arra, leirasra vonatkozo informaciokat. Hat honappal kesobb az elgondolasbol mar prototipus lett. Alkotasanak azt anevet adta, Froogle (szojatek a 'frugal' - takarekos szoval.)"

    Vegul a kovetkezo resz azert tetszett, mert egy (azt hiszem) sokunk altal ismert problemat jar korul:

    "Wes Boyd, a washingtoni MoveOn.org elnoke, azt mondja: - A Google a kiraly. A mert IQ-mat vagy 20 ponttal megemelte."

    Es persze ahogy fenn irtam, a konyv nem csak dicseretbol all, reszletesen elemzi, hogy milyen privacy problemak vannak a GMaillel, stb.

    Ha jol ertem akkor a konyv eredetileg 2005-ben jelent meg, de azota frissitettek, amit en olvastam az a 2009-es verzio kellett legyen, meg a Yahoo Microsoft altali nem-felvasarlasrol is szo esik benne, pedig az tavalyi sztori.

    Roviden osszefoglalva: nekem tetszett, ha az olvaso nem idegesiti fel magat azon a tenyen, hogy kb 20 oldalankent 3 mondat onmagat ismetli azzal, hogy "jaj de jo, jaj de gyors, mindent megtalal", kifejezetten kellemes kikapcsolodast kinal 2-3 napra.


  • Saturday, 26 December 2009
    source-highlight with Erlang support (Comments)

    I wanted Erlang support in the syntax highlighter used by asciidoc. Currently the filter uses source-highlight as its backend, so I checked and unfortunately it had no Erlang support. A quick google found that there is a good shjs support which would ideally work out of the box with source-highlight. Of course it did not, but it wasn't hard to fix it up. Then I sent it to upstream. This was about a month ago.

    Then I just noticed it was accepted a few days ago, and now source-highlight-3.1.2 is out, so it's back in Frugalware-current \o/


  • Monday, 21 December 2009
    kredit-counter frissitve (Comments)

    Nincs tanulas kategoria, ugyhogy lett ebbol is munka. Lenyeg a lenyeg, a mai dp vizsgaval megvolt az utolso BSc-s vizsgam, igy frissult a kredit-counter is, bar most igy nem tul intuitiv, az also sav idaig egy progressbar volt, ami most ert a 100%-hoz. A jovo ev indul az MSc felvetelivel aztan ha az sikerul akkor lesz alatta megegy progressbar, egyelore 0%-ra pozicionalva. ;)


  • Tuesday, 15 December 2009
    donau vege (Comments)

    Habar az egeszben en csak minimalisan vettem reszt, ram is vonatkozott (es vonatkozik is) az a titoktartasi megallapodas, aminek eredmenyekeppen ezen a rovid szovegen kivul egyeb infot nem lehetett kiadni arrol, hogy pontosan mi a SZTAKI-ban jelenleg a legnagyobb projectunk. Noha ez a helyzet tulsagosan tovabbra se valtozik, a project lezarasakent volt egy sajtotajekoztato, igy aztan hirtelen lett par cikk a dologrol:

    Ja es meg par kep az ajandekrol, amit a japok adtak a projekt vegen. ;)


  • Sunday, 13 December 2009
    KDE3 apps I use (Comments)

    Given that a lot of KDE3 apps are not just ported to KDE4 but replacement projects have been created, the upgrade is not trivial. I always declare myself as somebody who is a minimal KDE user saying I mostly just use konsole, but that's not really correct. From time to time I use the following apps as well:

    • kmix (systray icon)
    • klaptop (systray icon)
    • kxkb (systray icon)
    • krdc
    • kaudiocreator
    • k3b
    • ksnapshot
    • kpdf
    • konqueror (for GUI mounting of USB sticks, when I don't use pmount)

    And that really doesn't belong to here, but I still use gtk-based apps for browsing and picture viewing (firefox and gqview).

    I hope this post will be able to serve as a good personal checklist when we merge kde4 to current. ;)


  • Wednesday, 09 December 2009
    2.6.32 kms vs intel 8xx cards (Comments)

    This story is a couple of days old, but in case you don't use Frugalware, and have such an Intel card, it may be interesting...

    Here is the bugreport, it took me about 1,5 days to bisect it, but at the end at least I have a workaround for the issue.

    Given that now Gordon Jin from Intel set its priority to high, I'm curious how long will it take for them to provide a solution.

    The sad part of it is that mplayer -vo xv still does not work, but the gl output is not so terrible, after all.


  • Thursday, 19 November 2009
    mplayer vs kms (Comments)

    mplayer -vo xv is broken for intel 8xx cards in Frugalware-current since we enabled KMS. They are working on it, but till 2.6.32 is stable, I needed an interim solution. The problem is that now the default is -vo x11 which does not scale the movie at all when I enable fullscreen. So -vo gl works fine, and making this default is easy: just add 'vo=gl' to ~/.mplayer/config.


  • Tuesday, 17 November 2009
    Erlang sudo solver (Comments)

    First, sorry I'm not yet publishing any code. It's about there is a race at the uni where the fastest implementation wins, so I don't want to share anything before that ends. It'll end in a month, actually. ;)

    Other than that, it's a generic sudoku solver, it can solve NxN sodukus, not only 9x9 and it handles extra rules. A detailed description is here (gt).

    But of course the purpose of this post is to bookmark a few useful page I found while working on my implementation:

    The important part of the later links is three lines:

    1> fprof:apply(foo, create_file_slow, [junk, 1024]).
    2> fprof:profile().
    3> fprof:analyse().

    That makes profiling Erlang programs really easy, once you get used to the output, which is a bit weird for the first time. :)


  • Wednesday, 11 November 2009
    lasergame (Comments)

    Hetfon voltunk itt, immar masodik alkalommal. Roviden: "olyan mint a paintball, csak nem fogsz tole igy kinezni". ;)

    Nomeg olcsobb is, mi 3 menetet jatszottunk es az egesz 1800 huf/fore jott igy ki.

    Par kep itt.


  • Monday, 09 November 2009
    Margita kupa 2009 (Comments)

    Mult kedden volt az atadasa az idei Margita kupanak, amire meg tavasszal en is neveztem.

    Az egesz cucc ilyen 20centi magas kb, es ha nem lenne kimontirozva akkor olvashato lenne rajta a versenyzo neve, a "Margita kupa" string meg az evszam.

    Ezuton is koszonet mindazoknak akik a turakon/kupaatadasra elkisertek: Annanak, Friczynek, LGeenek, zaivaldinak. (Remelem senkit nem hagytam ki. ;) )

    Ja, legjobb anyam volt, mikor megjelentem, kozolte, hogy "na ilyen se volt meg a csaladban". Bar teny, en se sportoltam semmit olyan szinten, hogy ilyesmit nyerjek, meg szuk csaladbol mas se. :)


  • Sunday, 08 November 2009
    Made in Hungaria (Comments)

    Errol is akartam mar egy ideje irni, bo ket hete lattuk a cimben szereplo darabot, szombat esti programnak tokeletesen megfelelt. Tul komoly cselekmenyt nem kell varni tole, de volt ami ellensulyozta a dolgot.

    Leszamitva persze Fenyo Miki hatartalan ontomjenezeset... :P


  • Friday, 06 November 2009
    Fege adventi ahitat 2009 (Comments)

    Iden is lesz gitaros ahitatunk, reszletek a plakaton.


  • Wednesday, 28 October 2009
    Word Press Foto 2009 (Comments)

    Huh, lassan 2 hete, hogy ott jartunk, de most nem is feltetlenul a kiallitasrol akartam irni, hanem hogy a kiallitas utan volt a gallerian egy Indexes magyar valogatas is, es azok kozul volt tobb is ami nagyon tetszett. Izelitoul:


  • Tuesday, 27 October 2009
    HTTP head support in darcs-fast-export (Comments)

    Ian merged my work today, so bzr-fastimport (which contains darcs-fast-export) from bzr now has it out of the box.

    This feature is about the following use-case: if you wanted to import a darcs repo to (for example) git, then you had to 'darcs get' the darcs repo first, then import it to git. Now darcs-fast-export can do this without a 'darcs get' if the repo is available via http, reading much less files, resulting less data transfer. :)

    (The trick behind it is that darcs-fast-export reads only the patches, while darcs get reads boths snapshots of the repo and the patches, so a darcs get takes much more time than a darcs-fast-export.)


  • Sunday, 25 October 2009
    Pairing with kbluetooth (Comments)

    Here is the use case I saw: I try to run 'gammu identify' from commandline, it finds my phone, the phone asks if I want to pair with my notebook, I say yes, it asks for a pin code, and whatever I answer, the pairing fails.

    Looks like the way it works is the other direction: start kbluetooth, choose settings, devices, then set the mode to discoverable (for 3 mins, that should be enough). Then go to paired devices on the phone, choose delete pairing, then add the notebook again, it will ask for a pin and pairing will succeed.

    A bit weird, but it works at least.


  • Sunday, 18 October 2009
    gammu2gcal (Comments)

    Here it is.

    A simple script to first convert your phone's calendar entries to the ICS format, then to synchronize it with Google Calendar.

    The first part is pretty trivial, the second isn't. The main problem is that there is no standard API for doing so. At the end I ended up using the web UI from curl, which is pretty hackish, but at least works. :)

    Update: there is a new version here. I moved all cookie/form stuff to the curl config, so probably it'll be usable after 2 days as well... :P


  • Friday, 16 October 2009
    NKA polo (Comments)

    dnet-tel arra gondoltunk, hogy egy csomo felesleges energiat meg lehetne sporolni azzal, ha nyilvanvalo lenne, hogy nem keresunk allast, es igy nem kene vegigvarni, mig a joszandeku ismerosok elmagyarazzak, hogy milyen jo melot talaltak nekunk. Erre keszult is egy polo-terv:

    Ha osszejonne 10 ember akinek kell ilyen akkor nagysagrendileg 1500 HUF / fo aron elo lehetne allitani.

    Kellene neked is egy ilyen polo? Akkor pls emailben jelezd, es ird meg a polomeretet is.

    Koszi!


  • Wednesday, 14 October 2009
    Best "first patch", ever (Comments)

    If someone is a major contributor in a project, it's always funny to search back the VCS logs to see what was the first contribution. Usually a typo fix or a oneliner patch.

    Partly related, cleanups are usually done by major contributors, so a cleanup is typically not e "first patch". Unless we are talking about me and gitmagic.

    The funny story is that my first patch is really just about removing two parts of the book. Both were listed as "known git bugs", one was solved a long time ago, and I just fixed the other one a few days ago.


  • Sunday, 04 October 2009
    Under the Radar Over the Top (Comments)

    Ket napja jelent meg a Scooter legujabb albuma, a tracklista:

    1. Stealth
    2. J'adore Hardcore
    3. Ti Sento
    4. State Of Mind
    5. Where The Beats...
    6. Bit A Bad Boy
    7. The Sound Above My Hair
    8. See Your Smile
    9. Clic Clac
    10. Second Skin
    11. Stuck On Replay
    12. Metropolis

    A fekete-feher borito a Sheffield albumukra emlekeztet, bar stilusaban egesz mas. A "lopott" szamok:

    • A J'adore Hardcore erosen hajaz a Chase the Sunra.
    • A Ti Sento eredetije meg megegyertelmubb, leven a szam cimet se valtoztattak meg, valamint az eredeti vokal is egy az egyben megmaradt.
    • A Stuck On Replay a Stuck On You tovabbgondolasa.

    Na persze nem mintha a feldolgozasok nem lennenek jok, csak az azert mas kategoria. A tobbi nekem nem volt ismeros mashonnan.


  • Friday, 02 October 2009
    Free beer for a git patch (Comments)

    I just received today a free beer, just because I contributed a patch to git. See here.

    Hacking is fun! :)


  • Tuesday, 29 September 2009
    iwiw.net vs firefox (Comments)

    So iwiw.net has some flash + js interface to upload photos, but it seems firefox just segfaults here when I want to upload ones. Good idea, I should not bother with doing so.

    I've wrote a small script to merge all the lilypond PDFs I have to a single one. Far from perfect, but it's a start.

    I've just found album. It's an HTML index + thumbnail generator, it's a bit bloated, but it's not hard to tell it you don't want any extra features. Just downloading the script to $HOME/bin is enough and it can live without downloading any bloated themes.

    Ah and the thread on fw-dev about the intel driver vs kms just sucks. I don't have time to build 2.6.32rc1 right now...


  • Thursday, 24 September 2009
    launchpad brute-force maintenance (Comments)

    Funny, when there is a maintenance on launchpad, they just filter the ssh port on the server, so you get:

    ssh: connect to host bazaar.launchpad.net port 22: Connection timed out

    Snip. I spent my time earlier today to make package moves in FST easier. Finally I modified the checkout plugin of our git hook framework so that if a FrugalBuild is moved from one dir to another, then the other files from the old dir are moved to the new dir as well.


  • Tuesday, 22 September 2009
    Interactive revert in git (Comments)

    It's a long time since 'dg rev' could be replaced by 'git checkout -p', but that feature was missing from git.git. In the near past it got implemented and you can even avoid hitting enter after every y/n by saying:

    git config interactive.singlekey true

    One less feature which is unique to dg! (In the long run it would be nice if I could stop recommending its usage to users.)


  • Sunday, 20 September 2009
    hortus hungaricus (Comments)

    ma hacktivity helyett erre jartunk.

    stat: time 3h10m45s, dist 51.88km/h, av 16.3km/h, max 44.5km/h


  • Thursday, 17 September 2009
    a2beamer and scalable graphics (Comments)

    I spent some time with figuring out how to include piecharts and graphs in presentations.

    The nice fact is that both metapost and graphviz output eps, so the result is totally scalable. ;)


  • Wednesday, 16 September 2009
    Scooter @ BME Fesztival (Comments)

    Az intro ilyesmi volt, aztan a kovetkezo szamokat hallottuk:

    1. Call Me Mañana
    2. Jumping All Over The World
    3. The Question Is What Is The Question
    4. I'm Raving
    5. J'adore Hardcore
    6. Weekend
    7. How Much Is The Fish?
    8. Nessaja
    9. And No Matches
    10. Jump That Rock (Whatever You Want)
    11. No Fate
    12. Jigga Jigga
    13. Maria (I Like It Loud) - ez utan volt egy kis szunet
    14. Ramp! (The Logical Song)
    15. One (Always Hardcore)
    16. Hyper Hyper - ebbol a Shake That maxijan levo re-editet jatszottak


  • Monday, 14 September 2009
    godollo 120 (Comments)

    az idei utolso aszfaltos teljesitmenytura tavja 50km volt, + 70km a startig/celtol haztol/hazig.

    ido: 5h15m14s, tav: 119.49km, atlag 22.7km/h, max 53.2km/h


  • Saturday, 12 September 2009
    kona caldera 2009 (Comments)

    szoval ilyen bringat vettem vegul. par kep itt.

    a vasarlasban valo segitsegert meg sok-sok koszonet LGee-nek. ;)

    ja es tekertunk is vele egy kicsit: ido 1h23m21s, tav 25.05km, atlag 18.0km/h, max 63.2km/h.


  • Saturday, 12 September 2009
    a2beamer (Comments)

    I just wrote a little script to allow generating beamer slides from asciidoc source.

    Snip. Vim tip of the day: you can do a word count on the current selected range if you press 'g' then ^G. (source)


  • Friday, 11 September 2009
    KMS (Comments)

    I gave kernel-mode setting a try today with xorg-server 1.6.1, xf86-video-intel 2.8.1 and kernel 2.6.31.

    From the NEWS file:

    The driver certainly will work best with an i915 module from a recent kernel (2.6.31) and with kernel-modesetting (KMS, specified by loading i915 with the option "modeset=1").

    Here is the result I got.

    Given that the Fedora people enabled KMS in 2.6.28, and now the kernel guys say that it's really fine in 2.6.31, I should probably give it a try next time around 2.6.34. ;)


  • Wednesday, 09 September 2009
    d2x, darcs-fast-import and the asciidoc repo (Comments)

    I proposed a new merge for bzr-fastimport with the following hilights:

    • darcs-fast-import can now import the asciidoc hg repo
    • d2x -f hg (which converts a darcs repo to a hg one) now works with hg 1.3, and without my hg fastimport fork. The later is something I'm really happy about, because I hated recommending my hg fastimport patches, not being a hg people. :)


  • Tuesday, 08 September 2009
    darcs-fast-import bug with the trytond repo (Comments)

    I got this bugreport today, luckily the fix was simple enough that I could provide it within 24 hours, yay. :)


  • Tuesday, 08 September 2009
    arc 2009 (Comments)

    Ma voltunk megnezni, keszult iden is par kacagtato mu. A tema a restart volt, avagy hogyan kene reagalni a valsagra. Nekem ez es ez tetszett a legjobban. A vizet nepszerusito kategoriaban pedig ez a plakat jott be leginkabb.

    Az osszes idei plakat amugy megtekintheto itt.


  • Monday, 07 September 2009
    b2evo 3 (Comments)

    I had an "upgrade to latest b2evo 2.x stable" on my TODO for a long time and then I realized that I would have to upgrade to 3.x. That's a nightmare, when I switched from 1.x to 2.x it took a few days till I ported my patchset to the new major version. Now that these days I don't care about details so much, I just decided to drop my hacks and return to the vanilla b2evo. This way the upgrade took only about 5 mins and as a side effect my 'hacking' posts are included on the main page as well.


  • Sunday, 06 September 2009
    eger 150 (Comments)

    gyorsan irok errol, mert ha minden jol megy a heten meg masik ket bringas temarol is lesz mit irni, es nem akarok nagyon elcsuszni a dolgokkal. ;)

    sajnos nincsenek pontos adataim, mert mar regen volt, de mindenesetre mult heten szerdan lementem bringaval egerbe meglatogatni Annat. a szokasos elokeszuletek (google maps utvonaltervezes, utana bikemap.net magassagterkep) utan tul sok meglepetes mar nem ert, a szokasos modon egy tizessel tobb lett a tav a gyakorlatban. a brutto ido az ilyen 9 ora korul lehetett, bar ebbol az utolso ora azzal telt, hogy egerben kerestem, hogy a panelek kozul pontosan hova kene menjek.

    kepeket nem csinaltam, de masok igen. :)


  • Sunday, 06 September 2009
    algr on ppc in gtk apps (Comments)

    I just had to notice that recently the altgr key (right apple button) on my iBook does not work in GTK apps. But it does in QT ones. Of course. ;-)

    Though this time it was not a GTK bug but an xorg one.

    Now that these days we have git bisect, it was trivial to find the bad commit, though to make bug-hunting still fun, there were numerous xorg modules to poke before I finally figured out this will be an xkeyboard-config bug.


  • Friday, 04 September 2009
    git-clone doc bug (Comments)

    So there is a one-liner fix I sent yesterday in the git-clone manpage. It was funny, because I tried to parse that sentence about 3 times, then realised that a coma is missing, then it made sense to me. ;-)


  • Sunday, 30 August 2009
    mgmaps (Comments)

    So a friend of mine showed that he has an offline map on his non-smart phone. A googled for mgmaps and figured out how to use it as well, but it wasn't really trivial, so I'm collecting some links here.

    First, you need the mgmaps midlet itself. I read that the KML support (ie importing favorites) has been improved in the development version, so I tried that one.

    Given that you must have a signed jar (or otherwise you'll get a question each time you scroll the map), I just went to this page and downloaded the signed devel midlet from there.

    The second one was to download the maps I'm interested in, without using the expensive GPRS connection.

    First I generated the .map file, using this page. It's really just about generating a descriptor file which contains the coordinates, wished zoom level and map type.

    The second step is to actually download the maps based on the descriptor file. I haven't played too much with this, the .net gmapmaker app did the job fine. Yes, a cmdline, opensource app would be better, but I don't really care.

    Now if I have a GPS coordinate, I can search for it off-line on my map, as long as it's in Hungary. :) (And the whole map is about 300MB, as I have the map for Budapest with an extra zoom level.)

    The third part is about transfering the google maps directions feature to the phone: ie getting the directions on google maps, saving it to a kml file, and using it off-line (for free) on the phone.

    This is partly implemented. See this thread on how to save the KML file. There is no nice blue line ATM for the directions (but they are working on it), but apart from that, you have everything.

    And yes, this is completely free (if you count the .net app, then only as in beer). :)


  • Monday, 24 August 2009
    ozd 160 (Comments)

    szoval csutortokon kitalaltam, hogy lemegyek bringaval ozdra. eredetileg ugy volt, hogy vasarnap vissza is bringaval jovok, de aztan inkabb haza akartam erni idore, igy csak egerig mentem, aztan onnan vonattal. a kihivas amugy az egeszben nem feltetlenul a tav volt, a margitai teljesitmenyturak alkalmaval mentem mar ennel tobbet is, viszont itt most 4napi cuccal kellett menni.

    par foto itt, ezuton is koszonet hugomnak a kolcsonadott gepert.

    magassagterkep itt.

    odafele: brutto ido 9,5h, netto ido 7h55m50s, 168.09km, atlag 21.1km/h, max 43.9km/h

    vissza: netto ido 3:09:10 (a brutto is kb ennyi volt, mert kb 2x5 percre alltam csak meg), 64.95km, atlag 20.5km/h, max 47.1km/h.


  • Monday, 17 August 2009
    the silence of the lambs (Comments)

    imdb top250bol jott az otlet, meg valahonnan remlett mar, hogy valaki ajanlotta, hogy ez jo film. tenyleg az, bar azert nem disznek van az a pszichothriller megnevezes, nem egy romantikus vigjatek.

    ettol fuggetlenul tetszett, szerintem erdemes.

    (imdb, trailer)


  • Monday, 17 August 2009
    romai vakacio (Comments)

    regi, fekete-feher film - egyszeru, konnyed. mivel nemreg voltunk Romaban, igy tokre jo volt ujra latni az osszes nevezetesseget meg ilyesmi, meg amugy is szeretem a regi filmeket. :)

    (imdb, trailer)


  • Sunday, 16 August 2009
    Making things harder over time (Comments)

    So it's interesting that firefox 3.5 now requires one more click if you want to accept a self-signed cert. I think it's now at 4. And this means that a non-addict user basically won't be able to access those sites, it's already way more complex than what is acceptable for an avarage user.

    An other interesting aspects is version control. With SVN, you did only 'svn diff, svn up' and if both were a no-op, then you knew that you can start to work. With darcs, one more command was necessary due to local commits: 'dr what, dr pull, dr push'. And now with git (if you use local branches): 'git diff, git branch, git push, git pull'. (I admit that this second example can be simplified with a shell script, but still. ;) )


  • Sunday, 16 August 2009
    velence ujra (Comments)

    az uj world domination plan az az, hogy aug 15 es 30 kozott tobb, mint 900 km-t tervezek bringazni. ha ezt (teljesen esszerutlenul) extrapolalnank eves szintre, az tobb, mint evi 21e km lenne. ;)

    ennek kereteben elso korben szombaton lenn voltunk a velencei tonal. az utvonal kb. u.az volt mint a multkori, pont azert, mert ez ilyen bemelegito jellegu volt a jovo heti ozdi turara.

    netto ido: 4h57m38s, tav: 109.44km, atlag 22.0km/h (ez egesz jo, igy rovid pihenoket tartva akar tartani is lehetne hosszu tavon a 20-as atlagot), max: 51.1km/h


  • Friday, 14 August 2009
    GetDataBack (Comments)

    I recently made a mistake and instead of just erasing the bootloader from the MBR of a notebook, I erased the full MBR. Of course I made a backup before writing to MBR - but I made it to the second partiton of the disk...

    So I tried the parted and the gpart heuristics, but actually none of them gave usable results. Then I just dd'ed with netcat the whole hdd to my machine, used GetDataBack with wine, that found the relevant file, copied the mbr to a pendrive, plugged in to the notebook and dd'ed it back to the hdd.

    After a reboot, everything was back. Sadly I didn't really had time in the last one and a half day to do this, except last night. So I had frustrating 36 hours, as I wasn't entirely sure if this was possible to do or not.

    Life is good. :)


  • Friday, 07 August 2009
    dr. strangelove (Comments)

    teljen cimen: "dr. strangelove or: how i learned to stop worrying and love the bomb".

    '64-es, fekete-feher film, imdb top250-ben bennevan. szigoruan vege a mufaja scifi, bar valojaban nincsenek benne urhajok meg ilyesmi, az akkori kozeljovoben jatszodik. nehol kicsit gagyi a technika, de sok jelenet filmes szempontbol nagyon igenyesen ki van dolgozva, es vannak benne kacagtato percek is.

    ja es attol meg, hogy a cimben ketszer is szerepel a "love" szo, ez tul sokat nem szamit, a szatira egyetlen noi szereploje gyakorlatilag jelentektelen szerepet jatszik a cselekmeny szempontjabol. ;)

    (imdb, trailer)


  • Friday, 07 August 2009
    the matrix (Comments)

    (imdb, trailer)

    (imdb, trailer)

    (imdb, trailer)

    ha jol szamolom, most neztem meg harmadszor a trilogiat, ezuttal eredetiben. azt hiszem ez a masodik es a harmadik resznel jelentett leginkabb valtozast, a franciat eleg gagyi modon sikerult leszinkronizalni. vagy nem is, Lambert Wilson akcentusat tenyleg nehez lenne visszaadni magyarul. :)


  • Friday, 07 August 2009
    wisegal (Comments)

    ha vegre valami hasznalhato. kicsit keresztapa erzes, de nem annyira kidolgozott. erdekesseg a noi foszereplo. szombat estere tokeletes. kar, hogy magyarorszagon nem hoztak a mozikban, szerintem lett volna ra kozonseg.

    (imdb, trailer)


  • Friday, 07 August 2009
    stay (Comments)

    a film ugy kerult a latokorombe, hogy Ewan McGregor, meg hogy vmi pszichos temaja van es akkor biztos jo. hat nem. a film vege elott 5 perccel is azon gondolkodik az ember, hogy vajon mirol fog szolni, aztan a vegen lehet alkotni az elmeleteket. bar egy elonye van: kiprovokalja, hogy utana legalabb 2 mondatot beszelgessenek az emberek a filmrol.

    (imdb, trailer)


  • Friday, 07 August 2009
    jumanji (Comments)

    ez kinn neztuk Munchenben, ilyen csaladi film. van benne Robin Williams. amugy meg semmi extra, de legalabb nem erthetetlen, mint Stay (mindjart jon arrol is egy bejegyzes).

    (imdb, trailer)


  • Friday, 07 August 2009
    closer (Comments)

    hogy mondjak az ilyet? nincs a vegen happy end, tehat akkor romantikus filmdrama. telenyomva celebekkel, Jude Law (alfie), Natalie Portman (star wars, v for vendetta), Julia Roberts (pretty woman, oceans twelve), Clive Owen (children of men), szoval mind a negy filmszereplo ismeros volt, de a cselekmeny lapos. ha vmi miatt, akkor inkabb a szineszi jatek, mint a rendezes miatt erdemes. ha.

    (imdb, trailer)


  • Friday, 07 August 2009
    benjamin button kulonos elete (Comments)

    lassan 2 honapja nem irtam filmrol, pedig volt azota 9, csak lusta voltam blogolni. most jonnek, mivel Tomee ma szobahozta.

    jo lenne ez, csak bazi hosszu. 2x majdnem belealudtam, pedig a kozepen tartottunk egy kis kaveszunetet is.

    (imdb, trailer)


  • Monday, 03 August 2009
    sysadminday sorozes 2k9 (Comments)

    ez volt elvileg a 10., de csak 10-15en voltunk. nerror par kepe itt.


  • Sunday, 26 July 2009
    bash bug (Comments)

    Looks like I manged to hit a bug in bash itself. It was triggered by repoman, let's see how upstream will handle it.


  • Sunday, 26 July 2009
    picasuck (Comments)

    I just wrote a short script (named after cvsuck that can download a whole CVS repo with anon access only) that can download a whole picasa album without installing any firefox extension, binary software from Google, etc.

    It's available here.


  • Thursday, 23 July 2009
    1984 (Comments)

    egyik kedvenc reszletem:

    "A naplót O'Brien számára - O'Briennek írja; olyasmi volt ez, mint valami véget nem ér? levél, amelyet soha senki sem fog elolvasni, mégis egy bizonyos személyhez íródik, s ez a tény adja sajátos színezetét.

    A Párt azt kívánja, hogy tagadjuk meg a szemünk és fülünk révén szerzett tapasztalást. Ez végs?, leglényegesebb parancsa. Winston elbátortalanodott, ha a vele szemben álló irtózatos er?re gondolt; arra a könnyedségre, amellyel bármelyik pártértelmiségi legy?zhetné ?t, ha vitára kerülne a sor; a ravasz érvekre, amelyeket ? nem lenne képes megérteni, s még kevésbé tudna felelni rájuk. És mégis neki van igaza! Azoknak nincs igazuk, és neki igaza van. A nyilvánvaló, egyszer? és igaz dolgokat kell megvédenie. A maguktól értet?d? dolgok igazak, ehhez kell ragaszkodnia!"


  • Thursday, 16 July 2009
    roma (Comments)

    huh, majdnem egy honapja nem irtam. kedden jottunk meg Romabol, Annaval kozosen csinaltunk par kepet amikbol raktunk ki picasara.

    a szallashelyemm amugy itt volt. (postacim ertheto okokbol leszedve.)


  • Monday, 22 June 2009
    muzeumok ejszakaja 2009 (Comments)

    ahol jartunk:

    • vasarely muzeum: a pecsihez kepest nem annyira jo, amugy viszont igen, erdemes.
    • mai mano haz: fotokiallitas, erdemes
    • petofi irodalmi muzeum: itt valami szofacsaro nevu kabare lett volna, de kicsi volt a terem, szoval ez ugrott. cserebe volt radnoti/petofi/kazinczy-kiallitas, vegulis nem bantuk meg, mert (eleg erthetetlen modon) ki volt rakva a sandanimation.com-os video is, azt meg meg nem latta mindenki es akkor mar poen volt.
    • sziklakorhaz: itt hosszu sor volt, de eleg jol haladt, maga a kiallitas pedig erdekes volt, megerte varni


  • Saturday, 20 June 2009
    Merging in subversion (Comments)

    I'm just talking about 1.5+, since before that version it's like there would be not git merge, just git cherry-pick. (You had to explicitly specify each revision. That's not merging.)

    A quick howto is here.

    A command which may be useful but left out is like 'git log master..branch', to see what revisions will be merged:

    $ time svn mergeinfo https://swig.svn.sourceforge.net/svnroot/swig/trunk/ \
    --show-revs eligible
    (...)
    real    0m14.902s
    user    0m0.155s
    sys     0m0.013s
    

    Well, it's getting better, but as the blog post says it's still not git-like.

    Actually it's horribly slow, I'm still waiting for 'svn merge https://swig.svn.sourceforge.net/svnroot/swig/trunk/' to finish. ;-)


  • Sunday, 14 June 2009
    a hajnal bolygo robotjai (Comments)

    egyik kedvenc reszletem:

    "Végül valami meleg köntösfélébe bújtatták. Ez aztán a luxus! Baley csecsem?kora óta nem részesült ilyen bánásmódban, és egyszerre sajnálni kezdte a kisbabákat, amiért nincsenek tudatában annak, milyen jó dolguk van. Vagy talán mégis? Talán a csecsem?kori jólét emléke befolyásolja a feln?ttkori viselkedést, és ? is csak azért olyan boldog most, mert újra csecsem?nek érezheti magát? És egy n?i hangot hallott az el?bb. Az anyja hangját? Nem, az lehetetlen. Mama? Baley egy széken ült. Ennyit fel tudott már fogni, és azt is érezte, hogy az újra átélt rövid és boldog csecsem?kor hamarosan véget ér, neki pedig vissza kell térnie a tudat és az önellátás szomorú világába. De mégiscsak hallotta egy n? hangját? Ki lehetett az? Kinyitotta a szemét."


  • Saturday, 13 June 2009
    velence 100 (Comments)

    hivatalosan asszem 98 lett volna, aztan meg tobb lett mint 100. a futas hianyzott a triatlonbol, viszont uszas es bringazas volt boven. tarsasagert koszonet MSD-nek.

    pontos tav: 110.25km, atlag: 20.9kmph, max 52.3kmph, netto ido 5:15:17, brutto ido ~10h.

    par telefonos kep itt, egy video itt.

    (az milyen mar, h picasara webes uirol nem lehet videot feltolteni? mondjanak le.)

    update: msd magassagterkepe itt.

    update 2: msd interaktiv, fenykepes beszamoloja itt.


  • Friday, 12 June 2009
    Navigation in big if-then-else code chunks (Comments)

    So when trying to understand others' code, and they use large while/for/if blocks, it's hard to see where one if ends, unless it's on the same page so vim highlights it. I remembered already once that there is a char to jump to the start { of such a block from its end } and vica-versa, but I forgot it, so now I had to look it up again. It's '%'. :-)


  • Thursday, 11 June 2009
    spider-man 1-2-3 (Comments)

    (imdb, trailer)

    (imdb, trailer)

    (imdb, trailer)

    nekem tetszett az egesz trilogia, egyszer erdemes volt. allitolag az elsohoz kepest a masodik ketto gagyi, de ezzel a velemennyel nem feltetlenul tudok azonosulni.


  • Sunday, 07 June 2009
    margita 30ej (Comments)

    igazabol ez nem is bringas volt, de mivel a masik 3 bringas turahoz kapcsolodoan csinaltuk, maradt az a kategoria. reszletes infok itt. kisse elkavartunk de vegul a celban lepecseteltek, hogy teljesitettuk, igy aggodalomra semmi ok, amugy meg szep es jo volt, nem bantuk meg.


  • Tuesday, 02 June 2009
    read-only s/mime support in mutt (Comments)

    So my problem was that I already set up PGP, and I use it for sending / receiving signed (and sometimes crypted) messages. Today I received an S/MIME signed message and I had to verify it.

    First mutt just bailed out with "Can't verify S/MIME signature", but that was because S/MIME was not configured. Here is what I did:

    cd ~/.mutt
    cp /usr/share/doc/mutt-ng/samples/smime.rc .
    # edit muttrc to source it
    

    I thought that will be enough, but that was too aggressive.

    First, it disabled my PGP support. I had to put 'unset smime_is_default' to the top of smime.rc.

    Second, it tried to verify the whole damn cert chain, which is simply something I can't really care, as the cert is a self-signed cert anyway. To do this, I had to uncomment the last two lines in smime.rc (set smime_verify_command/smime_verify_opaque_command).

    So far it works just like I wanted it! :)


  • Sunday, 31 May 2009
    freenx server fontpath (Comments)

    I wasted some hours debugging till I found out how to set the fontpath of a freenx-server if not using XFS.

    Basically just need to fine-tune /etc/nxserver/node.conf:

    DEFAULT_FONT_PATH=$(echo $(grep -v '^ *#' /etc/X11/xorg.conf | grep FontPath | awk \
    '{print $2}' | sed -r "s/^[\"']|[\"']$//g") | sed 's/ /,/g')
    AGENT_EXTRA_OPTIONS_X="-fp $DEFAULT_FONT_PATH"
    

    Based on this post.


  • Thursday, 28 May 2009
    valami amerika 2 (Comments)

    meglepo modon az elozo folytatasa. leginkabb azert kulonleges, mert magyar filmek kozott barmi ami nem "tipikus gagyi magyar film" az szerintem kulonleges. ;) (es orulnek neki ha nem kene lefikazni a magyar filmek nagyreszet, dehat ez van.)

    (imdb, trailer)


  • Monday, 25 May 2009
    scooter rss (Comments)

    I just noticed that scootertechno.com has no RSS, so I wrote one. Available here, or in "binary form", here.


  • Thursday, 21 May 2009
    once upon a time in america (Comments)

    3h39m hosszu, az altalam korabban latott sergio leone filmekhez (volt egyszer egy vadnyugat, a jo a rossz es a csuf) kepest is mocskosul hosszu. ugylatszik nala ez presztizskerdes volt, hogy 2h+ legyen mindegyik. ;) persze ez nem jelenti azt, hogy unalmas, hajnali 4kor 2 ora utan alig birtam abbahagyni. :)

    a zeneje is jo, bar ezt ennio morricone neve szinten garantalta.

    erdemes. mondjuk faradtan nem, mert 3 idosik kozott valtogat a film es elegge oda kell figyelni h ne veszitse el az ember a fonalat.

    (imdb, trailer)


  • Tuesday, 19 May 2009
    Project-specific vim settings (Comments)

    So swig uses two spaces instead of tabs, horrible. But I'll get used to it - just I don't want to fuck up my vimrc just because of their idiotic settings.

    Here is the trick:

    au BufRead */swig*/* set tabstop=8 | set shiftwidth=2 | set softtabstop=2 | set expandtab " SWIG
    au BufRead */swig*/Source/* set tabstop=8 | set shiftwidth=2 | set softtabstop=2 | set noexpandtab " SWIG Source
    au BufNewFile,BufRead *.i set filetype=swig
    au BufNewFile,BufRead *.swg set filetype=swig
    

    The swig syntax file is here.


  • Tuesday, 19 May 2009
    the usual suspects (Comments)

    ritkan fordul elo, hogy egymas utan ket kivalo filmet latok, de most ez a szitu. annyira persze nem veletlen, mind2 imdbtop250es, az meg kulon poen, hogy mi magyarok ertjuk a krimiben eredetileg csak megnagyobb zavart kelto magyar szovegeket. ;) (persze a cselekmenye szempontjabol tul sok jelentosege nincs.)

    esetleg meg annyit, hogyha az eleje teljes kaosz nem kell megijedni, ugy fel-haromnegyed ora utan kezd rajonni az ember, hogy mirol szol a film, bar termeszetesen a poen csak a legvegen derul ki. :)

    erdemes.

    (imdb, trailer)


  • Monday, 18 May 2009
    star trek (Comments)

    szigoruan moziban nezendo. es mint kiderult nem csak scifi fanek szamara elvezheto. :)

    (imdb, trailer)


  • Monday, 18 May 2009
    libblkid meets hal 0.5.11 (Comments)

    So upstream recently released hal 0.5.12 and it's maintained by crazy who seem to be a bit busy currently, and I don't really wanted to bump his pkg (actually I tried and I failed), but I bumped our udev pkg yesterday so we no longer has libvolume_id. So I backported the relevant patch from git and it seems to work. ;)

    (Actually the header is informative, but fake as I created the patch from scratch, based on the one which was in git.)


  • Sunday, 17 May 2009
    sorgyari capriccio (Comments)

    zsenialis. :) cseh film, es eselytelen nevetes nelkul vegignezni. egyetlen szivas az volt, hogy nem volt a kozelben sor, es kozben folyamatosan toltak magukba az italt, a vegere jo szomjas lettem. ;)

    (imdb, trailer)


  • Saturday, 16 May 2009
    valami amerika (Comments)

    hogy en mit hagytam idaig ki. :) teljes pozitiv csalodas, altalaban hallani se akarok a magyar "vigjatek"okrol, pedig ez teljesen korrekt.

    (imdb, trailer)


  • Friday, 15 May 2009
    definitely maybe (Comments)

    csopogos ize, egyedul nem erdemes. es ugy tunik, hogy manapsag szimpatikus kisgyereket csak Abigail Breslin tud jatszani. de tenyleg, ott volt a no reservationsben, a raising helenben, es meg lehetne sorolni.

    (imdb, trailer)


  • Thursday, 14 May 2009
    mamma mia (Comments)

    a cselekmeny szanalmas, a zene nyilvan jo, enis emiatt neztem meg, bar utolag valszeg jobb lett volna inkabb meghallgatni a relevans abba albumokat. allitolag a magyar felirat (?, lehet h szinkron is keszult, dunno) eleg igenyesen lett forditva, de ezt nem tudom megerositeni.

    (imdb, trailer)


  • Thursday, 14 May 2009
    Writing ppt presentations from asciidoc (Comments)

    Okay, this is a crazy idea, but I love asciidoc. So the pipeline is the following: asciidoc -> docbook -> latex -> pdf -> odp -> ppt.

    The fun part is that docbook is XML and then later I convert the stuff back to XML again (odp), but that's necessary as latex adds the nice themes and layout to the text.

    Also the method is semi-automated as I generate latex from asciidoc, then copy&paste it to a latex-beamer document with some manual fixup, then I can convert the rest in a more or less automated way. Time to package odfpy and other affected, but not yet packaged components. ;-)


  • Sunday, 10 May 2009
    godollo 170 (Comments)

    utvonal:

    bp - godollo – szada – veresegyhaz - orbottyan – vacratot – vacduka – rad – penc – csovar – acsa – erdokurt – kallo – verseg – kartal – aszod - iklad – galgamacsa – vacegres - erdokertes – veresegyhaz – szada - godollo - bp

    ebbol a godollo-godollo volt hivatalos 100km-es tura, ehhez jott meg a haztol hazig mert tav miatt egy nagyobb adag.

    indulas 5:45 korul, hazaerkezes 16:50 korul.

    netto ido 8:18:57, pontos tav 175.31km, atlag 21.2 km/h, max 49.8 km/h, szint 1200m.

    koszonet Friczynek meg LGeenek a tarsasagert.


  • Saturday, 02 May 2009
    gone with the wind (Comments)

    '39es film, de mar szines. technicolor. 4 oras. tul sok ez igy ahhoz, hogy ne nezzem meg. :) ja es az elso par percben szorakoztato mig rajottem a szokasos roviditesekre mint pl mister-mist' madam-ma'am, stb.

    (imdb, trailer)


  • Monday, 27 April 2009
    szentendre 100 (Comments)

    szoval a dolog ugy volt, hogy kimentem szombat este pomazra, de ugy, hogy be szentendrere, aztan ott el egybol balra budakalasz fele es onnan. haztol hazig 28km, ha jol emlekszem. aztan onnan a rokonok vegul vasarnap reggel behoztak kisbusszal az arpad hidig, es onnan mentunk ki mkksokkal ujra szentendrere, majd haza. mikor az arpad hidnal el akartam indulni akkor vettem eszre, hogy erdekes modon villog a kmora, mintha be akarnam allitani, hogy kilometer v merfold a mertekegyseg, aztan kesobb leesett, hogy resetelodott az egesz. fogalmam sincs, hogy miert, de jo volt, mert pont elozo este neztem, hogy 320X (X 0 es 9 kozott) az allas. :)

    aztan a vasarnapi tekerges meg 69km lett.

    tanulsag: tessek a kmorat is backupolni! ;)


  • Monday, 27 April 2009
    bitlbee segfault fix (Comments)

    Here. I have no idea if this one will be ignored as well - since two of my reports (here and there) are already ignored.. :/


  • Saturday, 25 April 2009
    nokia free space trick (Comments)

    I hit this issue a few times, but now I took the time to Google it out. So when I download lots of music to my Nokia 3110c phone, I keeps restarting because the Nokia version of OOM killer terminates the music indexer process. Given that it's a vital process (I don't know the proper term for this), the phone is restarted. It does this sequence about 5 times, then it just switches off.

    The trick is to delay indexing, if it does so a bit later after the phone boot is already done, it can succeed properly. The hack is to limit the internal memory free space, that will trigger this delay:

    Now Keep ur free Phone memory space [Not the memory card's free space] between 470kb - 499kb

    The style is horrible, but the info is useful, after setting free space like this, it can really handled large amount of music fine. ;)


  • Monday, 20 April 2009
    being accepted to gsoc 2k9 (Comments)

    They say so. :)

    Time to unsubscribe from the git list and append #git to activity_hide_targets. ;/

    A list of (AFAIK) all Hungarian students:

    Istvan Szakats Kornél Lugosi Balazs Dianiska Geza Kovacs Gabor Kovesdan gabor janos pali Tamás Sallai Gergely Patai Kornél Pál Miklos Erdelyi Peter Somlo Miklos Vajna Viktor Gal.

    So now we are 13, it's interesting because AFAIK we were only 6 last year, when more students were accepted in general. ;)

    Update:

    I missed two of them:

    tom ilsinszki gergo erdosi


  • Sunday, 19 April 2009
    Rotating pdf pages (Comments)

    So I wanted to rotate each page in a pdf file clockwise using pdf2ps, pstops and ps2pdf. Actually I haven't figured out how to do so, even if I already used pstops (which is cryptic for the first time) multiple times so far.

    Sure, I know ideally how to do it, but then I just got blank pages.

    But pdftk seem to do it properly:

    pdftk in.pdf cat 1-endE output out.pdf
    


  • Sunday, 19 April 2009
    mkk tavaszi bal 2009 (Comments)

    ilyen. jo volt, mert onmagaban is meg az ottlevo emberek miatt is, meg mert belefolytam a szervezesbe meg ilyesmi.


  • Thursday, 16 April 2009
    lilypond list makes me a celeb (Comments)

    Here and there.

    Other than that I got a pretty usable answer for my question here.

    Wow, I really like the lilypond community. :)


  • Wednesday, 15 April 2009
    gladiator (Comments)

    9 eves film, bennevan az imdb top250ben is, egy ideje tervezem is h megnezem, aztan par hete sort is keritettem ra. tetszett. stilusos, nincs happy end a vegen, "this is spartaaaa" nelkul is sikerult alkotniuk valami maradandot. ;)

    (imdb, trailer)


  • Wednesday, 15 April 2009
    Asciidoc source hilight for html and pdf output (Comments)

    Long time no blog, mainly because I'm pretty busy with real life.

    So yesterday I got an answer on the asciidoc list about how to do C++ source hilighting that works with html and pdf output as well. The problem is that source-highlight (used for html) and docbook have a different name for this crappy language.

    The solution was to do

    :cpp: cpp
    

    Which says "if docbook, then c++ otherwise cpp", and then I can just use

    ----
    code
    ----
    

    Yay!


  • Tuesday, 14 April 2009
    death at a funeral (Comments)

    LGee ajanlasara, szorakoztato jellegu, egyszer nezos.

    (imdb, trailer)


  • Wednesday, 08 April 2009
    bitlbee-skype in Debian (Comments)

    It isn't exactly there yet, but it's in their queue. :)

    The m8r guy asked me to link it in the doc, but I'll wait till it's at least part of experimental (or maybe better till it's part of contrib).


  • Tuesday, 07 April 2009
    asciidoc newtable bug solved (Comments)

    We hit this bug after I upgraded asciidoc on the server where we build the Frugalware documentation, luckily I just had to backport the given patch from hg and it now works fine.

    I like how responsible the upstream (Stuart) is. Asciidoc is not bug-free, but as long as one provides simple reproducers, he quickly fixes bugs, yay! :)


  • Monday, 06 April 2009
    iSCSI fun (Comments)

    So I was playing with iSCSI, and the tricky part was that I shared out a block device to a Windows one and the silly OS created a partition table on it, but the block device was an LVM LV. So it was like /dev/mapper/foo-lvol0, and of udev did not create /dev/mapper/foo-lvol0p1, so it was hard the mount.

    Next example about hacking Frugalware is useful, we had this problem while generating the USB installer image as well, the trick was to mount /dev/mapper/foo-lvol0 with -o offset=32256, and this works generally as long as the partition table is an old PC one (so it's not an MS dynamic disk or anything).


  • Sunday, 05 April 2009
    Godollo 30 (Comments)

    az utvonal ilyesmi volt, hogy: godollo - szada - mogyorod - fot - csomad - veresegyhaz - szada - godollo. kicsit bovebb info itt.

    haztol hazig: netto ido 4:29:24, brutto ido ~6.5 ora, tav 104.88km, atlag 23.3, max 54.0

    lassan kozeledik a szumma 3000, 2986nal jarok. :)

    egyeb resztvevok: zai, Friczy, meg osszefutottunk Varanus-szal is.


  • Sunday, 05 April 2009
    Emulating an old jdk with openjdk on ppc (Comments)

    Okay, so this was a bit tricky, I was about to give it up, but then after 2 hours of RTFMing I got the solution. ;)

    The goal was to emulate jdk1.3 with openjdk.

    The first trick is to enable the binfmt_misc handler of qemu, as you'll need jre1.3, and the self-extractor of it is an i386 code. pacman -S qemu, service qemu start should do it.

    The rest is just a Makefile, something like this.

    It was tricky to figure out the right options for the postprocessor (as I was using an odbms) options as well, but that's not a so interesting problem anyway.


  • Saturday, 04 April 2009
    kaudiocreator (Comments)

    I just got an audio CD and they wanted me to grab it (copy+compress to mp3). I think last time I did so about 8 years ago? :) Those days I used xfce and I used first grip then I wrote a perl script that used lame, cdparanoia, mp3info and cdlabelgen (it lacked cddb support).

    Of course I did not maintain my script so it stopped working with the updated upstream tools, so I was searching something simple, like grip but preferably a qt/kde one.

    When I inserted the audio CD, it offered to compress it, it started KAudioCreator. And yes, the usual kde quality, it just worked. :)


  • Friday, 03 April 2009
    Final gsoc 2oo9 proposal (Comments)

    So today was the deadline, I posted this. (IIRC I linked it once already in this blog but it was updated since then.) This year proposals can't be updated after the deadline, so it doesn't matter if it will be accepted or not, this is the final version. ;)


  • Thursday, 02 April 2009
    freedesktop git account (Comments)

    I just got my freedesktop.org git account, since ooo-build is moving there from svn.gnome.org. The interesting part is account maintainance - basically I had to submit my gpg key and as long as I gpg-sign my messages, I even can change ssh keys via email, automatically. That's nice, but the reply to my messages are weird - they are gpg-encrypted, but not in a way mutt can automatically decrypt.

    They note in the wiki that they borrowed the account admin system from Debian - problem located. :P

    Snip. When I created the tmp libwpd-java homepage, I used hilight in asciidoc documents to color Java code. The syntax used to be:

    [java]
    source~~~~
    foo
    source~~~~
    

    Now I needed this feature again and it seems that the recommended (required?) syntax is something new (tested with c++ only, as I needed that one):

    [source,cpp]
    ----
    foo
    ----
    


  • Wednesday, 01 April 2009
    Playing with openjdk on ppc (Comments)

    So we just got a Java task at the uni and I wanted to see what can I do on Frugalware-ppc about it, in case I build openjdk from hg.

    The result is quite surprising, it works very well.

    My only big problem is that it has a totally different build number, currently they are at 1.6.0b14, while the binary version is at '6 update 13', and till the source versioning schema does not match the binary one, I would not use it in a production environment.

    It also seems that packaging this would take a hell of time (and even after it's done, maintaining it would be time-consuming as well), so in case they would publish prebuilt binaries, I could live with that. I just found some bin tarballs on the archlinuxppc ftp site - mailed them about them (if they just mirror it or where is the build script), but no response so far.


  • Tuesday, 31 March 2009
    Pointers to member functions in C++ (Comments)

    Okay, I learned something new, you can have a special pointer type in C++ which is not really a pointer at all.

    So let's say you have a Foo class with a lot of void foo(int param); methods. Then you can have a "pointer" type 'int (Foo::*)(int)' which is in fact a pointer to Foo and it has an offset about what function does it point to.

    And given that it contains an address and an offset as well, you can't cast it to void*, like you can do so with real pointers.

    I had to look up the Bjarne book since I didn't really know about this at all... ;-)


  • Monday, 30 March 2009
    first swig patch! (Comments)

    Here. :-)

    I have an other one as well, but that's not yet commited (and it may be even wrong).


  • Sunday, 29 March 2009
    tegnapi fege zeneles (Comments)

    ilyen volt tegnap. jo volt, csak kicsit faraszto 4 es fel oran keresztul gitarozni. :) (proba+maga az ahitat.)

    update: egy diktafonos felvetel itt. (bar sztem ez nem az a kategoria amit otthon erdemes felvetelrol hallgatni.)


  • Sunday, 29 March 2009
    google translate fun (Comments)

    I never imagined that google translate could be useful for any situation when English is not the source language (I use it when English is the target language when I find some Chinese or Japanese blog posts), but now I see where it can be useful.

    Yesterday I just wanted to link a timeline to someone who does not speak English at all, and google translate did its jobs - at least when the user knew what does she search for, she was able to find the date in the timeline. :)


  • Saturday, 28 March 2009
    rss2email breakage (Comments)

    I just noticed that I don't have any new mails in my rss notification folder - it turns out that it's because my rss2email fork is broken. Yeah, I remember, I just created a small patch, sent it upstream, then stopped updating rss2email till I get a response from the maintainer. No response so far but now I rebased it, as it seems the latest upstream release works fine with python-2.6.


  • Friday, 27 March 2009
    Dokuwiki (Comments)

    It has been proposed on the list that we switch from medawiki to dokuwiki.

    Pros: an active developer would maintain it, dokuwiki is maybe a bit less bloated

    Cons: obscure syntax, for example the title '=' syntax (= is big, == is smaller) is the opposite of what we use in asciidoc.

    So far dokuwiki is packaged in current, so we'll see...


  • Thursday, 26 March 2009
    Frugalware homepage activity stats (Comments)

    That's interesting. My feeling was that recently the popularity of Frugalware was not increasing but staging, but then I had a look at the apache logs and checked the number of hits one days after the release of 0.9 and 1.0:

    $ grep -c '10/Sep/2008' www.frugalware.org-access_log
    88223
    $ grep -c '23/Mar/2009' www.frugalware.org-access_log
    216817
    

    So it seems we recently get way much more hits than previously. Interesting.


  • Wednesday, 25 March 2009
    Git error/warning cleanup is in (Comments)

    See here. All 9 patches, yay. :)


  • Tuesday, 24 March 2009
    GSoC 2oo9 proposal (Comments)

    I just finished writing up this. It seems it's long - it took a lot of time to write it as well. And probably this is not the final version, either...

    And I resend my earlier cosmetics series to the git list.

    Sleeping time.


  • Monday, 23 March 2009
    kqemu update (Comments)

    Though Paul already stated on qemu-devel that kqemu is completely unmainainted, our kqemu pkg stopped working after we updated to qemu-0.10. And funny enough, there is a new version on nongnu.org which works with the new version. So it's now updated, even if I did not really expect a new release of it ever... ;-)


  • Sunday, 22 March 2009
    kormoran koncert (Comments)

    nemi info itt. amugy jovolt, boven jobb mint amire szamitottam, pedig nem gondoltam eredetileg se h rossz lesz. ;) kicsit eltoltak politikai/vallasi iranyba, de csak annyira ami siman belefert.


  • Sunday, 22 March 2009
    parseopt-ls-files is in (Comments)

    Finally my parseopt patch in git-ls-files got merged. It becomes clear how I have less and less time for git, it took about a month. ;-)

    An other interesting project (sadly in Perl) to try out (twitter via irc) is here.


  • Saturday, 21 March 2009
    Virtualbox port redirect (Comments)

    It's actually qemu that calls these port redirects, but I don't know the proper generic name. So what I was needed is that a service runs inside virtualbox and I want to have it on the host machine as well. For now I just wanted the same port, but for ssh obviously I want an other one, since ssh is probably already running on the host machine. ;-)

    A good howto is available here. And here is an other one, in case later one of them would be 404. :-P


  • Friday, 20 March 2009
    Git website howto (Comments)

    There was a howto about how to host website with git - the basic problem is that the working dir is not updated automatically on push. This howto gives a step-by-step solution for this problem. Of course I know the solution (and it's problems) for a long time, but it's always nice when someone with a good writing taste puts it out as a documentation.

    To make the long story short, I noticed a correctness with the howto and mailed the author, then completely forgot about it. Now someone linked it on #git, and I was wondering if this is the same webpage howto I read or something different. This ended up with noticing my name on the page, giving me a thank for noticing. ;-)


  • Thursday, 19 March 2009
    GSoC 2oo9 (Comments)

    They just announced the list of accepted orgs for gsoc 2k9, I'm happy to see that SWIG is accepted as well - they have an interesting PHP project.

    The mentor who is interested in the project lives in GMT+13, so I have to try contacting him later today...


  • Wednesday, 18 March 2009
    Frugalware 1.0 tagged, last FSAs for 0.9 (Comments)

    Yesterday I tagged Frugalware 1.0, which means that no new bugfixes or features will hit the tree till release. And the next task is to install 0.9 and write an upgrade howto... (What a boring task, but users really like it.)

    OTOH, I just released the last FSAs for 0.9, probably we'll announce its EOL a few days after 1.0 is out.

    And my git test_cmp patches are in. :) (After sending no patches for 2 months.)

    BTW, I did a simple check to see what are the results for my real name (ie Hungarian order, accents) on the first page @ Google.

    From the 10 results there are 6 Frugalware related ones, 3 for work, and one is unrelated (though the page lists papers of one of my relatives).


  • Tuesday, 17 March 2009
    yes man (Comments)

    igenember cimen fut magyarul asszem. es a szokasos Jim Carrey film - amit idaig lattam tole az mind aranylag szinvonalas es szorakoztato volt.

    egyszer erdemes.

    (imdb, trailer)


  • Tuesday, 17 March 2009
    Updated test_cmp patches (Comments)

    In fact nothing special, I wasted time with viewing this Google Talk. I was not aware that there are other interesting talks outside the Tech Talk ones. ;-)

    And BTW I almost forgot about the recent test_cmp patches, I posted now an update, hopefully that will do it.


  • Monday, 16 March 2009
    Nokia fbus from Python (Comments)

    So yesterday I found this article and I wanted to try it out from Python.

    Here is a few lines of code to send that "get hw and firmware version" message to the phone and at least read an ACK:

    import serial, time

    ser = serial.Serial("/dev/ttyUSB0", 115200) ser.setRTS(False) ser.write("\x1E\x00\x0C\xD1\x00\x07\x00\x01\x00\x03\x00\x01\x40\x00\x52\xD5") print repr(ser.read(1)) print repr(ser.read(10))

    Of course this is just a PoC, the first read could be avoided and we could just read one char till we hit the 0x1e one. But that .setRTS() took a few hours to figure out. ;-)


  • Sunday, 15 March 2009
    WIP support in syncd (Comments)

    We have these WIP repos (stands for Work In Progress), but uploading packages there was always a manual task. This is quite unhandy when the WIP repo is being worked on for multiple months.

    We already had some minimal support for WIP repos in the sync client, but it was not enough, the pacman/repoman configs were no propagated from the server to the build nodes.

    I recently got some time to work on this and now it's there - once all the build nodes will be upgraded to 1.0, we will be able to use this feature without any limits. :)


  • Saturday, 14 March 2009
    cserkesz48 2k8 (Comments)

    az idiota cim arra utal, hogy cserkesz szervezesben minden marciusban van egy emlek-teljesitmenytura, mely tobbek kozott szerepeltet egy 1848 -> 48 -> 2 * 48 = 96km-es bicikliturat is.

    ez kerult ma megrendezesre. az ido szep volt, sutott a nap, nem volt tul hideg se, eso nem esett, szel is alig volt.

    az utvonal kb: le a margit-hidhoz - csillaghegy - pilisszentlaszo - lepencefurdo - esztergom - pilisszentkereszt - pilisszanto - pilisvorosvar - pomaz - haza.

    haztol hazig 139.26 km volt, max 57.1 kmph.

    az mkk-bol hatan voltunk, elvileg tobben csinaltak kepeket, ha majd felrakjak valahova akkor linkelem oket. ;)

    update: par kep itt.


  • Saturday, 14 March 2009
    RMS talk (Comments)

    RMS was here in Hungary and he held a session about copyright. The interesting thing was that he talked about copyright of music, books, etc. - not just software.

    There are two videos here.


  • Friday, 13 March 2009
    Being an active git contributor (Comments)

    I just found this here:

    "The Eclipse plugin and builtin-merge projects were integrated into the mainline source code. The latter student remains a very active contributor to our project."

    Heh, that'd be me. ;-)


  • Thursday, 12 March 2009
    LESSCHARSET vs special chars (Comments)

    So we got this bugreport yesterday, and I wasn't able to reproduce it on my x86 box, but I saw it on my iBook. It turns out that LESSCHARSET, which I set just for git, handles this case for me as well. At least after setting it, the manpage is correct on my iBook as well.

    The weird thing is that it's still wrong for crazy@ - though I don't know if this will solve the problem of the reporter or not.

    I started working on a new song in lilypond, I still like it, though no idea so far how to display a simple "A^4", it seems "a:4" does something much more complicated. ;)


  • Wednesday, 11 March 2009
    Patch for picu (Comments)

    I recently started using picu, which is a nice tool (I just mirror pictures at Picasa as I like the comment/notify/label features of it.), but it had two annoying bugs (no proper header and too gmail-centric), so I sent this patch upstream today.

    Heh, and this is the 100th hacking post. So far it seems it was not a bad idea, I can search back "what did I hack on 22th", and sometimes I can link posts from here as a HOWTO, so writing it in English was a good decision.


  • Tuesday, 10 March 2009
    galaxis utikalauz stopposoknak (Comments)

    az errol keszult filmrol irtam mar korabban, de mivel eleg sok olyan kommentet olvastam, hogy a filmbol mennyi poen kimaradt, a konyvet is elolvastam. es tenyleg. a konyvhoz kepest a film tenyleg nem egy nagy szam. a cselekmenyt vegulis nem irtak at, de egy csomo resz erthetetlen onmagaban, a konyvben meg rendesen le van irva. szoval tetszett. ;)


  • Tuesday, 10 March 2009
    Perfect localized fonts in the setup again (Comments)

    We had this problem recently that on the console the fonts were not entirely correct, for example lat2-16.psfu.gz was replaced by lat2a-16.psfu.gz. I finally found why it was still broken in the setup: I forgot to update the Makefile to include the new font in the initrd. ;-)

    Now the fonts are perfect again.


  • Monday, 09 March 2009
    Serial driver for erlang (Comments)

    I just started searching for an alternate serial driver for Erlang as the semi-official one has zero documentation, and found what?

    There is a gen_serial module by spearce, we know each other since last year's GSoC. ;)

    Sadly the driver seem to be Windows-only so it's not that interesting, but the world is small.


  • Sunday, 08 March 2009
    Fighting with forums (Comments)

    We recently had to move forums.fw.o to a new machine and first boobaa offered a hosting. I had only ftp access, but that isn't a big problem - the bigger one is that we have this mailing list - forums two-way gateway and we failed to configure it. They have virtual domains / mailboxes on the machine (using SQL) and the machine kept rejecting mails sent to the forums by the mailing list. After debugging for about a day, we decied to just move it an other box where there are no virtual announts, and I just had to add some trivial aliases to /etc/postfix/aliases.

    Sigh.

    OTOH, Frugalware 1.0rc2 is out, and now we can continue bugfixing. :-)


  • Saturday, 07 March 2009
    visegrad (Comments)

    ma dnettel meg zaivaldival voltunk bringazni. az ugymond szervezesi feladatokat en lattam el, de igazabol ez kimerult abban, hogy az utvonalat kitalaltam, hoztam terkepet, es korlatlan mennyisegu szolocukor-ellatast biztositottam nekik. :)

    utvonal kb a kovetkezo volt: budapest - budakalasz - szentendre - leanyfalu - tahitotfalu - dunabogdany - visegrad - nagymaros - kismaros - vac - god - dunakeszi - budapest.

    en haztol hazig 121 km-t mertem.

    az ido jo volt, az elorejelzessel ellentetben nem esett, a homerseklet is jo volt, neha sutott meg a nap is. neha gaz volt a szel, de igazabol csak itt bp-en volt eros.

    zaivaldi csinalt par kepet, amit kicsit megkommentalva mirroroztam.


  • Saturday, 07 March 2009
    Escaping within sphinx and mysql (Comments)

    We all know the usual problem with sql escaping, there is even a comic about it.

    There is an other SQL-related project, sphinx, which is a quite efficient search indexer (especially for whole word search), but it also needs escaping. Given that in sphinx "foo-bar" means "all records containing foo, but not bar", if you really want a single-word "foo-bar", then you need to use "foo\-bar".

    And that's the fun part, as the escaping order matters a lot. Basically if you escape mysql first and then just insert the sphinx query, then you just created an injection yourself. ;)

    So the final query will look like "foo\\-bar" if you did the escaping in the right order.

    It's also notable that the official sphinx php API seems not escaping the ";" char, which is also a bug, as this way you can modify the search query in the way you want.


  • Friday, 06 March 2009
    lelkes testcsere (Comments)

    ez ilyen nyalas ize. de legalabb vannak benne jo poenok, eredeti otletek. leszamitva persze azt a szerencsetlen amcsi erettsegi balt amitol mar egnek all a haja mindenkinek.

    (imdb, trailer)


  • Friday, 06 March 2009
    Virtualbox (Comments)

    I earlier wrote about I was experimenting with PowerShell, so I had to install Windows in a virtual machine. It's not a big problem, we at the uni get a license to use it for free till the end of our studies (or something like that), so I started to search for what emulator should I use.

    Of course my favorite is qemu, but till I don't have kvm-enabled hw and kvm support isn't fully merged from kvm, it's slow.

    Given that I had to use some other emulator, I thought I gave vmware a try, they offer a 30-day trial and I wanted to see what's new in their recent versions - I think I last tried it about 2 years ago. It seems the automagic gui screwed up something and there is no more vmware-config.pl, so I gave it up.

    Last, I tried Virtualbox. Man, it's fast! Of course it's bloated as well (external kernel module, guest addons, etc) - but if I forget about these issues, it really gaves me the same experience vmware gave me when I last tried it. Impressive.

    As a side note, git-1.6.2 is out, sadly I haven't got much time for it - only 5 patches of mine are in the changelog. But at least now the pdf version of the user manual is supported out of the box.


  • Thursday, 05 March 2009
    Ejabber virtual hosts (Comments)

    Now that I know a little bit more about Erlang I checked how to configure vhosts with ejabberd. It turns out it's quite trivial once you understand the syntax of the config file, which is just eval'd, so it has this horrible (for an outsider) syntax. ;)

    Actually configuring vhosts are just about adding the new host to the DNS and adding it to /etc/ejabberd/ejabberd.cfg, like:

    {hosts, ["mydomain.org", "another.com"]}.

    And that's all you need. Simple, isn't it? :)


  • Wednesday, 04 March 2009
    PowerShell (Comments)

    I just experimented a bit with powershell, it's funny that if you know bash and perl, you'll know a lot in powershell as well. ;)

    Also, they made a lot of unix aliases, so there is man, ls, mv, etc. in it. That as bad as I expected...


  • Tuesday, 03 March 2009
    children of men (Comments)

    meg januarban volt egy indexes cikk, az a vicc (?), hogy ez a film kb errol szol. marmint scifi, es az alapsztori az annyi, hogy a foldon mar ~15 eve nem szuletett ember, es akkor most mi lesz.

    ami nem tetszett benne az az, hogy az egesz film olyan semmilyen. nem szorakoztato, de nincs is mondanivaloja. van valamifele lezarasa, meg remeny is van benne, de az egesz olyan borongos.

    filmes szempontbol persze egyreszt el tudom kepzelni, hogy mekkora melo lehetett egy csomo hosszu es bonyolult akciojelenetet single-shotban felvenni (tehat hogy nincs vagas), de azert ez nem ellensulyoz mindent.

    amugy meg a ferfi foszerepet Clive Owen (sin city) viszi, meg feltunt meg par ismeros arc, mint Chiwetel Ejiofor (kinky boots) es Julianne Moore (psycho remake), de semmi annyira kulonoset nem alkottak, hogy erdemes lenne megjegyezni. felejtos.

    (imdb, trailer)


  • Tuesday, 03 March 2009
    Setup bugfixing for existing home dir (Comments)

    So we had this bug for a while, and the solution was just using an other dir, so the user later can merge the contents of the two dirs.

    Sigh, testing the setup still takes a lot of time. For example to test the above bug, you need to do a base install, which still takes a lot of time. Hopefully sooner or later we can switch to kvm (as the old kvm-incompatible hw gets unused) and then this can be faster.


  • Monday, 02 March 2009
    KDE 4.2 still does not replaces KDE 3.x (Comments)

    I just found a nice sentence in a commit-digest, released after KDE 4.2 was out:

    Work on porting KControl and Konversation to KDE 4.

    Wow. Let's say I just use kdebase from KDE 3. Now, kcontrol is part of kdebase. So it's nice we already have kmail and other fancy stuff, but we still doesn't have kcontrol? Brr...

    (Yes, there is a system settings, and that won't let you configure your printer, for example.)


  • Sunday, 01 March 2009
    etckeeper with mktemp support (Comments)

    etckeeper recently started to depend on tempname which is like mktemp, but we don't have it in Frugalware.

    I recently sent this patch to Joey (the etckeeper maintainer) to add support for mktemp.


  • Saturday, 28 February 2009
    budai hegyseg erdo nelkul (Comments)

    igazabol az ugy volt, hogy az elso alkalommal mikor megprobaltunk leterni az utrol akkor rajottunk, hogy tiszta ho meg sar meg latyak minden, igy maradtunk az aszfalton. ott persze lehetett haladni. meg azert az ut is hegyen-volgyon at vezet.

    pontos utvonalat nem merek irni, mert a memoriam a tajekozodasi kepessegemmel es a szemmertekemmel vetekszik (tekintsuk oket elhanyagolhatonak), de valami ilyesmi volt, hogy: huvosvolgy - budakeszi - zsambek - tok - tinnye - piliscsaba - pilisvorosvar - aztan vissza a 10es uton.

    tav: 91km, max 50.9km/h.

    az otletert pedig koszonet LGeenek. :)


  • Saturday, 28 February 2009
    Installing Oracle Client on Frugalware (Comments)

    The full name is Oracle Enterprise Manager Console. You can download the 10g version from here. You can find a user/pass on bugmenot. After unzipping, just running '/path/toclient/runInstaller -ignoreSysPrereqs' (I only tried with an absolute path) should be enough. It can be installed a user, later it'll prepare some scripts to run as root.

    I always replaced $HOME/orafoo with $HOME/.orafoo, when the installer asked. If you get 'no such file or directory' errors, you can just edit the relevant script and fix the path - I needed to fix /bin/rpm, /bin/awk and /bin/sed. (All of them are under /usr/bin.) A hack for the lazy ones: just symlink these to /bin, then no modification of the scripts is needed.

    To your ~/.bash_login:

    export LIBXCB_ALLOW_SLOPPY_LOCK=true
    export ORACLE_HOME=~/.oracle/product/10.2.0/client_1/
    


  • Friday, 27 February 2009
    Being international (Comments)

    There was a recent interview with the developers of UHU-Linux, which was the de-facto "Hungarian Linux" a few years ago here at Hungary.

    The guys had a pretty closed approach and finally it seems they make money from products based on their distro - releasing something useful for the users for free is definitely not the number one task on their todo.

    There were a couple of comments to the article, a few of them was about Frugalware, given that we are still the only distro where the origin is Hunagary and it's actively used outside Hungary as well.

    In fact I just did a quick search, listing the last commit dates of each devel. Two of the Hungarian ones are pretty inactive. Both of them do other administrative tasks. (Buildserver / bugtracker hosting, etc.) But the rest is quite active, which was a surprise. I had the impression that lately we got some new French devels and once they got their git accounts, they got a bit less-motivated but this is simply not true. All of them (and this is true for the other non-Hungarian devels as well) was more or less active in the last month.

    I think this is pretty straight-forward, even if the ohloh stat says the commit number (compared to last year) is sightly decreasing. This is a typical example: the commit number is not everything. I think this time last year we might be a bit more active overally, but that was because several devels (including me) spent a horrible amount of their free times on Frugalware, which is not something you can do for several years. Today we have a much stable devel base, increasing package maintainer community and yes, I'm happy with our current status. :)


  • Thursday, 26 February 2009
    Pootle vs frugalwareutils (Comments)

    I already wrote once about Pootle forcing us to use UTF-8 and not respecting the po headers (where charset can be set), but there is a new chapter in this story. So in case the charset is wrong, the generated mo file is still fine, as long as you have utf8 support in your system. Of course in the setup, where we have an "as much as possible" stripped down system, this is not true.

    A contributor reported this recently, and the symptom was that "sometimes" netconfig is localized, sometimes not. It turned out a bit later that it's localized when it's running in the target system's chroot (when the install of the packages is finished and the config tools are invoked), but not before the installation. Of course the previous solution worked here pretty fine as well: I just had to convert the remaining translations to utf8 manually, and then add code to convert from utf8 to the native encoding in the pre-package stage (currently named 'make prepare') of frugalwareutils.

    Hand converting is boring. And sometimes it's completely messed up, for example you need an 'iconv -f utf8 -t latin1' twice to get the correct accents. ;-)


  • Wednesday, 25 February 2009
    Ping on windows and relative host names in DNS (Comments)

    So I got the followings today at the uni on a Windows box:

        ping alaplab.

    Pinging alaplab.mit.bme.hu [152.66.252.18] with 32 bytes of data:

    Reply from 152.66.252.18: bytes=32 time<1ms TTL=127 Reply from 152.66.252.18: bytes=32 time<1ms TTL=127 Reply from 152.66.252.18: bytes=32 time<1ms TTL=127 Reply from 152.66.252.18: bytes=32 time<1ms TTL=127

    Ping statistics for 152.66.252.18: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms

    Now I wonder if they just ignore the dot at the end of the hostname or WTF.


  • Tuesday, 24 February 2009
    Old bc bug (Comments)

    We had this old #3331 bug, and it turns out that Fedora had an s390 patch that fixed it. Of course the patch name is misleading since it fixed something on x86 as well, so it was the last thing I thought to try... :-)

    I got a reply reply to my libbtctl patch I sent back in last year:

    On Sat, 2008-12-27 at 18:32 +0100, Miklos Vajna wrote: > Hi, > > I recently tried to build libbtctl with mono-2.0 and the build fails > because the .pub signatures are no longer supported. > > A similar commit in evolution-sharp's svn: > > http://svn.gnome.org/viewvc/evolution-sharp?view=revision&revision=191 > > Here is a patch to do the same for libbtctl: > > http://ftp.frugalware.org/pub/frugalware/frugalware-current/source/gnome-extra/libbtctl/mono2.patch > > Of course you can generate your own new key with 'sn -k 1024 > libbtctl.snk' if you don't want to take the one I use right now.

    Because the patch wasn't in bugzilla, I missed it for the last ever release of libbtctl.

    Use bugzilla in the future.

    Cheers

    Needless to say, there is no libbtctl component in the GNOME bugzilla.

    Yay for bureaucracy!


  • Tuesday, 24 February 2009
    vissza a jovobe 1 2 3 (Comments)

    ezeket meg vizsgaidoszak vegen lattam. a producer spielberg, igy varhato volt, hogy nem lesz unalmas a film, es vicces, hogy nehany tipikusan ra jellemzo jelenet van is a filmekben, tipikusan ilyen uldozeses reszeknel - gyakorlatilag u.az a taktika mint a parbajban. :)

    (imdb, trailer)

    (imdb, trailer)

    (imdb, trailer)


  • Monday, 23 February 2009
    Google earth bug (Comments)

    So we got a bugreport - it seems the solution is just about getting rid of the bundled libcrypto, as it's incopatible with the not-bundled libssl.

    Ported erlang and postfix to ppc, the later because I wanted to use git-send-email, and I like to config postfix once, then point all the apps at postfix and then I have to change my pass only at once place when I do so.

    I got an i586 machine yesterday with the "please install Linux on it for me" slogan. Sadly we at Frugalware do not support i586. First I wanted to install Slackware, but it turned out that the machine does not read DVDs and I did not wanted to download all the CDs of Slack and it turns out that Slack has no netinstall I ended up installing Fedora. Well, I tried to. The HDD is only 1.2G, and they wanted X on it, so disabled almost everything, except X and blackbox. ;)

    But honestly it just does not worth the time, people should just bin such a machine and get a life. :P


  • Sunday, 22 February 2009
    elkotelezettseg (Comments)

    erdekes dolog ez. tipikusan olyan ami penzben nem merheto, es az ezzel kapcsolatos barmilyen elismeres / koszonetnyilvanitas sem magatol ertetodo, talan ezert esik az embernek annyira jol.

    februar elejere szerveztem az mkk-soknak egy sielest ausztiraba, es mar reg tulvoltunk a dolgon mikor most csutortokon megjelentek a resztvevok, hogy koszonik meg itt egy tabla csoki.

    ma meg megerkeztem a szokasos vasarnapi gitarprobankra es igy az egyik srac ilyet szol, hogy ugy vartak mint a messiast, merthogy valamit megbeszeltunk elozo proban es le is lett irva, de nem talaljak sehol enmeg biztos emlekszem meg ra. hat eppenseggel igy volt. :)


  • Sunday, 22 February 2009
    docx2txt (Comments)

    So there is such a project, and my relevant ~/.mailcap entry is:

    $ grep docx ~/.mailcap
    application/vnd.openxmlformats-officedocument.wordprocessingml.document; docx2txt.pl %s -|iconv -c -f utf8 -t latin2; copiousoutput;
    application/vnd.openxmlformats-officedocument.wordprocessingml.documen; docx2txt.pl %s - |iconv -c -f utf8 -t latin2; copiousoutput;
    

    I don't exactly know why the later is needed. I haven't checked the RFC. The fact is that sqmail sends the content-type header using format=flowed (no indication about using this format, it just uses it), and mutt doesn't like it. So it's an sqmail or mutt bug. But the workaround is the second entry above.

    BTW I started to learn Erlang yesterday, there is a good "Programming Erlang" book, it's more than 500 pages, I managed to read the first ~50 pages.

    OTOH Fruglware 1.0rc1 is out. Laying in the bed and releasing from my iBook is fun. :)


  • Saturday, 21 February 2009
    Double negations (Comments)

    Referring to this post, if "diff.denyNonIndexExclude = false" then is IndexInclude true or false?

    This is like the recent Mozilla action, I never really figured out if they now like or hate Apple. (OK, other users already told me that the later is the true version.)

    It seems I'm too bad in Boolean algebra. ;-)


  • Friday, 20 February 2009
    b2evo 2.4.6 (Comments)

    This was on my TODO for a long time, so I upgraded from 2.4.2 to 2.4.6. Should be non-visible, since this is a minor upgrade.

    Oh and I posted a few cosmetic git patches to this thread.


  • Thursday, 19 February 2009
    Preparing Frugalware 1.0rc1 (Comments)

    Usually there are 1-2 nasty bugs in each release - after all that's the only eason I push for having at least a pre-release every 2 months.

    So today's one was a nasty double free bug in xconfig, so after the install there were no xorg.conf. The fix is now in git, so it should be over, but I was a bit disappointed, as so far Priyank's file descriptor / memory leak fixes were all carefully tested, however this one was obviously bogus, so probably it was not tested at all. OK, hopefully such stuff won't really happen again.

    Snip. In VIM, I wanted to do a "Pj" 1000 times. 1000Pj will do "1000P and [one] j", so that's not the right way. qaPjq1000@a will do it: qafooq records foo to the "a" macro, then 1000@a calls it 1000 times. Good to know. ;-)


  • Wednesday, 18 February 2009
    bitlbee-skype testsuite (Comments)

    An old dream is now a reality, bitlbee-skype got a testsuite! :)

    If I were at it, I also added a new skyped option to be able to log traffic when the deamon forks into background.


  • Tuesday, 17 February 2009
    Python3 (Comments)

    Finally python 3.0 (or python3k) arrived to -current. Of course the external modules are still for 2.6, but that's not something we want to change before 1.0

    OTOH, they screwed up something at the uni, the dhcp servers were not functional on the wireless network, so I had time to read my current book, and did not read email till 22h. :-)


  • Tuesday, 17 February 2009
    en, a robot (Comments)

    mikor vegigolvastam az alapitvany 7 regenyet akkor mindenki azt kerdezte, hogy "es a robot novellakat is olvastad?". amire persze nemleges valaszt adtam. es ez igy is volt mostanaig, az alapitvanyon kivul ez az elso asimov mu amihez hozzafogtam par napja. nem is tartott sokaig, amihez persze az is hozzasegitett, hogy azert ez egy vekonyabb darab, kicsit tobb csak mint 200 oldal.

    amugy meg persze, hogy tetszett, talan a legjobban az a resz ami mar a pirx pilotanal, lemnel is elojott, mikor azon lehet izgulni, hogy az adott user most robot vagy ember-e. ;-)


  • Monday, 16 February 2009
    Udev doc update (Comments)

    While I was away, I totally forgot about a patch they recently applied.

    I also reworked my git ls-files parseopt patch today, based on Dscho's comments.


  • Sunday, 15 February 2009
    kiberiada (Comments)

    mint a kepen is lathato, az elkoveto Lem bacsi. a konyvet eleg sok ideig olvastam, pedig nem kulonosebben hosszu (~400 oldal), viszont nem is hagyomanyos ertelemben vett scifi. sokkal inkabb mese az egesz. az eleje kevesbe osszefuggo mesekbol all, a masodik resze pedig trurl és klapanciusz, a ket "mernok" kalandjaibol all. hogy kevesbe legyen kovetheto a tortenet, nehanyszor elkoveti a mar-mar mester es maragitat lekorozo "tortenet a tortenetben" effekt egymasra halmozasat. ilyesmi, hogy "trurl meseli, hogy itt es itt jart, ahol bemutatott ennek es ennek a kiralynak egy gepet", majd a gep elkezd meselni, aztan abban jon egy alom, stb. :)

    szoval kicsit nehezen kovetheto ha villamoson olvassa az ember vagy hasonlo. ami meg a forditast illeti, valami zsenialis, tele van szoviccel az egesz sztori, es gondolom nem volt tul egyszeru a magyarban visszaadni ezeket a lengyel szovicceket, megis sikerult.

    boobaa kerdesere reagalva azert a "normal" tortenetei (mint pl a visszateres) nekem jobban bejottek, de persze ez se rossz.


  • Sunday, 15 February 2009
    picu (Comments)

    So today I wanted to try out how to do a mass-upload of pictures to Picasa.

    This message links the script itself, and after installing the gdata.py package, it works almost fine. It assumes that your google account ends with @gmail.com, which is really false in my case, but the code itself is quite simple, so you can work around this bug.

    It would be nice if it would be possible to upload the picture subtitles as well this way (from a notes.txt or so), but for now I just hand-added them, it's not that difficult.


  • Saturday, 14 February 2009
    The weird unix milestone (Comments)

    $ date +%s 1234567890

    and ideally it would be even a 13 and Friday combo, but here in Hungary in GMT+2 it was actually Saturday. ;-)

    OTOH, I just discovered that the W3C HTML validator has a nice soap interface, so it won't be necessary to parse it's HTML output, yay! (The CSS validator has a console version, parsing that is not a problem.)


  • Saturday, 14 February 2009
    hands on scooter (Comments)

    szoval lassan tobb mint egy honapja, januar nyolcadikan jelent meg a scooter szamainak feldolgozasabol kiadott gyujtemeny, a hands on scooter. ertelemszeruen a mufaj a legtobb esetben jelentosen elter, de mivel az eredeti szamokert rajongok, igy a feldolgozasok nagyresze is tetszett.

    a korongon 12 feldolgozas talalhato, termeszetesen csupa olyan trackbol amik eredetileg nem feldolgozaskent keszultek, hiszen eleg vicces lenne a feldolgozas feldolgozasat kiadni. ;)

    1) jump that rock. ez modositas nelkul kerult a gyujtemeny elejere, leven a status quoval eredetileg is egyutt keszult a dal.

    2) egy weekend feldolgozas, eleg drogosra sikeredett. igy aztan ha elkepzelunk par erosen betepett alakot az utcan fel-le jarkalni zombikent akkor az eredmeny nemnagyon ter el attol amit a bloodhound gang kihozott ebbol az alkotasbol. ;)

    3) hogyan keszitsunk a how much is the fishbol nemet rapet? hat igy. ez a nemet rap tema igy onmagaban is iszonyatosan beteg. :]

    4) egy move your ass feldolgozas, de hp mc szovegeit teljes mertekben lecsereltek. eleg mokas az eredmeny, bar nem mondanam, hogy sokkal jobb az eredetinel.

    5) mivel a cimet valtozatlanul hagytak, egyszeru volt rajonni, hogy egy hyper hyper feldolgozas kovetkezik. a szoveg a zene felett vegig generalt, bar legalabb nem microsoft sammel. ;)

    6) egy i'm raving feldolgozas, az elso. mert lesz meg egy masik is, kesobb.

    7) ugy indul, mintha a wicked up (igen, a "nyalas") lenne, de aztan kiderul, hogy az aiii shot the dj adja a szam alapjat. fokepp a kiserohangszereket manipulaltak, meg belevittek par uj dallamot, a szoveg teljesen az eredeti.

    8) ez valami felelmetesen stilusos. friends, de ilyen kankanos stilusban, tangoharmonikaval, meg nemetul. kesz. :D

    9) faster harder scooter, ahogy azt egy musicalban eloadnak. otletes. :)

    10) mig a hatos szam alatti i'm raving eleg rockos lett, itt meghagytak a mufajt, es tovabbra is elektronikus hangszerek hangzanak fel, bar jelentosen megkavartak az egeszet. nekem a masik feldolgozas jobban bejon. "hamar hozzanyulunk, nyuljunk hozza nagyon." ;)

    11) nessaja. az egesz ugy indul, mintha karaoke lenne, de nem a szoveg hianyzik hanem a szovegen kivul minden mas, es az is csak nanazva. ;) aztan folytatas eleg elvont..

    12) itt szinten kell egy ideig figyelni mig rajon az ember, hogy mit is dolgoztak fel, gyakorlatilag a one es a maria dallamait mixeltek ossze, az eredmeny pedig termeszetesen kivalo. :)

    osszegzes? a 12 remixbol 8 volt olyan amiben valami megfogott, igy osszessegeben egesz jol sikerult szerintem a valogatas.


  • Friday, 13 February 2009
    Overwriting the From header in rss2email (Comments)

    So here is the patch that allows you to do it.

    Basically it is useful when the blog has no comment functionality, as in this case you can just specify an address in config.py, like:

    OVERRIDE_FROM = {
                    'http://landley.net/rss.xml': '''"Rob Landley's blog thing." <rob@landley.net>'''
                    }
    

    Without the patch you can just overwrite the name, not the address as well.


  • Thursday, 12 February 2009
    Ext4 support in the installer (Comments)

    So first I had to patch our grub, then adding ext4 support to the installer was more or less trivial.

    The default is still ext3, though.


  • Wednesday, 11 February 2009
    Java plugin for x86_64 (Comments)

    Tthe i686 java plugin is at /usr/lib/java/jre/plugin/i386/ns7/libjavaplugin_oji.so. Guess where is the x86_64 one.. /usr/lib/java/jre/lib/amd64/libnpjp2.so.

    Logical - dear Sun -, eh?


  • Tuesday, 10 February 2009
    isola 2000 (Comments)

    a cim kabe ugy hangzik, mint valamelyik kereskedelmi szoftver 9 eves verzioja, de amugy konkretan ez azt a kis falut jelenti, ami a francia isolatol nemmessze kicsit feljebb a hegyen talalhato, es ahol az elmult par napot toltottem. (palyaszallas, a faluban kb 500 serpa lakik, aki kiszolgalja az ott sielo ~8000 usert.) ez a beszamolo most kepek nelkuli, majd lesznek azok is, meg videok is, de az tobb ido lenne, es nem akartam feleslegesen kesleltetni ezt az irast.

    szoval 30-an penteken este indultunk. teljesen a vizsgaidoszak vegen, meg aztap reggel kireklamaltam th-bol a kettest, aztan este 7-re kimentunk a felvonulasi terre es irany franciaorszag.

    odafele nem volt semmi kulonos, a buszut olyan 22h korul lehetett, elso sorban ultunk, amiben az volt a rossz, hogy minden megallasnal hideg lett, viszont mikor mentunk akkor volt rendes futes (a busz hatso feleben allitolag allandoan hideg volt), es volt hely (majdnem) kinyujtani a labunk.

    31en este meg is erkeztunk, becuccoltunk, csinaltunk meleg kajat. minden kajat ugymond nekunk kellett csinalni, ehhez kaptunk konyhat. eleg vicces volt, hogy a konyhafelszereleshez adtak egy angol listat az eszkozokrol, de szerintem valami geppel fordithattak, mert ugy lottoztunk, hogy pl a "cover with salade" (vagy valami hasonlo) az mit is jelenthet, vegen valami salataszurot talaltunk, amit masnak nem lehetett nezni...

    vasarnap aztan megkezdodhetett a sieles. rengeteg palya volt, elveztuk, hogy u.azon a palyan alig jottunk le 2-3x, es maris kereshettuk a kovetkezot. este felkerestuk a sipalya szelen levo kapolnat, ahol igertek katolikus miset. vegul kiderult, hogy a pap valami miatt nem jott fel a falubol, vegulis ilyen kozos imadsagba fordult a dolog (persze franciaul), aztan mikor kiderult, hogy a tarsasag legalabb harmada magyar, akkor volt magyar resz is, meg latin enekek meg ilyesmi. teljesen pozitiv tapaszalat volt.

    hetfore aztan eleg sok ho esett. alapbol az egesz teruleten volt egy olyan ~2m-es ho, erre esett ra olyan 40 centi talan, de ezt keptelenek voltak reggelre a teljes teruleten leratrakolni, igy eleg ovatosan kellett mozogni. erdekes modon volt olyan fekete palya ahol viszont igy konnyebb volt lejonni, elozo nap eleg jeges volt, meg farasztoak voltak a kemeny buckak, ezzel a sok porhoval viszont egesz szorakoztato volt.

    kedd reggelre elallt a hoeses, rendesen redolgoztak a palyakat, es tovabb folytathattuk az uj palyak felkutatasat. este meg a tarsasag 3 nevnaposat (3 balazs, 1 rahel) unnepeltuk.

    szerdan aztan eloszor kisutott a nap. igaz, max 5 percre, dehat ennyi ido utan ez is nagy szam volt. nem volt amugy a palyan tul hideg, aznap be se ultunk, ugyis mindig fujtak rank, hogy miert csak piat veszunk, es miert zabaljuk a szendvicseket a futott helyen. ;)

    aztan csutortokon sieltem utoljara, bar ezt akkor meg nem tudtam. a nap kicsit korabban vegzodott sieles szempontjabol: az utolso felvonok ilyen fel5 kornyeken mentek fel, viszont aznap 4korul abbahagytuk, mert annyira szakadt a ho. ezt ugy kell elkepzelni, hogy fullra letisztitott szemuveggel, leccel, stb kimesz a palyara, es kb 10p mulva semmit nem latsz, a szakallad ugy nez ki mint a mikulase, es igazabol nem akarsz beszelni, mert ahhoz mozgatni kene a szad. :) vegulis a szitu vicces volt, de eleg balesetveszelyes, igy mikor ennyire bedurvult a dolog, 2 kor utan abbahagytuk. este aztan ereztem, hogy nem vagyok jol es ki is derult, hogy 39fokos lazam van.

    penteken tovabbra is szakadt a ho az elozo napi modon, igy szo sem lehetett sielesrol, keszult is rola kep, hogy gyakorlatilag egyik felvono se jart. ilyen szempontbol amugy eleg korrektek a franciak, ha egy felvono nem jar akkor az oda vezeto palyakat szepen lezarjak. hogy forditva is konzisztens-e a dolog azt nem tudom, de nem fordult olyan elo, hogy felmentunk egy felvonoval es le volt zarva az osszes palya. :) ha nyitva volt egy palya, akkor azt altalaban le is ratrakoltak, bar ez mar nem volt ennyire kovetkezetes, piros es fekete palyaknal siman kinyitottak ugy is, hogy tobb napnyi ho ottvolt ratrak nelkul.

    szombat reggel lett volna indulas, de azt mar lehetett tudni, hogy reggel 8kor tuti nem indulunk. mint kesobb megtudtuk csutortok este ota lavina miatt el voltunk zarva a falutol. az uton tobb helyen is atment a lavina, amiben aztan a rendorseg homarokkal vagott utat. eleg jol nezett ki mikor jottunk lefele, jobbra-balra ~5m hofal, es ugy lehetett egy iranyban kozlekedni. gondolom ehhez kellett a rendorseg, mert ok iranyitottak, hogy mikor megy a falubol le meg fel a forgalom.

    vasarnap reggel erkeztunk volna, de szombat este is meg csak azt mondtak, hogy nem tudjak, hogy mikor tudunk indulni. kaptunk +1 nap berleltet ajandekba, es egesz nap sutott a nap. en meg nem voltam jol, a tobbiek kimentek sielni "es minden nagyon szep es jo volt". vagy valami ilyesmit mondtak, ami szerencsere nem volt annyira meggyozo, hogy komolyan elgondolkodjak rajta - mert egesz nap aludni azert megiscsak nagyon jo dolog. ;)

    aztan vasarnap este 8kor kiraktak a szobankbol, es a helyi bevasarlokozpontszeru valami folyosoira cuccoltuk be magunkat csovezni. vegulis volt vegig padloszonyeg, nem volt veszesen hideg, volt ingyen wifi, es szereztunk szeket is. a wifi igazabol nekem csak azert volt fontos, mert igy tudtam az orarendemet, meg tudtam telefonra tolteni ebookot, igy vegig volt olvasnivalom. fel12 korul aztan felerkeztek a buszok a falubol es be lehetett cuccolni. a soforok masok voltak mint idefele - de nekem egyik iranyban sem volt kulonosebb problemam veluk. rita allitotta, h mennyire butak, mert allitolag majdnem otthagytak a lecet. lehet. elindult a menet lefele, a falu fele vezeto 16km-t kb 2 ora alatt tehettuk meg, vegig lepesben. a kanyarok eleg neccesek voltak, volt olyan, hogy az egyik busz korul akkor kellett meg boviteni az "alagutat" (nem volt az alagut, felulrol vegulis nyitott volt), hogy be tudjon fordulni. aztan meg volt par kisebb malor: valami utlezaras miatt egyszer vissza kellett fordulni (az ilyen hegyi szerpentineken ugye annyira nem trivialis busszal megfordulni), meg egyszer a vonohorga (vagy hogy hivjak) az egyik busznak leszakadt, de semmi latvanyos nem volt, egyszeruen megallt, lecsatoltak mindenfele kabeleket, a busz elment, masik busz odaallt, felcsatoltak, aztan mar mentunk tovabb.

    szo volt rola, hogy visszafele megallunk monacoban, ezt vegul kihagytuk, igy is fel12 korul ertunk haza bp-re, hetfon. tehat egy kis joszandekkal mondjuk masfel nappal kesobb, mint terveztuk. majd kiderul, hogy bme szempontjabol mit vesztettem, elvileg 2 eloadast, amibol egyik se tul kulonleges (kinnlesznek majd ugyis a slide-ok, szal tokmind1). frugalware szempontjabol, meg boobaa commitolt, igy nem volt semmi gaz. amugy meg most 10 v 12 nap nyugi, nem tokmind1? :)

    ja es a franciak mondjanak le, nem hasznalnak zsebkendot, en meg pont elfelejtettem magammal vinni, es ugye utana faztam meg / betegedtem le. :P (allitolag a konyhaban hasznalatos ilyen tepheto papir keztorlo az amit ok kepesek orrfujasra hasznalni, hat egeszsegukre.)

    osszefoglalva persze oriasi elmeny volt, senkinek nem esett semmi baja, es remelhetoleg jovore is megyunk sielni. ;)

    update: par video itt.

    update2: par foto itt.


  • Tuesday, 10 February 2009
    Suspend to RAM for more than a week (Comments)

    So I went offline for skiing for about 11 days (Jan 30 06:24:13-Feb 10 00:48:09 to be exact), and I forgot that suspend to RAM works only for a few days. My normal notebook of course switched off. But interesting enough, the iBook still did not switch off, it said the battery even had 5%! :)

    Yeah, I still love this HW.


  • Friday, 30 January 2009
    ps i love you (Comments)

    hugom teljesen beleszeretett ebbe a filmbe, mar konyvben olvassa eredetiben (legalabb fejlodik az angolja) meg minden. persze megvan neki az eredeti dvd is - ami tenyleg tokjo, csak eppen sikerult mar annyira osszekarcolni, hogy angol hanggal a film vege elott 10pcel elakadt. aztan megint. harmadszorra meg nem. hat ennyit az eredeti dvdkrol.

    annyiban jobb egyebkent az atlagos romantikus izektol, hogy egyreszt kizart a teljes happy end, a film elejen meghalt user csak nem tamad fel a vegen; masreszt pedig a nagy macsot Gerard Butler jatsza akinek azert van ilyesmiben gyakorlata, eleg ha csak a Beowulfra, vagy a 300ra gondolunk.

    (a trailer vegen jo a poen. ;) )

    (imdb, trailer)


  • Friday, 30 January 2009
    the day after tomorrow (Comments)

    az alap sztori egyszeru, meg akar teljesen lapos scifi is lehetne. most epp nem attol felunk, hogy ki fog hulni a fold, hanem csak siman jegkorszak lesz.

    lathatolag volt boven penz a forgatason, igy sok latvanyos effektet sikerult beletolniuk, ezen kivul meg az is bejott, hogy vegre egy film amiben nem ugyanazok az ismeros arcok mutatkoznak, igy kb konkretan senki nem volt ismeros. :)

    kellemes szombat esti mozi, 1x erdemes.

    (imdb, trailer)


  • Friday, 30 January 2009
    the man from earth (Comments)

    magyarul azthiszem oslako neven fut. nem egy akciofilm. vegulis scifi, de ugy, hogy az egesz cselekmeny egy szobaban, meg - esetleg vegyuk meg hozza azt - a haz elotti kis kertben jatszodik. a jellemek egyenkent aprolekosan kidolgozva, a melyen vallasos, a folyamatosan kotekedo, a cinikus, a fenyegetozo, stb. :)

    aki szereti a muveszfilmeket annak be fog jonni.

    a foszereplo David Lee Smith a fight club-bol mar ismeros, a tobbiekre meg jellemzo, hogy nagyreszuknek meg a vezetekneve sincs kidolgozva. mert minek. a lenyeg, hogy egy igaz-hamis kerdest hogyan itelnek meg, es ohatatlanul mi is a tortenet reszeveve valunk azzal, hogy hol csak nevetunk, hol meg pislogva hallgatjuk az erveleseket.

    talan leginkabb a 12 duhos emberhez tudnam hasonlitani, bar ez nem annyira regi.

    ja es pls valaki mondja mar meg, hogy ennek a trailerehez miert a "best sex ever" cimu video az elso related? :P

    (imdb, trailer)


  • Friday, 30 January 2009
    the prestige (Comments)

    azt hiszem tokeletes trukk, vagy valami egyeb szenzaciohajhaszo magyar cim alatt fut. de meg akkor is megerdemli. nekem nagyon tetszett a film, annak ellenere, hogy sokat is vartam tole, leven Christopher Nolan a ket mostani batman film rendezoje, es ugy emlegettek, hogy ez a filmje se rossz. ;)

    hat igy is van. eloszor is csupa jo szinesz, Hugh Jackman (deception), Christian Bale ("o a batman" :P), es Michael Caine (batman begins). igy mar mindjart konnyebb elindulni.

    a cselekmeny reszleteibe nem vesznek most el, de annyit megemlitenek, hogy a kozismert fordulat miszerint 2 iker elonyt kovacsol hasonlosagukbol meg felnottkorukban is itt is elojon, es olyan igenyesen kidolgozva, amit azthiszem utoljara jules vernenel olvastam.

    boven tobbszor nezos.

    (imdb, trailer)


  • Friday, 30 January 2009
    the others (Comments)

    mufajat tekintve horror. Nicole Kidmannel, aki most semmi olyat nem tesz amit a Moulin Rouge!-ban lattunk nala, nem ariazik, nem szerelmes, nem nem. cserebe megtanul felni. felni a masvilagtol - es a temat ugy veti fel a film, hogy mosolyogva kerestem ra, hogy az egyhaz ez ellen a film ellen kivonult-e, de ugytunik nem. meg1x valszeg nem neznem meg, ellenben mar tenyleg meg kene tanulni (a se7en eseteben mar 1x elofordult), hogy bithunterrel nem egyezik a filmbeli izlesunk. ;)

    (imdb, trailer)


  • Friday, 30 January 2009
    my super ex-girlfriend (Comments)

    nos szoval, ugy dontottem, hogy most jon meg par bejegyzes olyan filmekrol amiket az utobbi fel evben lattam, de mindig inkabb valami masrol irtam. nincs kedvem ugy lelepni 10 napra, hogy ezek meg mindig foglaljak a helyet a todomban. ;)

    szoval, hogy raterjek a filmre ez olyan amit tilos egyedul vagy kizarolag ferfiak tarsasagaban nezni. nezzuk a pozitivumokat. jatszik benne Uma Thurman, akit szeretunk a paycheck es a ponyvaregeny miatt. es akkor itt vege is.

    a tortenet egyfajta ertelmezese szerint a supermanbol csinaltak romantikus vigjatekot, dehat nemtom..

    (imdb, trailer)


  • Friday, 30 January 2009
    bombajo bokszolo (Comments)

    bud spencer film, kivetelesen nem valami megjegyezhetetlen olasz cimmel. de azert szinkronosan neztem :)

    (imdb, trailer)


  • Friday, 30 January 2009
    Recording the audio output of flash videos (Comments)

    This is useful if you really want to record the audio of a clip, which is not on youtube (you can use youtube-dl there).

    The howto explains pretty much everything.

    Here are the amixer parameters I needed:

    amixer cset numid=24,iface=MIXER,name='Capture Source' 5

    ~/.asoundrc:

    pcm.copy { type plug slave { pcm hw } route_policy copy }

    record commandline:

    arecord -f cd -t wav -D copy foo.wav


  • Thursday, 29 January 2009
    twitter (Comments)

    Not that I'm a web2.0 maniac, but I registered on twitter.

    I think the only purpose I will use it - for now - is to microblog when I'm offline for multiple days, since blogging in that case is expenseve. We'll see.


  • Wednesday, 28 January 2009
    OpenOffice.org 3.0.1 vs Boost 1.37 (Comments)

    So it seems OOo 3.0.1 triggers a bug in boost 1.37, hopefully this commit will fix the issue. At least the OOo build did not stop so far..

    But my "law" is still true: every openoffice upgrade shows at least one problem in some other package. ;)


  • Tuesday, 27 January 2009
    Successful qemu-ppc install with frugalware-current (Comments)

    Tonight I synced the 2.6.28 kernel on PPC, enabled the Realtek driver needed by Qemu and tried again: the whole installation procedure goes fine.

    Of course (it couldn’t be true ;) ) the boot after the install fails, which is interesting - if boot from CD works fine, I don’t see why can’t it work from a HDD, but oh well.

    I just saw a recent commit in Qemu SVN about fixing qemu-system-ppc -kernel, so I’ll give it a try later.

    Ah, and the speed is really promising. I did the installation on my laptop, not on a fast machine, and a base install really completed not so slow. ;)

    Update: After upgrading to svn6463, it boots with:

    qemu-system-ppc -kernel boot/vmlinux-2.6.28-fw1-ppc -append "ro root=/dev/hda3" -hda ~/documents/qemu/hda.img

    \o/

    Update 2: Up to date install/run ppc scripts here.


  • Monday, 26 January 2009
    libarchive vs lzma (Comments)

    So I wanted to see how is the lzma support in libarchive, since there is now a stable release having my lzma patch, but pacman-g2's make check fails with the new version, sigh.. It looks like some file descriptor leak, it does not like when we try to install 1000 packages with pacman at once.


  • Sunday, 25 January 2009
    miro vs py26 (Comments)

    So we had this bugreport, just building miro against python 2.6 did not work out very well. Then I pushed a python-2.5 package, before I would realise all the miro deps would have to built against py25 as well, if I want to achieve this approach. OK, that's a no-go. Then I found the right few-liner solution in the #python@freenode logs. :)

    I sent it to upstream, we'll see how will they handle it.

    Oh, and I got a new patch to darcs-fast-export. A second contributor, yay! :)


  • Saturday, 24 January 2009
    irssiscripts (Comments)

    I got a reply to patches I sent one and a half year ago. ;)

    My patches to anames.pl and sockter-interface.pl are now applied in f0rked's irssiscripts repo.


  • Friday, 23 January 2009
    pretty woman (Comments)

    ha magyar filmhez kene hasonlitani akkor egyertelmuen a majdnem szuz jut rola eszembe, nyilvan a 18evvel kesobbi magyar film az eros koppintas.

    az egeszet ajanlasra neztem meg ugyebar, es nem is bantam meg, nem volt rossz. jo, tobbszor valszeg nem neznem meg, de egyreszt kivancsi voltam, hogy az idaig csak a Nights in Rodanthe-ban latott Richard Gere egy masik filmben milyen (ugyanolyan, keresni kene egy filmet amiben nem becsajozos uzletembert jatszik), masreszt Julia Roberts (Ocean's trilogia) is megiscsak mashogy nez ki huszonevesen.

    (imdb, trailer)


  • Friday, 23 January 2009
    "clock runs way faster than necessary" bug solved (Comments)

    Heh, it took my whole day. So the solution was that I needed to disable two CONFIG setting Crazy enabled (+ I enabled KVM again, not sure if that is related or not).

    And of course bisecting was totally damn unnecessary, since the bug is triggered by a given config line, not by a bad commit.

    Life is good.


  • Thursday, 22 January 2009
    Linux bisecting (Comments)

    So I reported this "timer runs too fast" bug to LKML and they asked me to bisect it. I know bisect already, but I only bisected userspace software which is easy. Basically you write a script that reproduces the issue, then git bisect will find the first bad commit automatically.

    With the kernel, this is much slower, because you must manually test each step.

    Of course I wanted to speed things up, so I wrote a small testcase and run it right after init=/bin/sh. This is bad. I haven't noticed until almost the end of the bisect that the bug occurs only after udev is loaded. Now that I'm sure the corrected test script really reports GOOD for 2.6.27 and BAD for 2.6.28, I can do the real bisect...

    As a side note, doing this with 1 machine would be really annoying. Luckily I can do whatever I want on my iBook, the build is done one of our fast Frugalware servers (dream) and I just download and test the bzImage on my notebook. I guess network booting would make it a bit faster (because currently I boot the test kernel, boot back the working one, download the next test one, goto 1), but I won't set up a whole tftp server on my iBook just for this. ;)

    So hopefully tomorrow we'll know what is the real first bad commit.


  • Wednesday, 21 January 2009
    Done and need-to-be-done kernel updates (Comments)

    I finished the update to 2.6.28 (I mean fixing external modules) in a WIP repo, will merge it tonight, if everything goes fine.

    OTOH it turns out that the net in qemu-ppc is disabled because the driver is disabled in the ppc config. So I'll have to enable those drivers when I sync.

    Oh and a trick. mplayer -vo null -vc null will stop playing audio if video finishes earlier. mplayer -novideo won't. So that'll be the solution for my "sample music gets truncated in an flv-wav-mp3 conversion" problem. ;)

    Finally the W3C css validator guys are nice, see this thread, basically it works fine now! :)


  • Tuesday, 20 January 2009
    Fast clock (Comments)

    After upgrading kernel to 2.6.28 my clock measures about 70 mins in an hour, sigh. We are debugging the issue with crazy, but probably it's not a user error, so we'll need to mail the lkml.

    I just tried qemu svn, and it's amazing.

    qemu-system-ppc -prom-env 'boot-device=cd:,\boot\yaboot\yaboot' -prom-env 'boot-args=conf=cd:,\boot\yaboot\yaboot.conf' -cdrom frugalware-1.0pre2-ppc-net.iso -hda ~/documents/qemu/hda.img

    can boot the 1.0pre2 ppc netinstall iso! :)

    The current problem is that the network card the machine emulates is not supported by the installer, but that'll be tomorrow's problem.


  • Monday, 19 January 2009
    PPC entry (Comments)

    I recently ported our Qemu package to PPC, and just tested that it really works. We have a Linux binary (compiled for i386) for some 'plan making' exercise (inside the AI course at the uni), and of course I wanted to run it on my iBook. And yes, just wrapping the command with qemu-i386 made it work! :)

    The other problem I noticed is that building external modules on PPC does not work. It seem to be a known bug. PLD has a patch that changes the error message - to a permission problem. Given that on x86 building a kernel module is possible as a user - the goal would be the same on PPC as well. Not yet resolved...


  • Sunday, 18 January 2009
    BitlBee vs plugins vs OS X (Comments)

    I just sent two ptaches to wilmer:

    • the first fixes install-dev with latest bzr
    • the second disables stripping on OS X as it seems that completely breaks plugins, while the plugin support is enabled by default.


  • Saturday, 17 January 2009
    sudo segfault (Comments)

    Quoting a mail I just sent to Miller:

    ,,It seems I hit a bug in sudo-1.7.0 (at least I can't reproduce it with 1.6.9p17):

    $ sudo chown vmiklos /etc/sudoers $ sudo false sudo: /etc/sudoers is owned by uid 1003, should be 0 Segmentation fault

    According to gdb, it seem to be a nullpointer-dereference bug, and given that it is reproducible only in case the permission and/or owner is wrong, I don't think it has a security impact. But who knows. ;)''

    We'll see how does he handle the problem.


  • Friday, 16 January 2009
    casablanca (Comments)

    regi, fekete-feher film. fennvan az imdb top250-ben, nem ok nelkul. annyira nem olvastam utana, de van ra egy tippem, hogy keves eredetileg magyar szuletesu rendezo csinalt ilyen szintu filmeket amerikaban '42-ben.

    wikipedian erdemes kicsit utanaolvasni, vicces, h mindezt ugy csinalta, hogy meg angolul se tanult meg rendesen.

    ja es nem utolsosorban mostmar tudom, hogy mire utal a macskajaj vegen levo "i think this is the beginning of a beautiful friendship". ;)

    (imdb, trailer)


  • Friday, 16 January 2009
    less(1) tweaks (Comments)

    First, to allow latin{1,2,whatever} accents in the pager to be non-escaped:

    export LESSCHARSET="iso8859"
    

    Second, I use:

    # F: quit if input is less then one page
    # M: no more-like short prompt
    # R: accept colors
    # X: don't throw away the output after quit under x
    export LESS="FMRX"
    

    Finally to send utf8 and other exotic chars in latin2 to stdout in git (OK, this is not strictly related):

    git config i18n.logOutputEncoding latin2
    

    Done!

    Old:

    Author: Andr??s V??r??sk?<91>i <voroskoi@frugalware.org>
    

    New:

    Author: András Vörösk?i <voroskoi@frugalware.org>
    

    You can choose... ;-)


  • Thursday, 15 January 2009
    lady in the water (Comments)

    ez nem jott be. szegeny k-t el kell szomoritsam, ugytunik nem egyezik minden szempontbol a film-izlesunk.

    igazabol ha van egy kis eszem, es elobb utanananezek, hogy Shyamalan redezte, akkor nem meglepo. :) eloszor lattam tole a falut, az meg jo volt. aztan jott a (persze idoben korabbi) hatodik erzek, az nem tetszett - bar igaz, annyibol erdemes volt megnezni, hogy Bruce Willis mekkora jo arc mar, hogy tud nemcsak lovoldozoset jatszani.

    itt is ez az utobbi a szitu, csak eppen Bruce Willis nelkul. noi foszerepben a falubol az egyik szinesz, aki kb u.ugy jatszik, de ott vakot jatszott, itt meg nem. a ferfi foszereplo elvileg a paycheckbol ismeros kene legyen, de nem az. a film kozponti temajat kepezo szorny kb olyan, mintha en csinaltam volna: annyira lenyugozott, hogy azon gondolkodtam, hogy biztos inverz kinematikaval mozgatjak a vegtagokat. :)

    ja es van hozza meg valami kinai mese is - utalom a japan/kinai meseket.

    (imdb, trailer)


  • Thursday, 15 January 2009
    Ideal Git CFLAGS for development (Comments)

    This is always an interesting area. The avarage user needs a whole day to test a oneliner patch, just because she never built the software in question, etc. The other end of the line is a regular developer, she modifies the source and she is able to test in seconds.

    Regarding git, the testing part is not that hard: I usually work on builtins, so I edit the source code, then type 'make git-foo', and run ./tnumber-desc.sh from the testsuite.

    The other part is that you need special compiler flags, since you are interested in extra warnings, debug symbols and such.

    The default CFLAGS is defined in the Makefile, which is a tracked file, so modifying that is a no-go. You need 'make configure', then ./configure, and then you can edit config.mak.autogen.

    Junio a few days ago mentioned the CFLAGS he uses.

    Here comes the interesting part:

    CC = ccache cc
    CFLAGS = -g -O2 -Wall -Werror -fno-inline -Wold-style-definition -Wdeclaration-after-statement
    

    -Werror so that I'm forced not to ignore warnings, -fno-inline to be able to debug inline functions, and I just stole the two others from Junio.


  • Wednesday, 14 January 2009
    More lilypond adventures (Comments)

    To expand my little lilypond knowledge, I just took an old song and tried to re-create in lilypond. Mostly finished, available here.

    Now time to find a working printer to see how does it look like on a real paper. :)


  • Tuesday, 13 January 2009
    W3C's css validator (Comments)

    I wasted almost 8 hours with trying to get it working from CVS, no luck so far.

    OK, I'm not a Java wizard, but.. most buildtime and runtime errors can be solved by scanning the list archives, but finally the Apache template engine it uses really can't initialize itself.

    I started to debug it, but working with CVS is really a pain, so I want to set up a git mirror first, then hopefully I can send my results till now to the w3c css list, and ask for help.

    Sigh. Java is still a pain.


  • Monday, 12 January 2009
    Lilypond and guitar chord arpeggios (Comments)

    Of course I have no idea if this is the right name of this stuff, to make long story short, I finally found a workaround to display this beast in lilypond. Yay!

    This project is really addictive, you can spend a whole day reading its documentation and you still just say "wow, this and even that is possible with this stufff". ;-)


  • Sunday, 11 January 2009
    oprofile (Comments)

    I did not have to work with a profiling tool for C so far, so here is my first experience.

    The kernel has to have oprofile support (the kernel in Frugalware-current does not have it, I'll add it after 1.0pre2). You'll need a kernel vmlinux file if you want to benchmark the syscalls as well (I did not need this one).

    Then there are 3 levels of starting: opcontrol --init/--deinit, --start-daemon/--shutdown and --start/--stop. The first one prepares /dev/profile, the second one starts the deamon, finally the third one start profiling. Obviously the second part does the opposite.

    Once you did a --stop, you can get the results. Example output:

    $ opreport -l /home/vmiklos/git/git/git /usr/lib/libz.so.1|head
    CPU: CPU with timer interrupt, speed 0 MHz (estimated)
    Profiling through timer interrupt
    samples  %        app name                 symbol name
    22823    56.4898  libz.so.1.2.3            inflate_fast
    6019     14.8978  libz.so.1.2.3            adler32
    5975     14.7889  libz.so.1.2.3            inflate
    4233     10.4772  libz.so.1.2.3            inflate_table
    456       1.1287  libz.so.1.2.3            crc32
    252       0.6237  git                      patch_delta
    55        0.1361  git                      use_pack
    

    which is pretty much what I expected - I did a 'git verify-pack' between --start/--stop, so the time spent with reading the compressed git object database.

    TBH I miss a strace/sudo-like simple wrapper as well...


  • Saturday, 10 January 2009
    piaf piaf (Comments)

    zene, de igazabol talan valahol a musical meg a tanceloadas kozott. a cimben levo linken el lehet hozza olvasni a hivatalos dumat, szemely szerint inkabb azt mondanam, hogy a darab ugy viszonyul a kozismerten abszurdnak es modernnek titulalt godot-ra varva-hoz, mint egy scooter koncert egy operaeloadashoz. huh? igen. :) bemegy a user es azt hinne, hogy akkor most egy, Piaf eletet feldolgozo eloadast fog latni. hat egy turot.

    csak, hogy nehany elrettento peldat emeljek ki:

    • a darab ugy kezdodik, hogy a szineszek kulonosebb jelmez nelkul be-be jonnek a szinpadra, az egesz olyesmi mint a szupersztar elejen mikor poloban meg farmerben megjonnek a szineszek, es ott kezdenek el feloltozni a forgatashoz.
    • mikor ez mar vagy 20 perce megy, akkor megnyugtatjak a kozonseget, hogy "mit varnak, a tortenetet? ja, az nincs". ok, tehat akkor nezzuk mi johet meg ;)
    • az egyik szamot mikor eneklik akkor bevonul vagy 7 ferfi szinesz, gatyara vetkozik, ezutan felvesznek noi ruhakat es az egyik ilyen kiherelt hangon elkezdi enekelni az egyertelmuen noi hangmagassagra irt dalt

    persze az optimizmus vegtelen, es tenyleg volt benne par mokas dolog.

    • egyreszt volt benne egy csomo piaf szam, amit - legalabbis zeneileg - ugytunik modositas nelkul adtak elo.
    • az egeszet a zenekar eloben kovette, nem cdrol toltak be a lewarezolt karaoke verziot ;)
    • balettnek szerencsere nem nevezheto, de ilyen akrobatikus akarmiket eleg sokmindent csinaltak, pl az egyik no ugy tolta a szolojat, hogy felfekudt valami asztalra, fejjellefele bedontottek 45fokban, aztan azzal rohangaltak fel-le, a csaj meg szemrebbenes nelkul enekelt :)

    hat szoval nemtom. talan meguti az "annyira baromsag, hogy mar jo" kategoriat, de igazabol sztem nem eri meg azt a kidobott 3 orat / 2.2khufot, ami elment miatta. de legalabbis ovatosan mielott valaki gondolkodas nelkul jegyet vesz ra :P

    ja es a fenti kepen lathato Telkes Peter kisertetiesen emlekeztet Ethan Hawke-ra, but maybe it's just me.


  • Saturday, 10 January 2009
    Preparing Frugalware 1.0pre2 (Comments)

    From today it's "freeze" till 13th. Pootle is funny again, it forces converting the po files to UTF-8, while _not_ converting the headers, so they still say latin2 in case of Hungarian translations, grr.

    A guy mailed me for help with my libwpd bindings, but it turned out he wants to use the C# part, so Fridrich just solved his problem in CVS.


  • Friday, 09 January 2009
    Working on merge_trees_simple() (Comments)

    I just pushed out these four commits. Basically they let a libgit user use the functionality which was hardwired to git-merge-tree till now. The idea is from Dscho, so I hope the patches will be welcomed. ;-)

    (I did not sent out any patches for now, since my ls-files parseopt patch isn't in yet, either.)

    Ah and we talked about (in case I'll be home during the summer) if I should re-apply for git in GSoC. Basically I don't want to do it, but I'm very happy that my ex-mentor even recommends me not doing so. Here are his lines:

    > About reapplying for Git... I would _love_ to have you again, since I know > you will get stuff done, and in a very nice way. > > There is always a but. > > But. Realistically, I think that you learnt so many things in the GSoC > project last year, that you do not really have all that much left which > you could learn in the Git community. You really just would be a work > horse. > > There are other projects out there who do fantastic and exciting things, > and have completely different personal (and political!) environments. > > So while the Git community member says "keep him!", the mentor in me says > "let him go!" albeit with half a sad eye. > > Therefore I am strong and point you to http://code.google.com/soc/2008; I > even met some of the guys at the mentor summit, and they are all pretty > cool.

    These lines made me happy, really. :-)


  • Thursday, 08 January 2009
    Playing with lilypond (Comments)

    So lilypond is a really geek-friendly project to produce music notation from text-based files. It has its own cryptic language. I spent a half day playing with it, so I'm not an expert at all, but I achieved something. ;-)

    The example song I wanted to describe is the cantina band from starwars.

    To make the long story short, here is the asciidoc source, the Makefile, and the result.


  • Thursday, 08 January 2009
    12huros gitar (Comments)

    hat ez valami felelmetesen nagyszeru talalmany :)

    a mai gitarprobankon az egyuttesbol az egyik lany egy ilyennel allitott be (ois kolcsonbe kapta, de azert lehozta erdekessegkeppen). persze ki akartam probalni, de az volt a feltetel h hangoljam be. hat nem tudtam mire vallalkozok, leven a hurok kettessevel baromi kozel vannak egymashoz, szal nemigazan arra van kitalalva, hogy egyesevel meg lehessen oket penditeni, igy aztan vagy negyed ora alatt sikerult a project. de utana.. szal kb olyan elmeny mint hurcsere utan, es ezt ketszer. iszonyu jo hangja van - bar arpeggioban kicsit szokni kell, leven kevesebb hely van a hurok kozott. balkez szempontjabol meg persze erosebben kell fogni a duplaannyi hurt es jobban szetszedi az ember kezet (nylonhuros gitar eseten a hurok feszitoereje ilyen 40kg korul van, femnel duplaennyi, es egy ilyennek megtobb, 100kg korul).

    ja es hangero szempontjabol se semmi, siman lekoroz egy kisebb erositot. ;)


  • Wednesday, 07 January 2009
    bitlbee-skype 0.7.0 (Comments)

    It's out, the only recent change is that I added a new setting to be able to see what is the raw stream BitlBee received. The other interesting part is that after the release I finally decided to split up that huge read callback and now each part is handled by a separate function, and I have a nice array of function pointers. BTW, this also made checkpatch happy about skype.c without doing hacks like:

    printf("%s %s",
            foo,
            bar);
    

    Which would really just make the code ugly.

    Yay! :)


  • Tuesday, 06 January 2009
    Migrating git-ls-files to use parseopt (Comments)

    People say that using bitfields in structs is slow. Of course it reduces memory usage, but the aritmetic is slower than just using pointers.

    But my real problem is that if a struct uses bitfields, I can't just pass foo->bar as a pointer. And I hate that. When migrating ls-files to parseopt, I needed to write 3 extra callback functions just because of this.

    Grr.


  • Monday, 05 January 2009
    Non-optional kbd (Comments)

    Still preparing for my 'Computer Networks' exam, so I did not do much coding.

    LGee just uploaded a few new pictures about his servers, and there are two interesting ones. ;-)

    First is this one. And then yes, I must agree that some mainboards are really can't be used a server.

    This other one is just interesting - first we though that's a bug in the Frugalware ppc installer, then later it turned out to be a generic Linux-ppc issue.


  • Sunday, 04 January 2009
    szall a kakukk feszkere (Comments)

    '75os film, meg gimiben lattuk eredetileg Bakossal (szerencsetlen hiaba hozott be barmi ertelmes filmet, ugyis az volt a program, h hogyan lehet felcukkolni :p).

    foszerepben a The Departed-bol ismeros Jack Nicholson, csupan itt 30 evvel fiatalabb. ;)

    meg van meg par emberke aki kesobb itt-ott felbukkan, Brad Dourif (gyuruk ura) vagy Vincent Schiavelli (startrek).

    a filmrol magarol meg.. szokasomhoz hiven nem kivanok wikipediat helyettesito plot summaryt irni. siman tobbszornezos, kicsit elgondolkodtato. jo. vagy legalabbis nekem tetszett.

    (imdb, trailer)


  • Sunday, 04 January 2009
    gmane export (Comments)

    OK, this was silly.

    Yesterday I wanted to reply to a post on the swig mailing list. I found the post on nabble.com, which is way worse than gmane.org, but - I guess - due to SEO black magic Google prefers the previous. So I searched for the mail on gmane.org, appended the usual /raw to the mail, but I still did not get a mbox, to feed it to mutt. Given that I had no idea what do to, I just simply wrote an mbox header, then mutt was able to open it.

    And finally it turns out that gmane has a nice export feature. Duh! ;-)


  • Saturday, 03 January 2009
    pacman-g2 -Qt bug (Comments)

    BMH still feeds me with info, he just found a -Qt bug - fortunately the fix was rather trivial.

    The nontrivial stuff is that he wants callbacks in the Python bindings and it seems that won't be easy. The reason is that - it seems, I don't have a working implementation yet - we'll need the traditional 'void *data' extra parameters in each callback to support that, since we need to store the Python context pointer somewhere.

    Of course first I want to have the whole thing working, before breaking the API with no good reason.

    The whole idea is based on this post. The provided examples work fine, at least.

    Snip. Dscho mailed me today with a project list about what could I do in Git - the two items are a major merge-recursive rework, the other is about packv4. I could learn a lot with both, my interest is in this order. But that's not yet in coding status, we're just discussing the details ATM.


  • Friday, 02 January 2009
    pacman -Sy: rsync-like optimization (Comments)

    This came up on the mailing list, and finally resulted in a commit in pacman-g2.git.

    The idea is to speed up the pacman -Sy operation just like rsync speeds up not re-transferring already sent data.

    Also BMH started to poke me about the bindings privately, so I pushed a few fixes and probably I will continue doing so.


  • Friday, 02 January 2009
    ponyvaregeny (Comments)

    arra biztosan emlekszem, hogy ketszer lattam, lehet tobbszor is (legutoljara nyaron a nosleep vegefele). nem mintha remlene barmi fontos mondanivalo vagy ilyesmi, de megis zsenialis. :)

    ja, idezetek. ezt szinkronosan lattam, szal itt tessek. azthiszem az ilyen "filmtortenelem legtobbet idezett mondatai" kategoriaban siman kapna par dijat.

    a szereplok meg magukert beszelnek. Samuel L. Jackson (starwars3), Bruce Willis meg Rosanna Arquette (6 evvel kesobb szinten egyutt jatszanak a bergyilkos a szomszedomban), Uma Thurman (felejtes bere, prime), es meg lehetne sorolni. megerdemli a helyet az imdb top10ben.

    ja es erosen 18+os, meg amit ra lehet aggatni az minden (a szohasznalat, a drog, a minden miatt ;))

    (imdb, trailer)


  • Thursday, 01 January 2009
    git-apply now uses parseopt (Comments)

    At least if you track git.git's "next" branch. Happy new year! :)

    (patch, merge)


  • Wednesday, 31 December 2008
    A goal list for 2oo7 (Comments)

    I did it in 2oo7 and 2oo6, so I did it this year as well.

    Writing such a list takes a lot of time, but I think it worth the effort.


  • Wednesday, 31 December 2008
    szokasos evvegi tizes osszefoglalo (Comments)

    evvegen egy csomo portal meg blog szokott ilyen 10es listakat kesziteni mindenfelerol, ami sokszor erdekes meg vicces meg ilyesmi. hogy ne maradjak ki a partybol, kovetkezzen a sajatom.

    leginkabb magamnak szedtem ossze par dolgot, szal ez most kivetelesen ilyen szemelyes jellegu post lesz, akit zavar az kerem gyorsan zarja be a tabot, most meg lehet.

    nem, nem a legfrissebb csajozos sztorikrol lesz szo. :)

    1. majus kornyeken valahogy felvetodott, hogy paran a #frugalware.hu csatirol menjunk el biciklizni. kulonosebb bajom nem volt a temaval, bar legalabb 3 eve porosodott a pinceben a gepem. aztan ebbol lett nyaron balatonmegkerules, most meg - pontosan nem neztem meg - 1800valahany kilometer tekeres lett evvegere, es nagyon megszerettem ezt a dolgot (mozgasigeny kielegites, kismerteku feltunesi viszketegseg, bkvutalat, ismerkedes uj emberekkel meg ilyesmi.)
    2. zaivaldi hivott nyaron az #antisleepers csatira, ahol a nyari nosleep versenyt megnyertem, valamit azota is tartom az idaigi 6 verseny rekordjat, kb 3 napnyi orankent ellenorzott ebrenlettel. jomoka volt - a kovetkezo (most a "teli szunetben" - mar akinek van olyan volt a kovetkezo, ennek) lebonyolitasaban segedkeztem, bar resztvenni nem volt idom.
    3. osztol felkertek az mkk egyik csoportjanak vezetesere (masodmagammal), annak minden idoigenyevel es oromevel egyutt.
    4. az elozo folyamanya, hogy kb 3 ev szunet utan ujra elkezdtem tancolni
    5. pont az idei ev elejen voltam kenytelen becsoppenni az msn vilagaba, szerencsere tovabbra is minimalis hasznalattal.
    6. nyaron a gsoc kereten belul dolgozhattam a git verziokezelon, kivetelesen jelentos merteku anyagi tamogatas mellett.
    7. hogy vegre valamit a bme-rol is irjak, a tavaszi felevben vegre sikerrel teljesitettem a szakiranykovetelmenyeket valamit a valaszthato targyak kovetkezteben sikerult valami ertelmes atlagot osszehozni, igy 4 felev szunet utan ujra kaptam osztondijat. az oszi felevet majd meglatjuk, idaig egesz pozitiv a dolog (egy targyat buktam csak el fixen, valamint az egyik (grafika) kifejezetten neheznek titulaltat 5osre megcsinaltam mindenfele csalas nelkul*)
    8. sztaki teruleten semmi valtozas, tovabbra is ugyanott, nagyjabol ugyanugy (ami persze nem termeszetes, tehat orulok neki)
    9. a gitarozas (fege) tekinteteben sincs tul sok minden ujdonsag - felmerult, hogy abbahagyom szemelyi problemak miatt, de vegulis az otlet elvetesre kerult, es azt gondolom, most ev vegen kevesebb feszultseg van az egyuttes tagjai kozott mint ev elejen volt
    10. direkt hagytam a vegere a frugalware-t, ahol rengeteg valtozast hozott ez az ev is, de ennek reszleteibe nem akarok most belemenni. esetleg annyit, hogy 3 ev kizarolagos pc hasznalat utan vettem egy ibookot - egyreszt maximalisan egyetertek (mostmar sajat tapasztalat alapjan) azokkal, akik azt mondtak, hogy egy nagyon kenyelmes, jol megtervezett es megbizhato hardware, masreszt pedig egyszeruen megnyugtato, hogy kikuszobolesre kerult egy spof :)

    hat hirtelennyeben ennyi.

    * nem mintha gyakran volna nalunk olyan targy ahol nagyon lehet csalni, de speciel ez pont olyan volt ahol ha megcsinaltal minden hazit akkor mar nem is kellett vizsgazni, es a hazikat meg meg lehetett iratni massal is.


  • Tuesday, 30 December 2008
    mkpasswd (Comments)

    I just noticed that I can ask mkpasswd to not include extra signs (so only [A-Za-z0-9]) in the passwd, and also I can ask it to make it longer, for example:

    $ mkpasswd -l 18 -s 0
    kweufGtytpIj1ds8bw
    

    Sadly it's quite useful on broken websites where they bail out with an error when my pass contains a ' or a "...


  • Monday, 29 December 2008
    Scripts used in the Python-2.6 mass rebuild (Comments)

    So here they go.

    First, I needed a list of packages for rebuild:

    wget -O test.html 'http://frugalware.org/packages/?op=file&srch=usr%2Flib%2Fpython2.5&arch=i686&ver=current'
    lynx -dump ./test.html|grep ' [0-9]\+\. \['|sed 's/.*\]\(.*\) .*/\1/' > test.list
    

    Then I used the following cycle:

    git checkout -f; for i in $(cat ~/test.list); do echo $i; cd ~/git/python26/source/*/$i || continue; sudo makepkg -t python2
    6,current -C; git clean -x -d -f; sed -i 's|python>=2.5|python>=2.6|g' FrugalBuild; bumppkg -t python26,current --rebuild "-
     rebuilt with python-2.6" || break; repoman -t python26 -k push; done
    

    When a build failed, I fixed it up manually and used the following aliases:

    alias pybuild="sudo makepkg -t python26,current -cu"
    alias pypush="repoman -t python26 -k push"
    alias pyrec='repoman rec "- rebuilt with python-2.6"'
    

    then removed the already built pkgs from the top of test.list and started the for cycle again.

    Once this was done, I did a

    git grep 'python>=2.5'
    

    to ensure everything has &gt=2.6 now (except a few cases where a rebuild was not necessary).

    Syncing on x86_64 was like this:

    I generated the package order with:

    git log --reverse --no-merges --pretty=oneline master ^origin/master|sed 's/.* \(.*\)-[^-]\+-[^-]\+-i686/\1/' > build.list
    

    Then I started a for cycle as well, but now just ignoring the failed builds:

    git checkout -f; for i in $(cat ~/build.list); do echo $i; cd ~/git/python26/source/*/$i || continue; sudo makepkg -t python26,current -C; git clean -x -d -f; makepkg -dgu; rm -rf src; if sudo makepkg -t python26,current -cu; then repoman -t python26 -k push; else echo $i >> ~/broken.list; fi; done
    

    fortunately less then 5% of all pkgs failed.

    OK, that's all.


  • Monday, 29 December 2008
    fotra minuszban (Comments)

    irhatnek arrol is, hogy a lany a vizben milyen volt, de azt nem most.. :)

    szoval par napja vetettem fel, hogy kene tekerni valamerre, aztan ugy alakult, hogy kimentunk mogyorodra es utana fotra, majd vissza bpre. szokasos oltozkodesen kivul semmi kulonos nem volt, pedig igy utolag tenyleg hideg volt (lgee becslese szerint -15C korul lehetett foton, de az teny, hogy zaivaldi teaja megfagyott) szal nem artott volna duplazokni meg valami combosabb kesztyu. de azert tul lehetett elni. foton van valami paszka pekseg, finom az arujuk.

    netto ido 3h41m26s, brutto ido 4,5h korul, 66.91km, atlag 18.1 kmh (cserebe nem izzadtam meg - vagy legalabbis itthon nem volt csuromvizes a polom mint ahogy szokott), max 42.8.

    hazafele meg 2 kulfoldit sikerult a pecsaba is elkalauzolni, hogyh a tarsadalom szamara is hasznos volt az akcio.


  • Sunday, 28 December 2008
    wanted (Comments)

    film amelyben Morgan Freeman (evan a minden6o, se7en, stb. - itt Sloan), nem jatszik Istent, sot megcsak igazsagharcos detektiv sem, hanem egy szemet allat. a fohos meg James McAvoy (atonement), aki valamilyen felreertes folytan hiaba luzer, megis felkaroljak. a luzerseget ugy kell erteni, hogy meg az ellen se kepes tenni, hogy a baratnoje ne csalja meg, vagy hogy ne nyomuljon ra Angelina Jolie (beowulf, gone in 60 seconds). szepen kibontakozik egy kis elmelet, hogy a Sloan vezette csapat miert gyilkolaszhat legalisan, aztan kiderul, hogy baromsag az egesz.

    egyszer nezos. esetleg akinek Angelina Jolie bejon annak tobbszor. :P

    (imdb, trailer)


  • Sunday, 28 December 2008
    Signature handling in Mono 2.0 (Comments)

    While rebuilding for Python-2.6, libbtctl FTBFS, and it turns out the problem was that old-style ".pub" signature. We'll see how upstream will welcome the patch, but at least that solved the problem for us at Frugalware.

    In fact that .pub sign must be ancient, I did the csharp bindings for Pacman-G2 a long time ago and then I already did not use the old form, either.


  • Saturday, 27 December 2008
    Python 2.6 (Comments)

    Started to work on a python26 WIP repo. About 400 packages will need a rebuild, so it'll be fun. I'll publish all the needed scripts here when I'm done - though most of them is in a "use once, then trow away" style.

    While waiting for the above scripts, I also started to work on converting git's builtin-apply to parseopt. Ideally it would be trivial, but it really have a lot of options, so probably I won't finish that today, either.


  • Friday, 26 December 2008
    darcs-fast-export 0.8 (Comments)

    Whoa, lots of stuff happened.

    darcs-fast-export 0.8 is out and it passes the big-zoo test. (In short AFAIK darcs2git goes to an infinite loop for big repos, the others just produce corrupted results, and d-f-e is the first that can pass that test.)

    I just noticed a bit expensive (since you'll be billed an international fee), but useful sms2irc method, by using sms4skype + bitlbee-skype. :)

    Oh and a trick. We at Frugalware use a hook to update the working dir after every push, so that the new (in git 1.6.1) warning when pushing to a non-bare repo is bogus. The way to disable it is in git-config, manpage, but here it is:

    git config receive.denycurrentbranch ignore
    


  • Thursday, 25 December 2008
    Frugalware Xmas logo (Comments)

    phayz just pushed out a special Frugalware logo for Xmas, I like it. :)

    BTW it's interesting, my sister got an English bible and it claims that "to make it easier to read it more fluently and accurately, it's 'anglicised'." Not sure if that's really true, especially that young people like me typically learn a lot of words and expressions from movies and series...


  • Wednesday, 24 December 2008
    Jeff Dunham's Very Special Christmas Special (Comments)

    igaz, hogy ezt meg november kozepen lattam, de most aktualis. idokozben az akkor bookmarkolt videot leszedtek, de nembaj, van masik.

    a show amugy tenyleg durvan poendus, sztem a poenok fele olyan amit a nem-amerikaban elok nem ertenek, es megis a vegen nem tudtam azt mondani, hogy ne erte volna meg megnezni. sot, valszeg meg fogom maskor is.

    az angolja eleg huzos, eloszor keresni akartam hozza feliratot aztan kiderult, hogy amit nem ertek az a feliratban sincs benne, leven ott csak annyit raknak bele, hogy kinnlehessen annyi ideig, hogy el lehessen olvasni. :)

    (imdb, trailer)


  • Wednesday, 24 December 2008
    Frugalware darcs repo in the darcs "big-zoo" (Comments)

    "big-zoo" is a collection of darcs repos, the darcs developers do benchmarks using this collection from release to release.

    Recently our old Frugalware repo has been added, which is good, for multiple reasons.

    First, now I can say that the reference for a good darcs exporter is the big-zoo, our old repo contains weird patches which were not yet part of "big-zoo" so far. Not that I'm evil, but I want to show that currently darcs-fast-export is the only exporter that can correctly convert all the repos in "big-zoo".

    Second, it is a huge repo, so developers can how see the corner cases where darcs is really slow for a huge repo - though the GHC one was already included which is almost as big as our one and the most annoying cases are already optimized recently. (No, of course I can't compare it to git, I compare it to darcs-1.x.)


  • Tuesday, 23 December 2008
    big fish (Comments)

    mese a fiurol akinek sajat velemenye van apjarol, es ami a vegere megvaltozik. eleg szaraz, nem? :) hat persze, igy aztan a film azzal kezdodik, hogy mi is elhisszuk, hogy a papa csak hablatyol, hogy aztan a vegen rajojjunk, hogy annyira nem is. ;)

    foszerepben Ewan McGregor (deception, star wars, moulin rouge, stb), Billy Crudup (aki egyebkent sztem tokre hasonlit Ashton Kutcher-re), Albert Finney (ocean's twelve). meg rajtuk kivul is meg nehany irmeros arc: Helena Bonham Carter (fight club), Alison Lohman (beowulf), Steve Buscemi (pulp fiction) es meg lehetne sorolni.

    talan pont a szineszi jateknak koszonheto a felnottmese jellege. vagy nemtom. 1x erdemes.

    (imdb, trailer)


  • Tuesday, 23 December 2008
    Next step in the "tailor creates corrupted repos" story (Comments)

    I've just added a new comment to the previously mentioned ticked. In short, it seems that darcs what -s --xml is horribly broken, and tailor heavily relies on this, so darcs-fast-export did.

    I just removed this for now - maybe later I'll write my own patch parser, but that does not have a high priority in my TODO.

    I want to cut a release in case all the test conversions in the "darcs-benchmark" repo passes fine, but that will take 2-3 days, I guess.


  • Monday, 22 December 2008
    star wars 4 5 6 (Comments)

    az apropot egyreszt ez elozo post adta, masreszt az, hogy megkaptam az eredeti valtozatokat, azok minden erdekessegevel egyut.. :)

    mivel volt idom szorakozni ilyesmivel, a shotok sajatok es a trailer pedig mindenutt egy korabeli - eleg mokasan neznek ki. ;)

    nehany dolog ami ujdonsag volt:

    • tenyleg Han lo eloszor
    • a Cantina Band-re idaig nem figyeltem fel, pedig allati jo. nehanyszor eleg meghallgatni ahhoz h az ember fulebe masszon egesz napra ;)
    • az milyen mar h a jawak jarganyan ott a wall·e? (shot)

    (imdb, trailer)

    ebbol csak a ket kedvenc idezetem:

    "Size matters not. Look at me. Judge me by my size, do you? Hmm? Hmm. And well you should not."

    "No. Try not. Do... or do not. There is no try."

    mind2 yodatol. :)

    (imdb, trailer)

    (imdb, trailer)


  • Monday, 22 December 2008
    Persistent channel names in BitlBee (Comments)

    See this ticket. The idea is not to use "chat_randomnumber" as channel name, so that irssi can remember the layout.

    We'll see how wilmer will welcome the idea. ;-)

    OTOH, I still hate bzr:

    $ bzr pull
    Using saved location: http://code.bitlbee.org/bitlbee/
    Format <RepositoryFormatKnit1> for http://code.bitlbee.org/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
    No revisions to pull.
    $ bzr upgrade
    bzr: ERROR: The branch format Bazaar-NG meta directory, format 1 is already at the most recent format.
    

    I guess it refers to the server repo, but PLEASE, why should I care about it? It's not my repo!

    And again something else. I just started using tuxguitar. I like it, but having sound in it was not trivial. It turns out that the working setup is to run

    timidity -iA -Os
    
    and then disable the oss output plugin, enable alsa, and choose the timidity midi output in the sounds settings in tuxguitar.


  • Sunday, 21 December 2008
    bookmarks in bitlbee-skype (Comments)

    Yesterday macmaN on #bitlbee poked me about how would it be possible to rejoin existing groupchats after connect automatically. It turned out that Skype has support for Jabber-like bookmarks, and it wasn't too hard at all to implement it.

    I want this to settle down then I'll be ready to release 0.7 next year, I hope.


  • Saturday, 20 December 2008
    graph2k8.git repo (Comments)

    OK, this is probably not that interesting, but who knows... I just put out some code I did during this semester for this OpenGL course. It's available here.


  • Friday, 19 December 2008
    star wars 1 2 3 (Comments)

    bekoszontott a vizsgaidoszak, igy ideje volt valami nagyobb adagnak nekiulni nezni, nehogy tul sok ido maradjon a tanulasra.. :P

    a cimben szereplo 3 filmet nyilvan meg annak idejen moziban neztem, csakh meg az utobbi is akkor jott ki amikor igencsak gyakorlatlan voltam ahhoz, hogy eredetiben nezzem. pedig erdemes. peldaul yoda szokatlan szorendjet keptelenseg leforditani, hiszem tukorforditassal a magyar szorend egyaltalan nem lesz szokatlan..

    (imdb, trailer)

    (imdb, trailer)

    (imdb, trailer)


  • Friday, 19 December 2008
    Tags without a tagger in git (Comments)

    So this came up on IRC: ancient tag objects in git have no "tagger" line, and thus converting such a repo with git fast-export is not possible. And the usual way - I just reported it on the mailing list and Dscho quickly provided the necessary patch.

    I hope the ubuntu guy (who is in CC) will at least give Dscho a "thanks", but who knows if it'll ever happen..


  • Thursday, 18 December 2008
    TIlde in asciidoc manpages (Comments)


  • Wednesday, 17 December 2008
    Remove items from a python list (Comments)

    One item in Python's magic word is that you don't have to really care about memory management. I already know if i want to "strdup" a list, then i need foo[:], but I did not notice that in case I iterate over a list _and_ modify it, then I need such a trick as well.

    Example

    l = ['a', 'b']
    for i in l:
            l.remove(i)
    print l
    

    So we remove each item from the list (an expensive version of "l = []").

    However, the result will be "['b']". Now if you use "for i in l[:]:", everything will be fine, because you can iterate over the original list.

    It's a shame that I do python for more than 2 years, and I did not know such a basic stuff. :(

    (original post)


  • Tuesday, 16 December 2008
    a few note about rpm (Comments)

    I spent some time today to prepare some rpm packages for an RHEL4 box, it was an interesting experience. To preface to this story is that first I had to do the followings on Frugalware:

    • Patch mysql 5.0.37 to add support for the sphinx search engine
    • Make sure about sphinx itself works fine with this (though sadly I haven't had time yet to package sphinx as well).

    We have a newer (but compatible, since we still ship 5.0.x) mysql, but a simple git checkout gave me the old buildscript and then the patch applied perfectly.

    Then the plan changed, I needed to do this on an RHEL4 box as well.

    Steps:

    • Fix broken up2date config, it seems nobody installed any security update on the box for a long time.
    • Notice that RHEL4 has mysql 4.x, so I had to upgrade it to 5.0.x which was not trivial.
    • After adding the patch to the spec file, I saw that there are a bunch of manual autoconf/automake/autoheader/autowhatever calls, so I did not add a call to mysql's own autogen script. It turned out later that this was a fault, the default autofoo calls did not regenerate all the necessary files, basically they just took a lot of time, but did not really do anything useful. Sigh.
    • Once build was done, I had to rebuild perl's mysql driver and the whole php package because of the major mysql upgrade. Did I say I hate to touch php?
    • And finally the worst was to package sphinx. I used some opensuse spec file, but it turned out to be badly broken on RHEL4. Fixing it was not so problematic, but took a lot of time, because debugging a specfile under RH is a PITA.
    • Let me show a few examples. The equivalent of Fdestdir (the directory which will be tared up after the build is done) is not rm -rf'd before the build starts. So if you have some crap there, your final package will have it.
    • OTOH, Fsrcdir (the directory where the build takes place) is deleted, which means you can't do an incremental build.
    • If you break your pre-uninstall script, you can't easily uninstall a package, even with rpm -e --force --nodeps (you need some magic --no-preun switch, which is not implied by --force).
    • If you say rpm -Uvh foo-2.0.rpm, then sometimes it bails out with an error about it has a file conflict because /bar/baz.so is provided by foo-1.0. What? Doesn't -U stand for upgrade?

    Okay, this was enough. I finally finished the task, but I again just can make a "this is so much more efficient with Frugalware" note. ;-)

    And no, I don't like to write about why foo sucks, but both this packaging system (or at least the default settings) a docbook sometimes really sucks.


  • Monday, 15 December 2008
    date of docbook manpages (Comments)

    It seems the method we used to have a custom date format (ie.: not the default mmddyy, but the yymmdd one) is no longer supported. I spent about an hour trying to figure out what's wrong with it, but it seems the solution is not so trivial and it just does not worth the effort. So it's dropped for now, sigh.

    And if I'm at blaming docbook, then here it is: The git manpages still have a ".ft C" / ".ft" string pair around code blocks (or whatever they are called, think of the html <pre> tag), probably due to some broken custom asciidoc.conf.

    I like docbook (since generating man/html/pdf is easy from it), but I really hate the fact that they break something with each release. ;-/


  • Sunday, 14 December 2008
    Playing with metapost (Comments)

    The name of the command is mpost(1), and it's part of the tetex package. I read about it in udrepper's blog. The situation for me is true as well: I'm better in programming than doing anything by hand, so it's something for me. Some very initial results here.


  • Saturday, 13 December 2008
    GHC upgrade (Comments)

    I just got some time to upgrade GHC to 6.10.whatever in Frugalware-current, and it seems they managed to create some screwed up bootstrap binaries, linked to lineedit. This is some BSD version of GNU readline, we did not even had it packaged and the docu says it's outdated in most distros. :-P

    However, we still want to bootstrap using upstream binaries, so now we use it. At least I was able to get rid of the ugly LD_LIBRARY_PATH hack, caused by the old readline library they linked the binaries in the previous series.


  • Saturday, 13 December 2008
    in bruges (Comments)

    "in fucking bruges?" - ha valaki latta a filmet, tuti ez az elso ami eszebe fog jutni. ;)

    amugy meg televan szep bruges-i kepekkel, persze nem annyival h elmenjen kulturfilm-iranyba a dolog. jatszik benne Colin Farrell (minority report), Brendan Gleeson (beowulf), Ralph Fiennes (schindler listaja). ja meg Clémence Poésy, akit most lattam eloszor es tokjol vitte a szerepet.

    a sztori is jo, van mondanivaloja, szal teljesen elegedett voltam. :)

    (imdb, trailer)


  • Friday, 12 December 2008
    Hacker Purity Test (Comments)

    I just found this test, it's an old one, almost 20 years old. It's funny to see what questions became outdated and which didn't.

    Some of my favorite questions:

    • Do you complain when a "feature" you use gets fixed?
    • Ever mask an NMI?
    • Do you own more than 16 floppy disks?

    Of course the last one is because I still do have more than that - though I no longer have such a reader at home - would have to go to work to read them. ;-)


  • Thursday, 11 December 2008
    Git Janitor cleanup (Comments)

    Mailed Christian Couder to cleanup up the Janitor page on the wiki a bit, since for example all the git_config_string refactoring is already done.

    It's nice I did not really have to explain I do not want to destroy his work, it's just no longer necessary - he understood it just fine.


  • Thursday, 11 December 2008
    batman begins (Comments)

    huh, hat ez szinten tobbszornezos. a masodik resz onmagaban is nyilvan ertheto meg minden, de azert igy kerek a sztori. es talan a masodik reszben kicsit jobban fel van porgetve a technika, itt is legalabb olyan jo a szineszi jatek, szal ezis ilyen abszolut 10/10pontos alkotas.

    Rachelt itt meg Katie Holmes (phone booth) jatsza aztan feltunik Liam Neeson (narnia kronikaiban aslan hangja), de amugy nagyjabol minden szereplo ismeros a masodik reszbol.

    (imdb, trailer)


  • Wednesday, 10 December 2008
    Git User Manual in PDF (Comments)

    I just sent out a patch to add support for generating the pdf version of the git user manual. I (and some of the guys at the uni - just discussed recently) prefer reading long docs in pdf, rather than in the memory leaker firefox.

    We'll see how it'll be accepted.


  • Tuesday, 09 December 2008
    Enjoying search autosizer (Comments)

    This was getting more and more annoying. So my problem was that whenever I searched for something in Firefox, I typed it to the search bar and the query was left visible there. This is just totally idiotic for (at least) two reasons.

    First, those search queries show what you are thinking about. It's normal that you don't always speak about what you are thinking about, so why would it be logical to always show what are you searching for. This is just uncomfortable for other people, they come to your box (somebody from the family, etc), want to search for something and they see what you were searching for, and they will think about "why did he search for this" - not that they care about it, they just don't want to see this info.

    Second, I regularly work in a library and such places where the contents of a query may be just sensitive info and/or NSFW.

    OK, so as the result of the previous problems, I saw myself just hitting enter in the search box to get the normal search form and search there so the original search box remained empty. This was abnormal.

    Today I spent some time searching for a proper solution for this and sort-of found it: the Searchbar Autosizer extension. Actually it's stupid as it re-sizes your search box (so make sure you remember the size of it before you install this extension), but you can make it a fixed value again and in the second dialog of the preference wizard you have the option to clear the search box right after you hit enter. Excellent, that's what I was looking for. :)


  • Monday, 08 December 2008
    Fast distributed development (Comments)

    So when I first sent a kernel patch to the x86 subtree, I had to wait a lot. The patch (commit 273c112 in linux-2.6.git) was created in May and the first release (v2.6.27) was out in October. Then I discovered that critical bugfixes and security fixes are a different matter, getting such a patch in a release takes 1-2 weeks, depending on the priority of the patch.

    Today I noticed that the newest git release (v1.6.0.5) comes with my patch which I just created 1.5 days ago. Yes. that's how does goes if people know you. :) OK, this is not a rule, a release may take more time, but it is really committed in ~2 days in most cases - if the patch itself is correct and you earned some credit already from the maintainer.


  • Sunday, 07 December 2008
    Export to C from Gimp (Comments)

    I like this feature. It's pretty useful now when I have a homework at the uni where the whole solution should be a single C file. So I just do a texture in Gimp, export it to C, copy&paste it to "the" file, and stop wasting my time trying to create some texture by hand. Yay! :)


  • Sunday, 07 December 2008
    gitar mikulaskor (Comments)

    ilyen. szeretem csodalni azok jatekat akik jobbak nalam. :)


  • Saturday, 06 December 2008
    Having fun with boost 1.37.0 (Comments)

    So we decided to upgrade from 1.35.0 to 1.37.0 in Frugalware-current. As usual, there is a WIP repo since this won't be finished in one day. Most of the trivial rebuilds are done, but still need to fix up miro, pdfedit and bmpx. Ah and I needed to upgrade libtorrent as well which resulted some problem in btg and qtorrent, though both have some support for the new 0.14.x libtorrent in SVN so most of the work was just to backport those patches.

    A user on #frugalware asks when will we have python-2.6. Not before boost-1.37, I'm sure.

    Side note: It seems I managed not to waste the whole day just because I met and old friend (and drinking beer). It turns out that if I drink 2 beers and sleep 2 hours then I can code without the usual "go to bed early, sleep a lot, then you can work" procedure.


  • Friday, 05 December 2008
    kernel.org gitweb fork (Comments)

    It has not been updated for a long time, but today a fix appeared. It seem to be kernel.org-specific though, so don't worry.


  • Thursday, 04 December 2008
    gitte on tailor (Comments)

    Today evening gitte collected a summary of his tailor problems, which I would call a nice collection.

    He says:

    01:31 < gitte> vmiklos: tailor was limited in many ways.
    01:31 < gitte> vmiklos: one, basically branch per branch.
    01:32 < gitte> vmiklos: two, it was written in Python
    01:33 < gitte> vmiklos: three, it did not define a language, but a
                         class interface
    01:33 < gitte> vmiklos: four, it made assumptions about the internal
                         organization of SCMs
    01:33 < gitte> vmiklos: five, it is maintained in a darcs repository,
                         which tailor cannot even convert to Git.
    01:35 < gitte> vmiklos: oh, and it did not help that the configuration
                         is awkward and badly documented, not to mention
                         inconsistent with regard to the types of input/output
                         repositories.
    


  • Wednesday, 03 December 2008
    Asciidoc QA (Comments)

    OK, given that I want to build the Git User Manual 1.6.1-rc1 with Asciidoc 8.3.0, I continue the story started yesterday. The new bug seem to have something with attribute handling, whitespaces in references and quotes, pick your favorite one.


  • Wednesday, 03 December 2008
    konyv7 2oo8 (Comments)

    ilyesmi. ma voltam az E-ben egy orat, meglepoen sok ismeros konyv volt (szal amit mar olvastam es sorakozik a polcomon) meg olyan amibe beleolvasva ertelmesnek tunt. meg pentekig lesz, erdemes egy kicsit elidozni, tokjo ajandeknak valo cuccokat lehet osszegyujteni.


  • Monday, 01 December 2008
    asciidoc and tex math expressions (Comments)

    So today I had a test at the uni with a lot of formula and given that it was boring to learn, I created a cheat sheet using asciidoc. The fun part is that the just released asciidoc 8.3 not only supports inline tex expressions but (using -a latexmath) supports rendering most of them to html as well.

    I bookmarked a few related useful howtos on delicios, and my 14-page-length doc is available here (source, pdf, html).

    I also like the new table format. The only buggy thing seems that I always have to scale images down, 100% results in a size about 200% somehow. Ah and the url escaping stuff I just reported, but that's not a problem here.

    I hit it while building Git v1.6.1-rc1, released today. The toplist of that is interesting:

    $ git shortlog -s -n v1.6.0..v1.6.1-rc1|head
       351  Junio C Hamano
        61  Alexander Gavrilov
        54  Shawn O. Pearce
        48  Miklos Vajna
        43  Jeff King
        38  Brandon Casey
        29  Nanako Shiraishi
        28  Nicolas Pitre
        25  Alex Riesen
        24  Petr Baudis
    

    Heh, heh.


  • Sunday, 30 November 2008
    darcs-fast-export benchmark postponed (Comments)

    OK, I gave up converting darcs' darcs with tailor, opened a ticket for it. Once that is resolve, I hope I can do a comparision.

    Snip. I like the new asciidoc-8.3.0, now math expressions can be defined using the latexmath :: [] macro inline. ;-)

    Snip. I like how people can say the usual "if you need it, send a patch" sentence. Today's version:

    "It's not very high on my list of priorities, but I assume fixing the problem is probably not hard if you decide to get your editor dirty." :-)

    (full message)


  • Saturday, 29 November 2008
    salomon elios xx black (Comments)

    hervisben volt ilyen learazos moka es mar tervben volt, hogy kene egy uj bakancs, ilyen lett. legkesobb februarban kiderul, hogy hogy szolgal.

    remelhetoleg csak azert volt olcso mert kifuto szeria, legalabbis a salomon sajat honlapjan mar nincs rola info, egyeb meg LMG.


  • Saturday, 29 November 2008
    Undocumented modprobe switches (Comments)

    I just sent this patch, because I hated I had to look up the source about what -b does.

    BTW, I did the d-f-e benchmark for the ghc repo as well, the results are here. I hope I can get tailor to somehow convert the darcs and ghc darcs repo as well, then I can draw some nice chart about how fast d-f-e is. ;-)

    Currently it can't convert darcs.darcs because I specified latin2 as input/output charset and it considered that as invalid. Given that d-f-e detected ISO-8859-2, I wonder WTF is this, I unspecified the output charset and changed latin2 to ISO-8859-2 on the input side, we'll see if that helps or not.


  • Friday, 28 November 2008
    darcs-fast-export.git: dramatic speedup (Comments)

    I got to implement the direct patch technique for darcs2 repos in darcs-fast-export, and it seems to be a dramatic speedup.

    The benchmark was done using darcs' darcs.

    Before:

    real    786m16.035s

    After:

    real       29m39.458s

    I plan to do a similar benchmark with ghc's darcs repo as well (it contains about 19k patches).


  • Thursday, 27 November 2008
    Sad story about darcs show (Comments)

    So today I did what I have in my TODO for some time: make darcs-fast-export produce the fast-import stream on the fly, without a tmp working dir (that's how tailor and darcs2git works, and I think that's just ugly).

    And the result? I thought this will be the trick that makes it a lot faster, compared to tailor and at the end it turns out that it slows it down about 3 times. :-(

    Not counting speed issues, it's a huge cleanup:

     12 files changed, 34 insertions(+), 106 deletions(-)

    Dunno what to do with it now. I'll try to poke the darcs devs, maybe they can optimize it a bit.

    The sad fact is the comparision to git:

    $ time darcs show contents --match "hash 20040523231834-97f81-2bca6242bec169bd01079378524a33e0310e0b65.gz" tailor.py >/dev/null

    real 0m2.780s $ time git show 451ae1176d56a579d3d7bd236fe7d7dd9df59326:tailor.py >/dev/null

    real 0m0.004s


  • Wednesday, 26 November 2008
    Benchmarking darcs-fast-export (Comments)

    OK, so I got this idea in the darcs-user mailing list that it would be nice to do some benchmarks on how fast and correct darcs-fast-export is. Actually I already have a TODO item about an idea that would make it faster, but doing a benchmark before doing the speedup is required in that case as well, so that I can show "hey, this is cool, it results in foo% speedup!11". ;-)

    And if I'm already there, I plan to do it with tailor as well, I'm just curious about how fast it is. Ideally fast-import is much faster, but I guess the current darcs exporter does not make use of it, so I expect something like 1:1 for now.

    The test repo is darcs' darcs, current status with darcs-fast-export is like:

    progress [2008-11-25 16:02:28] getting list of patches
    progress [2008-11-26 00:53:25] 4000/6548 patches

    Yeah, darcs apply is slow.


  • Tuesday, 25 November 2008
    nights in rodanthe (Comments)

    tekintsunk el attol, hogy a cimbol alkotott mozaikszo eppen egy nor kapu ;)

    amolyan atlagos romantikus drama, elolvastam elotte egy ajanlot, nem tobb es nem kevesebb annal amit vartam. tekintve, hogy nem talaltam angol feliratot, ra voltam kenyszeritve, hogy gyakoroljam vegre egy kicsit a felirat nelkuli angol filmnezest. (valszeg nem jogos, de ettol fuggetlenul azert mindig sikerelmeny, mikor a film vegen feltunik, hogy "je, ez nem volt szinkronos" ;) ).

    visszaterve a mozikban mar egy honapja jatszott filmre, a ket foszereplo Diane Lane (untraceable) es Richard Gere (na ovele meg nem talalkoztam). a tobbi szereplo gyakorlatilag elhanyagolhato, bar a harrypotter-arcu Charlie Tahan (i am legend) itt nemigazan artatlan kisgyerket jatszik, inkabb az igazi 12eves geek megtesitoje. :)

    (imdb, trailer)


  • Tuesday, 25 November 2008
    Sample A* implementation in Java (Comments)

    I got this exercise at the uni, and I thought it's easier if I split the problem: first the logical one (implement the pseudocode from Wikipedia in Python) then the RTFM one (figure out the right Java API).

    Of course I wasted the whole evening by not starting working on it, so it was 0:30 when I started. It took about 2 hours to do the Python implementation, and then again two hours to transform it to Java. And of course the code is two times longer. Guess what? One of the guy I talked today was surprised about how short my Java code is. :-P

    BTW, the day before I finally got to write git-darcs. An old vision that is now reality. :-)


  • Sunday, 23 November 2008
    Initial bidirectional gateway between darcs and git (Comments)

    There is now a testcase that checks if the feature mentioned in the post title works.

    Basically I hope I can write - based on this - a git-darcs wrapper that will make it easy to convert a darcs repo to a git one, work in git, then push the result back to the darcs repo, something I wish a long time ago. ;-)


  • Saturday, 22 November 2008
    Mutt upgrade (Comments)

    I use Frugalware's mutt-ng package for e-mail, which is mutt-devel + a more-or-less small patchset, maintained by voroskoi. Given that he was quite inactive recently, I poked him regularly to update the package (+ the patches, of course) to 1.5.18. I just noticed today that he did so about a month ago. :-)

    Two changes I noticed so far are: 1) when you open a large folder, not only the current/total value is printed for processed mails, but the percentage as well, and 2) the sidebar shows again the number of flagged mails, which feature disappeared IIRC after we switched from "mutt-ng as a fork" to "mutt-ng is mutt-devel + patches".

    Snip. I bumped our kernel to 2.6.27.7 and it seems now I have to update the kernel config even for a new -stable release, which is quite annoying. :-/

    Snip. This evening I got some time to work on this darcs-git stuff again and I tagged darcs-fast-export 0.5 + pushed an initial darcs-fast-import.

    Of course it does not support incremental import, it does not import tags yet and such, but it works! ;-)


  • Friday, 21 November 2008
    Codeswarm (Comments)

    The project was linked on a news site today, but voroskoi already poked me about "hey, you should try it out with Frugalware", so I was aware of the project already. The reason I point it out is that now they create a sample for Git as well, and I seem to appear in it at 4m25s, heh.


  • Thursday, 20 November 2008
    Life without IPv6 for a day (Comments)

    The IPv6 tunnel I use changed its IPv4 address. This caused some great silence in my IRC client, basically none of the freenode people was able to poke me with random problems. ;-) But the party is over, since the tunnel guy was kind enough to mail the new IP.


  • Wednesday, 19 November 2008
    kulonvelemeny (Comments)

    a cim ismerosen cseng mar miota a fulemben, de idaig ez meg nem volt meg. es vicces, hogy a magyar cimet irom, leven mostanaban hamar leulok filmet nezni akkor igyekszem angol hanggal (+ opcionalis angol felirattal) tenni - elvegre minden film alatt tanul par uj szot az ember, meg szintfentartasnak se rossz.

    a mufaj scifi, az iro Philip K. Dick pedig ismeros volt mar a felejtes bere-bol. sot igazabol az egesz mu sokban hasonlit ra, nem veletlenul.

    foszerepben a szamomra a rain manbol ismeros Tom Cruise, aztan meg par ismeros arc mint pl Colin Farrell (phone booth) vagy Kathryn Morris (szinten felejtes bere).

    ez is nyugodtan nezheto tobbszor. :)

    (imdb, trailer)


  • Tuesday, 11 November 2008
    lelegzet (Comments)

    a trailer eleg sokat elmond az egeszrol. sokszalon futo tortenet amirol hiaba tudjuk elore, akkoris hitetetlen, hogy a vegen megis osszeernek.

    a szineszi jatek fenyet pedig olyanok emelik mint Julie Delpy (before sunset), Brendan Fraser (crash), Andy Garcia (oceans') es Forest Whitaker (phone booth).

    tobbszor nezos. :)

    (imdb, trailer)


  • Tuesday, 04 November 2008
    the edge of love (Comments)

    huh, regen lattam filmet premier elott, de ez erdekesnek igerkezett, es nem is bantam meg. erdemes angol felirattal nezni, mert a Dylan versek megis masok eredetiben. sokban hasonlit a "vagy es vezeklesre" (amiben szinten keira knightley jatszik) a korulmenyeket tekintve, viszont az egesz cserekmeny itt tok jol meg volt csinalva. valamilyen szintu happy end is megvolt a vegen, de persze nem tulzasbaveve, elvegre megiscsak egy dramarol van szo.

    a masik noi foszereplo sienna miller, vele is lehetett talalkozni az alfie-ban, a casanovaban, es erdekessegkeppen a "kis vuk" angol hangjat o adta. ferfi foszerepben cillian nurphy (dark knight) es matthew rhys (sorted). szoval csupa ismeros arc.. csak ajanlani tudom. holnaputantol a mozikban! :)

    (imdb, trailer)


  • Monday, 03 November 2008
    kerdoiv (Comments)

    itt. hugom azt igeri, h ebben a felevben tobbet nem kell csinaltatnia, es azzal gyanusit h a blogot tobb himnemu, olvassa, es egyelore abbol van fokepp hiany. ;)


  • Sunday, 26 October 2008
    tura es nightride (Comments)

    bar nem tekereshez tartozik, de tegnap volt, es hamar irok, irjak errol is. ugy alakult, hogy 6 mkk-s tarsammal egyutt voltunk kirandulni a borzsonyben. tul pontos utvonalat nem tudnek irni mert pont azt elveztem, hogy ezt a turat nem en szerveztem, es en csak user voltam, de valami olyasmi, hogy keles fel7kor, ki a nyugatiba, onnan szobra vonattal, aztan busz aztan kisvasut, onnantol vegre gyalog. a kisvasut amugy mokas volt mert valami olyasmit magyaraztak, hogy a nap folyaman elsore akkor ment fel a palyan a szerelveny, igy aztan ketszer is csuszott, ilyenkor elkezdtek homokozni (mint elmagyaraztak van kulon a mozdonyban ilyen "homokozo" ami kozvetlenul a kerek elott szorja a sinre a homokot) aztan elobb-utobb sikerult tuljutni a kritikus szakaszon.

    a gyaloglos szakaszban erdekes volt, hogy a tarsasag egyetlen noi tagja vezette altalaban a menetet, pedig pont arrol beszeltunk elozo nap, hogyha nem lesz lany akkor majd milyen gyorsan fogunk haladni. :)

    mindig meglepodok - es ez a mai nightride-ra is igaz volt - hogy egy-egy ilyen alkalommal miminden erdekeset meg lehet tudni emberekrol, csupan azert mert egy sokoras egyuttlet alatt meg a zarkozottabb emberek is el-el hintenek magukrol nemi infot, vagy eppenseggel meg be is lelkesednek es reszletesen meselnek/magyaraznak valami temarol ami izgatja oket. :)

    lenyeg a lenyeg szep lassan besotetedett es diosjenorol mar vaci atszallassal jottunk is volna haza a nyugatiba, de kaposztasmegyer kornyeken volt valami gazolos dolog, ugyhogy nemi varakozas utan inkabb mihamarabbi bkvzas mellett dontottunk, vegul olyan este 10 korul haza is erkeztem. reg voltam ilyen igazi egesznapos dolgon, jo neha az ilyen.

    a mai nightride-ot meg azert vartam mert 4hete voltam utoljara, jo volt latni ujra a cmes arcokat. nomeg zaivaldival megregebben futottam ossze. persze o puhany volt, teazas utan lelepett, pedig vettunk tokfinom pogacsat + turos/makos retest utana a peknel.

    jameg most jott dnet is, valojaban teljesen a veletlen folytan, leven indulas elott 15pcel kerdeztem meg, hogy erdekli-e ;)

    ja es a nap poenja, hogy 2:50kor indultunk a deakrol haza de 2:37re ertem a lakasba. :) (oraatallitas miatt, ugye.)

    az ora ilyesmit mert, hogy: netto ido 2h38m18s, brutto ido ~8h, tav 57,3km, atlag 21.7, max 56.3.


  • Tuesday, 21 October 2008
    the hottest state (Comments)

    michelle williams (deception) az egyetlen akit ki lehetne ebbol emelni mint pozitivum. amugy az egesz kb nem szol semmirol, egy abszolut nemkulonleges pasi meg csaj, szokasos sztori h osszejonnek aztan a film kozepen szetmennek a es film vegeig nem tortenik semmi.

    ja meg ethan hawke (mielott felkel a nap), aki tokeletesen jatssza a katasztrofalis amerikai apukat. ;)

    (imdb, trailer)


  • Thursday, 16 October 2008
    comics by dnet (Comments)

    tekintve, hogy dnet elkezdett alkotni es a masodik palyamuvet kulon a keresemre keszitette, kap egy pirospontot es linkelem.

    tessek commentelni ha tetszik mert 1) ott nem lehet 2) jolenne ha folytatna, ahogy o mondana, "zsenialis" ;)


  • Monday, 13 October 2008
    teljesitmenytura (Comments)

    minden evben ketszer szokott lenni ilyen cserkeszek altal szervezett teljesitmenytura, aminek a bringas reszlege ugy nez ki, hogy marc15 kornyeken 48/96kmes tav van, okt23 kornyeken meg 56/112. ertelemszeruen most mi ez utobbira mentunk.

    keles 6korul, arpadhidnal talalkoztunk 7kor, majd ki budakalaszra, ott start. lett volna valami reszveteli dij, de azt elfelejtettek elkerni. turautvonalat adtak, terkepet nem. es mi se vittunk. pedig kellett volna, dehat utolag mar konnyu okosnak lenni.

    reggel ilyen kotszitalos dolog volt, eleg fos mert alig lehetett kilatni a szemuvegbol meg a puloverem is tiszta viz lett de aztan elmult, felszallt a kod, kisutott a nap, life is good. ja es meg start elott tankolas peksegnel.

    maga az utvonal eleg para volt mert kb ilyen ~10km/hval kozlekedheto emelkedokbol (kitaposva lehetett volna gyorsabb is de az hosszutavon nem megy) es ennek mondjuk negyszeresevel lefele-lejtokbol allt. tehat kb teljesen ellentete egy balatoni karikazasnak, de talan nem is baj, igy volt benne ujdonsag.

    a pecsetelopontokat eleg jol megtalaltuk, kiveve az utolsot. vegul (mint utobb kiderult) az urak asztalanal - ami a gyakorlatban egy elhagyatott katonai objektum - visszafordultunk szentendre fele, ott meg betoltunk egy pizzat aztan haza.

    illetve nem haza, mert meg hivatalos voltam lagziba, szoval effektive ilyen fel2 korul ertem haza, de anelkul azert ilyen este 8-9 lett volna csak.

    eredetileg az motivalt h na akkor most letekerunk 100+kmt, es ez vegulis megvalosult, szal attol fuggetlenul, hogy nem csinaltuk vegig sztem tokjo program volt, legkozelebb erdemes lenne terkeppel megnezni ;)

    vmikor a lagziban a zsebemben 0zodott a kmora, szoval pontos adataim nincsenek, de kb: tav 148km, netto tekeres 8h, brutto 13h, max 55km/h, atlag 18km/h korul.

    ja es az urak asztala elott/utan megalltunk szedrezni, ott keszitette LGee a post teteljen levo kepet, meg a tobbit is (marmint a turan).


  • Thursday, 09 October 2008
    giro skyline 08 blue/white (Comments)

    ideje volt mar beszerezni ilyesmit. egyelore tetszik.


  • Friday, 03 October 2008
    1000 (Comments)

    meg a juliusi balatonmegkerulos moka elott vettem egy bicikliorat, mert az jo. ma atfordult az 1000. km-en. saccra ez a bizonyos tura tette ki a tav kb 30%-at, ujabb kb 40% a cm-es nightride-ok, 20% korul van az egyetemre/munkaba jaras, 10% egyeb.

    jo dolog ez. egyreszt tokeletesen ki tudom vele elegiteni a mozgasigenyemet, masreszt valamifele kondiciot is ad, es ahogy a turazasban szeretem, hogy onerobol el lehet jutni sokfele, ugy ezt ittis megkapom, csak epp sokkal messzebb el lehet jutni. es egy nagyobb tekeres utan garantalt a jo alvas. ;)


  • Thursday, 02 October 2008
    pirx pilota kalandjai (Comments)

    a "lem teljes univerzuma" ketkotetes gyujtemenybol ez az elso konyv a masodik kotetbol. igazabol nem osszefuggo konyv, tiz darab egymastol nagyjabol fuggetlen novella alkotja. hirtelen nehez lenne kiragadni barmit is, hogy mi tetszett belole, alljon itt a "hivatalos" ajanlo:

    'Egy elromlott robot áramköreiben régen halott ?rhajósok személyiségeinek töredékei élnek tovább, s az éjszakánként felhangzott titokzatos morzejelekben újra meg újra végigélik a tragédiájukat... Tökéletesen emberi külsej? robot?rhajósok szövögetik számítógép pontosságú, hideg terveiket próbaútjukon, ahol senki sem tudhatja a másikról, robot-e vagy ember... Egy robot a névtelen bolygón hegymászásra adja a fejét - elromlott-e, vagy a sportszellem ébredt fül benne? És mi okozta két kutató rejtélyes halálát a Hold túlsó felén? Az izgalmas, fantasztikus kalandok f?szerepl?je, Pirx, nem szuperh?s, hanem kedvesen emberi, talpraesett, bár kicsit félszeg, "a jámborságig becsületes", nagyon rokonszenves pilóta. Kadét korától, tapasztalt parancsnok koráig kísérhetjük végig hol hátborzongató, hol humoros kalandjait.

    Stanislaw Lem, a világhír? tudományos-fantasztikus író, szokásához híven, ezekben az elbeszélésekben is izgalmas gondolatokat vet fel az ember és gép viszonyáról, a mesterséges érzékszervekr?l ésszemélyiségekr?l, a robotok "lélektanáról" és a technológiai korszak sok más id?szer? és jöv?be világító kérdésér?l.'


  • Saturday, 27 September 2008
    indiana jones es az utolso kereszteslovag (Comments)

    az indiana jones-os filmekbol a masodik, lassan 10 eves. az elsohoz kepest nemnagyon esett a szinvonal, es nekem bejon ez a stilus. :)

    (imdb, trailer)


  • Wednesday, 24 September 2008
    cm 2008 osz (Comments)

    csak hogy stilusos legyek, irhatnek valami masrol is, de maradjunk a bringasoknal.

    sot igazabol ilyen linkgyujtest akartam, de azt is megcsinaltak, nalam jobban.

    ami nekem szemelyesen tetszett, az a kretazas volt a moszkva teren, meg az, hogy rengeteg ismeros arcot lehetett latni, bmesek, munkatarsak, ircesek, bloggerek, es meg lehetne sorolni. szoval tenyleg ottvolt majd' mindeki aki szamit ;)

    najo, megis par foto ahol meg lehet talalni: 1, 2.


  • Sunday, 21 September 2008
    racsnicsere (Comments)

    csutortokon mikor akartam hazajonni bmerol sikerult olyat produkalni, hogy egyhelyeben tekeres. szoval a hatso racsnim (illetve egesz pontosan a rajta levo fogaskerekek) szepen csusztak anelkul h elorehaladtam volna. vegul rajottem, hogy nagyon lassan (~14kmph korul) tudok haladni ha feljebb valtok, es igy vegul haza tudtam jonni. aztan szerencsere elertem LGeet, es igy masnap mar volt kb elkepzelesem, hogy mit kene cserelni meg hogy es vegul penteken 2-kor mar fennvolt az uj racsni (nekem meg a regi tipusu van amikor a csapaggyal egybe vannak epitve a fogaskerekek - es nem az aggyal -, szal az egeszet cserelni kellett). ugytunik, hogy az uj eleg jol birja mert voltam kinn megint hetvegen tahiban, oda-vissza ilyen 70km korul es idaig semmi problema vele.

    ja amugy a konkret baj azvolt, hogy a legalso fogaskereken letort egy fog, igy megrekpedt a fogaskerek es fellazult az osszes tobbi, igy el tudtak fordulni anelkul, hogy az agy mozgott volna.

    jo, hogy a bicikliket meg nem ugy gyartjak, hogy egybeontott muanyag. :)


  • Friday, 19 September 2008
    misztral (Comments)

    mint ahogy az a honlapjukon meg szerepel, csutortokon adtak koncertet a misztralek az mszt-ben.

    nagyjabol volt egy elkepzelesem, h mi varhato toluk, de sose hallgattam semmilyen misztral cdt korabban, szoval erdekelt, hogy milyen lesz, ha mar eloben lehet oket hallani.

    nagyreszt megzeneseitett verseket adtak elo, adytol, juhasz gyulatol, janus pannoniustol (lehet volt meg mas is, ezezkre emlekszem most hirtelen).

    "meghallgatom" kategoria, nem rossz. az egyuttesben zenelo emberekek meg kifejezetten szimpatikusak.


  • Tuesday, 16 September 2008
    kislany, nagylany (Comments)

    hat ez valami hihetetlen fos. gyakorlatilag felreertesbol neztem meg, boobaa kerdezett ra, en meg azthittem h ajanlja, es egeszen a film vegeig vartam, h vegre tortenjen valami. az ajanlo szerint raadasul van benne vmi 18+os jelenet - ha legalabb az lett volna...

    kb az egyetlen szinfoltja az egesznek Keisha Castle-Hughes, de onmagaban attol meg, hogy jol nez ki nem lesz jo a film. :/

    (imdb, trailer)


  • Sunday, 14 September 2008
    earthdance - honouring the earth (Comments)

    noszoval a goa.hu-n volt meghirdetve ez a tegnapi moka, aztan LGee invitalt ra, es ott a helyszinen osszefutottunk pontaggyal is, akinek meg volt ott jopar ismerose.

    a linken megtalalhato a fellepok listaja, akik kozul ugyan nem sokat ismertem, de ennek ellenere azert voltak ismeros zenek.

    az emberek pedig jofejek voltak, volt olyan akit nem is ismertem csak egymas mellett tancoltunk, es mikor mentek el, koszontek, meg ilyesmi :)

    a flyer amugy megteveszto mert a varhato eso miatt atrakta a durer kertbe a bulit, szoval nem voltunk mi semmilyen hegyen.


  • Saturday, 13 September 2008
    first public bitlbee server with the skype plugin installed (Comments)

    i just recently got a mail about that 'bitlbee1.asnetinc.net' is a public server with my skype plugin installed. in other words, you no longer are forced to run your own bitlbee server if you want to use skype from bitlbee, yay! :)

    note: actually if you are behind nat, then this is not something useful for you as the public server will want to connect to your skype instance, actually. :/


  • Friday, 12 September 2008
    frugalware 0.9 on an eee pc 904 (Comments)

    so, one of my friends called me a few days ago, saying 'hi, i got this eee pc, it's shipped with win xp, could you please install frugalware on it, making it dual-bootable?'.

    today i got the gadget, i had about 3 hours to play with it, so i did not have much time.

    first, there was an installer bug, but fortunately it was trivial to fix it up. second, the internal wifi card is not supported by 2.6.26, so i made a kernel package from 2.6.27-rc6 and made a custom usb installer using that kernel.

    once that was ok, the installation went fairly easy. minor problems were that the netinstall by default wants to use ftp but we were behind a proxy, so we needed http. and other problem was that there were two ntfs partitions, the second was empty, i just formatted it as ext3, using it as /, but i did not set the partition type from ntfs to linux and grub refused to install because of my laziness.

    i did not want to do a full install but i needed network, so i installed base+network. once that was fine, i installed some other packages/groups: acpi, mc, x11 and kdebase.

    so far what i saw working:

    • wireless, that was working in the netinstall as well after the kernel update
    • touchpad
    • xorg, using that 1024x600 custom resolution.
    • acpi reported the correct battery status

    unfortunately i had no more time to play with it, so i did not check how suspend, 3d acceleration, ethernet card and webcam works.

    in short, i think it's nice it has no major problems, but probably it's hard for non-developers to install it as long as we don't have kernel-2.6.27 in current.


  • Thursday, 11 September 2008
    bringasreggeli (Comments)

    szoval indult nemreg ez a kampany. eredetileg hetfon, majd eso miatt vegul inkabb szerdan ennek reszekent volt ingyenreggeli a batthyanyn. volt igyen kakaoscsiga/alma/asvanyviz/kakao, szolt a zene es voltak ismeros arcok. nekem tetszett :)


  • Monday, 08 September 2008
    nagykovacsi (Comments)

    iden is rendezett a fonokom palacsintapartit (ami naluk szokott lenni), igy kitekertem delutan a title-ben hivakozott helyre. a hoseg ellenere nem volt veszes a bringazas, foleg visszafele volt jo, lehetett gyorsulni rendesen. ;)

    aztan meg bementem 9korul az sch-ba is pakolgatni, meg jo h 11 korul eljottem, mert Borsi azt allitotta h fel2 korul fejeztek be (es ok 4korul kezdtek :) ).

    a cateye aztmondja, hogy:

    netto ido: 2:02:23, brutto: 8h, tav: 43.68, atlag 21.4, max 56.1

    lassan ideje lenne bukosisakot venni. ;)


  • Sunday, 07 September 2008
    nightride szept 6 (Comments)

    ma is volt nightride. az eleje balul sult el mert oversize load esett egy nagyot (bicikli vs villamossin), de annyira, hogy a mentok vittek el. aztan tobbek kozott ennek kovetkezteben a 21:00s talalkahoz kepest 22:39kor indultunk csak el, LGeenek meg 22:30kor fogyott el a turelme ;)

    utana celbavettuk a multheti fagyizot+pekseget (hunmaat elfelejtett penztarcat hozni, de szerencsere volt egy csomo aprom), kozben sikerult beazonositani pontagy kollegat. aztan - mivel a peksegben csak a kemence tetejerol tudtak volna adni melegvizet - mentunk tescozni asvagyvizert. itt alkalmam nyilt beszelgetni 2 trialossal, ami igencsak erdekes volt.

    aztan visszamentunk a godorhoz, ott meg beszelgettunk egy kicsit, grin meselt arrol, hogy irl mivel foglalkozik meg ilyesmi, vegul haza.

    maga a program kicsit rosszul/nehezkesen indult, de osszessegeben nem volt rossz.

    brutto ido: 8h, netto ido 2:32:11, tav: 51.21, atlag 20.1 (ez leginkabb a 2 dh-s sracnak koszonheto, leven a kedvukert nagymamatempoban mentunk mig le nem leptek ;) ), max 50.1. LGeet leszamitva ha jol szamoltam 16-an voltunk.

    ja es erdekes, most hasznaltam eloszor az uj elsolampamat, ami elvileg pont azert jo mert 4 aa akkuval is megy (ami amugy mar alapbol rendelkezesre allt csak miota telefonrol hallgatok zenet es nem discmanrol azota hasznalaton kivul van), de frissen toltott akkukkal 8h alatt fullosan lemerult az egesz koceraj. most vagy az akkuk a regiek es cserelni kene oket vagy ledes lampahoz nem jo az akku. remelem inkabb az elobbi, elemmel lampazni hosszutavon toknagy kornyezetszennyezes, a dinamo meg so '80s. :)


  • Friday, 05 September 2008
    acpi emulation on ppc (Comments)

    Probably most mobile users know the 'acpi' command, a simple command-line utility that shows the state of the battery on a PC.

    The problem is that iBooks have PMU, not ACPI support, so that problem can hardly output anything useful. I searched for an equivalent for a while, but actually couldn't find such a utility, and quite frankly, it's not a big deal to write such a one, so I stopped wasting with searching alternatives, I just wrote one.

    Sample outputs:

    $ acpi
         Battery 1: discharging, 92%, 04:34:17 remaining
    $ acpi
         Battery 1: charging, 99%, 00:10:53 until charged
    $ acpi
         Battery 1: charged, 100%

    The short script (54 lines) is available here.


  • Wednesday, 03 September 2008
    evan, a minden6o (Comments)

    nem keverendeo ossze az "a minde6o"val, ami 3 evvel korabban keszult, de amugy nem lattam (talan majd egyszer).

    szoval a szokasos modon ha Morgan Freeman (The Dark Knight, Se7en), akkor valami josagos bacsi, jelen esetben Istent jatszik, aztan ismeros meg Steve Carell (The 40 Year Old Virgin), aki szinten magahoz illo szerepet kapott, most ugyan csalados, de attolmeg tiszta szerencsetlen. es a sztori nagyjabol a bibliai noe barkaja tortenet napjainka valo adaptaciojarol szol vicces stilusban. annyira nem kulonleges, de legalabb artalmatlan, csaladi mozinak megteszi.

    (imdb, trailer)


  • Sunday, 31 August 2008
    cm-es tekeresek (Comments)

    tegnap voltunk cm-esekkel utolsopentek tekerni. sose csinaltam ilyet, de zaivaldi invitalt, so i gave it a try.

    igazabol semmi kulonos, sok uj arc, idaig szimpatikusak, persze mivel uj voltam inkabb csendben voltam. sokan beszoltak, h olajozzam meg a lancom, kb ennyi volt osszesen. mielott meg kinullaztam a km-orat: brutto ido (haztol hazig) kb 4.5 ora, netto (tenyleges tekeres) 2:28:48, tavolsag 43.26, atlag 17.4, max 42.6.

    aztan voltunk mais, egyreszt mert zai ujfent invitalt, masreszt meg lepke azt allitotta, h ottlesz es irl talalkozni online "ismerosokkel" mindig jo dolog.

    a nap beszolasa egyertelmuen az volt, mikor a vaci utcaban megalltunk fagyizni, de zai meg oversize-load (huh, gyakorolnom kell a nickeket, 9 uj arc volt ezen a main; ergo szumma 11en voltunk: lepke + pasija, grin, lujka, oversize-load, cseya, mcysh, ypse, varanus, zai, vmiklos) felrevonultak h nekik olyan nemkell. majd feltuntek ilyen emosok a lathataron es az egyik ramutat zaira, h:

    "ott egy kocka, ubuntu poloban!"

    ezt megjegyeztem. szal ha egy emos allitasa hitelesnek szamit akkor az en "i'm feeling lucky" polom nem szamit kockapolonak, de az ove igen :P

    amugy meg meg voltak erdekes dolgok, hallgattunk reggae-t, vettunk peksegben olcsoert frissen sult sajtos croissant meg turos taskat, es grin megolajozta a lancomat (nehez leirni h milyen jo az ilyen, kb mint mikor hurt cserelek a gitaron, egesz mas erzes igy tekerni :P).

    ja igen, es voltunk arcot is nezni. nem mintha ez nem lett volna varhato (foleg mivel megint zsenialis volt a temavalasztas), de megint szellemes alkotasok szulettek. afaik a munkak - mint mindig, es meg mindig nemtom h miert - nem kerultek fel a netre, de nehany elerheto. amik nekem a legjobban tetszettek:

    • a kivalasztott
    • akik tudjak a valaszt, nem ertik a kerdest
    • megigertetek

    ja meg a pukkanthato plakat is jopofa volt, mar mar most (pedig meg csak 3 napja nyilt meg) is kevesebb mint a fele volt mar csak belole ep :P

    ja igen, kmh adatok: brutto ido 8,5h, netto 4:25:58, tav 85.12km, atlag 19.1, max 52.1.


  • Friday, 29 August 2008
    deception (Comments)

    tegnap jott ki a mozikban, nekem tetszett. persze kb ez 90%-ban michelle williamsnek koszonheto ;)

    (imdb, trailer)


  • Sunday, 24 August 2008
    WALL·E (Comments)

    lehet ez lesz most az uj mania, hogy mindig megnezem, hogy imdb toplistaban hanyadik helyen szerepel (ez most epp a 26.), pedig ez most egyszeruen csak uj film, azert erdekel. meg mert pixar, es ok altalaban olyan animacios filmeket csinalnak amiket felnott fejjel is boven megeri megnezni. ez is ilyen.

    szerintem boven elismerest erdemel, mikor sikerul egy robotot ugy meganimalni, hogy erzeseket fejezzen ki, es hasonlok.

    es persze ki nem nevet azon, hogy mikor a filmnek vege van a moziban akkor korbenezve hasonlo korosztaly csak kiskoru tesok tarsasagaban kepviselteti magat ;)

    (imdb, trailer)


  • Friday, 22 August 2008
    goodfellas (Comments)

    imdb top250 #15. ilyen tipikus gengszterfilm, allitolag igaz tortenet alapjan, de persze kit erdekel, hogy igaz-e.

    ismerosokkel persze itt is talalkozunk, Robert De Niro (a csillagpor buzi kapitanya) vagy pl. Frank Sivero (keresztapa).

    amugy meg egyszernezos, de megis olyan ami valszeg 20ev mulva is megallja a helyet.

    (imdb, trailer)


  • Sunday, 17 August 2008
    tegla (Comments)

    ez is ilyen detektivsztori. sem nem jo se nem rossz, abban az ertelemben, hogy egyszerre szol a jofiurol aki csak a munkajat vegzi meg a szemet csavorol, aki amugy eleg jol tolja, szoval azert ot is szeretjuk. es ha talalkoznank akkor kinek drukkolunk? ;)

    a szereposztasban meg sok ismeros es szeretett alak: Leonardo DiCaprio (asszem a romeo+juliaban lattam eloszor), Matt Damon (bourne, ocean's filmek), Mark Wahlberg (olasz melo), es meg lehetne sorolni.

    (imdb, trailer)


  • Thursday, 14 August 2008
    playing with a ppc box (Comments)

    many of you asked, so it's better if i describe it here.

    i recently started working on ppc packages, without any kind of big announcement. that was on purpose. i don't have too much time for this (so surely i won't maintain - at least not manually - a full ppc port with security fixes, etc), but i'm interested at least getting a working toolchain, so that anybody who has such a machine and time can easily help.

    so no, this will not be in 0.9, we didn't plan anything like that.

    maybe for 1.0, we'll see :)

    ah, as a side not, it was interesting today, i met (unintentionally) one of the Hungarian summer of code guys. i previously collected such a list, and i was surprised about i did not know about him. so i asked to type "blogs.frugalware.org", and search for "summer of code" to see if he is really missing from the list. actually he was not missing. but the funny fact was that - as usually - i was prepared to be forced to spell "frugalware", but this was not the case this time, he typed the word properly without asking. heh, we're getting known! :]


  • Thursday, 14 August 2008
    lovagregeny (Comments)

    (wow, mikozben irtam ezt firefox elkreselt es nem veszett el a post idaig irt resze. valaki valamit tud ;) )

    szoval ez sem az a 2+ oras film ami unalmas. egyreszt Heath Ledger miatt (10 dolog amit utalok benned, sotet lovag), masreszt Shannyn Sossamon (40 nap 40 ejszaka), meg olyanok mint Paul Bettany (a da vinci kod). meg ugy egyebkent is. es a vegen (stablista utan) szar a poen, megis mindenki nevet rajta ;)

    (imdb, trailer)


  • Wednesday, 13 August 2008
    the dark knight (Comments)

    nem volt teljesen jogtalan, hogy ez a film hetekig vezette az imdb toplistajat (pedig mas film asszem 2004 ota be se kerult a top250-be).

    moziban nezos. szerencsere feliratos. :)

    (imdb, trailer)


  • Tuesday, 12 August 2008
    az elveszett frigylada fosztogatoi (Comments)

    indiana jones. ez a nev idaig is ismeros volt, de most raszantam magam, hogy nekikezdjek a trilogia megnezesenek. legalabbis az elso resznek.

    amugy erdemes megnezni, ha masert nem akkor az olyan nevek miatt mint a rendezo Steven Spielberg, a forgatokonyvhoz reszben otletet ado George Lucas es a zenejet szerzo John Williams es persze Harrison Ford miatt. ;)

    (imdb, trailer)


  • Saturday, 09 August 2008
    tahi (Comments)

    tegnap voltunk maat-tal arrafele, es mielott meg kinullazom a km-orat: brutto ido (haztol hazig) kb 6 ora, netto (tenyleges tekeres) 3:30:45, tavolsag 69.62, atlag 19.8, max 45.9,

    az atlaghoz annyi hozzatartozik, h kifele az elejen nagyon kerestuk az utat (a bicikliut egyre hasznalhatatlanabb, 2menkent van vmi uthiba), szal jo lassan mentunk, visszafele meg kb ennek az ellenkezoje, tahitol egeszen az arpad hidig jottunk egyben, es az ugy kb csak 1 ora volt :]

    az elalvassal aztan mar nem volt gond, nyilvan. ;)


  • Thursday, 07 August 2008
    ibook g4 (Comments)

    kedd ota egy ilyen boldog tulajdonsosa vagyok (egesz pontosan az enyem az mar az 1,2GHzes modell; es a kep se timmel mert leopard van rajta, ld. lenn). miert vettem?

    • mert 3 eve 1db notebookot hasznalok es ha ennek valami baja van akkor nincs gepem. ami egy geek eleteben amugy is problematikus, de elso korben csak gondoljunk arra, hogy vizsgaidoszakban nincs min olvasni a pdfeket tanulas celjabol.. (persze lehetne a csaladot terhelni ilyenkor az ilyesmikkel, de kimeljuk oket ha lehet.)
    • multkor kellett vmit tesztelni egy imac-en es rajottem, hogy semmilyen szinten nem ertek ehhez a rendszerhez, ami azert egy infos eseten kicsit ciki. mert az egy dolog, hogy jelenleg csak linux van a gepemen, de attolmeg nyilvan vmilyen szinten ertek windowshoz is.
    • mert talaltam egesz olcson. egy macbook (az inteles) kb 3x annyiba kerul mint amennyiert ezt hasznaltan vettem. persze ez mar 4 eves, de pl 768mb ram van benne, mig a normal notebookomban 512..

    es akkor innentol indulhatna hogy egy "erintetlen" user (aki meg sose hasznalt macet) mit es hogy lat ebbol az egeszbol.

    kezdjuk nehany pozitivummal.

    • az egesz ugye unix alapu. ha barmit nem talalok a grafikus feluleten mindig lehet nyitni egy terminalt es ott a legtobb konzolos cucc megvan (ez mar onmagaban jo tanulas szempontjabol: nyilvan ami linux-specifikus az nem lesz meg)
    • az elso dolgom termeszetesen egy ujratelepites volt. es az installerben is van shell. telepites utan pedig egybol hangosan szol, hogy nyomd meg ezt es ezt a gombot, hogyha vak / gyengenlato vagy es elkezdi megtanitani, hogy melyik gomb hol van. na ez sztem pl tokjo otlet. ha meg nem akkor nyilvan ramesz h skip es bekenhagy.
    • nehany dolog poccre ment. nyilvan a hw-n jol fut (hang, 3d, wifi, stb). de pl a wpa-s wifit is konnyu volt beloni.
    • van ra "macports" (ha jol ertem ezt hivtak regebben finknek), ami egy apt-get szeru cucc es ~5000 csomagot lehet feltenni vele. persze neked kell forgatni.., pl most futott le a sudo port -v install mc, 71p ;) (bar ez valszeg azert ennyi mert elso korben sok fuggoseget kellett felrakjon, gettext, curses, glib, stb)
    • terminal szinten is vannak okos dolgok benne. pl root eseten default az ls -a meg ilyesmik. otletes.
    • az openfirmware okos. pl felmasoltam a slackware install cd boot konyvtarat egy hfs particiora es annyival be lehet bootolni, hogy 'boot hd:5,\boot\yaboot' (ezt inkabb csak azert irom ide mert mar most is irclogbol kellett visszakeresni)

    nyilvan meg van egy csomo pozitiv dolog, most hirtelen ezek jutottak eszembe.

    de van negativum is boven ;)

    • en qwertz billentyuzet-kiosztast hasznalok, es emellol nem is akartam elallni. ezt meg tudja is az osx, de alt-gr nincs, az alt-tal ill. fn-nel elerheto cuccok meg teljesen mashol vannak. random peldak: a | az az alt-í, \ az az alt-q, ~ az az alt-ú es igy tovabb. persze majd utananezek, biztos van vmi keyboard mapper tool, dehat ez igy alapbol akkoris gay.
    • mivel akartam tenni linuxot, at kellett meretezni a particiot. na ezt mar csak ugy lehetett, hogy 1) osx alatt cmdline-bol trukkozni (disable journaling, ujabb osxekben guibol mar nem lehet kikapcsolni), 2) bootolni slackware cdt es ott parteddel atmeretezni
    • 10.5 (leopard) volt a gepen alapbol telepites utan, a security update-eket engedtem felrakni, igy lett 10.5.4 de most nem megy a dhcp. egyelore hasznalok statikus ipt de ez igy vicces.
    • a telepites jo sok helyet zabal. a default install 11.4 GB. ebbol 3.4GB printer driver, 1.9GB language support (magyarul nem beszel),a 'base' (szal ami kotelezo) az meg 5.9GB. ehhez a masfel oras telepitesi ido meg rendben van, viszont ez rohadt sok hely. ennyi helyet elhasznalva linuxon mar reg van openoffice-od (default install utan probaltam xlst megnyitni de nincs ra meg read-only tool se), meg mindenfele feljelsztoeszkozod. optional installkent utolag fel lehet rakni ez utobbit a dvdrol, de az ujabb sok hely (asszem ilyen 3-5GB korul volt).
    • a jelenleg szerzett masinaban nincs aksi, szoval a suspend2ram fejeltos, a rendes hibernalashoz valo supportot meg - amennyire utanaolvastam - az utobbi idoben kiszedtek. van vmi hack ra de nem akartam ganyolni amig egy kicsit jobban nem ertek hozza.
    • default tuzfal siman beenged barmit, ugh.

    konkluziot nem akarok irni. max annyit, hogy tenyleg faszan meg van csinalva, de azert boven vannak dolgok amik miatt a hajamat tepem. majd ha lesz egy kis idom a szabad helyre teszek linuxot (elso korben slackware, a frugalware ppc portja nemigazan mukodokepes jelenleg), meglatjuk az hogy muzsikal.

    update: volt egy kis idom jatszani a dologgal, linux alatt:

    • almagomb szepen altgrre varazsolhato, igaz csak x alatt. (osx ala is van key manipulator de altgr-szeru funkcionalitast nem lehet rakni egyik almagombra se pedig van belole 2 es 1 is eleg lenne.)
    • dhcp nyilvan megy jol. (bar erdekes, hogy linux telepites utan visszabootolva osxbe mar ott is jo volt, magic.)
    • jelenlegi install meret 1.4G, bar igaz, hogy ez idovel azert olyan 8G fole fel fog menni ha felrakok minden vackot. (de osx alatt a 11G ugy volt, hogy egy xslt nem tudtam megnyitni.)
    • szepen megy a suspend2disk (szokasos 'echo shutdown > /sys/power/disk; echo disk > /sys/power/state')
    • default tuzfal nyilvan nem enged belfele semmit

    amugy teljesen meglepo, a hw egeszen tamogatott, opensource driverrel megy szepen a 3d, lecsukasra megy rendesen a hibernalas, hang is van, wifi is, szal tenyleg kenyelmes. mar csak akku kene bele ;)

    update 2: ezek az idiotak toroltek a fenti urlrol a spect, wikipedian elerheto valami hasonlo.

    update 3: visszaraktak uj cimmel.


  • Wednesday, 06 August 2008
    nosleep (Comments)

    szoval ahogy a linkben is olvashato, resztvettem a "SummerNosleep 2008" versenyen. roviden annyibol all a dolog, hogy minel tovabb ki kell birni alvas nelkul. annak bizonyitasara pedig hogy ebren vagy vezetned kell egy blogot amibe postolsz orankent. szal pont ugy ahogy a twitteren lehet csinalni.

    korabbi dolog amire emlekszem, hogy egyszer meg ovkban (cserkesz orsvezeto-kepzo tabor) volt ilyen, h egyszer 2 orat aludtunk aztan utana meg semmit. szal szeretem az ilyen temaju kihivasokat, kivancsi voltam meddig birom.

    az elso 48 ora aranylag siman ment, bar mind2 ejszaka volt kb egy 4oras intervallum amikor nagyon elalmosodtam, es tenyleg ugy ereztem utana, mintha valami csoda tortent, hogy nem aludtam el ;)

    igazabol a 48. oram korul kiesett a 22 emberbol a maradek 2 konkurencia is, de akkor meg ugy gondoltam birom tovabb, igy megkisereltem nemcsak megnyerni a mostani versenyt, de a korabbi versenyek idaigi rekordjat is megdonteni.

    az utolso nap mar nehezebb volt, eleg faradt voltam, nehezen tudtam barmi ertelmeset csinalni. vegul az utolso ora volt a legszornyubb. valami lehet ebben a 68 oraban, mert ha valaki azt keri h csinaljak 69-et, hat nem tudom hogy birom ki. igy aztan vegul csak par perccel dontottem meg a korabbi rekordot, dehat a lenyeg h megdontottem ;)

    ami meg erdekes volt, hogy szemelyesen csak 2 usert ismertem a versenyzok kozul, ennek ellenere a csatin nagyon jo hangulat volt. mikor pedig mar kiestek az emberek, mindenki egyutt szurkolt hogy meg tudjam nyerni a versenyt. ez nagyon meglepett ;) a userek nagyresze kb 2 napja latott eloszor, megis folyamatosan batoritott, hogy meg tartsak ki, stb. :)

    ugyhogy koszonet a szervezoknek a programert, es a tobbieknek a jo tarsasagert!


  • Sunday, 03 August 2008
    tolvajtempo (Comments)

    stilusaban hasonlit az ocean's-re, olasz melora es hasonlokra csak eppen itt kocsikat lopnak. a szineszek pedig jok, Nicolas Cage-t szeretem, Angelina Jolie jo no, stb.

    (imdb, trailer)


  • Saturday, 02 August 2008
    a fulke (Comments)

    van benne csizio, vagy hogy is kene mondani. roviden egy tanmese a "a hazug embert elobb utolerik,mint a santa kutyat" temaban. de stilusosan. kicsit hatasvadasz, de belefer. erdemes.

    (imdb, trailer)


  • Saturday, 02 August 2008
    istvan a kiraly (Comments)

    noszoval, bmerol hivtak erre a dologra. kicsit gagyin indult a dolog, mert kiderult, hogy nem arrol van szo h xynak van ingyenjegye csak 1xuen mivel szabadteri a koncert ezert nyilvan a keritesen kivul is tokjol hallhato :P

    de ettol fuggetlenul nem volt rossz. kicsit megteveszto a cim, mert itt nem egy komplett eloadasrol van szo (vegulis az annyira nem is erdekelt volna, lattam mar van 6 eve), hanem egyreszt az elso "felvonasban" a rockopera szereploi adtak elo mindenfele regebbi dalt, koncz zsuzsatol kezdve nagy fero 8 ora munkajaig mindene okossagot, a masodik reszben pedig magabol a rockoperabol voltak reszletek.

    a masodik resz a rockopera elejenel kezdodott, de aztan hagytak ki reszeket. vegul nem vartuk meg a veget, mert a tarsasag egy resze parazott, hogy meg a blahan el akarja erni az utolso metrot, de amennyit hallottunk a dologbol az nem volt rossz. penzt (a hamburgerre kiadott penzt leszamitva) mondjuk nem biztos h adtam volna erte ;)


  • Thursday, 31 July 2008
    high school musical 2 (Comments)

    hm. azert erdekelt mert teljesen veletlenul lattam imdb cimlapon h pakoljak fel a harmasrol a kepeket. hat az egyeshez kepest ami nekem bejott - gondolom hasonloan barkihez aki szereti a musicaleket - ez egy fos. egyaltalan azt se tudom h ezutan erdemes-e megnezni a harmast. majd kitalalom.

    (imdb, trailer)


  • Thursday, 31 July 2008
    using git-bzr (Comments)

    It seems recently one of my favorite topics is 'how to convert from $random SCM to git' ;)

    So, I already had a configuration using tailor, but that was slow. I know this already. Tailor is good because it always works, it isn't good because it's fast.

    First, you need git-1.6.0rc0 or higher, you can find an fpm in my bmf repo.

    Second, you need the bzr fastimport plugin:

    bzr branch lp:bzr-fastimport

    Then enable the plugin:

    cd ~/.bzr/plugins; ln -s /path/to/bzr-fastimport fastimport

    Now you can clone git-bzr itself:

    git clone git://github.com/pieter/git-bzr.git

    Put it to your PATH:

    cd ~/bin; ln -s /path/to/git-bzr/git-bzr .

    NOTE: so you should not symlink the dir, but the script inside the dir.

    Okay, this is done, now clone (branch in bzr terms) the bzr repo you want to convert. For example:

    bzr branch http://code.bitlbee.org/bitlbee/

    Finally do the conversion (from the git-bzr README):

    git bzr add upstream ../bzr-branch
    git bzr fetch upstream
    git checkout -b local_branch bzr/upstream
    : hack hack hack
    git bzr push upstream
    

    Actually for now I only needed a one-directional convert, so my update-bitlbee.sh now looks like:

    cd ~/scm/bzr/bitlbee
    bzr pull
    cd - # so we are again under bitlbee.git, it works in bare repos as well!
    git bzr fetch upstream
    

    And yes, the resulting trees match perfectly! ;)

    (Yes, I plan to package git-bzr and bzr-fastimport but I want to give it a good testing first.)


  • Friday, 25 July 2008
    12 duhos ember (Comments)

    regi film, idaig valahogy kimaradt. erdemes. kicsit muveszfilm-beutesu, de szerintem zsenialias. es ez az eredeti, nem a '97-es remake ;)

    bar annak a traileret is erdemes megnezni, csak azert, hogy legyen osszehasonlitasi alap. (szerintem az eredeti messze jobb.)

    (imdb, trailer)


  • Monday, 21 July 2008
    fun on the gsoc list (Comments)

    The GSoC student list is not public, and to be honest, usually it's boring. In most cases you just want to read the mails matching ^From:.*google.com, and just delete the remaining junk. However, there was a funny thread there, about how others deal with the usual problem: if you want to describe others (read: who is not a geek) what do you do (hack PaX, rewrite git-merge, etc.) you probably need a half an hour. Or maybe it's better not describing your job at all. Let's see some funny quotes:

    The "I gave up" one:

    After the first 10 fails, I decided to say the following as fast as I can: Me: "I am doing "something" and Google is paying me to do it. I don't know why they are, but I assume its' because they aren't evil and stuff. End of story". Other: Oh. (Coding resumes)

    BTW, the guy adds vim support to anjuta. :)

    If you have nice friends, you'll get:

    People who don't understand usually state as much, followed by, "...but if Google is paying you, that's pretty neat."

    The "involved" one:

    Unfortunately, I end up rambling for twenty-plus minutes and they are sorry they ever asked...

    The "practical" one:

    In my case, everyone in my university thinks it is an intern program so they ask me when I am going to travel. I have memorized the response.

    The "religious":

    I spent about twenty minutes explaining to a reporter from business week the finer points of open source vs free software.

    And the typo kign:

    > thanks very much gays ...... > GUYS .... really, I was miss typed ... now, again. Thanks very much GUYS

    (I hope this post does not count as a leak, though. :P)


  • Sunday, 20 July 2008
    caravan palace (Comments)

    next

    Voltunk szerda este Veszpremben az Utrazene Fesztivalon, es ott lepett fel a cimben szereplo francia zenekar.

    Erdekes mufajban jatszanak, gyakorlatilag egy eleg eros dob az alap, mikor neha megallnak es csak az megy akkor teljesen trace-es, de amugy felette meg jazzt jatszanak, enekessel, gitarral, nagybogovel, hegeduvel, klarinettal.

    Szerencsetlen modon ami van video youtube-on az meg az elozo enekesnojukkel keszult (legalabbis en egyet se talaltam az ujjal) aki viszont szerintem nem annyira jo mint ez az uj.

    Szoval eloben meg ennel is jobb volt; tisztesseges jo-masfel-oras koncert. :)


  • Sunday, 20 July 2008
    git podcast (Comments)

    in this mailing list post, the recent gsoc podcast is linked, which is actually about git. two times my project is explained as well, about 11m14s and about 26m09s.

    it's usually hard to describe to people what i'm doing in my project, maybe this'll help a bit? :)


  • Monday, 14 July 2008
    asciidoc vs dblatex (Comments)

    so, in the latest stable version of asciidoc, the default pdf backend of a2x is dblatex, not fop.

    given that this way we can avoid Java, that must be a good thing ;) (faster, freeer, etc)

    here are a few tricks:

    • if you want to hide the "revision history" page:
      0
    • if you want to avoid the dblatex logo, just comment out the line:
      1
    • it seems that atm the $ math expression $ form is not supported, but you can do for example:

      <inlineequation><alt> \[ \$\alpha + \$\beta = \$(\alpha + \beta) \] </alt></inlineequation>

      AFAIK this was not possible till now, using fop. :)


  • Sunday, 13 July 2008
    taxi4 (Comments)

    next

    visszaterek a kepekez, ez a flash-mania eleg gay ;)

    szoval a szeria (idaigi) befejezo resze. kicsit gyengebb mint az eddigiek, de a trio (Samy Naceri / Frédéric Diefenthal / Emma Wiklund) azert hozza a formajat. sajna Marion Cotillard ebbol kimaradt ;/

    (imdb, trailer)


  • Friday, 11 July 2008
    rafiki banza 3 (Comments)

    rafiki banza 3 sator

    nah szoval ilyet vettem. a project mar egy ideje huzodik mert altalaban mindig valakitol kerek kolcson de mostmar szerettem volna, h legyen sajatom, amit max tolem kernek kolcson es nem forditva :)

    ilyesmi, hogy:

    • ferohely: 3+1 (felallitva a satrat ezt a +1et ugy kepzelem el, hogy a negyedik szemelyt hosszaban v keresztben kettevagjuk es az elso es hatso bejaratnal helyezzuk a test egyik es masik felet, bar lancfureszt nem mellekeltek)
    • bejarat: 2
    • eloter: 90 cm
    • belso sator alapterulete: 205 x 205 cm (megorultem mikor 180x180 volt egy kolcsonkert sator es nem egyedul voltam benne igy aztan nem lehetett nyujtott labbal aludni..)
    • belmagassag: 130 cm (ez erdekes mert az abran 125 van; felfele szoktak csalni az ilyen marketinganyagokkal pedig ez tenyleg 130 irl)
    • kulso sator meretei (szel/hossz/magassag): 400 x 210 x 115 cm
    • vizallosag: 3000 mm, padlon meg 5000 mm (kerek youtube deeplinket ahol ezt kiprobaltak, tuti mokas lehetett)
    • rudazat: uvegszalas (8,5 mm)
    • suly: 3,75 kg

    elsore nem is gondolna az ember, hogy milyen nehez talalni egy ilyen 2x2meteres szabad padlofeluletet a lakasban, ahol legalabb a belso satrat fel lehet allitani probakepp ;)


  • Tuesday, 08 July 2008
    bloff (Comments)

    [video:youtube:Q8jbt0wBkMI]

    az olasz melobol ismeros Jason Statham. Brad Pitt felelmetesen jol kepviseli barnaboru baratainkat. a zenejebol ismeros a scooterek altal is feldolgozott "The Shadows - Apache". az ajanlatert meg koszonet LGeenek :)


  • Saturday, 05 July 2008
    taxi3 (Comments)

    [video:youtube:1Ejnib14rMU]

    hasonloan mokas mint a masodik. gorkorcsolyas mikulasok nyaron es tarsaik :P


  • Tuesday, 01 July 2008
    taxi2 (Comments)

    [video:youtube:XvGjrOLjG-s]

    altalaban az ilyesmi filmeknek a folytatasa vacakabb mint az eredeti de nekem ez jobban bejott. kicsit igenyesebben ki volt dolgozva, kacagtatobb volt, stb.


  • Saturday, 28 June 2008
    santana (Comments)

    [video:youtube:gpX97eg-W-k]

    gondoltam kimegyek pannonos poloban de aztan megse trollkodtam, epp eleg bosszantas lehetett mindenkinek h biciklivel mentem. dehat az megis kihagyhatatlan volt, ahogy utana a dugoban lehetett kacsazni a dudalo autok kozott es pikk-pakk itthonlenni ;)


  • Friday, 27 June 2008
    taxi (Comments)

    [video:youtube:3BRlKRkZZAo]

    epp 10 eve jott ki a film, igy gondoltam most aktualis vegignezni szepen az 1-2-3-4et, ha mas nem akkor csak azert h tudjam mirol van szo.

    altalaban az ilyenekbol a folytatasok egyre rosszabbak, de itt azert az 1 is inkabb csak 1xnezos. meglatjuk.


  • Friday, 27 June 2008
    security through obscurity (Comments)

    okay, this won't be a happy post either, but i thought i would just share a few links here.

    first, there was this article about some microsoft ie security problem, and the opensource evangelists started to hype again linux about being open, etc, etc. you know the story.

    the sad fact is that, just being opensource, or let's say even having an open scm will not guarantee that all the details are published. i want to pick up a minor issue, so that i can be sure about i don't publish any details here which may not public.

    let's take this commit. it's a bugfix, right? umm, if it would be security-related, they would mention it. hm, no.

    to make the long story short, the relevant cve is there, even secunia released an advisory.

    i could add few more details (no cve on the secunia page, the "from remote" is probably wrong), and finally make some conclustions, but i would avoid that this sime.

    take care.


  • Tuesday, 24 June 2008
    gmail es az allasajanlatok (Comments)

    szoval tegnap kaptam egy ajanlatot, maga a tema erdekelt is volna (ilyen hosting dolog, apacs/bind/ftp/postfix adminolgatas meg ilyesmik). aranylag reszletesen le is irtak, hogy mi lenne a kovetelmeny, ezzel nem is volt gond.

    ket dolgon akadtam ki.

    1) ha ez egy ceg, akkor miert rejtegetik a ceg nevet es miert nem szerepel az allasajanlatban?

    2) ha ez tenyleg egy hosting ceg, akkor mi az, hogy egy "hostingotuzemeltetnek@gmail.com"-szeru (direkt nem neztem vissza, hogy pontosan ez volt-e, nem a ceget akarom oltani) cimre kuldjek oneletrajzot?

    egyszeruen nem erzem korrektnek, hogy en adjak ki magamrol minden adatot (legalabbis cv-ben azert eleg sok adat van rolam) mikozben a masik fel a nevet se arulja el.

    vagy en akarok sokat es tulsagosan el vagyok kenyeztetve? nem hiszem.


  • Monday, 23 June 2008
    moulin rouge (Comments)

    [video:youtube:x-L1M_IuE4k]

    kellett masnak aztan hamar atment a kezem kozott enis megneztem. mondjuk nicole kidman miatt erdemes. amugy semmi extra.


  • Saturday, 21 June 2008
    torjunk md5ot avren (Comments)

    maga az otlet termeszetesen nem sajat, dnet agyszulemenye. a post inkabb arrol szol, hogy kicsit utanaszamoltam a dolgoknak.

    szoval a srac annyit kozolt ma, hogy jelenleg 714 ezer md5/s/core amit el tud erni. 50mhz orajelen. a sztorihoz hozzatartozik az, hogy egy olyan avr mikrokontrollernek amihez hozzaferese van kb 5 core-ja van.

    tehat kb ~3.5m probalkozas / sec.

    a kerdes amin elmelkedtunk az az volt, h kb milyen hosszu es milyen jelszo az amit igy demozas szinten fel lehet torni ezzel a szerkezettel.

    kis szamolgatas utan az jott ki, hogyha a jelszo csak lowercase es betukbol all, valamint 5 char hosszu, akkor:

    24^5/3500000=2.27 sec

    alatt tori fel a cucc a jelszot, ha csak az md5je van megadva. azert ez annyira nem rossz.

    ja es egy megjegyzes a vegere: az altalam hasznal (irasjelek+kis/nagybetu+szam, 9char) jelszavakat a fentivel 100 ev feltorni, sok sikert! ;)


  • Monday, 16 June 2008
    narnia2 (Comments)

    [video:youtube:VqzYukVDqy4]

    mult heten mutattak be (legalabbis itthon) a kivalo regeny alapjan keszult film masodik reszet.

    nem vagyok oda az ilyen fantasykert de ez megis lekotott, es nyilvan sokmindent kihagytak a konyvbol de ettol fuggetlenul sikerult nem elvinni abba az iranyba, hogy ne szoljon semmirol.

    kedvencem persze az, amikor valaki megkerdezte, hogy "es ebbe a filmbe miert kellenek azok a gyerekek?" ;)


  • Monday, 16 June 2008
    non-public scm for free software (Comments)

    i find it really interesting that some people think that the scm for free software doesn't matter that much. just think about the "open"suse buildscripts, where the svn (in which they are tracked) is closed, or about "free"bsd, where the perforce repos (where _real_ development happens) is not checkoutable anonymously.

    and no, i'm not rms who says you must use a free scm to develop free software, i just think a public access to it would be nice.

    of course there are other projects like archlinux as well (no anonsvn), but i didn't wanted to start with it, since this post is not (just) about distro war..

    ah and yes, the best of these is Debian where many maintainer use just a single huge generated diff and the real scm where they develop such diffs isn't public, either.

    (finally a bad example is Ubuntu where the whole webapp behind the distro where all the bzr code and bugs are stored is closed source as well.)

    so at the end it'll turn out that we're more free, without having any "open" or "free" in our name, without having a frugalware-legal@ and such? ;)

    update:

    the blacklist seem to grow.

    see gentoo, where the releng repo isn't public, either.

    an other funny fact is that they refuse to give security support for the kernel, the base of your system..


  • Saturday, 14 June 2008
    new in git-1.5.6: git cvsexportcommit -W (Comments)

    git-1.5.6 will be released soon (probably in a few weeks) and there are some interesting news in it.

    one of them is the new git cvsimport -W switch which makes it easy to do bi-directional changes between git and cvs.

    to set up your local repo:

    $ CVSROOT=$URL cvs co module
    $ cd module
    $ git cvsimport

    this will do a fresh checkout of the cvs module and will import it to git. you will have two interesting git branch: origin is the "reference" one, you should not touch it, and you can work in master.

    you can commit to master, etc.

    then there are two tricky operations:

    first, you may want to commit back your local commits.

    to do this:

    $ for i in $(git rev-list --reverse origin..master)
    do
            git cvsexportcommit -W -c -p -u $i
    done

    second, you may want to fetch upstream changes and rebase your local changes on top of them:

    $ git cvsimport -i
    $ git rebase origin

    that's all.

    cookies goes to Dscho in commit d775734. :)


  • Thursday, 12 June 2008
    interesting git talk (Comments)

    yesterday somebody mentioned on #git this talk. it's not a real video, just audio + slides but it's really nice. i would say if the "Linus one" made you say "heh, this may worth to check out" then this one will be the "hey, this one prevented me from learning things the hard way".

    it's just one hour and it describes so many important tricks that i haven't encountered elsewhere yet.

    just watch it.


  • Wednesday, 11 June 2008
    az ur hangja (Comments)

    a nemreg kiadott "lem osszes" elso koteteben ez az utolso regeny. elegge mas stulisa van mint a korabbaiaknak, es talan nem is rossz, h nem ezt tettek a kotet elejere, de ettolmeg vannak benne nagyon jo reszek.

    egy kis kedvcsinalo:

    Valahol meg kell vonni a szolidaritás határát. A Földön soha senki sem helyezte alacsonyabbra annál az elágazásnál, ahol a növények elválnak az állatoktól. Az instrumentális gyakorlatban nem lehet egyébként a szolidaritás tárgyainak tekinteni például a rovarokat. Ha tudnánk, hogy a csillagokból küldött jelzés valamilyen okból feltétlenül megköveteli a földi hangyák pusztulását, bizonyára úgy ítélnénk, hogy ``érdemes" feláldozni a hangyákat. No igen, de mi, a magunk fejl?dési fokán, szintén hangyák lehetünk valakinek. Ama lények szempontjából a szolidaritás nem terjed ki feltétlenül az olyan am?bákra, mint mi vagyunk. Talán ésszer? indokaik is vannak. Hátha tudják, hogy a galaktikus statisztika szerint a földi pszichozoikum-típus eleve ki van szolgáltatva a technikai fejl?dés szeszélyeinek, tehát létünk egyéb irányú veszélyeztetése nem olyan borzasztó, hiszen ``valószín?leg úgysem lesz bel?lünk semmi".

    ilyesmi :)


  • Tuesday, 10 June 2008
    snakefarm (Comments)

    huh, na ezt is regota tervezem csak sose volt ra ido. kikerult az idei felevben gyartott jatekunk kodja a projektek koze. igazabol semmi kulonleges nincs benne, amire talan buszke vagyok az az, h az egeszhez 180+ oldal doksi keszult, es persze lustak voltunk ilyen quickstartert irni hozza, szal valamennyire megiscsak vegig kell olvasni ha jatszani akartok vele ;)

    az elet nehez.


  • Monday, 09 June 2008
    kiadatas (Comments)

    [video:youtube:NN3JmdbM9oE]

    kicsit gagyi, hogy mikor amerika es kairo kozott telefonalnak mind2 helyen nappal van, dehat nincs film hiba nelkul ;)

    amugy nem rossz, 1xnezos.


  • Sunday, 08 June 2008
    profi (Comments)

    asszem ez az a film aminek a zenejet mindenki ismeri, hiszen Ennio Morricone dallamai eleg fulbemaszoak. amugy meg a mai filmek kozul talan a bourne-hoz lehetne hasonlitani, persze kicsit regebbi kiadasban. meg nem mobillal rohangal, az utcan vannak meg telefonfulkek, de a lenyeg valtozatlan. es hat Jean-Paul Belmondo eleg stilusos ;)


  • Sunday, 01 June 2008
    what happens in vegas (Comments)

    [video:youtube:YJGAsbcfuRs]

    a mufajt elegge behatarolja a (szamomra) a holidaybol ismeros cameron diaz meg ashton kutcher (pillango-hatas, lot like love); a kategorian belul egesz jo. tele van sablon elemekkel, lehet tudni mar kb az 5. percben h happy end lesz a vege, de azert szerencsere van benne nehany eredeti poen. amolyan tipikus szombat esti program.


  • Friday, 30 May 2008
    untraceable (Comments)

    [video:youtube:OLYo5tMylQM]

    amolyan "nezzunk valami ujat" cimszoval, tegnap volt a premierje.

    eloszoris egyszernezos film, leginkabb azert mert ha lelovik a poent a vegen akkor sztem mar nem erdekes. ezenkivul az elejen elkezdenek belemenni technikai reszletekbe, mint pl "meghekkeltek a szervert botnettel" amit jobb lett volna kihagyni, igy kicsit nevetseges lett az egesz. de aztan sikerul ezt helyrehozni, visszazokken a nezo a film milliojebe, elfelejti h ez csak egy gagyi jatekfilm. mellesleg pedig maga az alapotlet meg technikailag is korrekt. (alacsony ttllel - pl dyndns - elvileg tenyleg lehetne ilyen nehezen lekovetheto oldalt csinalni; ha meg kicsit bonyolultabb technikak is megengedettek akkor ott a tor, az mar mukodik es gyakorlatilag anonim.)

    aztan jonnek durvabb jelenetek, neztem is h miert csak 16+os, ha van felperc szex egy filmben akkor az mar 18+, de ha vegig mutatjak ahogy a kensav lemarja valaki kezerol a hust az csak 16+, wtf?

    de meg mindig az ilyen uncsi horrornal tartunk. ami miatt tetszett a film az az, h teljesen meglepo modon van mondanivaloja. az tiszta ugy, hogy a gyilkos egy orult, de ettol fuggetlenul van nehany erdemes es elgondolkodtato mondata.

    akinek van hozza gyomra annak tessek megnezni.


  • Monday, 26 May 2008
    10 dolog amit utalok benned (Comments)

    [video:youtube:urm5rfdD59o]

    a film meg csak 9 eves de megis vannak mar benne azert mosolyt kelto reszek. ami akkor hude modernnek tunt, de ma mar..

    amugy meg ilyen nyal, de jok a csajok benne szal 1x erdemes.


  • Saturday, 24 May 2008
    aranyeso yuccaban (Comments)

    szokasos. a szo legpozitivabb ertelmeben. ebben is van nehany nagyon eredeti poen, a western szokasos elemei, a jokis bunyok, stb. egyszer eztis erdemes.


  • Thursday, 22 May 2008
    i'm feeling lucky (Comments)

    ugye ez az az gomb amit google keresesnel magyarra ugy forditottak, hogy "jo napom van". hat asszem most mind a 2 forditas ervenyes. neha van ilyen. mikor az emberre razudul nehany dolog ami mar onmagaban is jo de igy egyutt aztan tenyleg. fizetesemeles. premium. 2 uj tft a regi crt helyebe :)


  • Monday, 19 May 2008
    beautiful code (Comments)

    a konyvet minden iden gsoc-on resztvevo tanulo megkapja, igy hozta ma a futar hozzam is. elolvasni nem tudom pontosan mikor fogom, leven ha mar en valasztom meg h mit olvassak akkor altalaban inkabb valami magyar (es lehetoleg nem szakmai) szoveget olvasok, hogy ne konvergaljon a helyesirasom a minuszvegtelenbe. de amugy biztos jo konyv :)


  • Monday, 12 May 2008
    taxidermia (Comments)

    [video:youtube:g7bqyh4u4xM]

    hat ez valami hanyingertkeltoen undorito. szoval ha latni akartok 18+os muveszfilmet akkor hajra. meg elismerem, h teljesen egyedulallo, ilyet meg senki sem csinalt csak vegignezni ne kelljen. es meg erre valaki azt allitotta h jo..


  • Sunday, 11 May 2008
    practical common lisp (Comments)

    [video:google:448441135356213813]

    haat, egy atlagos tech talkhoz kepest ez eleg ratyira sikeredett. kezdve ott, hogy az egesz helyseg ugy nez ki mintha valami regen nemhasznalt pokhalos pincebe lennenek. az mar inkabb erdekes, hogy a csavo eleg nehezen erthetoen beszel szal nagyon oda kellett figyeljek, hogy ertsem mit mond. tartalom szempontjabol meg nagyreszt arrol szol, hogy javaban meg lehet csinalni 9999 modon a visitor patternt, de mindegyik rosszabb, mint ahogy lispben lehet. arra nem igazan sikerult rajonni, hogy akkor most a tisztelt hallgatosagnak le kene-e vonni ebbol egy olyan kovetkeztetest, hogy "tehat a lisp jobb" vagy wtf.

    ja es megy folyamatosan az ajnarozas, hogy igazabol amirol o most itt beszel arrol o irt egy konyvet amit tessek megvenni, mert igazabol csak abbol lehet barmit is megerteni. kiraly.


  • Saturday, 10 May 2008
    a legyozhetetlen (Comments)

    stanislaw lem ujabb muve kerult az elolvasottak soraba. zsenialis. most igy hirtelen nez is barmit kiemelni, hasonloan tobb korabbi novellahoz ittis adotta valik eleg koran a rejtely, de mire megoldodik mar erdekel, hogy milesz a szereplok sorsa a mu maradek reszeben ;)


  • Friday, 09 May 2008
    mitirki (Comments)

    volt ma linux alapu halozatok eloadasunk es egy meghivott eloadonk volt a balabit-tol. tuzfalakrol szolt a dolog (ami amugy erdekes volt mert a zorpot ok csinaljak es ugy altalaban a tartalomszurokrol nem sokat tudtam), de ami miatt az egeszrol irok az az h a vegen adtak ilyen bogret, rajta jokis mitirkivel. mitirki az olyan c kod ami vegulis teljesen ervenyes csak olvashatatlan, es tipikusan szeretik nalunk prog1-bol papiron megkerdezni, hogy "mit ir ki?", illetve mar tobbszor lattam ilyen plakatot, ahol valami c v c++ kod volt es "ha vagod h ez mit csinal akkor gyere hozzank melozni".

    szoval a bogren a kovetkezo van:

    char   a[80];  int   e[4],g
    [5],c=100,h,i,j,k,b,f,s,t,p
    [4][100]; int  main(char*d)
    { return main((char*)(srand
    (time(&h)),   setjmp(p[2]),
    (k=atoi((gets(a),  a+strspn
    (a,"     -"))))    &&(b=k),
    b||++b,   j+=-j,  d=(char*)
    (&j), setjmp(p[1]),1[1>j&& (k&=4]3,  i=1<<k, h<<=i+j,
    setjmp(p[0]),   (h+=*d++-h)

    www.balabit.hu/jobs

    lehet talalgatni, hogy mit csinal :)

    btw annyira nem veszes, nekem is sikerult rajonni csak nem akarom leloni a poent.


  • Thursday, 08 May 2008
    6. felev szorgalmi idoszak vege (Comments)

    hah, szepen hangzik ez a cim, bar sokat nem kellett erte melozni :)

    van ebben a felevben 8 vizsgas targyam, ebbol egy nem vizsgas, de az trivialis volt, hogy meglesz (szoftlab4). a maradek 7bol 2 olyan amihez kellett tenylegesen valamit teljesiteni felevkozben (szofttech, valszam), es tegnap meg ma kiderult h mind2bol megvan az alairasom, igy teljesen szokatlan modon mar az utolso elotti heten nyugi van, semmi gyakiv, utolsohetipzh, whatever :)

    sztem meg nem is volt ilyen soha, elso felevben emlekszem bszbol lett meg utolso pillanatban az alairas, masodik felev fizika eseten volt u.ilyen, azota meg mindig a vegtelensegig huztam a valszamot ;)


  • Wednesday, 07 May 2008
    netkam bt (Comments)

    rajottem, hogy erdemes ide kiraknom azokat a munkakat amiket ugy kapok, hogy "erdekel-e vagy ha nincs ra kapacitasod akkor tudsz-e valakit ajanlani". elsosorban azert mert altalaban nemnagyon tudok kit ajanlani, itt meg hatha olvassa valaki. aztan max ir nekem, bar szazalekot tuti nem fogok kapni :)

    szoval a cimben emlitett ceg keresett meg a minap. ilyen mencoder / mplayer taknyolas kene nekik. ha lenne ra idom szivesen elvallalnam, de most abszolut nincs szabad kapacitasom. reszleteket privatban ha erdekel valakit.

    ja es nem akartam most emiatt kulon bejegyzest irni de nincs egy honapja, hogy a vmware keresett hasonlo dumaval, nekik meg ilyen opensource maintainer kell, tudni kell hozza c/c++ban, kell hozza bsc diploma, kell nehany opensource project ahova contribute-oltal patcheket, meg scmekhez kell kicsit erteni. az egeszben az a necces, h ki kell koltozni paolo alto-ba, en meg jelenleg nagyon jol erzem magam itt ebben az orszagban (arrol nem is beszelve, hogy bscs diplomam sincs meg meg).


  • Monday, 05 May 2008
    majdnem szuz (Comments)

    [video:youtube:S36eWlsnq_A]

    nem mondom, hogy nincsenek benne jo otletek. nem mondom, hogy nincsenek benne pozitivumok (ujabb - vegulis nezheto - magyar film Csanyi nelkul), de ettolmeg sajna a vegen megis az a benyomas maradt, hogy hat ez is ilyen tipikus magyar (negativ ertelemben) film ;/

    azthiszem amugy talan az a legzavarobb, hogy sok olyan jelenet van ahol ordit, hogy nem volt megirva szovegkonyv hanem csak ugy improvizaltak valamit, es ilyenkor mindig ki lehet zokkenni a film hangulatabol es raebredni, hogy "ja a koltsegvetesben itt se volt penz arra, hogy valaki szovegkonyvet irjon" :p

    ja es az milyen, hogy a foszereplo egy kurva - minden hozzavalo jelenettel egyutt es a film nem kapott 18+os besorolast?


  • Sunday, 04 May 2008
    fop 0.9x (Comments)

    uhm, this will be a long post, but i'll try to keep it short :)

    a few words about fop. we write our documentation in asciidoc. asciidoc is plain text with a very simple markup, asciidoc can convert this to docbook. then docbook-xsl can convert this to .fo, finally fop can convert .fo to .pdf.

    my problem with fop is that it's written in java and we just used the upstream binary. this is primarily a security problem.

    so, about one and a half months ago got the crazy idea to compile fop from source. of course the correct way to do this is to package first the depends. this is really a avalanche, becase we didn't have too much generic java libs packaged, so i had to package many. namely:

    jflex, piccolo, gnu.regexp, jarjar, jmock, qdox, easymock, hamcrest, iso-relax, relaxngdatatype, xsdlib, msv, xpp3, xpp2, gnu-crypto, apache-log4j, xmldb-api, ws-jaxme, dom4j, jdom, icu4j, jaxp, jaxp, xom, jaxen, rhino, batik, servletapi, jaf, gnuinetlib, gnumail, avalon-logkit, avalon-framework, commons-logging, commons-io and xmlgraphics-commons.

    hm. that's 36. horrible ;)

    the nice thing is that all these (except xmlgraphics-commons because classpath still lacks jpeg support) are compiled with the ecj/gcj toolchain, without any sun blob.

    the other benefits are:

    • a native fop binary:
      $ file /usr/bin/fop
      /usr/bin/fop: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), stripped
    • now we got rid of fop-devel, since this version can both convert ttf fonts to xml ones (needed if you want to embed custom fonts into pdf) and convert fo documents to pdf ones.

    yay!


  • Friday, 02 May 2008
    vesztegzar a grand hotelben (Comments)

    kazmer ajanlott nemreg egy bizonyos ebook readert, es valamivel ki kellett probaljam, aminek az aldozata valami veletlen folytan a cimben emlitett mu lett.

    aztan rajottem, hogy mar elfelejtettem, hogy ki a gyilkos, ugyhogy vegigolvastam ujra ;)

    amugy ez az ebook olvasas jodolog. 1200oldalas konyvvel csaszkalni annyira nem kellemes, jarmuvon valosaggal lehetetlen olvasni, mig ebben a formaban tokeletes. es nem is kell kesedelmi dijat fizetni amiatt, hogy nem viszed vissza a konyvtarba a konyvet ;)


  • Tuesday, 29 April 2008
    message-ids (Comments)

    ok, this post will be a big generic, but it seems this is still totally new to some people. so, the Message-ID header in an email is ideally unique and you can easily use it to refer to an email in an other discussion.

    in this post i want to deal with 3 issues:

    first, how to display it in your mail client. ok, this depends on your mue, in mutt, you need to add

    unignore message-id
    to your muttrc.

    second, if you want to search for a message-id in a folder, that's your mua's task as well. in mutt, you can do it by for example

    ~i 200804281829.11866.henrikau@orakel.ntnu.no

    the third trick isn't mua-specific. if you want to link the message, and the list is indexed by gmane, then you can just type

    http://mid.gmane.org/200804281829.11866.henrikau@orakel.ntnu.no
    and it'll redirect to
    http://article.gmane.org/gmane.comp.version-control.git/80566

    ok, that's all for today :)


  • Monday, 28 April 2008
    source highlight in asciidoc (Comments)

    i recently packaged source-highlight, and asciidoc can nicely use it. an example page (example codes using pacman-g2 bindings in 4 different languages) available here. yay! :)


  • Saturday, 26 April 2008
    angels fall (Comments)

    ilyen "pszichiatriai eset vagyok de amit lattam az tenyleg ugyvolt, higgyetek nekem!" stilusu film, ezuttal olyan veggel, hogy.. najo nem mondom el :) 1x nezheto.


  • Saturday, 26 April 2008
    ungreedy regex in javascript (Comments)

    a few days ago i wanted to use ungreedy regexs in javascript. first, let's see what an ungreedy regex is. look at the following example:

    >>> "

    foo

    bar

    ".replace(/

    f.*<\/p>/, '') ""

    this is greedy. you want to get something like:

    "

    bar

    "

    right?

    that would be ungreedy. in some other languages, there is a flag for this (php has 'U'), but in javascript, you need an other trick:

    >>> "

    foo

    bar

    ".replace(/

    f.*?<\/p>/, '') "

    bar

    "

    and yes, that's what we wanted. also it works for .+?, and so on.

    ah and as a side note, it seems '.' does not match newlines, so you'll have to work around it like:

    >>> "

    foo\nbar

    baz

    ".replace(/

    f[\s\S]*?<\/p>/, '') "

    baz

    "


  • Friday, 25 April 2008
    erlang (Comments)

    [video:google:240707194662243675]

    a csavo ugy kezdte, hogy "i know, you think that this is just yet another language", es ezzel maris megfogott, mert tenyleg ezert akartam megnezni az eloadast, h miert az / nem az ;)

    masreszt van benne demozas is, a vegen meg ajanl egy konyvet. figyelemfelkeltesre sztem tokeletes.


  • Thursday, 24 April 2008
    tommy emmanuel (Comments)

    [video:youtube:elZfjYVa8CQ]

    kedden jott bp-re a cimben emlegetett uriember. felejthetetlen elmeny. a videon beidezett 2 szam mellett meg nyilvan sok mas is belefert a tobb mint 2oras produkcioba, majd mikor mar vege lett volna, meg sikeult visszatapsolni, es jatszott egy guitar boogie-t, valami egyedi verzioban mert legalabb 10pre sikeredett :)


  • Tuesday, 22 April 2008
    hup noad script (Comments)

    itt. kell hozza firefox meg greasemonkey es szepen eltunteni a jobboldali "allas" boxot. koszonet feherkenek (@ #frugalware.hu) az alapotletert :)


  • Tuesday, 22 April 2008
    being accepted in gsoc 2k8 (Comments)

    ok, this is now official, i got paid for working on the C rewrite of git-merge during the summer ;)

    just for fun, i collected some other projects with Hungarian students: samba, e17, freebsd, genmapp, xorg, drupal.


  • Sunday, 20 April 2008
    fegyvernepper (Comments)

    [video:youtube:VOjmfDTxxn0]

    az american gangsterhez hasonlit, csak itt a fohos fegyverben utazik es nem drogban. allitolag van valosagalapja is (valamivel boostolni kell a kasszat :) ). keves filmek egyike ami sztem jobb magyar szinkronnal ;)

    amugy meg nekem nagyon bejott, tessek megnezni.


  • Friday, 18 April 2008
    27 dresses (Comments)

    [video:youtube:NY_1oz5Jj0M]

    elsosorban katherine heigl rajongoknak ;) amugy meg ilyen tipikus csajozos film, 1x nezheto.


  • Monday, 14 April 2008
    paranoid park (Comments)

    [video:youtube:KdK4ut4QLsU]

    kisse muveszfilm jellegu, de sztem azok szamara is boven nezheto akik nosztalgiazni akarnak deszkas korszakukbol :P

    filmes szempontbol eleg igenyes, szepen iteral vegig a sztorin ujra es ujra, egyre reszletesebben, el-el csopogtetve a fontos reszleteket, mive vegul osszeall a kep.

    tipikusan olyan film aminek nyugodtan el lehet olvasni elore a sztorijat, de ugyse erted meg h miert nem a sztori a fontos amig nem nezed meg. erdemes :)


  • Saturday, 12 April 2008
    getting there (Comments)

    [video:youtube:a3xxCJqT3zM]

    huh, hat ez egy fos. elsosorban arra voltam kivancsi, hogyha a when in rome nezhetetlen volt viszont a winning london meg egesz jo akkor melyik volt a kivetel. hat az utobbi. a cim amugy illik a filmhez, kb u.annyira semmitmondo az egesz. a trailer minosege meg egyenesen talalo :p


  • Friday, 11 April 2008
    Sweeney Todd: The Demon Barber of Fleet Street (Comments)

    [video:youtube:FdU3JHIs8yM]

    ez ilyen musical. elsosorban amiatt erdekelt, h johnny depp mikent alakit egy !karib tenger kalozai filmben, amugy annyira semmi extra nincs benne. hivatalosan krimi, de ahhoz kene valami izgalmas sztori..


  • Monday, 07 April 2008
    bkv sztrajk (Comments)

    csak egy erdekesseg. az egesz temaval nem akartam foglalkozni mert hatha megse lesz v ilyesmi, de aztan megis lett. egy perccel sem indultam elobb, siman besetaltam, ahogy neha haza is szoktam setalni estenkent ha sokaig borozunk a feneketlen tonal v ilyesmi. idore beertem. ha buszra szallok akkor nem erek be mindig idoben, a dugo miatt. mindezt majdnem 40k / ev aron. kovetkeztetest most nem vonok le ;)


  • Wednesday, 02 April 2008
    scooter - i'm lonely (Comments)

    [video:youtube:xy9NLsbpBWQ]

    ahhoz kepest, hogy 16nap mulva fog kijonni a maxi, a klip mar a youtube-on. welcome to 2oo8.

    a szoveg szanalmas, a zene kivalo, es a klip is sokat javitott az osszkepen sztem.


  • Tuesday, 01 April 2008
    thank you for smoking (Comments)

    [video:youtube:iBELC_vxqhI]

    az alapotlet zsenialis, felepiti a foszereplot, mint pozitiv alakot, majd kiderul, hogy az a meloja, hogy erdekvedo cigigyartassal foglalkozo cegeknek. tehat egy szemet alak, akit nagyon kene utalni.

    es itt lehetne nagyon elszurni a filmet, mert ha erre az a valasz, hogy "ja kerem en csak a munkamat vegzem" akkor az milyen mar, ha meg olesz a jokisfiu aki felhagy a munkajaval es elmegy inkabb kukasnak, mert az becsuletes dolog az meg meginkabb gaz befejezes. de minvan ha kozben kiderul, hogy a dohanyzas menti meg az eletet? hogyan tovabb? innentol mar elete vegeig mar legalisan vedheti a cigi-cegeket?

    szerencsere nem csesztek el a veget.


  • Sunday, 30 March 2008
    beowulf (Comments)

    [video:youtube:v9qpqyO_dmU]

    eloszoris alapvetoen nem szoktam odalenni a fantasy filmekert (ez mar valszeg ismeros), plane nem az ilyen harcos izekert. nyilvan a hardcore gamerek gerjednek az ilyesmikre, de sajnos nem tartozok kozejuk :)

    ami viszont erdekesebb, hogy egyreszt animacios film, masreszt viszont megis felvettek az egeszet. persze meg erdekesebb lenne ha adnak Mo-on is imaxben de ugye errol meg almodni se szabad :(


  • Saturday, 29 March 2008
    juno (Comments)

    [video:youtube:K0SKf0K3bxg]

    temajaban hasonlit a knocked upra, de megis teljesen mas szempontbol vilagitja meg a tortenteket. amolyan 1xnezos.

    igazabol azon lepodtem meg h a tisztelt foszereplo holgyemeny allatira hasonlit egyik ismerosomre :P


  • Wednesday, 26 March 2008
    the time machine (Comments)

    [video:youtube:jtfqfwz11FQ]

    ajanlasra neztem, de tobb sebbol verzik a dolog. egyreszt keszult 1960ban is egy ilyen film, kb ez ilyen felujitott valtozat, erdemileg nemnagyon adott hozza semmit.

    scifinek gyenge, semmi nagyon agyat megmozgatni nincs benne.

    mondanivalot ne is keressunk.

    jo, igenytelennek nem igenytelen, de egyebkent semmi nagyon extra. felejtos.


  • Thursday, 20 March 2008
    west side story (Comments)

    az idei tavaszi fesztival hirdette meg ezt a valamicsodat. egesz pontosan szcenirozott eloadast, amirol nekem max a szcientologia jutott eszembe, de amugy otletem se volt, h mi. de nembaj, a muveszetek palotajaban meg ugy se jartam, igy akkor osszekotjuk a kellemest a hasznossal (nemtom melyik melyik).

    amugy azt kell ezalatt erteni, hogy fennvan a szinpadon a zenekar mondjuk 3 nagyobb csomoban es a szineszek meg korulottuk ugrabugralnak. erdekes felallas de nezheto. maga a darab meg szinten. legalabbis 1x erdemes.


  • Tuesday, 18 March 2008
    az ordog pradat visel (Comments)

    [video:youtube:EKDkJjwACxk]

    leginkabb a while you were sleeping-hez tudnam hasonlitani, de nem annyira nyalas, tobb cselekmeny van benne.

    simon baker itt most rosszfiut alakit, a prime-bol ismeros meryl streep meg tovabbra is idegbeteg, csak most nem pszichologus hanem egy divatlap foszerkesztoje ;)

    amolyan egyszernezos, kellemes szombat esti mozis


  • Saturday, 15 March 2008
    macskafogo (Comments)

    [video:youtube:ooodXF4Pci0]

    a film azthiszem alapmu, valahogy megis kimaradt. ha masert nem, akkor csak azert is kivancsi voltam ra mert egyidos velem ;)

    de nem hiszem, hogy nagyon barmiben is elmaradna egy mai rajzfilmtol, tehat nem is bantam meg. 1x erdemes.


  • Friday, 07 March 2008
    king of kong (Comments)

    [video:youtube:YPLjXjObEms]

    geekeknek izgalmas, de masoknak is erdekes sztem. szerencsere teljesen erthetoen beszelnek benne, ill. ahol nem ott angolul feliratkozzak ;)

    vmelyik imdb commentben irtak h a top250ben lenne a helye, nem lepodnek meg rajta ha 1x oda kerulne :)


  • Sunday, 02 March 2008
    konyec (Comments)

    [video:youtube:j_0F14jNYCQ]

    jo. nagyon jo. azt hiszem a moszkva ter ota nem lattam ilyen jo magyar filmet. nincs benne csanyi sandor (nem, nincs vele bajom de uncsi h minden filmben szerepel), vannak benne ertelmes gondolatok, nincs ellapositva szar poenokkal.

    igazi pozitiv csalodas :)


  • Saturday, 01 March 2008
    gears and the mashup problem (Comments)

    [video:google:452089494323007214]

    Douglas Crockford: Gears and the Mashup Problem

    egy ideje kertem mail notificationt a google tech talkokra de valahogy mindig unsure-kent erzekeli a spamfilter, igy ritkan nezem meg oket. erre is teljesen veletlenul akartam ra pedig Douglas tenyleg nagy arc :) ha masert nem, csak az eloadas kezdete miatt is erdemes megnezni.


  • Thursday, 28 February 2008
    kredit-counter (Comments)

    tg otlete alapjan enis megcsinaltam a sajat kreditszamlalomat ami szepen mutatja h pontosan mennyi van hatra meg a 210 kredites bsc diplomaig.

    a megerteshez hasznos meg ez a quote.


  • Sunday, 24 February 2008
    psutils (Comments)

    szoval azert gyultunk ossze ma ezen a szep teli esten, hogy megoldjunk egy problemat. mivel szavakkal leirhatatlan a gond merteke inkabb lerajzolom - ezek az abrak amugy is mindig tiszteletet parancsoloak meggyozodesem szerint. tehat van 1 doc, legalabb 100 oldal, tehat kezi szerkesztes kizarva. fektetett a4es oldalakkal dolgozik, 2 hasabbal, kb igy:

    1

    namost ha ezt szeretnenk ketoldalasan kinyomtatni ugy, hogy a lapokat felbehajtva sorban jojjenek az oldalak akkor valami ilyesmi kell:

    1

    kis gondolkodas utan tehat 3 feladatunk van:

    • szet kell vagni az oldalakat kozepen, kulon oldalra tenni oket, elforgatni, felnagyitani es eltolni.
    • a fenti 12345678stb sorrendet osszekavarni, 41239567stb sorrendre.
    • visszacsinalni amit az elso lepes tonkretett

    igazabol a feladatok sorrendje megegyezik a nehezseguk reciprokaval (gyengebbek kedveert: az elso a legnehezebb), de ne szaladjunk ennyire elore. tehat van egy word doksink. ebbol elso korben postscriptet kell csinalni, mert megitelesem szerint postscriptben a legkonnyebb ilyesmit manipulalni.

    lehetne egybol psbe nyomtatni de erdekes modon ennek gany lett a kimenete. viszont ha pdfbe nyomtatunk majd abbol psbe akkor nem csusznak ossze a dupla-alahuzasok es hasonlo aldasok ernek minket.

    nos akkor nezzuk a magikus parancsokat a feladat elvegzesere:

    $ pstops "1:0R@1.42(0,1h),0R@1.42(-1w,1h)" in.ps foo.ps $ psbook -s4 foo.ps bar.ps $ psnup -2 bar.ps out.ps

    a fenti kriptikus nyelv amugy egyaltalan nem az csak ido kell a megertesehez. az irasok^Wlogok szerint kb 2 ora alatt ki lehetett hammozni a doksibol.

    ezutan mar csak vissza pdfbe es akkor azt mar minden egysegsugaru juzer ki tudja maganak nyomtatni.

    hat igy.


  • Tuesday, 19 February 2008
    csillagpor (Comments)

    [video:youtube:eQAB8Ys6mdI]

    ez is ilyen fantasy. annyit jot hallottam rola h meg kellett neznem ;) de amugy annyira azert semmi kulonos nincs benne.

    a narrator sok ujdonsagot nem hoz, leven u.ugy Ian McKellen mint az arany iranytuben (ez lesz most az uj szakma h ilyen fantasy filmekben bevallalnak emberek fix szerepeket?). az ugymond foszereplot meg a casanovabol ismeros Charlie Cox jatsza.


  • Sunday, 17 February 2008
    cloverfield (Comments)

    [video:youtube:IvNkGm8mxiM]

    felelmetesen jo. az alap sztorit egyreszt sejteni is lehet, masreszt nem akarom leloni a veget. viszont a cselekmenytol is fuggetlenul a kezikameras felvetelek, az h nincs kiserozene tokeletesen hozzasegit ahhoz, hogy beleeljuk magunkat h tenyleg ottvagyunk a tobbiekkel mi is epp ott kuzdunk a tulelesert, stb. es a film vegen erdemes visszagondolni az elso kb 1 percre, amit akkor meg valszeg nemnagyon ertettunk ;)


  • Friday, 15 February 2008
    a hetedik menyorszag (Comments)

    [video:youtube:beVp-vK1ZgU]

    ilyen tipikus drogos akciofilm, nem rossz de semmi kulonleges nincs benne. ha emlekeznek ra, h ki ajanlotta akkor megkerdeznem jol, h mi a turot evett annyira ezen a filmen ;)


  • Thursday, 14 February 2008
    a nagy fermat sejtes (Comments)

    nemreg kerult a kezembe ujra a konyv. alapvetoen matekos temarol szol de barki szamara ertheto formaban. a stulusa nekem nagyon bejott, tipikus "alig lehet lerakni" kategoria :)


  • Wednesday, 13 February 2008
    a nagy melyseg titkai (Comments)

    Into the Deep (1994)

    Release Date: 17 January 2008 (Hungary)

    lol hat igen, ezek vagyunk mi. es ami a legviccesebb az egeszben, hogy amit 14eve imaxnak hivnak kulfoldon, termeszetesen annak egy legagyitott (van ilyen szo? :) ) valtozatat sikerult itthon prezentalni (leven a mozivaszon egyaltalan nem a latohatar szeleig er).

    a fenti negativumokat leszamitva amugy megeri elmenni 1x egy ilyen imax moziba, a 3d technika tenyleg nagy elmeny. bar konkretan inkabb az maradt meg, hogy a film elotti trailerben jott valami dino aki hatracsapta a farkat es kb ugy lehetett erezni, hogy tolunk 10centire, ugyhogy mindenki hatrahokolt :)


  • Wednesday, 13 February 2008
    honey (Comments)

    [video:youtube:Igom4qqaCc8]

    mikor jottunk hazafele a sielesbol akkor toltak a kepunkbe. a film vegenel az volt az erzesem, hogy "hat idaig forgattak a filmet mert idaig volt ra penz" :P

    nezhetetlen.


  • Monday, 11 February 2008
    harcosok klubja (Comments)

    [video:youtube:2QgFWXLN-ug]

    a film utan nemsokkal beszelgettunk valakivel es jott az utopisztikus szoveg, hogy az utobbi 5 evben nem csinaltak jo filmet. es akkor hoztam fel peldakent ezt, csak figyelmen kivul hagytam hogy ez tenyleg regebbi mint 2003. szoval igen, ez a film tenyleg ennyire jo :)

    es igazabol nehez megmagyarazni, hogy miert, mert baromsag baromsag hatan koveti egymast, de valami fantasztikus legkort teremt.

    nem beszelve arrol, hogy egybol azon kedves gimis osztalytarsaim jutottak eszembe akik meg erettsegi kornyeken is allandoan bunyoztak :]

    jah, es persze Brad Pitt ;)


  • Sunday, 10 February 2008
    izlesek es pofonok (Comments)

    [video:youtube:TUdcCETn9Po]

    a sztori hasonlit a raising helenre, es ugyanugy Abigail Breslin jatssza benne a szerencsetlen kisgyereket (tok unalmas lehet minden filmben ilyeneket jatszani ;) )

    (1x nezos kategoria)


  • Saturday, 09 February 2008
    deja vu (Comments)

    [video:youtube:9d5l5lqqS2Y]

    ilyen scifi-feleseg, eleg jo. annak ellenere, hogy a film elejen elhangzik mar az alapotlet, majdnem vegig izgalmas a film.

    tobb ismeros szinesz is felbukkan: Denzel Washington az american gangsterbol, Paula Patton a hitchbol meg a londonbol.


  • Friday, 08 February 2008
    gerlitzen (Comments)

    no szoval itt voltunk sielni. a hely eleg kellemes, gyakorlatilag egy to partjan volt a szallas, es onnan vitt fel lift kb 800 meterrel feljebb ahol mar ho is volt, meg nyilvan hideg.

    nehany (talan erdekes) adat:

    • egy nap altalaban olyan 60-70 kmt sieltunk
    • egyszer neztem, hogy atlagosan mennyi ido alatt jutunk le egy-egy palyan. a teszt egy 7,5 kmes palya volt amin kb negyed ora alatt lehetett leerni, igy maris ertheto miert kell annyira a siszemuveg :)

    az pedig hihetetlen, hogy mind a honlapon mind a siberleten levo terkep teljesen elavult, mar tok maskepp vannak a palyak. ez van. (szerencsere a felvononal lehetett elvenni prospektust es ott teljesen aktualizalva volt.)


  • Thursday, 31 January 2008
    the da vinci code (Comments)

    [video:youtube:_V0U_sgvWuo]

    a filmet elsosorban azert akartam megnezni, mert mar annyian tamadtak ill. tamogattak, hogy kivancsi voltam mirol is szol a film. bar, tegyuk hozza, hogy az ajanlo alapjan mar szamitottam ra, hogy valami olyasmi lesz amit inkabb egy erdekes kriminek kell venni, es elvonatkoztatni a tenyektol.

    es ebben a formaban, egesz izgalmas. neha kicsit zavaro a sok pontatlansag, de sztem boven elmegy, ugysem dokumentumfilmet nezunk. ja es persze azert az olyan szineszek alakitasa is sokat dob a filmen, mint Tom Hanks, Audrey Tautou vagy Jean Reno.


  • Wednesday, 30 January 2008
    SpaceShootGame - Windows nelkul (Comments)

    nos tehat a problema amibe belefutottam, hogy a (tobbek kozott) hon szeretett grafika eloadonk altal irt konyv cd-mellekleten tokjo, hogy ottvan a jatek forraskodja, csak eppen azt allatira nem lehet leforditani gcc/linux hasznalataval. persze most indulhat a flame, hogy ez kinek a hibaja, de a patchet megnezve sztem eleg egyertelmu, hogy az msvc fogad el eleg durva invalid kodokat..

    lenyeg a lenyeg, a patch itt.


  • Monday, 28 January 2008
    piedone hongkongban (Comments)

    [video:youtube:Qot6ZtTGQUU]

    ez volt az utolso piedones BP film ;/


  • Sunday, 27 January 2008
    romeo es julia (Comments)

    [video:youtube:ouMSk9HRjWE]

    erdekes, mikor egy film 12 eves es megis modern. szoval a filmet sztem kozepsuliban is lattam legalabb 2x de nyilvan akkor minden massal foglalkoztunk a film helyett :]

    pl arra nem emlekeztem, hogy azert a szovegek joreszet meghagytak, igy meg mokasabb autos uldozesek kozepette hallani ezeket a regies kifejezeseket a szereplok szajabol ;)


  • Sunday, 27 January 2008
    szabad szofver estek 2 (Comments)

    phanatic felrakta a 2. szabad szoftver este videoit, onzo modon csak a sajatomat ideznem most be:

    [video:google:-8129703727993942585]


  • Saturday, 26 January 2008
    l'ecso (Comments)

    [video:youtube:cxbruOoXfOA]

    aniamacios film, szal semmi komoly. eleg hasznalhato poenokkal van teletuzdelve, szal nem kizarolag gyerekeknek :)


  • Friday, 25 January 2008
    lepesszamlalo (Comments)

    next

    szoval a sztori ugy kezdodik, hogy kaptam karacsonyra egy ilyen lepesszamlalot. karacsony ilyen szempontbol nem idealis, mert vizsgaidoszakban nemnagyon mozog az ember, de azert megis. 28napra visszamenoleg tudja megjegyezni a napi tavot, igy idoszeruve valt, hogy "kiirjam" belole a tavolsagokat. az idaigi eredmenyek itt.

    a 0 nyilvan nem azt jelenti, hogy egesz nap agyban filmet neztem, hanem az ilyen "itthonhagytam" es egyeb tenyezok is belejatszottak azert a dologba ;)


  • Tuesday, 22 January 2008
    arc 2k7 (Comments)

    megkaptam nehany plakatot es kiraktam oket ide.

    igazabol nem tudom, hogy mint tavalyi-e (ennyire mar nem emlekszem), de ettol fuggetlenul jo szorakozast hozza.


  • Monday, 21 January 2008
    az arany iranytu (Comments)

    [video:youtube:oj61Q5KPues]

    ilyen fantasy tema, ami nekem altalaban nem szokott bejonni (gyuruk ura es hasonlok teljesen hidegen hagy). igazabol ez se volt olyan nagy durranas, de legalabb nem azzal kezdodott, h fel ora volt mire megerted, h akkor itt ebben a vilagban mi hogy es mint, hanem eleg egyszeru a szitu es igy nem annyira gazos. a tortenetet elegge a felenel hagytak abba, tehat gondolom lesz majd folytatasa.

    vicces Daniel Craiget nem zorrokent latni ;)


  • Saturday, 19 January 2008
    vagy es vezekles (Comments)

    [video:youtube:zW_PfE56Cuk]

    erdekes film. alapvetoen egy drama: egy 13eves kislany elszurja a novere es a pasijanak kapcsolatat, es elete vegeig bunhodik erte. vagy valami ilyesmi. tehat alapbol semmi olyan ami felkeltene az erdeklodesemet. nem olvastam a konyvet, tehat igazabol nemtom, h mitol lehet sikerregeny egy olyan konyv aminek a fo temaja a csaj onmarcangolasa.

    miutan jol lehordtam, nezzuk a jo oldalat. egyreszt a zene sztem nagyon talalo, vannak benne korrektul kidolgozott jelenetek, es a szineszi teljesitmeny sem elhanyagolhato.

    a film foszereploje nyilvan a hug, de azzal, hogy betoltak a novernek keira knightleyt a hangsuly nyilvan eltolodott. olvastam olyan kritikat ami szerint az egysegsugaru user azthiszi hogy mostmar ez csak egy romantikus vigjatek ahol valami erthetetlen modon gyertyatartokent megjelenik egy hug is, de azert ez sztem eros tulzas. az meg extra lol, hogy tenyleg kepesek voltak a filmben levo egyetlen szexjelenetet kirakni kulon a youtube-ra :D

    szoval elsore aztmondanam, hogy szar film, igy nehany nap tavolsagbol aztmondom, hogy erdemes 1x megnezni.


  • Friday, 18 January 2008
    algel eredmeny smsben (Comments)

    legalabb 3 eve keszult egy lista "mier' jo a linux" cimmel. ilyesmik voltak benne, hogy:

    • Tudsz ugy DVD-t (+RW) irni ugy, hogy kozben fut egy X, benne mozilla ami szetzabalja a CPU idodet min. 50%-kal, irkelsz kozben, es az iroval egy kabelen logo DVD-ROM-bol jatszol xmms-sel MP3 fileokat. Ja es az iras sose vesz el 8%-nal tobb CPU idot, load csak azer 0.95 mer fut a mozilla.
    • ugyanazon ide eszkozon levo vinyorol tudsz dvdt irni (hda->scd0[hdb]) mindenfele akadas nelkul... :))
    • En pedig akadas nelkul tudom az oszculloszkopomat nezni. HW accelerated. 100% pure analog device! NA ezt ubereljetek mu"majerek....

    szoval ilyesmi. ma persze ezen mar mosolygunk, de mindig megvannak az adott idopontban megnyilvanulo ficsorok amik azert megis mindenkinek tetszenek :)

    szoval a mai sikersztori a kovetkezo volt: arra gondoltam, hogy az algel honlapot nincs kedvem folyamatosan nezni, sokkal kenyelmesebb lenne ha megjonne smsben az eredmenyem mikor kikerul. ehhez mindosszesen annyira volt szuksegem, hogy:

    while true; do foo="lynx -dump http://cs.bme.hu/algel/07+v2-bsc.html |grep NEPTUNKODOM"; if [ -n "$foo" ]; then baratikor-sms -a EMAILCIMEM 3620TELEFONSZAMOM "$foo"; break; fi; sleep 5m; done

    az egeszben az a jo, hogy ezt a bejegyzest tuti tobb ido alatt irtam most meg mint amennyi ido alatt egyaltalan eszembejutott, es kitalaltam a fentit. tehat szamitsunk mondjuk fel percet a program megirasara. ezutan futott kb masfel napig mert a vizsga utan elinditottam, es most kerultek ki az eredmenyek. es most nyugodtan eldobhatom mert minek, ez amolyan 1xhasznalatos dolog volt.

    es nem, nem en vagyok a hu de ugyes, 1xuen csak olyan eszkozok adottak amiket osszekombinalva adodnak az ilyen lehetosegek :)


  • Thursday, 17 January 2008
    nemzet aranya2 (Comments)

    [video:youtube:helCPxvbzIc]

    nem tudom, hogy onmagaban jonak szamit-e a film, de mivel az elso nagyon tetszett, igy bejott ezis, nomeg Nicolas Cage tovabbra is fantasztikusan alakit :)


  • Tuesday, 15 January 2008
    raising helen (Comments)

    [video:youtube:OSdJiMzGBEs]

    1x nezos, poenos/aranyos/kicsit el is gondolkodtato


  • Monday, 14 January 2008
    kocka howto (Comments)

    nos tehat. mivel megkerestek, hogy ugyanmar leccilecci irjam le, hogy kb hogy keszult a kocka teszek ra 1 probalkozast. termeszetesen sok jora nem lehet szamitani, azt mondjak aki jol tud kodolni az szar doksit ir es forditva.

    szoval eloszoris kell 8db fakocka. a meret tetszoleges, mi 25mm nagysagut hasznaltunk. ezt fogjuk beboritani kivul-belul kepekkel. egesz pontosan 3db nagy kep es 6db kis kep kell. a nagy kepet ugy tessek elkepzelni, hogy 4x2 kocka (ill. kockanak egy lapja) nagysagu, a kicsi meg 2x2. ez azert praktikus igy, mert igy 1 kockara valo kepet ossze lehet tenni pont 1 a4es lapra amit ki lehet nyomtatni copygeneralban foliara. a modszer nem tokeletes, mivel errol a foliarol konnyen kopik a festek, tehat apiszban kaphato szeles celluxszal (az a nagy, 5centi szeles) le kell ragasztani a cuccot felulrol is. ja igen, a copygeneral aktualis uzlete 500dpis nyomtatot hasznalt, tehat egy kockalapra valo kepet 1100px szelesre erdemes kesziteni.

    az a4es kepet kezzel is el lehet kesziteni, meg az altalam - e celra - osszeganyolt scripttel is - de ez utobbirol kesobb. tehat ha kezzel akarjuk akkor igy erdemes elrendezni pl, hogy:

    1

    (nem rohog hogy milyen szepen rajzolok mert nem folytatom)

    ha scripttel, akkor sokfajta modon lehet, de mondom, hogy en hogy csinaltam. tehat egy "enkockam" konyvtarban lesz "4es" meg "8as" nevu alkonyvtar es abba behanyva a 3db 8as es 6db 4es kep. ezutan kell a kocka.py: $ ./kocka.py enkockam

    es ez megcsinalja az enkockam.jpg file-t. (aki nem tudja, hogy mi az a .py az skipelje ezt a reszt es csinalja kezzel. akinek meg a kezugyessege is a 0hoz konvergal es emellett a pythonrol se hallott az assa el magat)

    kovetkezo erdekes kerdes, hogy ezeket a nagy es kis kepeket hogyan erdemes felvagdosni. ha tul sok vagy keves vagas lesz akkor vagy nem lehet korbeforgatni a kockat vagy szetesik az egesz takolmany.

    most nem mennek bele, hogy igazabol ezek a felvagott kepek grafok, de mindenestre nyilvan valahogy szinezni kell oket, kulonben tuti osszekavarodnak.

    nezzuk tehat eloszor a nagyobb kepeket, amik innentol olyanok, hogy sotetkek, vilagossarga es sotetzold:

    2

    (azt ne kerdezzetek hogy hogyan kell megkulonboztetni a kremsargat meg a vilagossargat meg a sargat, szerintem csak a sorrendbol lehet de ez van.)

    nezzuk a kiskepek vagdosasat, szinszerint piros, narancs, sarga, vilagoszold, vilagoskek, kremsarga:

    3

    nos tehat, akkor mar mindent tudunk?

    elvileg mar ebbol is kisakkozhato, de azert adnek egy kis segitseget. egyreszt a jo megoldas az olyan, hogy 6 lepesben korbeforog. bar ezt a szemfulesek mar a video alapjan tudjak. lehet masmilyet is csinalni, csak nem biztos, hogy erdemes. masreszt megis - hamar ilyen szepen kiszineztuk a lapokat - alljon itt egy kis utmutatas, hogy hogyan erdemes felragasztgatni oket.

    tehat megvannak a fakockak, szepen egymasra raktuk oket kockaba . (tehat 2db negyzet es egymasra.) tegyuk fel a tetejere a narancsot, ugy felvagva, ahogy a rajzon lathato. ha lehuzzuk a hatarol a folianak azt az izejet akkor ra is ragad (bar lehet mashogy is, pl en elso korben elfelejtettem, hogy folia es mar hoztam a technokolt.. :) ). elottunk lesz a kremsarga oldal (szinten a rajzon lathato modon, tehat a vagas vizszintesen van), balra a piros, jobbra a normal sarga (ez itt trukkos, a vagas fuggolegesen legyen, a rajzhoz kepest 90fok forgatassal), hatul a kek (szinten trukkos, a vagas vizszintesen legyen), alul pedig a vilagoszold (rajzhoz kepest 180fok forgatas, tehat a u.ugy jobbra lesz a kis rovid vagas mint a tetejen a narancsnal).

    nah, ha idaig eljutottunk az mar fel siker, mivel ha nem rontottuk el akkor (felulnezetbol) a jobb also es a jobb felso hasabjat ki lehet hajtogatni a kockanak. (tehat felulnezetbol egy 4 kocka magas narancssarga csikot kapunk). jobboldalt az egesz nagy feluletet elfoglalja a sotetket (ezt mar nem lehet rosszul felragasztani). mar csak a sotetzold es a kremsarga maradt. forgassuk el balra hossztengely szerint az egeszet, tehat felfele fog nezni a nagy kek felulet. most nyissuk szet a cuccot ugy, hogy hosszaba a bal felet balra, jobb felet jobbra forgatjuk 90 fokkal. tehat tovabbra is teglatest lesz elottunk, de mostmar a kek cucc jobb es baloldalon fuggolegesen lesz, es ragasztatlan resz tarul elenk. na ide kell a vilagossarga.

    mar csak a sotetzold maradt. kicsit maceras az, hogy ez kivulre keruljon de megoldhato. tehat menjunk vissza ket lepest, ugy ahogy a kocka meg egyben volt. (gyengebbek kedveert: osszecsuk, ujra kek lesz felul, forgat jobbra 90fokot, narancs csik lesz felul, alul-felul osszeforgat ugy, hogy kocka legyen ujra.) namost athajtjuk a kocka felso felet jobbra ugy, hogy ujra teglatestet kapjunk. a vilagossargat fogjuk latni megint, es bal- meg jobboldalt a szelen meg a ketteszedett pirosat. elforgatjuk az asztallapon az egeszet 90 fokkal. most jon a trukk, mert u.ugy ki fogjuk nyitni mint mikor kekbol sargaba mentunk at, csak most a sargabol csupasz lap lesz, es pont erre a 8 kockalapra fog kerulni vegul a sotetzold. nah, hat ennyi.

    aki uberkocka es szinek helyett 0tol 8ig szamozta volna meg a lapokat attol bocsanatot kerek, tobbet nem fordul elo.

    amugy meg ha nem jon ossze akkor tessek probalkozni elolrol, menni fog az. esetleg elso korben szines papir + bluetech kombinacioval, hogy ne az ertekes copygeneralos foliat tegyuk tonkre.

    ennel tobbet nemtok mondani, kerem kapcsojjaki.

    (utolag meg az jutott eszembe, hogy valojaban en tudom, hogy ez az optimalis megoldasa a feladatnak, viszont ezt egyreszt lusta vagyok bebizonyitani, masreszt azt nem vizsgaltam meg, hogy hasonlo ekvivalens megoldasok leteznek-e. ugyhogy osszessegeben a matematikusok szamara csakazertse valaszoltam meg a felvetett problemat. ugy kell nekik.)


  • Sunday, 13 January 2008
    piedone egyiptomban (Comments)

    next

    a piedone afrikaban folytatasa, hasonloan jo.


  • Thursday, 10 January 2008
    incremental bzr -> git conversion (Comments)

    i recently had problems with bzr -> git conversion using tailor and now Lele pulled my patches so here is a mini-howto about how i did the conversion.

    i did all this in a ~/scm/tailor/bitlbee dir (to convert the bitlbee bzr repo), but of course you can do it somewhere else, too.

    create the dir and place there the tailor config. mine is like:

    $ cat bitlbee.conf [DEFAULT] verbose = True [bitlbee] target = git:target start-revision = INITIAL root-directory = /home/vmiklos/scm/tailor/bitlbee state-file = bitlbee.state source = bzr:source subdir = bitlbee.git [bzr:source] repository = /home/vmiklos/scm/tailor/bitlbee/bitlbee.bzr [git:target] repository = /home/vmiklos/scm/tailor/bitlbee/bitlbee.git

    and here is the update script: $ cat update.sh #!/bin/sh -e cd dirname $0 cd bitlbee.bzr bzr pull cd .. tailor -c bitlbee.conf

    to update the import daily i added the followings to my crontab:

    40 4 * * * ~/scm/tailor/bitlbee/update.sh &>/dev/null

    and we're ready, you'll have a daily updated git import.

    one minor note: the bitlbee.git dir is a non-bare repo and it's also a bzr repo which is not a problem (you can clone it and gitweb handles it) but if you plan to switch to git later, you probably want to clone it once get rid of that junk :)


  • Thursday, 10 January 2008
    i am legend (Comments)

    [video:youtube:hX773fMkS90]

    a scifi a horror es a muveszfilm erdekes kevereke. eloszor is a kozepsoert annyira nem vagyok oda de szerencsere nem erre elezodik ki a dolog. scifi azert, mert az alap sztori a "mindenki meghalt, csak 1 tulelo van" mese, ami vegulis nem rossz, de ahhoz, hogy ne aludjak el rajta azert kell meg valami. muveszfilmnek azert neveznem, mert gyakorlatilag egy szereplos, es azt az egy szereplot meg a randigurubol ismeros will smith alakitja, aki jelen esetben egyetlen no utan sem rohangal. de ha masert nem akkor mar onmagaban az ures new york latvanyaert is erdemes megnezni - jobb ha nem gondolok bele mennyi penzbe kerulhetett ez a film forgatasakor :P


  • Tuesday, 08 January 2008
    piedone afrikaban (Comments)

    [video:youtube:A180EQdEL4I]

    keves kifejezetten vigjatek jellegu drogos film van de ez ilyen. eleg stilusos :)


  • Sunday, 06 January 2008
    neptun (Comments)

    szoval van ez a kep. roviden a kovetkezo problemakat veti fel:

    • a targyfelvetel jan 2.an indult. a regi neptunnal ez kb azt jelentette, h jan 2.a ejfel utan olyan fel oraig nehezen lehetett bejutni, bar beallitva a klienseben h 10secenkent probalkozzon igy is megoldhato volt a dolog. miaz, h az egesz nap folyaman tulterhelt a rendszer, ill. meg masnap is ezen problemaznak?
    • ha tulterhelt a rendszer akkor eleg szanalmas, hogy nem szimplan lassu, hanem annyira hasznalhatatlan, hogy ki kell bannolni a usereket, hogy a tanszekek jegyetbeirhassanak
    • ha ez a szerencsetlen idoszak elmult, milenne ha az ilyen bannereket levennek? nem, az ilyen nem okoz plusz terhelest, dehogy

    hat kb ennyi.


  • Sunday, 06 January 2008
    kocka (Comments)

    karacsonyi ajandeknak keszult a kocka, amirol igazabol barmit is nehez irni, de most vegre keszult 1 video, uh az igy kb mindent elmond :)

    vagy nem. szal a vegtelensegig lehet korbe-korbe hajtogatni, a kockara meg olyan fotot lehet tenni amit jolesik, a videon mindenfele csaladi fotok vannak - remelhetoleg eleg szar a minosege, hogy ne szamitson szemelyisegjog-sertesnek ;)


  • Friday, 04 January 2008
    american gangster (Comments)

    [video:youtube:QOSOYSLDuQE]

    zsenialias. parhuzamosan epit fel 2 szalat: a drog utan nyomozo hulye-becsuletes rendort, es a drogdealert, aki ugyan rosszfiu, de nagyon stilusosan csinalja, tehat ot is szeretjuk. hogy erkolcsileg is korrekt legyen a film, a vegen termeszetesen lecsukjak a csavot, aki - mikor mar latja h gaz van - inkabb jofiu lesz, igy kevesebb mint negyedannyit kell uljon ;)

    nehany elem kolcsonozve a keresztapabol, lecsukasa pillanataban valami 30 rokon dealerkedik ;)

    nehany szinesz is ismeros, de igazabol az itt teljesen lenyegtelen, hogy a nagyfonok tesoja pl jatszik a love actuallyben is.

    jah, elvileg igaz torteneten alapszik, a vegen be is tolnak nehany adatot, hogy elhidd.

    kapcsolodo - esetleg erdekes - index post itt.


  • Tuesday, 01 January 2008
    piedone, a zsaru (Comments)

    next

    legyetek jok ha tudtok - bud spencer modra :)


  • Monday, 31 December 2007
    utoljara 2oo7ben (Comments)

    szoval igy ev vegefele szokas ilyeneket postolgatni, hogy a 10 legjobb dolog meg hasonlok. azt azert eszre lehetett venni, hogy ahhoz kepest, hogy 1x meg megfogadtam, hogy abbahagyom a blogolast, megis postolgatok, de ilyen 10es listat a maganugyeimrol most megsem irnek. ha mindenkeppen kell valakinek ilyen, akkor a frugalware-eset nezegesse, az ugyis csupa idaig is ismert dolgokat gyujt ossze, csak igy szepen neznek ki egymas mellett :)

    ja es persze buek mindenkinek, ezuton is. (karacsonyra miert nem vezetnek be egy 'bkü' v hasonlo roviditest?)


  • Monday, 31 December 2007
    ten goals we reached in 2007 (Comments)

    ..continuing last year's article. so another year passed by and it's time to look back and see what we did during 2007. probably i miss a lot of stuff but here is my list:

    1) ability to go back in the installer to a previous point if you missed something. do you remember the days when one had to reboot if he/she wanted to do so? :)

    2) compiz improvements. this is now settled down in current and it's pretty sane. we cleaned up the old compiz and beryl, we have a single compiz-fusion, it has a nice step by step documentation and it works fine both for kde and gnome.

    3) asciidoc. i think we highly improved our documentation since we switched from latex to asciidoc. a user manual of 98 pages in a nice pdf format is cute, isn't it? :)

    4) newsletters. Alex started to issue newsletters and recently phayz helped out us, so it's alive again. i think it's something great.

    5) yugo. 'factory' was our previous i686 build server, it was a very old machine with a cpu of 300mhz and so on. it was time to replace it and now yugo does the job.

    6) fwlive. this was an old project but only test versions were available, based on old frugalware versions. now there is a live version of every released version of frugalware, thanks to janny, boobaa and ironiq. great!

    7) gnetconfig. the first graphical config tool from priyank. i'm really bad at any graphical programming, so i'm glad to see finally we started to work on guis.

    8) gfpm. something users always wanted and now it's here. a true graphical package manager, which is not just a wrapper but properly uses libpacman. awesome.

    9) fun. this is our update manager which can sit on the system tray (or whatever i should call kicker not to be kde specific ;) ) and notifies you if there is something to update. i'm sure this is more comfortable compared to watching the -security mailing list for updates or doing a -Syu daily :)

    10) syncpkgd2. if you remember, the old method was that there were only clients and they tried to figure out what to build, they built and uploaded the packages. this was very suboptimal: it allowed only one buildserver / arch and it was slow. okay, being slow is the smaller problem, but every buildserver was a single point of failure. nowadays we have two i686 buildservers (thanks to boobaa) and it's theoretically it's possible to have two x86_64 buildservers, too. so even if one i686 buildserver is down, i can be at the beach, sipping a mojito :)


  • Monday, 31 December 2007
    when in rome (Comments)

    next

    a masikhoz kepest nem egy nagy szam, 1xnezost is alulrol surolja..


  • Sunday, 30 December 2007
    idealis gallery engine (Comments)

    ugyan most se kedvem se idom egy ilyet lekodolni, de itt vannak a szempontok, hogy milyet csinalnek - afaik ilyen jelenleg nem elerheto:

    1. albumok es fotok tetszoleges egymasba agyazhatosaga, mint file/konyvtar eseten 2. commenteles, tageles 3. rss albumra/fotora (album eseten fotokrol es/vagy commentekrol, foto eseten commentekrol) 4. api fel es letoltesre 5. fotonal manualis es automatikus leptetes 6. hackelheto (sajat serverre telepitheto legyen, stb) 7. mutassa, hogy hanybol hanynal jarok 8. permalink aktualis fotora

    kb ennyi. picasa egesz jo, de 4 (letoltes - gyakorlatilag nem lehet a kepeket teljes meretben letolteni) es 6 ha jol latom pl egybol hianyzik belole.

    update:

    9. notification: ha feltolnak egy kepet 1 galeriaba akkor lehessen kerni deeplinket urlben

    10. rendezes: pl lehessen datum szerint rendezni a kepeket.


  • Sunday, 30 December 2007
    az oceanjaro zongorista legendaja (Comments)

    next

    nehany napja ajanlottak, nem bantam meg, hogy megneztem. talan a terminalhoz all leginkabb kozelebb, csak itt fohosunk egy oceanjaron reked, nem egy terminalban.


  • Friday, 28 December 2007
    ezesez geza karrierje (Comments)

    next

    "A fiatal tudos mar palyakezdesekor magaval hozza a rendszerezes szeretetet es egyben elso tapasztalatait. A hosszu es nehez egyetemi evek alatt a nagy tanagyagok, sokszor tobb szaz oldalas konyvek lenyeget egy-egy vizsga elott paranyi cedulakra suriti, jol attekinthetoen, tomoren, amit az egyszeru nep mind kozonsegesen puskanak nevez. Az irodalmazasnak ez a legosibb formaja. Lenyegeben kesobb sem valtozik, csak nem kell dugdosni."

    "Ez a Generalkrach. Tudosuk elvonul. Erre tobb oka is van. Reszben azert, hogy ily modon haritsa el a meg mindig arado gratulaciokat. Reszben azert, mert Fonokevel sem ohajt talalkozni, aki ugyancsak erdeklodest tanusit a felfedezes irant. No meg azert is, hogy osszeszedje maradek gondolatait eltompult agyaban, hogy most aztan donto rohamot kell inditania a Termeszet ellen, hiszen BIZTOS, hogy

    A -> B

    Csak lehet, hogy a Termeszet ezt meg nem tudja..."

    ketestes konyv, eleg jo stilusban, erdemes:)


  • Thursday, 27 December 2007
    winning london (Comments)

    next

    ooo, hat szoval ;) az olsen ikrek filmjei kozul nekem ez volt az elso es egyaltalan nem rossz. sot, igazabol egesz jo :)


  • Thursday, 27 December 2007
    a pirinyo, a behemot es a jofiu (Comments)

    next

    masik neven bosszu el pasoban. Eli Wallach mar ismeros. a masik 2 meg plane. ki kicsoda? nezzetek meg a filmet:)


  • Thursday, 27 December 2007
    a csaj nem jar egyedul (Comments)

    next

    ha leszamitjuk azt - amin amugy sokan kibuknak - h ebben a filmben is ajnarozzak az amerikai gimielet (2evszazaddal ezelotti) fo esemenyet, neven nevezve az erettsegi balt, es hasonlo aprosagokat akkor egesz jo. de amugy ami jo benne az az, h itt nem - mint mashol - egy tenyleg gazos csajt probalnak meg feltupirozni, tobb-kevesebb (inkabb az utobbi) sikerrel, hanem inkabb a film elejen kellett a normalistol elegge eltero kulsot varazsolni - es ez azert a jobbik eset.


  • Monday, 24 December 2007
    eszperente karacsony (Comments)

    next

    ma kaptam:

    Kedves felem!

    Ezer meg ezer meg egy hetes esztendeje Mennyekben eme percekben rengetegen repkedtek s rezes zeneszereket rezegtettek.

    Mert embertelen helyzetben, Betlehem mellett egy helyen kecske mekegett, s fekhelybe keletkezett egy gyermek, mely lett rengeteg ezer embernek nem megfelelt cselekedeteket megrendesedett helyzetbe tett megtestesedettje.

    Elkecmeregve szent helyekre lelkes gyerekek meg meglettebb emberek szeretettel engednek helyet emelkedett jeleknek melyekkel eme gyereknek rebegnek szeretetet.

    Neked legyenek kedvesek eme percek, melyekben lelkesen vesznek kerek elemet felvett helyzetbe szeretett emberek s lelket melengetve zengve lelkendeznek:

    Egek fejedelme megtestesedett!


  • Sunday, 23 December 2007
    lics pinceszet (Comments)

    next

    az egy dolog, h az egyik multkori hup sorozesen is lics hotspotjat hasznaltuk, de arra nem szamitottam, hogy mikor lemegyunk a pincebe a karacsonyfatalpert, akkor a pinceszetenek a zacskojaba lesz a cucc csomagolva ;)


  • Sunday, 23 December 2007
    almassy teren karacsony elott (Comments)

    next

    a sztori egy indexes videoval kezdodik. ekkor mar megfordult a fejemben, h el kene maszni a helyre, leven meg ugyse voltam ott soha es erre mar csak veges ido all rendelkezesre. aztan jott az otlet, hogy menjunk el a tilos altal szervezett zenebonara, es ez igy is lett. a kepen az egyik falrafirka kerult megorokitesre ami bizonyitja, hogy ez a rendezveny igencsak karacsony-specifikus volt (ertsd: mas erre nem utalt, es szerencsere a mikulassapkas pom-pom lanyok is otthonmaradtak).

    aki igy nevszerint remlik, h rajtavolt a plakaton es ott is voltak az ludmilla es palotai - akik aznap sem okoztak csalodast:)


  • Sunday, 23 December 2007
    gnaa truncated (Comments)

    next

    nyilvan a gnaa fanclub magyarorszagi autos tagozatanak valami fomuftija lehet.


  • Thursday, 20 December 2007
    zorro alarca (Comments)

    next

    a film nem mai, de azert akadt meg rajta a szemem mert ha jol emlekszem ez volt az utolso sorozat amit meg neztem tvben :)

    maga a film a sorozat epizodjai utan jatszodik, ilyen "kb azt kaptam amit vartam" kategoria.


  • Wednesday, 19 December 2007
    using reverse ssh tunnels (Comments)

    okay, i learned something today :)

    you have a client behind a firewall and you have a server somewhere. and you want to ssh from the server to the client. that's exactly why ssh has a magic -R option!

    if you do an

    $ ssh -R 19022:localhost:22 server

    that will mean that you can ssh to client:22 on the server by sshing to localhost:19022 on the server. yes, and it works even if the client is behind a firewall, yay! :)

    update:

    you probably want to add this to your ~/.ssh/config on the server as well:

    Host client
            NoHostAuthenticationForLocalhost yes
            HostName localhost
            Port 19022
    

    so that you can easily just type

    $ ssh client

    on the server


  • Tuesday, 18 December 2007
    mit ne tegyel (Comments)

    next

    szoval. ha 2napon belul van 3 pot-pot-zhd akkor elottevalo nap ne menj dolgozni. de ha melozol is, ne borozgass. vagy ha borozgatsz is, elottevalo nap aludj eleget. vagy ha nem alszol eleget akkor ne fekudj le aludni masnap koran azzal, hogy majd utana frissen tanulni fogsz. mert ugyse fogsz ;)

    (based on true story)


  • Sunday, 16 December 2007
    valaki nagyon szeret (Comments)

    next

    igy belegondolva a soszoras valamilyen modon spamszurokent is ertelmezheto. legalabbis ha a kocsikat is szornak akkor a fenti uzenet nem jutott volna el hozzam.


  • Saturday, 15 December 2007
    rss clenaup (Comments)

    next

    tartottam egy kis cleanupot az rss feedek kozott. ezek estek ki:

    uj debutalo pedig az xkcd.com.


  • Wednesday, 12 December 2007
    v for vendetta (Comments)

    next

    a maszkos alak mar ismeros: hugo weaving. csak eppen itt tenyleg mindig betolnak valamit az arca ele, igy tuti nem fedezheto fel utanajaras nelkul, hogy a matrixos ugynokkel lenne dolgunk ;)

    elvileg scifi, de ilyen urhajokat meg hasonlokat ne keressunk benne, a film eppenhogy csak a jovoben jatszodik (az egyetlen utalas ha jol emlekszem annyi h multidoben beszelnek egyszer 2015rol).

    erdemes megnezni, stilusos :)


  • Monday, 10 December 2007
    dial m for murder (Comments)

    next

    ezt mar nagyon reg ota meg akarom nezni :)

    maga a film meg megregebbi. meglepo modon krimi, es ha az elso fele utan abbahagyjak mar akkor erdemes lett volna megnezni, de termeszetesen egy hitchcocktol az ember tobbet var, es vegulis errol szol a film masodik fele. kotelezo :)


  • Sunday, 09 December 2007
    while you were sleeping (Comments)

    next

    felelmetes, hogy mennyire felre kepesek forditani egy film cimet. magyarul "aludj csak, en almodom". hat ennek igy semmi ertelme. meg a filmet is megnezve se jottem ra h ez igy hogy lehet ertelmes forditas ;)

    amugy ilyen csajozos film, 1x nezheto.


  • Sunday, 09 December 2007
    svn->git conversion using git-svn (Comments)

    git-svnimport will be removed in git-1.5.4 and i don't think it's tirival to use git-svn (which is great for bi-directional work) to properly convert an svn repo (with multiple branches) to a git one, so here is a recipe.

    first, just use git-svn to create a git-svn repo. it's a git repo but it's a bit weird, it contains metadata which is necessary for bi-directional operations and you won't see the branches by default when you clone it. ah and it's not a bare repo.

    in this example i'll convert ooo-build's svn repo (it has several branches and tags, so it's a good example).

    mkdir -p ~/git/ooo-build cd ~/git/ooo-build git svn init -s svn+ssh://svn.gnome.org/svn/ooo-build git svn fetch

    this will take a while. once it's completed, you need to convert this to a bare repo:

    mkdir ../ooo-build.git cd ../ooo-build.git git --bare init git config remote.origin.url ~/git/ooo-build git config remote.origin.fetch +refs/remotes/tags/*:refs/tags/* git config --add remote.origin.fetch +refs/remotes/trunk:refs/heads/master git config --add remote.origin.fetch +refs/remotes/*:refs/heads/* git fetch

    and you're done! :)

    of course this is an incremental operation, so all you need is to run git svn fetch and git fetch from cron to keep the mirror up to date.

    update:

    it turns out you can even do this by having only one git repo. it has benefints: you don't have to duplicate the object database. and it has one problem: if you later switch fully to git, then you want to remove the git-svn metadata - doing so is the easiest if you just clone the repo.

    so - in case you want this, you have to:

    mkdir -p ~/git/ooo-build.git cd ~/git/ooo-build.git git --bare init git --bare svn init -s svn+ssh://svn.gnome.org/svn/ooo-build git --bare svn fetch

    and then you can fetch from yourself:

    git config remote.origin.url . git config remote.origin.fetch +refs/remotes/tags/*:refs/tags/* git config --add remote.origin.fetch +refs/remotes/*:refs/heads/* git fetch

    note: git config --add remote.origin.fetch +refs/remotes/trunk:refs/heads/master it unnecessary as git svn fetch will update this for you (it is different from git fetch)

    thanks for devurandom from #git for pointing out that this is possible using git --bare init before git svn init and using git --bare svn fetch :)


  • Friday, 07 December 2007
    i � unicode (Comments)

    unicode


  • Thursday, 06 December 2007
    pannon vs ssh (Comments)

    midpssh

    a kepnek valami ilyesmi cimet lehetne adni, h "midpssh+screen+irssi+bitlbee+skype in action"

    szoval ma melo utan bementem a pannonhoz, mert se az ssh, se az irc, se az email nem ment a telefonomrol. a wap ment jol. illetve ment a net az egyeb javas alkalmazasokbol is (pl google maps) amik httpt hasznaltak.

    tekintve, hogy nem naluk vettem a telot eloadtam, hogy biztos nincs jol beallitva, es.. de itt felbe lettem szakitva, kerem mi nem ertunk hozza faradjon at a masik uzletunkbe, majd ott segitenek. igazabol erre szamitottam, de gondoltam hatha hazafelemenet beugrom oda ami utbaesik es meguszom ennyivel.

    tehat irany a masik uzelet, az orszag 3 uzlete kozul az egyik amelyik valoban pannonos, nem csak franchise. itt sorallas, majd vegre az aranyos kiscsaj belatta h az en problemam nincs azon a 200as listan amire valaszolni tud, igy a pop3 meg imap emlegetese kozben gyorsan felbeszakitott, hogy ez neki kinai, varjak a technikus kollegara. termeszetesen ilyen allatfajbol csak 1db van az egesz uzletben, azis el van foglalva valami szamlak kezzel irasaval, vagy annak latszo lathatolag szellemileg megterhelo es hosszadalmas technikai folyamattal.

    kozben odahivott egy masik kollega es megkerdezte h mibajom, hatha tud segiteni, mert ott alltam a pulttol kb 2mre, ha massal nem hat ezzel erzekeltettem, h en bizony varok :p

    aztan a masik kollega mar egy fokkal okosabb volt, elmagyarazta, hogy mi a problema, de megoldani nemtudta. vegul megjott a technikus kollega. megnyugtatoan hatott ram, hogy lathatolag ot mar nem razta ki a hideg a pop3 v imap szavak hallatan, de gyorsan megkerte, hogy ne menjunk bele a reszletekbe, majd mikor kozoltem, hogy en biztony titkositva szeretnem leszedni a mailjeimet, probalt utalgatni, hogy ez nem igazan erre van kitalalva.

    vegul kb sok szenvedes utan kozolte, hogy lovese sincs, h mi a problema, es ne menjek el vele a nokiahoz, mert nem a telefon problemaja, hanem az ovek. az oszinteseg szep dolog, de a problema termeszetesen tovabbra is ott volt. es persze jol elallitgatta a telefont, igy a vegen mar boldogan jottem ki, mert legalabb a wap ment ujra - majdnem 2 ora szenvedes utan. persze a google mapset hazavagta es az se mukodott amiert bementem, de ezzel mar nem foglalkoztam.

    aztan osszefutottam msdvel, roviden felvazoltam a helyzetet, es kiderult, hogy annyi a baj h az apn erteke nem wap hanem snet kell legyen a gprs beallitasoknal. igen, ezt csak igy siman at lehet allitani. es utana minden fasza. kar, h ezt csak az nem tudja akinek kene ;)

    ha sutni fog a nap es jokedvem lesz akkor majd teszek fel kepet ahogy ssh-zni lehet a telefonrol, de onmagat nemtudom vele lefenykepezni, igy eroforrasok hianyaban ez a subproject alacsonyabb prioritast kapott.

    update: sutott a nap es jokedvem volt igy mint lathatjatok kerult fel kep is


  • Tuesday, 04 December 2007
    tedd be az ajtot (Comments)

    next

    a fenti felirat fogadott mikor a kedvenc egyetemunk ket epuletet osszekoto folyo egyik bejaratahoz ertem. az ajtot amugy az elmult ~3 ev alatt egyszer se lattam meg csukva, dehat almodozni lehet.

    ha bunksosagnak szamit, hogy az elso reakciom az kb a "lol paraszt" volt, akkor johet commentbe, hogy hol hasznaljak meg 2oo7ben ezt a kifejezest irasban mashol ;)

    persze lehet, hogy az illeto istallonak nezte a folyosot, aminek az ajtajat be kell tenni, ki tudja


  • Monday, 03 December 2007
    3110c (Comments)

    3110c

    hat szoval igy nez ki. nezzuk mik voltak a kovetelmenyek:

    • billentyuzet: termeszetesen megy jol, es sikerult elkerulni a joystickot is
    • midp2 java megy szepen, pl google maps. (ssh tovabbra se megy de azthiszem ez a szolgaltato baja lesz, majd meg kell kerdezni h wtf)
    • 1.3Mpixeles kamera, ami felbontasban szep, szineiben katasztrofa. persze illusztracios celokra tokeletes
    • bluetooth megy szepen, adatkabel-remalom elfelejtve
    • akkumlator elvileg tobbet bir mint a regi
    • a tolto nem kontakthibas (what a feature!)

    nezzuk mi az amit eredetileg nem terveztem, de tudja:

    • zenelejatszo. van benne egy 1gbos microsd kartya, azon eleg sokminden elfer. persze a dolognak max akkor lesz tenyleges ertelme ha kiderul h lehet-e kapni a cucchoz stereo headsetet mert a mono hangszorojan / a hozza adott mono headseten aligha lesz valaha is annyira elvezetes a zene mint a discmanemen ;)
    • vegre be lehet allitani ugy egy esemenyt, hogy pl 18hkor talalkozo, es szoljon miatta 17hkor. a regin ha 18hkor volt a talalkozo akkor 18hkor szolt, minek kovetkezteben 18h elott valszeg el se indultam :P
    • szinesebb, nagyobb kijelzo. nem mintha ez annyira fontos lenne, de azert megis kenyelmesebb h ~8 sor fer ki a kepernyore es nem 4

    ami amugy eleg nagy szivas volt az a tel. szamok atrakasa, mert a nokia pc suite mar nem tamogatja a regi telot, tehat azt csak gnokii/gammuval lehetett lementeni, de azok meg korlatozott mertekben tamogatjak a visszatoltest az uj telora, igy erre elment 2-3 oram.

    remeljuk ez is birni fogja 4evig mint az elozo :)


  • Monday, 03 December 2007
    a kabalapasi (Comments)

    next

    hat ez ilyen nyal. jon a melleduma, de tenyleg nem magam miatt szedtem le ;) de hamar ittvolt, hat megneztem, es a kategorian belul legalabb vicces, es nem kellett fognom a fejem h "aaaaa most hagyom abba a filmet" ;)

    foszerepben amugy a sin citybol jessica alba es a londonbol dane cook


  • Sunday, 02 December 2007
    next (Comments)

    next

    ilyesmi, h scifi, van benne nicolas cage, jessica biel a londonbol. izgalmas sztori, otletes megvalositas. erdemes


  • Saturday, 01 December 2007
    jumping all over the world (Comments)

    hiaaaaa!! tegnap megjott a zuj scooter album :)

    jumping all over the world

    nezzuk:

    1. the definition: zsenialis kezdes. ahogy a cim is mondja, a tema a szotari definicio, h mi is az az ugralas :) mindez idilli zene mellett, stb.
    2. jumping all over the world: es album cimado dala. es maris kiderul, h kb milyen stilusu albumra szamitsunk: a dominans ujra a trance / hardcore, aminek szemely szerint nagyon orulok :)
    3. the question is what is the question: a cim a szokasos halandzsa szovegbol adodik amit nyomni szokott HP a refrenek kozott :) masik erdekesseg, hogy ebben a szamban visszater egy csomo elem amit utoljara a fuck the milleniumban hasznaltak, igy a regi motorosoknak tuti nagyon bejon
    4. enola gay: es meg is erkeztunk az elso feldolgozashoz. mondani se kell, hogy boven megerte hozzanyulniuk aranykezukkel (haha) a szamhoz, nehany kis effekt nagyon talalt, mint pl a gyakorlatilag az egesz szam alatt nyomatott "hard style baby" es hasonlo hangok, amik igencsak feljavitjak
    5. neveredning story: na ez annyira jol sikerult h be is raktam uj csengohangnak (az uj telefonomba, de errol majd egy kovetkezo postban). ez a szam tipikus pelda arra, hogy kedvenc egyuttesem nem azert csinal feldolgozasokat, mert nem tud eredeti dallamokat kitalalni. es persze a refrenek kozott az elmaradhatatlen zsenialis HP szovegek (kozben - ld. komment - kiderult h megse eredeti, de a helyzeten sokat nem valtoztat)
    6. and no matches: nem eskudnek meg ra de sztem ezis feldolgozas. eleg masszivan atdolgozva - az eredmeny se maradt el
    7. cambodia: erdekes modon ennek egy kicsit ilyen gorogos beutese van, nemtom pontosan honnan szedtek a dallamot, de ketlem h ok irtak volna. mindenesetre egy ilyen nepzenei valamit raultetni az o hangszereikre - valami csodalatos jon ebbol ki :)
    8. im lonely: na ez a szam gaz :) hangszerileg meg van csinalva de a refren annyira nyalas mint a wicked up
    9. whistling dave: na ennek az eleje meg a hugomnak is tetszett :) ilyen kis csendes romantikus szamnak indul, aztan jon valami futtyos gyerek (bar lehet ezis hangszer, ki tudja). vegul elmegy egy kicsit mulatosba, ami visszataszito
    10. marian: erre a kivulallo laikusok tuti aztmondjak h 'na ez a drogos szam' :) de ebbe pont ez az oriasi, ilyen elvont, talan elsore valami kozepkori inkvizicio jutna rola eszunkbe. az egesz szam nagyon ottvan, ujabb eredeti alkotas!
    11. lighten up the sky: bulizos szam, keves dallammal, rengeteg otlettel, nagyon lehet ra porogni
    12. the hardcore massive: ahogy a cim is mondja, ezis bulizos szam, hasonlo az elozohoz. de ebbe is belekerult valami idegen dallam, igy elsore valami kozelkeleti, ugyesen otvozve az egyuttes elerheto hangszereivel
    13. the greatest difficulty: befejezo szam. szinten otletes. az album vegen tuti nem az lesz bennunk, hogy "jaj, vege" hanem rohogunk a poenon ;)

    hat ennyi. szokas szerint erdemes minimum 3-4x vegighallgatni velemenynyilvanitas elott, elsore meg nem veszi eszre az ember az aprobb finomsagokat :)

    update: mrg most szolt, h a cambodia a kim wilde - cambodia feldolgozasa.

    masik erdekesseg ez nem tul ujkeletu video. tokeletesen bemutatja, hogy mennyi dallamot es h hogyan dolgoznak fel. mert ugye ezekben a feldolgozasokban mindig meg van az a veszely, h "lopnak", de valojaban altalaban annyira jol atalakitjak, h igazan nem erdekes, hogy maga az eredeti dallam nem az o agyszulemenyuk, a kialakitott hangzasvilagert mar onmagaban lehet rajongani.


  • Tuesday, 27 November 2007
    csodas almok jonnek (Comments)

    ez se tul regebbi mint az elozo, bar egy evvel kesobb keszult. a film eleg meglepo modon indul, kb az elso tizenket percben lejatszodik kb annyi aminek altalaban mas filmekben csak egy reszet latjuk, hogy jon ossze a par, hazassag, 2 gyerek, gyerekek autobalesetben meghalnak, majd a papat is eluti egy auto. sot, a majd' 2oras film fele elott a volt feleseg is meghal. hogyan tovabb? nem, a veget nem arulom el, egesz jo film :)


  • Tuesday, 27 November 2007
    bean (Comments)

    tizedik szulinapjat unnepli a film. ez az egesz bean dolog nekem idaig kimaradt, leven nem nezek tv-t, de multkor a moziunnepkor mar volt egy kedvcsinalo, igy nem akartam kihagyni ezt sem. megerte


  • Tuesday, 27 November 2007
    we love ohloh (Comments)

    it was a while ago when we registered at ohloh.net, but i recently re-visited that page, and i found some nice PR texts there ;)

    Over the past twelve months, 18 developers contributed new code to Frugalware Linux.

    This is a relatively large team, putting this project among the top 10% of all project teams on Ohloh.

    For this measurement, Ohloh considered only recent changes to the code. Over the entire history of the project, 36 developers have contributed.

    (source)

    well, i always considered our team as a nice and good but small team, it turns out that if you count projects, we're not that small! :)

    it also creates nice charts about what programming languages do we use, etc, etc. so it's a different approach, compared to cia, but it's interesting.


  • Friday, 23 November 2007
    git-cvsimport mini howto (Comments)

    recently i needed to convert a cvs repo to git, in fact i'm providing a git mirror, so i need incremental updates.

    here is the command i needed:

    $ git cvsimport -d :pserver:anonymous@tcpflow.cvs.sourceforge.net:/cvsroot/tcpflow -C tcpflow tcpflow

    yes, this will do the initial conversion and the incremental one, too. :)


  • Thursday, 22 November 2007
    tudaslista (Comments)

    MSD osszeszedte, hogy idaig mik azok a tudasok amiket a bmen tanult es valamennyire hasznos lehet, osztonozve arra, h enis csinaljak egy ilyen listat. hat nezzuk:

    • c++ internals: ugy melyebben magamtol valszeg sose asnam bele magam, pedig hasznos (prog2)
    • "sajat" cpu tervezese (digit2)
    • java basic usage: vesszoparipam egy nyelv megtanulasanal a stringkezeles, termeszetesen itt se volt kovetelmeny ennek elsajatitasa (szglab3)
    • uml, oo programozas mint olyan (szofttech)
    • algoritmusok: nagysagrend, utkereses, rendezesek
    • beagyazott rendszerek programozasa: asm, verilog (meres)
    • opengl: bar eros tulzas lenne azt allitani h ezt mar elsajatitottam ;)

    igazabol ez a lista tartalmaz olyan dolgokat is (meres, digit) amit nemtom h fogok-e valaha hasznalni. az szerintem egy jo dolog, hogy olyan dolgokat is "rankeroszakolnak" amiket valszeg magamtol sose tanulnek meg, megis jol jon (dzsuva). az meg szerintem gaz, hogy munkaban altalaban olyan dolgokat kell hasznalni, amit tudom, hogy itt sose fognak megtanitani (mert tul gyakorlatias, itt csak elmeletet tanulunk). gondolok itt arra, hogy sztem a c eloadasok alapjan nem lehetett volna megtanulni cben (neked kell a konyv alapjan de akkor minek ehhez eloadas? ;) ) vagy pl az h rossz nyelvek szerint adatbazisok cimen futo targyunk anyagabol kimarad az sql..


  • Monday, 19 November 2007
    georgia rule (Comments)

    hat, az ugy volt.. szal eleg komas voltam tegnap es mar ugyis keso volt es nem tudtam eldonteni h ilyenkor limonadet jobb-e nezni vagy valami olyat amire oda is kell figyelni, vegul inkabb az elozo mellett dontottem. igazabol arra tovabbra se tudok valaszolni h jol-e, mert erosen 1xnezos a film, de azert ketsegtelenul vannak benne jo otletek :)


  • Monday, 19 November 2007
    playing with tcpflow (Comments)

    tcpflow is a nice small console application to debug your network data. the usage is simple. just something like

    # tcpflow -i eth0

    is enough. you're recommended to start it in an empty directory :)

    don't be surprised, the incoming and the outgoing connection to a server's given port will be logged to 2 different files ;)


  • Friday, 16 November 2007
    siofok (Comments)

    hat itt vagyunk most, vasarnap reggelig. idaig tetszik, van minden mi szem szajnak ingere, uszoda, szauna, kaja, nyugis kornyezet, wifi, stb :)

    ja, biliard is ;)


  • Thursday, 15 November 2007
    a kalozok haboruja (Comments)

    kar, h kijott azota a karib1-2-3, igy most nagyon azzal akarnam osszehasonlitani, ami nyilvan nem er :)

    picit vicces, ahogy nehany jelenetnel latszik a trukkozes, de azert van benne olyan poen ami miatt erdemes megnezni a filmet

    es talan ebben kicsit kevesebb a verekedes, bar nemnagyon volt olyan bp film amiben nekem tul sok lett volna :P


  • Wednesday, 14 November 2007
    using git filter-branch (Comments)

    git filter-branch is a new command in git-1.5.3 and today i met a situation where it was really useful. here is the scenario:

    i have a 'vmexam' (like soxexam, "vmiklos' examples") repo, random small code chunks, every commit touches only a given subdir. after some time some projects need an own repo and i do versioned releases. this was the case with pyrssi, too

    so i wanted to have a new repo with only the pyrssi-related commits and without anything else. this is exactly the case git filter-branch's subdirectory filter is for:

    git filter-branch --subdirectory-filter python/cgi/pyrssi HEAD

    then in the old repo i just rm -rf'd the code and i had it in the root dir of the new repo. yay! :)


  • Sunday, 11 November 2007
    a nemzet aranya (Comments)

    erdemes. foszerepben a pl city of angelsbol ismeros nicolas cage-dzsel, igenyes zenevel. tele a tipikus amcsi kellekekkel mint a kis luzerrel, a gonosszal, az fbi-jal, jo csajjal ;)

    ja es nem ide tartozik de azert ez a vicc tgabortol bearanyozta a napomat ;)


  • Friday, 09 November 2007
    telefon 2oo7ben (Comments)

    a jelenlegi telefonom egy jo oreg nokia 3510i-s darab. meglepo, de 4 ev hasznalat utan is nagyjabol meg vagyok vele elegedve. roviden, amit szeretek benne:

    • az aksi meg mindig 1hetet bir (eredetileg majdnem 2hetet birt)
    • wapot tudja teljesen jol, igy pl tudok ircelni rola
    • szines kijelzo
    • ugyan kell egy kicsit szerencsetlenkedni a soros kabellel, de azert lehet szepen backupolni
    • van rajta midp1es java, tehat ha nagyon kell akkor tudok ra irni sajat progikat

    nezzuk milyen bajok vannak vele. megjegyzem, hogy ezek gyak. mind kicsi gondok, semmi komoly bajom nincs

    • a billentyuzete meglehetosen amortizalodott, a felfele gombot pl kb csak en tudom megnyomni, ha masok nyomjak azt altalaban jobboldali funkciobill.-nek veszi :)
    • mivel midp1es java van csak rajta, pl ssh-zni nem lehet rola, pedig neha hasznos lenne
    • termeszetesen nincs rajta kamera, es 2oo7ben talan ez mar nem annyira draga mulatsag, 1-1 vicces dolgot lefenykepezni meg nem is rossz
    • a soros adatkabellel szivas szenvedni, leven a notimon mar csak usb van
    • eltelt 4 ev, gondolom a mai aksik azert mar valamivel tovabb birjak

    amolyan nokia fan vagyok, tehat ha vennek is vmi ujat, akkor az tuti tovabbra is nokia lenne, ebben biztos vagyok

    annyi mar valoszinu, hogy az utolso opcioban a smartphone-ok elbuknak, leven azoknak meg a mostani telefonomnal is rosszabb az aksijuk. azthiszem az lesz, hogy ezzel a listahoz el fogok setalni a pannonhoz es kivancsi vagyok h mit mondanak ;)


  • Wednesday, 07 November 2007
    irssi startup (Comments)

    az idok soran szep lassan bovult azoknak a dolgoknak a listaja amit hon szeretett irc kliensemnek indulaskor vegre kell hajtania. igazabol mara ez mar olyan szinten hosszadalmas folyamat (cca 1p), hogy megorokitest erdemel.

    de hamar igy videoknal meg kepeknel tartunk, felkerult 2 masik is: keptelen vagyok a google-bol kijelentkezni, illetve az otp uj design-ja.

    asszem nem lesz ezekbol annyi h feedet lenne erdemes csinalni beloluk, inkabb idonkent ide irom oket ha felgyulemlett egy par

    update: pontositok, egesz pontosan 54sec mig elindul


  • Saturday, 03 November 2007
    Krisztus utolso megkisertese (Comments)

    ugye a dolog ugy kezdodik, h nagy botrany volt (legalabbis amennyit olvastam a dologrol) a filmbol. hat annyira azert nem nagy szam. ha vki vegignezi a filmet akkor gyak az osszes megbotrankoztato jelenetet ugymond visszavonjak. masik oldalrol meg.. hamar ilyen botranygyanus akkor legalabb jol csinaltak volna meg :P de semmi ilyen "ezt latni kell" vagy "egyszer azert meg kell nezni" taget nem tudnek ra mondani, mert annyira azert nem jo. nezzetek inkabb passiot


  • Friday, 02 November 2007
    using xosd for irc notifications and other goodness (Comments)

    so, here is the situation:

    you have a machine behind a firewall and you have an ssh session to a server. and you want to send notifications to you machine. here is what i did, maybe useful for others, too

    • you'll need the program called osd_cat, provided by osd
    • you'll need to use ssh with the -X option
    • if you run programs inside screen, you still won't know the the right DISPLAY number, so do a trick: add

      [ -n "$DISPLAY" ] && echo $DISPLAY > ~/.display

      to you ~/.bash_login

    • now you're ready to use osd_cat:

      $ echo -e 'foo'|DISPLAY=cat ~/.display osd_cat --color=blue --age=4 --font=-*-helvetica-medium-r-*-*-*-320-*-*-*-*-*-* --offset=100 --align=right --indent=100

    as an example, irssi has osd.pl to use osd_cat for highlight notifications :)


  • Friday, 02 November 2007
    atallas openblogrol (Comments)

    nos tehat. nezzuk. azt igertem a minap h megosztom hogyan is alltam at b2evo-ra openblogrol. a trukk a kovetkezo. az openblognak van egy xml api-ja, azon keresztul kimentjuk az bejegyzeseinket mt (movable type) formatumba. ezutan ezt barmelyik mainstream (b2evo, wp, stb) blog engine be tudja mar importalni. maga a konverter script itt. hasznalat az valami ilyesmi:

    $ python convert.py usernev out.txt

    (az addict userek szerkeszthetik a script elejen levo kategorizalot, meg lehet adni, hogy ha foo szerepel a postban akkor bar legyen a kategoria ertelemszeruen)

    ezutan pedig mar csak az out.txt-t kell megetetni uj kedvencunkkel.

    ja meg1. a b2evoban a kommentekben a hivatkozasok (ugy tunik) fixen le vannak tiltva importkor, pedig nyilvan mi nem a html kodot szeretnenk latni. lusta voltam pontosan kikeresni h mit es hol kell atirni, tehat a leg1xubb az volt h futtatom ezt a scriptet (at kell benne irni a user/pass/dbname valtozokat) es igy maris szep az elet


  • Thursday, 01 November 2007
    a felejtes bere (Comments)

    scifi olyan szereplokkel mint a prime-os Uma Thurman vagy a (szamomra) jersey girlbol ismert Ben Affleck (kicsit se mas mufaj ;) ). erdekelt h ebbol mi sul ki. es annyira nem rossz. bar kicsit unalmas, hogy a mostanaban scifinek titulalt filmek 80%a azzal foglalkozik h toroljuk az emlekezetunket, de azert egesz stilusosan sikerult megcsinalniuk


  • Wednesday, 31 October 2007
    elso (Comments)

    amugy nem. a b2evo szerint ez lesz a 828. bejegyzes. de ezen a cimen az elso. tehat megis.

    nos, nezzuk mi ez itt. az openblog.hu sajnalatos modon megszunt, nem az en nevemen volt a domain, akinek meg volt az egyszeruen nem fizette be a penzt h meghosszabbitsak, aztan nyilvan lecsaptak ra, leven jo kis nev.

    akkor jott az otlet, h kene valami uj nev. hamar valtok, akkor kicsit ujragondoltam az egeszet, es sajnalatos modon arra jutottam, hogy igazabol az openblog arra kellett, mert kivancsi voltam, hogy az akkori tudasommal tudok-e irni egy blog engine-t, olyat amit masok is fognak hasznalni. es tokjo volt latni, hogy igen. persze akkor meg nem gondoltam arra, hogy azt majd karban is kell tartani, leven hosszutavon az egesznek az a lenyege hogy a portal mogott van valami orult arc aki folyamatosan dolgozik uj feature-okon. ami nyilvanvaloan hianyzott az openblog.hu esteben.

    a blogs.frugalware.org-on mar hasznaltuk egy ideje a b2evo-t, igy aztan regeltem sajat domaint es frissitettem hozza a magyaritasat. tehat egyben ha talaltok valami magyartalan dolgot az oldalon akkor azert nyugodtan tessek szolni, aztan megprobalom javitani.

    persze volt az openblogon masoknak is blogja, tehat nem akarom eltitkolni, hogy hogy exportaltam az ottani bejegyzeseket, de ezt most tuti nem irom le, majd mondjuk holnap


  • Tuesday, 30 October 2007
    hors de prix (Comments)

    hors de prix. hat ugy volt.. na szoval alapvetoen az keltette fel az erdeklodesemet, hogy az amelie-s audrey tautou jatszik benne. masik, hogy ha jol emlekszem akkor az utolso nem-szinkronos francia film az az irreversible volt amit lattam, kivancsi voltam mennyit ertek belole (nyilvan felirat nelkul nem sokat). maga a film amugy kicsit hajtepo, de azert szorakoztato


  • Sunday, 28 October 2007
    es megint duhbe jovunk (Comments)

    es megint duhbe jovunk. hogy miert kene ez az elozo 'kulonben duhbe jovunk' folytatasa legyen az passz ;)


  • Saturday, 27 October 2007
    playing with compiz fusion (Comments)

    Priyank recently removed Beryl from -current and added Compiz Fusion. so i did a base install then i followed the instructions in xgl's README.Frugalware. a few impressions:

    pros:

    • i have an i810 card, not nvidia, or anything extra, it's a cheap one. the only effect that was slow for me is when i marked the cube 100% transparent. but all the other effect were really fast.
    • compiz initially worked fine only with gnome. i'm a kde fan so i tried compiz with kde and it worked fine. i think this is something new
    • thanks to aiglx, i did not have to - in fact - start xgl, no editing in kdm.conf or anything, just xorg.conf

    cons:

    • i have 4 virtual desktops like:
      1 | 2
      ----
      3 | 4

      compiz translates this to: a simple paper with two side and on each size there is another side on top of the other one. so it says it's not a cube. how crappy

    • i can't select to hide windows from other virtual desktops from the taskbar. a basic feature @ kde

    conclusion? it's really nice, well done - but for daily work of course i won't enable it :)


  • Saturday, 27 October 2007
    memento (Comments)

    memento. huh, ilyen pszihos film. tekintve h 2evvel korabban keszult mint az irreversible (es akkor meg nem is szamoltuk h valszeg itt is ez tortent), szal u.az a sztori vonul vegig h a tortenetet visszafele latjuk reszekben. bar itt jobban kovetheto, leven a reszeket ismetlik ;)
    szal en tobbet vartam tole, de amig nem nezed meg ugyse hiszed el h nem erdemes megnezni :)


  • Thursday, 25 October 2007
    knocked up (Comments)

    knocked up. na ez az a kategoria amire meg.. szal 'hatarozottan ellenjavalt' taggel kaptam meg a filmet ;) pedig szerintem meg mondanivalo is van benne meg ilyesmi, amit mar joideje nem keresek az egyszernezos filmek forgatagaban :P

    meg annyit esetleg hozza h azert vannak benne erosen megkerdojelezheto dolgok, pl a folyamatos (imho idokolatlan) zsidozas, de aki ertelmes az ugyis latja h nem ez a lenyeg..


  • Monday, 22 October 2007
    a masok elete (Comments)

    a masok elete. nemet film, tehat sajna alapbol nem volt opcio megnezni moziban feliratosan. de nembaj, erre van a teka. komoly hangvetelu film, hogy mennyire hiteles azt nyilvan nem tudom megitelni, de sokminden tetszett benne. a verkfilm kulon erdekes, pl mikor meseli h mennyit szivtak azzal h naponta letakaritsak a helyszin utcaiban a graffitiket.. :)


  • Monday, 22 October 2007
    a terminal (Comments)

    a terminal. ahhoz kepest h elmondtak tobben h ez milyen jo film es hogy hu meg ha.. annyira azert nem jo, egyszernezos, de azert vicces meg jopofa. csajjal nezni epp idealis ;)


  • Sunday, 21 October 2007
    bunvadaszok (Comments)

    bunvadaszok. ujabb bs&th film. amolyan "rablobol lesz a legjobb pandur" sztori. szorakoztato, es jo, mint ahogy az lenni szokott.


  • Wednesday, 17 October 2007
    ma volt az elso szabad (Comments)

    ma volt az elso szabad szoftver este. gyak. 3 eloadas volt, elotte-masodikutan-vegen nemi beszelgetes. a hely kellemes volt, inkabb ilyen teazo jellegu mint sorozos
    az egesz olyan 2esfel ora terjedelmu. a szervezes korrekt volt, nem volt agyon hype-olva, szerintem megerte elmenni

    koszonet a szervezoknek!


  • Sunday, 14 October 2007
    interju dr (Comments)

    interju dr. Szirmay-Kalos Laszloval. o tanitja most a grafikat nekunk. szerintem erdemes elolvasni


  • Tuesday, 09 October 2007
    dolgoztam kicsit a waphupon (Comments)

    dolgoztam kicsit a waphupon. amiota drupal 5.x hajtja azota csak a fooldal jott be, a cikkek nem. es hamar ottvoltam akkor meg javitottam 1 rakas kisebb hibat, pl mikor kepek vannak a cikkben, es hasonlok. megneztem most a 10plusz legujabb cikkre es mindet behozza korrektul


  • Saturday, 06 October 2007
    a bourne-ultimatum (Comments)

    a bourne-ultimatum. hat azt h mi ebben az ultimatum ne kerdezze senki, de amugy meg az elozo 2 folytatasa. a szinvonal meglepo modon nemnagyon csokken. szinkronrol nem tudok nyilatkozni, ha egyaltalan majd a magyar valtozatban (okt 25 utan) lesz szinkron


  • Friday, 05 October 2007
    a bourne-csapda (Comments)

    a bourne-csapda. a tegnapi folytatasa. felelmetesen jo :) kar h a csaj meghal az elejen, de a tobbi resz hozza a formajat. kellemes penteki mozi


  • Friday, 05 October 2007
    removing uids in gpg (Comments)

    here is the problem:

    you hava gpg key since 5 years. you had various mail addresses over the time and every mail address is attached to a key. so it'll look ugly, like this.

    the problem is that once you pushed a uid (read: email address, attached to a key) to the keyserver, you can no longer remove it. but here is the solution: you can revoke it! :)

    how to do so?

    it's easy:

    $ gpg --edit-key john@foo.org

    a list of your ids with numbers are displayed. select a uid:

    Command> uid 2

    then you can revoke it:

    Command> revuid 3 Really revoke this user ID? (y/N) y Please select the reason for the revocation: 0 = No reason specified 4 = User ID is no longer valid Q = Cancel (Probably you want to select 4 here) Your decision? 4 Enter an optional description; end it with an empty line: > Reason for revocation: User ID is no longer valid (No description given) Is this okay? (y/N) y

    you can notice that the uid is now listed as "revoked" instead of "ultimate"

    now you can exit using:

    Command> save

    and send it to the key server:

    $ gpg --send-key 03915096

    of course the uids will be still there, but that bloated list should be now short and tiny :)


  • Thursday, 04 October 2007
    a bourne-rejtely (Comments)

    a bourne-rejtely. bejon a film. van benne jo csaj, epkezlab cselekmeny, izgalmas reszek, a kaszkadorok is megizzadhattak. tessek megnezni


  • Thursday, 04 October 2007
    dhcpcd vs zeroconf (Comments)

    maybe you know a situation that is regular for me: when testing a new wireless network - if dhcp is misconfigured, dhcpcd would just have to timeout. though - thanks to zeroconf support - it uses to pick up some ip addresses instead, making debugging hard. so here is a trick to disable zeroconf support (so that dhcpcd will just timeout):

    append

    dhcp_opts = -L

    to your /etc/sysconfig/network/default (or other) profile for the section of the wireless interface


  • Thursday, 04 October 2007
    a mai hajtovadaszat (Comments)

    a mai hajtovadaszat celja a tegnap elcrashelt notebook-hddm jovendo utodjanak felkutatasa volt. egy samsung 80gs volt a nehai, tehat ez volt a minimum, persze azotalt eltelt 2plusz ev, tehat legyen azert nagyobb. irany bluefish.hu, igen, van atas 160gs aranylag emberi aron, ez jo is lesz. lemegyek 10utan, kozlik h sorry nincse'. de a podmaniczky utcaban van 120as ha az megfelel. megkoszonom, megyek tovabb a mistralba. kozben talaltam vmi noname helyet is, ott 100asat tudtak volna adni olcsoert, de tok ismeretlen helyen nemszeretek vasarolni. mistral kozben megszunt. ok, nezzuk meg mi van az ostromban. kozben hamar a mammut mellett megyek el, megneztem az aqua-t is. fehernemubolt van helyette. gondoltam nem szivatom a kedves elado holgyet h megkeredezem h
    - tessek mondani van 80gigas atas noti hddjuk?
    :)
    szoval mentem volna az ostromba de azok csak delben nyitnak. na ezert nem dolgoznek sose ilyen hw boltban, mert enis 12re jarnek be, igy meg ez nem mukodik, a boltok 10kor legyenek mar nyitva. tehat marad a podmaniczky utca. mivel a telom aksija elegge padlon volt, gondoltam szerezzunk be minden infot offline, ha lehet. a berletpenztarban 3an ultek es ki volt irva h jegyet/berletet nem arusitanak. nemtom ezt hogy gondoltak, de kapora jott, mert akkor nyilvan arra varnak h nekem preciz reszletesseggel elmagyarazzak, hogy hogy kell oda eljutni. kerdeztek a hazszamot, persze nem tudtam. mind1, mondtak h nyugati. ez tetszik. bkv penztar melletti terkepen meg is talaltam, irany a nyugati. metron regi ismerossel osszetalalkozas.. gaz volt mert arcra megvolt, de fogalmam se volt h hogy hivjak meg ilyesmi. most mikozben ezt irom ugrott be h ki is volt :) szerencsere deakon mas iranyban ment addig meg ment a mokazas h hogy lehet vkivel ugy beszelgetni h.. de a szitu ismeros.
    hamar nyugati, bementem a westendbe is. informacional elhadarja a kiscsaj h 2 uzlet van, annyit ertettem belole h mely szinteken kutassak. megkerdeztem meg1x, ha ilyen lehetseges egyaltalan - meggyorsabban elhadarta megegyszer. jo felmegyek az elsore, majd ott megkerdezem, hatha nem egyutt jartak gyorsbeszelotanfolyamra. na az a noci megviccesebb volt.
    - van egy dell meg egy épül
    - epul megegy?
    - nem, epul szalon
    kozben leesett h ez egy iSzalon lesz ;) tovabbi kerdezoskodesre elarulta h igazabol a dell az kizarolag notebookokkal fogalalkozik tehat az nekem nem lesz jo (fenet nem), de van meg a media markt is (na ez meg pont nem fog arulni). irany a dell bolt. mikor beleptem mar vilagos volt h nem fogok kapni itt semmit, ilyen muanyag notebook modellek voltak kirakva, az egesz uzlet 1 vicc.. es tenyleg, udvariasan kozoltek h notebook winchesterekkel nem foglalkoznak. gondoltam ra h javaslom h akkor vegyek le az uzlet feliratabol a "notebook" szot de aztan inkabb megkoszontem a segitseget. media marktban szokasos modon a hazimozik es mosogepeken kell ugye eloszor atvagni magam, aztan ott vannak a "pc-alkatreszek". szokasos hajkuraszas az elado utan akkor kenytelen beismerni h "hat ja, notebook vinyot nem arulunk". na, errol beszeltem kedves informacios..
    tehat irany a podmaniczky utca, telon kozben megneztem a hazszamot, nincs is annyira messze. egy elado, lathatolag idegileg kikeszult (mint a sparos penztarosok). mondom neki h mi kene, nezi a gepben, mondja h sajna nincs. mondom ez nem palya, a deliben feloraja (volt az masfel is) meg aztmondtak h itt volt. mondja h megnezi azert, hatha rossz a nyilvan tartas. hat nyilvan rossz volt. siker, megvan a hdd. samsung ugyan, de legalabb 120g es van ra 3ev gari. kozben latok tokjo notebookos hatizsagok, kerdezem az mennyibe kerul. kiderul h tobb mint a vinyo.. a mostani hatizsakomat ugy 10edennyiert vettem. kerdezem h miert kerul ennyibe, mondja h marka..
    lenyeg a lenyeg, majdnem teljesen vissza van mar allitva minden - tehat nem telt el 24ora es mintha mi sem tortent volna. tenyleg megeri menteni :)


  • Wednesday, 03 October 2007
    rtorrent with dht support (Comments)

    dht support means support for trackerless torrents

    currently rtorrent does not support it, but after a bit googling, i've found this ticket. it mentions that there is a patch here. so i've split up the patch for libtorrent and rtorrent and uploaded these packages to my bmf repo.

    you need to add two extra lines to your ~/.rtorrent.rc:

    dht = auto
    dht_port = 6986
    

    of course the port can be anything else.

    during testing, i had one "server" - where i had the test file already - and one "client" - where i had only the torrent.

    i opened one port for torrent communication and one port for the dht server on the server, of course no ports were open on the client. and yes, it did work fine! :)

    (screenshot)

    let's hope the patch will be included in the vanilla rtorrent soon!


  • Monday, 01 October 2007
    tegnap voltunk az etyeki kezes-labos (Comments)

    tegnap voltunk az etyeki kezes-labos borfesztivalon. jo program, nem bantam meg h mentunk. bar lehet jovore nem volannal hanem biciklivel kene menni


  • Sunday, 30 September 2007
    city of angels (Comments)

    city of angels. ugye ennek a filmnek van egy eredetije. tobben azt irtak, hogy megnezve az eredetit meg eztis, az jobb. nekem ez allt rendelkezesemre, tehat adta magat a dolog, hogy ne nezzem meg az eredetit. es igy is lett, ez a film onmagaban pedig teljesen rendben van, batran ajanlom mindenkinek :)


  • Thursday, 27 September 2007
    vadnyugati casanova (Comments)

    vadnyugati casanova. az imdbs user comment talaloan hasznalja a "a decent spaghetti western" kifejezest. egyszerzenos, de annak jo :)


  • Tuesday, 25 September 2007
    stanislaw lem - visszateres (Comments)

    felelmetesen jo. tenyleg. nagyon. mustread :)


  • Monday, 24 September 2007
    never been kissed (Comments)

    never been kissed. soha ne nezzetek meg. amolyan "making idiot from yourself" howto, hozza a 100%ig kiszamithato es 0 meglepetest tartogato amerikai stilus, stb. katasztrofalis


  • Saturday, 22 September 2007
    ez valamikor het (Comments)

    ez valamikor het kozepen lehetett, kolcsonkaptam tommy emmanuel egyik koncertfelvetelet (erdkes, pl a scooter koncertfelvetelei fennvannak imdbn, ezek nem), felelmetes a csavo. idaig is lattam tole 1-2 felvetelt, de egy majdnem 2 oras koncertet vegignezni megis mas. valami hatalmas. nehany sample itt
    (abszolut lenyegtelen, de nekem a 8as - ilyen rock&rollos -, 21es - virtuoz - es az utolso - asszem 26os - track jott be nagyon)


  • Saturday, 22 September 2007
    london (Comments)

    london. voroskoi ajanlasara, de nekem nem jott be (ilyen felig romantikus felig drogos film, hozza a szokasos szadomazo/impotens es hasonlo figurakkal..)
    iq. na ez mar sokkal jobb, persze ezt elsosorban olyan foszereploknek koszonheti, akiket mar ismerunk a remeny rabjaibol v a furcsa parbol. kellemes kis pentek esti egyszernezos film. sztem


  • Friday, 21 September 2007
    using git request-pull (Comments)

    it's a nice simple script to generate a message body for you when you have no write access to a repo and you want to request the m8r to pull from you. here is how to use it:

    $ git request-pull origin/master \
    vmiklos@vmiklos.dev.frugalware.org:git/pacman-g2/
    The following changes since commit 52a29e40a52bb09e0db7f167712a9be3ad8d0d3c:
      Priyank (1):
            Merge branch 'master' of \
    git.frugalware.org:/home/ftp/pub/other/pacman-g2/pacman-g2

    are available in the git repository at:

    vmiklos@vmiklos.dev.frugalware.org:git/pacman-g2/ master

    VMiklos (4): new NOARCH trans flag for _pacman_pkg_load() _pacman_pkg_load(): indentation fix parseargs(): new --noarch option tests/upgrade071.py: new test for --noarch

    lib/libpacman/package.c | 36 +----------------- lib/libpacman/pacman.h | 1 + pactest/tests/upgrade071.py | 10 + src/pacman-g2/pacman-g2.c | 3 4 files changed, 33 insertions(+), 17 deletions(-) create mode 100644 pactest/tests/upgrade071.py

    of course in real life, you want to use http:// or git:// since probably the m8r won't be be able to login to your own machine via ssh :)


  • Wednesday, 19 September 2007
    ecdl2007 (Comments)

    ecdl2007. ertelmes eloadasok, kivalo kaja es a munkaidobol ment el :)


  • Sunday, 16 September 2007
    utobbi heten felgyulemlett ujabb 3 (Comments)

    utobbi heten felgyulemlett ujabb 3 bud spencer & terence hill film:
    kincs ami nincs
    en a vizilovakkal vagyok
    akit buldozernek hivtak


  • Sunday, 16 September 2007
    stanislaw lem - edenstanislaw lem (Comments)

    stanislaw lem - eden
    stanislaw lem - solaris
    lehet lassan at kell ternem a bookline-ra a libri helyett (ezeket se talaltam meg naluk)


  • Sunday, 16 September 2007
    egesz jol sikerult ez a (Comments)

    egesz jol sikerult ez a mai akcionk


  • Friday, 14 September 2007
    You can test OpenOffice.org 2.0.3rc3 (Comments)

    after a long time, openoffice now builds again out of the box without any patches as all our fixes are in ooo-build :)

    also, i recently started to re-use my "bmf" repo for packaging pre/rc versions, so it was logical to get rid of the "ooodev" repo and merge it to bmf. so openoffice.org-2.3oog680_m5-1 (alias 2.3.0rc3) is available for my bmf repo for both i686 and x86_64. compared to 2.2.x, the two notable improvements (imho) are the working mozilla plugin and the ooxml support.

    thanks boobaa for building it for i686! :)


  • Tuesday, 11 September 2007
    git vs rsync (Comments)

    if you use rsync to copy your git repo (i mean a non-bare repo here: a repo with a working dir + a .git one), git diff will show that you touched your files. using git checkout -f can be a workaround to hide those changes, but then when you rsync again, it'll see that git thouched those files, so it'll re-download all the tracked files. infinite loop. so here is a trick from gitte: using

    git update-index --refresh

    the index itself will be updated, not the tracked files. this was rsync will only re-download the index which is far less time, compared to the original one :)


  • Saturday, 08 September 2007
    mplayer with dvdnav support (Comments)

    i've uploaded an updated mplayer package to my repo which includes dvdnav support to mplayer. at the moment it seems you need to

    # pacman -R codecs

    otherwise mplayer will crash

    many thanks to Otvos Attila, the dvdnav patch author for his help (two additional build fixes was needed for our "enable everything what is possible" mplayer configuration)

    hopefully we'll figure out soon how to resolve the conflict with the binary codecs, too :)

    (a screenshot)


  • Friday, 07 September 2007
    git-svn howto (Comments)

    i think using git-svn is really easy, once you figured out how to use it. so here is how i use it. no, i'm not a git-svn expert, just a user. and the way i use it - i think it's easy. so here is our situation:

    1) foo project uses svn for managing their code 2) you wish they would use git

    how to do both:

    1) get the full svn repo:

    $ git svn clone --prefix=origin/ url

    yes, in my situation this project does not use the trunk/tags/branches structure, see the git-svn manpage if the project you clone does (s/clone/clone -s/ should do the trick)

    the --prefix parameter is needed so that you'll see the svn branches as if they were normal git remote branches

    2) your local repo is a git repo, so you can do whatever you want, commit, revert, bisect, etc

    3) instead of git pull, you need

    $ git svn rebase

    this does the same as git fetch + git rebase (since you can't merge because of svn)

    4) instead of git push, you need

    $ git svn dcommit

    and we're ready. 3 and not more command, right? :)


  • Friday, 07 September 2007
    coloured manpages (Comments)

    this is always a subject of flamewars and Frugalware did not have any support for coloured manpages so far. i've now added (in man-1.6e-2) support for it, but it's still disabled. see the documentation on how to enable it if you like. you can reach a screenshot here if you use the default colors.


  • Thursday, 06 September 2007
    kulonbe duhbe jovunk (Comments)

    kulonbe duhbe jovunk. bud spencer, terence hill, es a szokasos bunyoik ;) mondjuk ez sztem egyszer nezos, de kellemes esti film, igenyes zenevel


  • Wednesday, 05 September 2007
    ket film, reszben boobaa ajanlasara:banana (Comments)

    ket film, reszben boobaa ajanlasara:
    banana joe
    szuperzsaru
    mind2 csopppet regi, de kar lenne oket kihagyni


  • Tuesday, 04 September 2007
    gitstats (Comments)

    when we switched to git, our darcs stat page was no longer updated. now i've created gitstats, which serves the same purpose. it's written in python and it was a few more features compared to darcsstats, ie. alias support, so that the stats for a dev are not lost when he/she changes his/her email addr.

    the new stat page is here. enjoy! :)


  • Monday, 03 September 2007
    hatodik erzek (Comments)

    hatodik erzek. sorry, tovabbra se nyugoznek le a pszichos filmek :s


  • Monday, 03 September 2007
    bitlbee-skype (Comments)

    well, it truns out what i'm mentioned at bitlbee.org :)

    the story is about my skype plugin for bitlbee. google doesn't even find it (mostly because nobody links my page), so i asked the devs to link the page. now they posted a news entry about it ;)

    /me goes to sleep..


  • Sunday, 02 September 2007
    asciidoc vs mathml (Comments)

    i've recently pushed a new asciidoc to my repo. after intalling it, you have to be able to display this example page properly. (here is the source)

    so now go and tell your latex friends that you can still include your exotic math formulas in asciidoc while you can avoid its usualy difficult syntax! :)


  • Sunday, 02 September 2007
    mr bean nyaral (Comments)

    mr bean nyaral. mindjart megmagyarazom. szoval az ugy volt, hogy van ez a moziunnep dolog, aztan erosen invitaltak, igy - noha sose jutott eszembe mr beant nezni - vegul belementem h megnezzuk. amolyan "360 ftot csak meger" modon. de szorakozasi szempontbol tokeletes, vicces, otletes, stb.

    btw utana megneztuk az elozo nap megnyitott arcot es iden is figyelemremelto muvek szulettek, erdemes kimenni


  • Saturday, 01 September 2007
    casanova (Comments)

    casanova. mar regota meg akartam nezni, de most vettem is a faradsagot hozza ;)
    ez is ilyen regi film, vmikor az 1700as evekbol, es ugyan nem keira knightley jatszik benne (ahogy a hasonlo korban jatszodo buszkeseg es baliteletben) de azert boven jo film. ja es a zeneje se rossz


  • Saturday, 01 September 2007
    openoffice firefox plugin (Comments)

    as of openoffice.org-2.3oog680_m1 there is a firefox plugin (for OOo documents) included in our openoffice pkg. at the moment it's not enabled by default, you need an

    ln -s /usr/lib/openoffice.org/program/libnpsoplugin.so ~/.mozilla/plugins

    to enable it


  • Friday, 31 August 2007
    sunshine (Comments)

    sunshine. kozarolag scifi-faneknek ;)


  • Thursday, 30 August 2007
    empty git commits (Comments)

    long time no blog ;)

    in darcs, tags are empty patches which depend on every patch since the previous tag + the previous tag. so tag is shown in the changelog itself

    in git, tags are just pointers to existing commit objects. for example 1c77ec3 already exists, then you say let's call this 1.0

    you may want to create darcs-like tags in git. of course this won't be the git way, but it's nice to see that the git core allows you to do so

    so here is what you need:

    echo "tagged 0.9.2" |git update-ref HEAD git commit-tree HEAD^{tree} -p HEAD

    thanks hliusv561! :)


  • Monday, 27 August 2007
    jo dolog tovabba egesz nap (Comments)

    jo dolog tovabba egesz nap terero nelkul, 1gyufas tuzet rakni papir nelkul, libikokazni es meglatogatni lalit az uvegtigrises lakokocsijaban


  • Saturday, 25 August 2007
    nehany jodolog a mai napbol (Comments)

    nehany jodolog a mai napbol. fekudni a kakukkfuves reten es nezni a naplementet. roplabdazni. vesperas. nagymama sutije :)


  • Friday, 24 August 2007
    holt koltok tarsasaga (Comments)

    holt koltok tarsasaga. nemtudom. a film elejet meg gimiben lattam, aztan most az egeszet. nem mondom h rossz, de igazabol semmi nincs benne ami annyira megfogna benne..


  • Wednesday, 22 August 2007
    jersey girl (Comments)

    jersey girl. imdb ajanlotta mar nem emlekszem melyik film utan, szal valami nyalasra szamitottam, de egesz jo :) eleg sok tenyleg kacagtato poennal, j-loval (aki meg nem szereti az oruljon neki h csak az elso x percben szerepel mert utana meghal), stb. egyszernezos kategoriaban messze jo


  • Friday, 17 August 2007
    egy makulatlan elme orok ragyogasa (Comments)

    egy makulatlan elme orok ragyogasa. "a folyamatos duma nem feltetlen kommunikacio" jovan amugy nem errol szol a film, csak tetszett belole ez az idezet :)
    foszereplok a holidaybol es a truman showbol, es a vart eredmeny se marad el :)


  • Wednesday, 15 August 2007
    lehet most ujra jon egy (Comments)

    lehet most ujra jon egy 1nap/film.. akarom mondani 1film/nap korszak, majd meglatjuk.

    high school nusical. reszben ilyen musical beutesu, szal aki nembirja az ij


  • Tuesday, 14 August 2007
    city of (Comments)

    city of god. ahhoz kepest, h /pill az imdb listaja a 18. helyet foglalja el.. egyszernezos. ilyen bunyos

    a port.huban emlitett "és az ? életszemléletén keresztül értjük meg egy látszólag soha véget nem ér?en er?szakos világ emberségét" ez kesz :) sztem aki ezt irta az nem latta a filmet


  • Monday, 13 August 2007
    bergyilkos a szomszedom (Comments)

    bergyilkos a szomszedom. kellemes egyszernezos hetvegi esti filmecske. jokis jazz megy alatta sokat :)


  • Friday, 10 August 2007
    kinky boots (Comments)

    kinky boots. hogy jon a transzfesztita a cipogyarhoz? hat igy. amolyan szorakoztato-elgondolkodtato, kellemes esti film. egyszernezos


  • Sunday, 05 August 2007
    joni eareckson: joni (Comments)

    joni eareckson: joni. erdekes, a libri adatbazisaban benne sincs. mind1, szoval erosen vallasos toltetu konyv, de meg emesztheto. legalabbis szamomra. sot, kifejezetten "erdemes elolvasni" kategoria. szerintem


  • Saturday, 04 August 2007
    ocean's thirteen (Comments)

    ocean's thirteen. ahogy a 2. kicsit gagyibb volt az elsonel, annyira hozza ez ujra az elso szinvonalat. erdemes. szerintem


  • Tuesday, 31 July 2007
    the good, the bad and (Comments)

    the good, the bad and the ugly. alap :)


  • Saturday, 28 July 2007
    az olasz melo (Comments)

    az olasz melo. mar voroskoi is ajanlotta, aztan most hugom is, megeri
    tags: oceans-11-related


  • Wednesday, 25 July 2007
    arthur and the invisibles (Comments)

    arthur and the invisibles. mese. maga kategoriajaban sztem megallja a helyet

    rain man. nem mai, vannak benne viccesen elavult jelenetek, de amugy jo film sztem :)


  • Tuesday, 24 July 2007
    tudjuk, h az iparnak is (Comments)

    tudjuk, h az iparnak is van egyfajta nyomasa, hogy pl usbt hasznaljanak az eszkozok es ne soros portot. igy akinek usbre alkalmatlan gepe van, majd ujat kell vegyen. de megvan az iparagnak az ellentetes resze is, aranyarban lehet adni az olyan atalakitokat amik a "tul uj" (itt pl usb-only) keszulekekhez adnak comap tamogatast (ertsd: soros port). es persze, barmennyit is kernek erte, enis meg fogom venni


  • Saturday, 21 July 2007
    zongorista (Comments)

    zongorista. vilaghaborus, nem tul vidam, nekem tetszett

    keeping mum. ez oriasi, mustsee ;)


  • Wednesday, 11 July 2007
    long time no blog! (Comments)

    vicces volt, fonokomnek ma hoztak ilyen "papir alapu" (ahogy kollegam elnevezte) telefonkonyvet. megjegyezte, h igazabol nemtudjuk mire fogjuk hasznalni, leven nyilvan a netest fogjuk arra amire

    snip

    nehany oraval kesobb melo utan megyek nagyszulokhoz segiteni, jonnek haza nyaralasbol, mindenfele cuccot cipelek fel nekik a lakasba, es latom h vittek magukkal telefonkonyvet :)

    kinek mi es mennyire fontos. mondjuk enis evek ota nem nyitottam ki a "papir alapu" (tetszik ez az elnevezes) telefonkonyvet


  • Monday, 02 July 2007
    the recruit (Comments)

    the recruit. egyszernezos, de jo :) nyugodtan lehet szinkronosan nezni


  • Monday, 25 June 2007
    a remeny rabjai (Comments)

    a remeny rabjai. hogy mi a jo es mi a rossz az teljesen relativ. kijutni a bortonbol - ez akar lehet ok (az on)gyilkossagra is
    tags: jo film, stephen king


  • Thursday, 21 June 2007
    300 (Comments)

    300. ne szinkronosan nezzetek meg :)
    amugy meg erdekes, majdnem 2 ora, szal akar hosszu filmnek is szamithatna, de bennem a film vegen egybol az volt, h "maris vege? :/" :)


  • Wednesday, 20 June 2007
    keptelen vagyok megjegyezni ezt (Comments)

    keptelen vagyok megjegyezni ezt a rovid/tavollato dolgot, plane meghozza hogy melyik a pluszos es melyik a minuszos diptria. szoval: rovidlato az az aki a tavoli dolgokat nemlatja es annak minuszos szemuvege van. ez lennek en


  • Thursday, 14 June 2007
    1hete nem neztem filmet (Comments)

    1hete nem neztem filmet. megnyugtato h akkor megsem vagyok fuggo


  • Wednesday, 06 June 2007
    keresztapa 1, 2, 3 (Comments)

    keresztapa 1, 2, 3. mustsee :) mondjuk ido kell hozza, mind1ik ~3h


  • Monday, 04 June 2007
    na ez igy vicces, most (Comments)

    na ez igy vicces, most igazi privat blog, leven ugytunik toroltek a domaint :P
    fixelni kene. 'majd
    ja igen viszont amit akartam linkelni az ez a video, Linus tepi a szajat a gitrol. mondjuk tartalmileg tul sok ujdonsag nincs benne, viszont fergeteges stilusban adja elo, mustsee :)
    (~100mb, ~70min)


  • Thursday, 31 May 2007
    vegre (Comments)

    foo

    vegre vmi mas mint a filmek. szal neha van ilyen h megyek az utcan es van vmi vicces csak nincs fenykepezogepem. de ilyen ritkan van. aztan ez igy egy orok dilemma h erdemes-e ilyesmi miatt fenykepezokepet vennie/maganal hordania az embernek. lenyeg a lenyeg hetfon mentunk ki nagykovacsiba batyammal es nala meg mindig nala van a gepe, aztan igy szuletett a kep. ennyit eloljaroban. mint a kepen lathato egyfelol a busz vegallomasa a tisza istvan ter, masfelol meg a templom ter. lehet fogadni h hol szalltunk le. segitsegkeppen annyit megsugok, h a vegallomason, szal a lehetseges helyek halmazat ha jol mondom 2 elemre szukitettuk. bocsanat, 2 entitasra :)


  • Wednesday, 30 May 2007
    a vilag vegen alcimet viseli (Comments)

    a vilag vegen alcimet viseli a 3. resz. ahhoz kepest amennyire el szokott laposodni a tortenet az ilyen folytatasos izekben, ez egesz hasznalhato volt. a szinkronrol nem tudok nyilatkozni, nem mertem megkockaztatni :)


  • Sunday, 27 May 2007
    karib tenger kalozai 1, 2 (Comments)

    karib tenger kalozai 1, 2. kezdjuk ott h haverok mondtak h menjunk el megnezni a 3ast, es ugye ez olyan deadline amit be is kell tartani, es hugom beszamoloja szerint eleg erosen dependel az elso 2re szal by default recommended volt. de amugy tetszett is. meg ennek most meg is adtam a modjat, ami eleg ritkan fordul elo. zavaro tenyezok kizarva, fejhallgato fel, hutobol sor kivesz, joizuen kortyolgat - emellett meg a szar film is tetszene :)


  • Friday, 25 May 2007
    amelie (Comments)

    amelie. erdekes, 2001ben keszult a film, en ha jol emlekszem 2003 nyaran lattam eloszor. aztan evek soran persze elmosodik az emberben az egesz, szal gondoltam megnezem ujra, es nem is bantam meg. meg mindig kotelezo :)
    40 nap 40 ejszaka. ennek az ajanlojara meg teljesen veletlenul akadtam ra, meg is jott hozza a kedvem, aztan ottvolt a vegen h kivalo film tiniknek.. :p mind1 nekem tetszett :)


  • Saturday, 19 May 2007
    volt egyszer egy vadnyugat (Comments)

    volt egyszer egy vadnyugat. csak elszantaknak, majdnem 3 oras es konnyu belealudni :) amugy nagyon igenyes, es sztem ertekes film


  • Wednesday, 16 May 2007
    the forgotten (Comments)

    the forgotten. legstilusosabb vmi olyasmi lenne h "mar nemtom mirol szolt, de nezzetek meg, biztos jo film" ;) amugy azert ertek meglepetesek, annyira nem rossz, de nem is jo - az 1x nezos kategoria kozepe-alja. egy jo kritika rola itt
    sin city. 18askarikas, stb. szal kicsit durva, de egyebkent vannak benne hatalmas otletek, 1x mindenkepp erdemes megnezni. es nemtom miert, az volt bennem h ezt mar lattam, aztan most jottem ra h mit hagytam ki ;)


  • Saturday, 12 May 2007
    vertigo (Comments)

    vertigo. egyreszt filmtorteneti szempontbol erdekes, mert van benne egy csomo olyan "effekt" amit itt alkalmaztak eloszor (pl a fartolas kozbeni zoomolast), de maga a film is eleg szorakoztato szerintem, ilyen "addig mondjak a hulyeseget mig elhiszed aztan kiderul, h megsem" dolog
    sos szerelem. a cim szerintem tokre visszataszito, pedig nem rossz film. nem dependel ugyan a randigurura, de erdemes azt nezni elobb, annak ertelmezheto egyfajta parodiajakent :)
    marnie. na ez megint ilyen tipitkus hitchcock film. egyreszt az a nyomozas amivel vegig fenntartja a figyelmet, masreszt meg azok a tipikus jelenetek, mint mikor a csaj pakolja ki a szefbol a penzt es kozben feleje hatral a gyanutlan takaritono ;)


  • Monday, 07 May 2007
    alfie (Comments)

    alfie. neha sokkal hatasosabb bemutatni h vmi rossz dolgot jokent, majd megmutatni h hova vezet mint csak regelni rola h hat igen az elvileg rossz es azt ugy nemigazan kene. tessek megnezni :)


  • Sunday, 06 May 2007
    lifeboat (Comments)

    lifeboat. mikor ki kene deriteni valakirol, h leendo gyilkos, serult, szerencsetlen senki, v mi egyeb lehet.. egyik pillanatban behuzzak a csonakba mint sebesult, masik pillanatban mar pisztolyt szegez megmentiore. na az ilyenekkel mit kell tenni? ;)
    elgondolkodtato film
    ja es ugytunik elfelejtettem irni masik ket regi filmrol is, uh csak roviden:
    rope - a gyilkolas (nemletezo) muveszeterol, igazi muremek, mustsee
    secret agent - a cimnel nem tobb, nem is kevesebb, kellemes szombat esti mozinak tokeletes


  • Saturday, 05 May 2007
    40 year old virgin (Comments)

    40 year old virgin. tokjo szlogeneket lehetne erre kitalalni: "te sem menekulhetsz", "elobb-utobb ugyis.." es hasonlok :)
    szegeny csavonak teljesen felboritottak nyugalmas kis eletet ;/


  • Tuesday, 01 May 2007
    something new (Comments)

    something new. ha lehet valaminek szerencsetlen magyar cimet adni akkor ennek sikerult ;) aki akar, ugyis utana tud nezni, de nem fontos
    van egy ilyen skala. egyik veglet: szegeny feketek agya-bugya, olyan rossz nekik, fekete-ado, stb. masik veglet: mindig ezen jar az agyuk, ezek teljesen meghulyultek, na igy mar tenyleg elviselhetetlenek, keptelenek masrol beszelni
    talan ebben a filmben sikerult az erme mind2 oldalat megvilagitani


  • Sunday, 29 April 2007
    leon, a profi (Comments)

    leon, a profi. a vicc az h errol a filmrol mar evekkel ezelott meselt hugom de aztan valahogy feledesbe merult, es mikor elkezdtem nezni akkor ugrott be h ja hogy ez akkor az ;)
    ugyan vannak fenntartasaim a francia filmekkel kapcsolatban, ez boven jo :)


  • Friday, 27 April 2007
    nehany napja publikus lett a (Comments)

    nehany napja publikus lett a roviditeskeresonk. majd ha balazs nagyon unatkozik akkor majd bemarketingolja^Wharangozza majd fooldalon, jol :)


  • Wednesday, 25 April 2007
    north by northwest (Comments)

    north by northwest. na aki nem szereti a horrort meg a muveszfilmeket se, akkor ez meg nekik is tetszene :) es ha jolmondom akkor ez az idaigi leghosszabb hitchcock film is, altalaban ilyen 100p korul szoktak lenni, ez meg tobb mint 2h


  • Saturday, 21 April 2007
    rear window (Comments)

    rear window. bizonyos szempontbol tekinetheto lenne ez a se7en ellentetje is: itt nincsenek tenyek, csak talalgatasok, es ha megprobalnak utanajarni, semmi bizonyitekot nem talalnak. hiaba tudod, hogy a fohosnek igaza lesz, meg se tudod elhini ezt a film vegeig. ezutan nehez kitalalni, hogy kinek a filmje ;)


  • Thursday, 19 April 2007
    before sunset (Comments)

    before sunset. a before sunrise folytatasa. ahhoz kepest h a kritikakban azt irjak, h ez jobb mint az eredeti, szerintem inkabb pelda arra h miert nem mindig jo folytatni 1 filmet :/ 1x nezos kategoria


  • Thursday, 19 April 2007
    fiatal es artatlan (Comments)

    fiatal es artatlan. ujabb olyan film. az a hitchcockos. vegigizgulod az egeszet. meg se fordul a fejedben, h ugyis happy end lesz a vege. sot, azt se tudod egy ideig h ki volt a jo meg a rossz. erdemes :)


  • Monday, 16 April 2007
    before sunrise (Comments)

    before sunrise. aki nem szereti a 2szereplos monologos filmeket az ne nezze meg :) amugy meg nem rossz film. meg irhatnam h ilyen hollywoodi tipikus csopogos tortenet sem, de az akkor mar erdekes lenne merth "akkor mi igen?" - tessek megnezni ;)


  • Sunday, 15 April 2007
    jamaica fogado (Comments)

    jamaica fogado. tags: hitchcock, feketefeher, jo


  • Wednesday, 11 April 2007
    galaxis utikalauz stopposoknak (Comments)

    galaxis utikalauz stopposoknak. igen, ez az a film "amiben van a negyvenketto", csak mar kezdett erdekelni, hogy amugy mirol szol ;)
    nemi eloismeret a temaban nem art, bar vegulis akkor se lehet rossz csak a poenok egy resze annyira nem ertheto


  • Tuesday, 10 April 2007
    the lodger (Comments)

    the lodger. rajottem h ugy lehet igazan szukszavunak lenni ha csak tageket hasznal az ember. de ennek a technikai reszleteibe ne bonyolodjuk bele. szal vmi ilyesmi, h:
    tags: hitchcock, nemafilm, jo :)


  • Sunday, 08 April 2007
    scary movie 1 2 3 (Comments)

    scary movie 1 2 3 4. aztmondtak hha nemszeretem a horrort, attolmeg a horrorparodia tetszhet. erosen konvergal az 1x nezhato kategoria fele, ami persze nem tevesztendo ossze a rossz film fogalmaval. ja es dependel a falura, amit teljesen veletlenul neztem meg elobb :)


  • Friday, 06 April 2007
    find -exclude (Comments)

    ok, there is no such option, but there is an equivalent trick :)

    for example if you want to do exclude the _darcs dir, then you need:

    find . -type d -name _darcs -prune -o -print

    where can be "-name *.c" or so

    thanks crazy for the tip :)


  • Tuesday, 27 March 2007
    john knittel (Comments)

    john knittel - el hakim. csak ket idezet:

    "De talan megis rosszabb a testi egyedullet, amikor senkit sem talal az ember, aki vonzalmaval megajandekozna, akinek a kozeleben otthonosan erezne magat, es a legeslegrosszabb azt erezni, hogy senki emberfia sziveben nincs egy csopp hely szamunkra, es sohasem simogathat meg egy gyonged kez, hogy hiaba vagyodunk vigasztalo szavak utan, es az a vagyunk, hogy mi magunk tehessunk boldogga valakit, csillapitatlan marad."

    "Kover es joindulatu ferfiu volt, de mint a legtobb hasonlo beosztasu hivatalnok, allandoan reszeg. Hosszu orvosi praxisban eltoltott szolgalati es hivatali ido allott mogotte, es ezert nagy tiszteletben tartottak. Rengeteg baratjat mindig igen szeretetremeltoan fogadta szepen berendezett kairoi hivatalaban. Koversege ellenere is igen furge tudott lenni, ha arrol volt szo, hogy valamelyik felettesenek szolgalatot tegyen. A miniszteriumban mindenki tudta, hogy mindket szemevel a fotitkari szek fele pislog, ami eppen eleg nagy es kenyelmes lett volna leggombszeru ulepe szamara."


  • Sunday, 25 March 2007
    a falu (Comments)

    a falu. igenyes film, ahhoz kepest h en nem szeretem a thrillert, siman jo :)
    ez az adrien brody meg tisztara ugy nez ki mint ignotus ;)


  • Saturday, 24 March 2007
    madarak (Comments)

    madarak. mar eleve izgatottan ultem neki a filmnek mert eleg kalandos uton sikerult megszerezni, de megerte, nem bantam meg ;) vannak a filmnek olyan eszkozei amivel olyan erzeseket lehet kifejezni, amit szoval, konyvben nehez. es itt nagyon sok ilyen van, igazi remekmu :)


  • Tuesday, 20 March 2007
    a ferfi aki tul (Comments)

    a ferfi aki tul sokat tudott. hitchcock. megunhatatlan ;)
    lehet nem mindenkinek, de wtfc


  • Saturday, 17 March 2007
    abigel (Comments)

    abigel. a konyvhoz kepest is egesz jo, talan koszonhetoen annak, h a forgatokonyvet a konyv szerzoje maga irta. csak eros idegzetueknek, olyan 4:40 korul van a teljes hossz, en is 3 menetben neztem vegig :)


  • Thursday, 15 March 2007
    mielott meg vki jon, h (Comments)

    mielott meg vki jon, h marc15en miert filmrol irok es miert nem masrol, sztem epp eleg helyen irogatnak ontopic, tehat sokkal ertelmesebb offolni itt ;)
    a nagyon nagy o. alapvetoen mondjuk ilyen romantikus vigjatek v nemtom mi lehetne, de vannak benne azert ertelmes gondolatok, sztem 1x mindenkepp erdemes megnezni ;)


  • Sunday, 11 March 2007
    39 lepcsofok (Comments)

    39 lepcsofok. ujabb hitchcock film, termeszetesen hozza a formajat. aki szereti hitchcockot es meg nem latta annak musthave ;)


  • Saturday, 10 March 2007
    uvegrigris2 (Comments)

    uvegrigris2. meglepo modon az eredetinek a folytatasa ;) mokas, mar a 2. normalis folytatas
    ja es igen, nemreg kaptam 1 kritikat, h en mindig csak egy felmondatokat irok, sose regenyeket. ennek ellenere meg vki azt mondja, h jo stilusban irok. erdekes :)


  • Thursday, 08 March 2007
    Beatman akcioja nyoman nezegettem enis (Comments)

    Beatman akcioja nyoman nezegettem enis a referrer logokat, es talaltam 1-2 erdekeset ;)
    pl az ok.hu a "permanens" szora 2.nak dobja ki
    aztan a noreply@iwiw.net" target="_self">google a noreply@iwiw.netre elsonek hozza ki
    a tango.hu keresorol nem is tudtam ;)
    najo legyen eleg ennyi


  • Wednesday, 07 March 2007
    visszateres a kek lagunaba (Comments)

    visszateres a kek lagunaba. melto folytatasa az eredeti filmnek. hanyszor jatszak el azt, h csak a nagy siker miatt csinalnak 1 szar folytatast ;) itt inkabb forditva, a folytatas utan az eredeti film tunik "semmi extra"-nak, szoval csak tessek betartani a sorrendet :)


  • Monday, 05 March 2007
    uvegrigris (Comments)

    uvegrigris. gondolom rajtam kivul senkinem nem uj, itt volt hat az ido h bealljak a sor vegere ;) amugy azert magyar filmek szintjen eleg magas nalam a merce, igy hat itt is azt lattam, h lehetett volna azert ez jobb is, de nem tagadhatom h neha feltem h felebrednek a tobbiek a hangos kacagastol ;)


  • Sunday, 04 March 2007
    tegnap esti zenei programunk (Comments)

    tegnap esti zenei programunk. a vicc az, h ugy mentunk el h na meghallgatjuk eloben a nenit (ahogy lg33 fogalmazott ;) ) - de mondjuk szemely szerint nekem palotai jobban bejott


  • Sunday, 04 March 2007
    13 (Comments)

    13. azt hinne az ember, h ez egy ilyen nyalas szar, de nem. csak szepen bemutatja ahogy az artatlan kamaszodo kiscsaj elkezd cigizni, drogozni, lopni, stb es h hogy teszi tonkre szepen a sajat eltet, es jon ra h ez igy nem megy, es lehet megis vhogy maskepp kene ;) erdemes megnezni :)
    jah, es ami mondjuk rajtam kivul valszeg keves embert izgat: filmtechnikailag is vannak benne eleg ugyes huzasok, szal eleg igenyes stuff


  • Wednesday, 28 February 2007
    a kek laguna (Comments)

    a kek laguna. ez se mai film, megis boven megallja mais a helyet :) mar nem talalom, az imdbn valamelyik commentben irtak, h ez az a film ami arrol szol, h mirol is szol az elet. van benne vmi ;)
    jah, trailer itt


  • Sunday, 25 February 2007
    the basketball diaries (Comments)

    the basketball diaries. az elejen megijedtem, mert nem vettem eszre h nincs hozza felirat es eleg nehezen volt ertheto, de aztan nem volt gaz. magarol a filmerol meg annyit, h ezis drogos film, szal kemeny, de jo :)
    jah, egy kihagyhatatlan idezet: "All I've been doing is reading this diary wondering how the hell I'm still alive?"
    es ennek happy end a vege ;)


  • Saturday, 24 February 2007
    az ordog ugyvedje (Comments)

    az ordog ugyvedje. nagyon jo :) talan amik a legjobban tetszettek azok az ordog beszolasai ;)
    pl az ordog szabadsagfogalma: "Freedom, baby... is never having to say you're sorry."
    tovabbi idezetek a szokasos helyen, csupa gyongyszem ;)


  • Friday, 23 February 2007
    good will hunting (Comments)

    good will hunting. nagyon jo :) akkor en ha most zseni vagyok akkor kotelessegem mindenfele celok szolgalataba allitani a tehetsegem? v eppen nem is elhetek normalis eletet? stb stb :) boven tobbszor nezheto kategoria :) ja tudom es 'reeeegi ;)


  • Wednesday, 21 February 2007
    egy gesa emlekiratai (Comments)

    egy gesa emlekiratai. aki szereti a japanokrol szolo filmeket annak tuti tetszeni fog, de pl by default ense vagyok oda ertuk, ez megis tetszett. azt persze nem tudom, h az eredeti regenyhez kepest mennyivel jobb v rosszabb, kulonosebben nem is erdekel ;)


  • Monday, 19 February 2007
    good bye lenin (Comments)

    good bye lenin. es barmilyen hihetetlen tvben neztem meg! a dunan volt most este


  • Sunday, 18 February 2007
    psycho (Comments)

    psycho. en nem szeretem a horrort, de ez jo :) sot mi tobb, kotelezo!


  • Sunday, 18 February 2007
    the machinist (Comments)

    the machinist. meg tegnap neztem meg csak epp a server nem volt elerheto. ilyen fantazia/remalom/whatever, annyira azert nem jo. mondanivalot felesleges keresni benne ;)


  • Monday, 12 February 2007
    zarora? (Comments)

    zarora? vicces most errol irnom, leven ha jolszamolom a mai nap folyaman ez a 3. post. mind1. ugy kb szeptember ota szepen minden nap irogattam, aztan mostanaban ez igy neha elmaradt. nem ok nelkul. karinthy eloszavaban van ez a "nem mondhatom el senkinek, elmondom hat mindenkinek". igen, kb errol szol ez az egesz blogolosdi. mikor azokat a napi kis poenokat, mokas sztorikat, barmit amit ide postolgattam nem igazan volt kinek elmondani, igy aztan ide irogattam, kozbe sportot uzve abbol, h minden napra jusson vmi, es persze fun volt, leven a blog latogatottsaga folyamatosan nott. de valami azert nincs egeszen rendben. mas emberek nem a netre postoljak, hanem elmondjak ezeket mas embernek
    ugytunik most ennek a postolgatos idoszaknak (mar ami a szemelyes elmenyeket erinti) kicsit vege. majd meglatjuk. pedig poen utolag visszanezni, de megse eri meg

    irhatnek arrol, h hogyan sikerult 1 helyett 4kor hazakeveredni penteken meg hasonlok, de mikor vegre hazaertem mar nem az volt az elso h hu errol most blogolni kell, es - valljuk be - inkabb az beteg dolog kicsit hha ez igy van, nem az h most nincs igy

    jo persze konyvekrol, filmekrol, eloadasokrol lehet fogok tovabbra is irni, de valszeg kicsit kevesbe lesz szemelyes ez a dolog. meg foleg rendszertelen

    azert kosz mindenkinek a commentelest, it was fun :)

    ps: jah, es aki nagyon ra van kattanva a temara eszreveheti, h a frugalwre blog sem frissul. ez sem veletlen, sokkal tobb ertelme van a fw-dev listara irogatni blogolas helyett, konnyebb megbeszelni a felvetett kerdeseket, ha nagyon akarja ezt tovabbra is vmi weboldalszeru cuccon figyelni, akkor azt itt megteheti. aki meg rss maniac, az valaszthat 4fele rss kozul itt


  • Monday, 12 February 2007
    szabo magda - abigel...a divatot (Comments)

    szabo magda - abigel

    ...a divatot elenk figelemmel kiseri, meglatszik remek fules sapkajan, valasztekos izlessel vasarolt nyakkendoin. szellemenek szipokazo elessege egyenesen kozcsodalat targya, melyet igazan csak hosi lelkulete, marcona ferfiassaga es mar-mar legendas batorsaga mul felul. a vert oly kivaloan birja, h az hirlik, atkepzik sebeszorvosnak. mihelyt megkapja uj diplomajat, siet megkerni szive valasztottjat, aki egy szavara igent mond, hiszen ki tudna ellenallni ennek a dalianak, akire barki nyugodtan rabizhatja az eletet, kiveve ha jon a vonat es megerett az alma.

    Tormanak is konyv volt az ajandeka, lebilicseloen erdekes olvasmany, nyilvan a nagybatyja valasztotta: "A diakonisszaintezmeny tortenete", abban is benne voltak az autogramok.

    ...o ebren fekudt meg sokaig, es azon tunodott, milyen furcsan es varatlanul kovetkeznek be az ember eleteben a legjelentosebb esemenyek. Nem ugy, nem is akkor, ahogy es amikor varja az ember, maskeppen, mas elozmeny utan, valahogy logikatlanul. Egyszer csak ott van valaki a karzaton, az ember ranez, az meg vissza ra, es attol megvaltozik az elet egeszen.

    tegnap fejeztem be, nekem tetszett. hosszas elemzes helyett talan ertelmesebb kedvcsinalonak emliteni a fenti 3 idezetet :)


  • Monday, 12 February 2007
    no megkezdodott a 4 (Comments)

    no megkezdodott a 4. felevunk. elso eloadas: "jelek es rendszerek". csavo egybol felteszi a kinos kerdest, h miret is kell nekunk ez a targy. ket nyomos ervet sikerult osszeszednie:
    1) lehet h meg vmikor kesobb jol fog jonni ez a dolog
    2) ez a tema olyan szep, ilyennel kesobb sose fogunk talalkozni
    biztato.


  • Saturday, 10 February 2007
    dirty dancing 2 (Comments)

    dirty dancing 2. sztem melto folytatasa az eredeti filmnek. mondjuk szereplokben kozoset en csak a tanctanart talaltam, de majd kijavitanak ha van mas is ;) akinek tetszett az eredeti film, annak fog ezis, sztem nem rossz :)


  • Thursday, 08 February 2007
    sorry megint a legaljas linkert (Comments)

    sorry megint a legaljas linkert de ez kesz.. :)


  • Thursday, 08 February 2007
    neztunk ritaval nyelvvizsgara keszules cimszoval (Comments)

    neztunk ritaval nyelvvizsgara keszules cimszoval angol feliratos filmet.. hat nem sok sult ki a dologbol, frankon belealudt :P


  • Tuesday, 06 February 2007
    anyad napja (Comments)

    anyad napja. sose nezzetek meg. tenyleg, igerjetek meg ;)


  • Monday, 05 February 2007
    Scooter - The Ultimate (Comments)

    Scooter - The Ultimate Aural Orgasm oh yeah!11 :)
    meg 4 nap es kijon :) addigis mar public a tracklista, borito, stb :)
    update: itt 1 review amivel nagyreszt egyetertek :)


  • Sunday, 04 February 2007
    lgee meg regebben mutatott 1 (Comments)

    lgee meg regebben mutatott 1 kepet a blaugh.comrol, aztan felvettem rssben, es az utolso x post kozott bukkantam ra erre a gyongyszemre :)


  • Saturday, 03 February 2007
    ocean's 12 (Comments)

    ocean's 12. ahhoz kepest h hallottam mar olyat aki lefikazta, h ezis kb olyan folytatas mint a taxi3 a taxihoz kepest (sikeres film volt, igy jutott ra penz, de gagyibb volt mint az elozo, tortenet lapos stb), sztem tokjo :) de meg onmagaban is boven a tobbszor nezheto kategoria. persze az elso reszhez kepest rendesen van benne tulporgetes, de belefer sztem :)


  • Saturday, 03 February 2007
    noh sikeresen hazaert Rita (Comments)

    noh sikeresen hazaert Rita. tulelte, aranylag meg elvezteis, stb. ha eldontendo kerdesre igennek akar valaszolni akkor meg siman betolja, h yes, majd kis technikai szunet, utana jon az "ill. igen" :)
    csinaltunk neki (az eredetileg 2hettel ezelotti) utoszulinapot meg egyeb okossagok, egesz jo este volt :)


  • Friday, 02 February 2007
    tegnap volt gimis osztalytalalkozunk (Comments)

    tegnap volt gimis osztalytalalkozunk. elso fontos megjegyzes h b^3 lusta volt odatolni a kepet ezert nyilvanos megszegyenitesben reszesul ;) egyebkent egesz jol sikerult, odafelemenet betoltam 1 pizzat mert megiscsak gaz ha mar 2 sor is az ember fejebe szall, pedig ehgyomorra siman el lehet ilyet jatszani. aztan felzabaltuk a kavezoban talalhato kb osszes ropit, ezutan meg nagyjabol oszlasnak indultunk. ja kozben azert beszelgettunk is, elvileg ez volt a dolog lenyege :) osszessegeben pozitivan csalodtam, azthittem sokkal gazabb lesz az egesz. ja es eljott petruska is, hat az gaz volt. 6 eve lattam utoljara es nem voltozott azota kb semmit ;)


  • Thursday, 01 February 2007
    huh, de sokmindenrol lehetne most (Comments)

    huh, de sokmindenrol lehetne most irni. tegnap este (ejszaka) voltunk lenn a metroban :) igen, ugy lenn a sinek kozott, az allomasok kozott maszkalva, ismeros kibulizta h lemehessunk. batthyanyrol indultunk, egy kicsit mentunk a kossuth fele aztan felszalltunk egy ilyen metrokocsira (ami benzines, leven ejszaka nincs aram alatt a metro), elmentunk a deakra, ott megneztunk mindenfele ossze- es atkotot, aztan vissza metrokocsival a batthyanyra, vegul gyalog a delibe, ott a vegallomsaon be is lehetett menni a kocsik ala, meg mindenfele egyeb okossag. szal allati erdekes volt :)


  • Wednesday, 31 January 2007
    Meghívód még 22 napig használhatod (Comments)

    Meghívód még 22 napig használhatod fel. ha vkit erdekel az szoljon nyugodtan ide commentbe v mailben. mikor nincs akkor 2hetente rinyal valaki, most meg nem kell senkinek :)


  • Wednesday, 31 January 2007
    54 (Comments)

    54. mikor a szerencsetlen csavo odamegy, h sztarokkal beszelhessen, majd egy sztar u.ezt az okot hozza fel, mikor arrol kerdezik, h miert ment oda ;) jah es persze a szokasos "a sztarsag nem tart orokke" dolog. meg nemi drog, de nem errol szol szerencsere a film. ilyesmi. 1x mindenkepp erdemes megnezni :) jah es elvileg ezis ilyen valosag alapjan keszult dolog


  • Tuesday, 30 January 2007
    bmerol jovok haza, (Comments)

    bmerol jovok haza, jon szembe (es megallit) egy nagy darab fazon. angolul szolal meg, de lathatoan nemet, eleg eros (azzal a bizonyos jellegzetes nemet) akcentussal, h lemerult a telefonja es lenne egy fontos hivasa nemetorszagba. na ebbe nem sok kedvem lett volna belemenni, beszel 10pet akkor ara ingem-gatyam ramegy. kerdezem, h van-e fogalma arrol, h mennyibe fog kerulni a hivasa. mondja h szerint cirka 300 huf. mondom jovan, adok neki 300 ftot (latszott h nem alkoholista) aztan csinaljon amit akar, meg mindig jobb mintha lehuzza a telefonomat. meg egyebkent is rendes sracnak tunt, ilyen tipikus szerencsetlen gyerek :) odanyomok a kezebe 1 csomo aprot, osszesen megvan az osszeg, mar indulnek tovabb mikor megkerdezi, h akkor ez a penz az ove-e. mondom h most adtam, tied, persze. de hogy en el tudnam-e kolteni ezt hasznosan. mondom hat hogyne. zavartan nez, szorongatja, majd visszaadja a penzt, megkoszoni es elsiet. hogy most ez neki mire volt jo, sosem fogom megtudni.. :)


  • Monday, 29 January 2007
    ma volt az uccso nap, (Comments)

    ma volt az uccso nap, h leadjuk szofttechre az indexet. nincs is messze, ugyis hetfo van, ittvagyok sztakiban, nosza menjunk. honlapra felmegyek, megkeresem hol van iit tanszek, meg is talalom. a bejarattol jobbra egy felig rohado kartonlada, benne 2-3 index. sehol 1 lelek. a latvany nem volt tul bizalomgerjeszto, kopogjunk be a tole kb felmeterre talalhato ajton, hatha ott tudjak, h telleg oda kell-e betenni az indexet. kopp kopp. IGEN ODA KELL BETENNI, FELPERCE KERDEZTEK MEG!111 jovan-jovan mondom esetleg erdemes lenne kitenni vmi cetlit, index az megiscsak index, felig rohado kartondobozba kerdezes nelkul nem szivesen teszi az ember. HAGYNA VEGRE DOLGOZNI? jojo persze itt se vagyok. megfordulok, evfolyamtars emeli kopogashoz a kezet, de mielott szolni tudnek mar megteszi. iszkolok kifele a helysegbol, azt mar nem tudtam eldonteni, h en mentem eleg tavolra h ne ertsem, v idegessegeben a kollega mar artikulalatlanul uvoltott.. :)


  • Sunday, 28 January 2007
    linuxquestions.org screenshots (Comments)

    i've recently got a mail about linuxquestions.org now has a separate collection of Frugalware screenshots. so here it is, maybe one find it interesting :)


  • Sunday, 28 January 2007
    ket idezet amit nemreg (Comments)

    ket idezet amit nemreg turtam elo, itt nem veszik el:
    "Mondd el és elfelejtem; mutasd meg és megjegyzem; engedd, hogy csináljam és megértem."
    masikat 1 idoben az alairasomban is hasznaltam:
    ,,Ha a kornyezetunkben mindenkit meg akarunk valtoztatni, itt az ido, hogy mi magunk valtozzunk.''


  • Saturday, 27 January 2007
    crash (Comments)

    crash. ez is ilyen montazs szeru, vagy 8 szal fut parhuzamosan, raadasul ezek gyakorlatilag mind kapcsolodnak is egymashoz. mondanivalo? hat az is van benne de eleg nehez lenne megfogalmazni ;) meg a legkiegyensulyozottabb emberek is, akiket aztan telleg eselytelen kizokkenteni nyugalmukbol - szoval veluk is tortenhet olyan amikor ok kerulnek szorult helyzetbe. talan erdemes eszben tartani mikor annyira el vagyunk telve magunktol ;)


  • Friday, 26 January 2007
    elkeszult a szemuvegem (Comments)

    elkeszult a szemuvegem. tok rendesek voltak, mondtak h most este ne hordjam, mert faradt a szem, majd holnap reggeltol meg egyebek, szal elegedett ugyfelkent johettem el, ami (valljuk be) manapsag egyre kevesebb uzletben termeszetes ;)
    az majd holnap kiderul h lesz-e vmi kulonos, egyeseknek semmi, masoknak fejfajas, stb stb


  • Friday, 26 January 2007
    sorted (Comments)

    sorted. a ma esti film. ha ugyvesszuk ezis dorogos film, es szinten arra megy ki, h mennyire elallatiasodik tole az ember, persze a vege a maga nemeben happy end :) jo es persze nem tagadhatom le h megy alatta a <na ezt jolenne kideriteni h pontosan melyik szam>, legyeg h scooterek feldolgoztak a level oneban ;)
    na huzok aludni, mar a nemeben helyett is nebedet irtam, var az agyiko ;)
    ja, trailer meg itt


  • Thursday, 25 January 2007
    "ne haragudj, de az oviban (Comments)

    "ne haragudj, de az oviban nem rms volt a beceneved...?"


  • Wednesday, 24 January 2007
    szofttech vizsga, (Comments)

    szofttech vizsga, nem para, zh ment kb 2napnyi tanulassal, most meg tanultam majdnem 3 napot, sima ugy lesz.. (25p kell a 2eshez)
    "AYU9RZ vizsgadolgozata 20 pontot ért.
    1 hozott pontját is figyelembe véve osztályzata: 1 ."

    jovan ez nem jott be, je telleg van a jegyzetben 2 fejezet amit el se olvastam stb, nembaj, megesik mindenkivel az ilyen, meg 3 nap tanulas, majd masodszorra menni fog..

    "AYU9RZ vizsgadolgozata 15,5 pontot ért.
    1 hozott pontját is figyelembe véve osztályzata: 1 ."

    hat ezse nemjott be ;) viszlat kov. felevben :P

    lehet ha tanulas nelkul elmegyek eloszor akkor sikerul? ;)


  • Wednesday, 24 January 2007
    scootereknek van a "fist chapter"bol (Comments)

    scootereknek van a "fist chapter"bol egy 2cds valogatasa maxikbol (bar asszem nemis valogatas, leven az osszes maxi rajta van) es mar 1 ideje kutatom csak nemnagyon sikerult megszerezni, aztan megis.. :)

    szoval rebel yell live. vmi olyan zongoraimprovizalast sikerult beletolni, h hihetetlen.. musthear! :)


  • Tuesday, 23 January 2007
    schindler's list (Comments)

    schindler's list. 2. vilaghaborus film, 3esnegyedoras, feketefeher. erdemes megnezni sztem (nyilvan nem 1 mokas film, de ez azert valoszinusitheto volt ;) )


  • Tuesday, 23 January 2007
    noh (Comments)

    noh. uccso vizsga is megvolt ebben a felevben ;) eredmeny meg nincs (elvileg holnaputan lesz), de tobb vizsgaalkalom mar, nincs. vegre 1 kis nyugi :)


  • Monday, 22 January 2007
    ez a flashback is ilyen (Comments)

    ez a flashback is ilyen tobb mint 2 eves cucc, LGee most mutatta, nekem uj volt, jopofa :)


  • Monday, 22 January 2007
    multkor mikor ittvoltam sztakizni, csak (Comments)

    multkor mikor ittvoltam sztakizni, csak 3an ebedeltunk, a tarsasag nagyresze japanban volt. mostmar megjottek, igy a hagyomanyokhoz hiven nemi tajekoztatasra kerult sor h mirol is maradtunk le. hihetetlen mennyisegu a fajtaju kaja, nagyreszuk teljesseggel ehetetlen, szerencsere eleg tetemes mennyisegu csokit is bevasaroltak visszafele a frankfurti repuloteren ;)

    ami meg egeszen hasznalhato volt az a pattogatott kukoricabol keszult kenyer, a moszat izu chips (igazabol a moszatnak nincs tul sok ize, szal kb ilyen sos chips ize van a cuccnak). nem irigylem oket.. :) pedig kinaiba szoktunk jarni es az egesz elviselheto kaja. izlesek es pofonok


  • Sunday, 21 January 2007
    vodrot a fejere oszt mehet (Comments)

    vodrot a fejere oszt mehet


  • Saturday, 20 January 2007
    lehet masnak reeeeeeeeegi (tudom, (Comments)

    lehet masnak reeeeeeeeegi (tudom, 2esfel eves, stb), nekem uj. eszperente webhely


  • Friday, 19 January 2007
    hat hm (Comments)

    hat hm. a tegnap este kisse erdekesen sikerult.. lenyeg, h nem helyrehozhatatlan :)


  • Thursday, 18 January 2007
    ez jpg, telleg nem (Comments)


    ez jpg, telleg nem mozog ;)


  • Thursday, 18 January 2007
    van benne egy ilyen mondanivalo, (Comments)

    van benne egy ilyen mondanivalo, h nem gaz ha hulyenek neznek mikor szerelmes vagy, mindenkivel megesik. es ez igy is van. sztem :)
    jah es thx fagyinak meg voroskoinek az otletert, megerte beszerezni ;)


  • Wednesday, 17 January 2007
    nah (Comments)

    nah. meglett a fizika :)
    jameg, a mai termes voroskoi betegsegere 1 ujabb bizonyitek valamint tg szarnyalasat bemutato rovidfilmunk


  • Tuesday, 16 January 2007
    uhh, ez a mai legalja (Comments)

    uhh, ez a mai legalja huzos ;)
    na, holnap fizika vizsga, epuletes gondolataimat igyekszem addig visszatartani :)


  • Monday, 15 January 2007
    hugom szulinapja :) talan (Comments)

    hugom szulinapja :) talan az elso szulinapja, h nincs Mo-on ;)

    ja egyebkent meg arra ebredtem, h csorog a telefon. a vezetekes. ugye az azert jo, mert ha vki tolem akar vmit az tuti nem vezetekesen keres. szal ha az csorog abbol tul sok jo nem lehet. persze vannak kivetelek. lehet pl vicces ;)

    - halo (almos hangon, meg csak fel 10 van es 5utan fekudtem)
    - jonapot xy vagyok, on a lakas tulajdonsosa?
    - ooo.. nem. miert is?
    - szeretnek beszelni a lakas tulajsonosaval
    na remelem nem nezte ki vmi ingatlankozvetito iroda, tudom, h jo lakas de nem elado
    - nincs itthon
    - akkor a felesegevel
    - o sincs itthon, dolgoznak
    - hogy mit csinalnak?
    - dolgoznak. ugy mint most maga ha jol gondolom
    - hat akkor.. viszont latasra!


  • Sunday, 14 January 2007
    szavazast hirdetek!11 (Comments)

    milyen nemzetisegi tankonyvbol forditottak az alabbi tankonyvbol valo reszletet?
    "A radialisan kifele iranyulo sebesseg allando erteken tartasara az egernek "jol le kell tennie a talpat", hogy e ket inercia ero elleneben kelloen nagy surlodasi erot biztositson. Ahhoz, hogy e ket inercia ero letezeserol meggyozodjunk, probaljunk egy forgo ringlispil alaplapjan vegigsetalni (de nagyon ovatosan!). Ha nem vigyazunk ezek az ugynevezett fiktiv erok felboritanak! (A szerzok a serulesekert felelosseget nem vallalnak)."


  • Sunday, 14 January 2007
    akos - mire vagy jo (Comments)

    akos - mire vagy jo. nem tagadhatom le, aktualis :)
    ja hogy fagyi hivta fel erre a szamra a figyelmemet? ez mar kezd termeszetesse valni ;)


  • Saturday, 13 January 2007
    eloszor is ;) youtube-on (Comments)

    eloszor is ;) youtube-on a behind the cow klipje!111 :)
    masreszt a legalja mai nembizunk a szolgaltatasban kepe ;)
    harmadreszt sikerrel kiolvastam a bezzeg az en idombent. (igen a libri.hu nekem se megy /pill, cache itt) jo tessek rohogni h hany eveseknek, sztem jo konyv, nincs happy end es megis szep vege van :)


  • Friday, 12 January 2007
    meglett a szar vizsgam, szep (Comments)

    meglett a szar vizsgam, szep gombolyded 3as ;)
    jaes, voltunk b^3mal szemuveget csinaltatni, elvileg hovegere mar abban fogok viritani :)


  • Thursday, 11 January 2007
    aztmondjak h "ha a hulyeseg (Comments)

    aztmondjak h "ha a hulyeseg fajna".. sztem itt felejtsuk el a felteteles modot. telleg faj ;)


  • Thursday, 11 January 2007
    hat hm (Comments)

    hat hm. ilyen igenytelen mirrort meg tenyleg nemlattam ;)


  • Thursday, 11 January 2007
    januar van vagy mi (Comments)

    januar van vagy mi. mind1. sweet november. tessek megnezni ;) ha vki veszi a faradsagot es osszehasonlitja a giaval, van bennuk hasonlosag :)


  • Wednesday, 10 January 2007
    nehany napja csinaltam azt (Comments)

    nehany napja csinaltam azt a legalja.hus rsst, annak volt azert elozmenye ;) atneztunk a fennlevo 1200plusz kepbol vagy 300at, egesz pontosan ugy h fagyi nezte aztan ami tetszett neki azt mutatta es enmeg rohogogorcsot kaptam es hol sirtam mar hol nevettem.. :) na mind1 a lenyeg, h volt igy kb 4 kep ami nagyon-nagyon ottvan, ezeket fel is irtam de persze ha nem ide irom akkor elveszik, tehat kovetkezzenek:
    a kerekesszekes, a kocsis, az irodas es vegul az ovszeres


  • Wednesday, 10 January 2007
    nem szeretnek beallni a google (Comments)

    nem szeretnek beallni a google hype-olok soraba, leven utalok fuggni barmilyen nagy cegtol, de az teny, h tegnap jott meg az elso Frugalware-es adsense csekkunk es orultem neki, leven a kozponti gepbol kiment az egyik vinyo es jo dolog ha az embernek nem a zsebebol kell kirangatni 20kplusz forintot. hehe, az xls2htmlt is ofcoz a google csinalja es elsore el is hasalt rajta (varatlan szerver hiba, kerjuk probalkozzon kesobb), masodszorra mar osszejott ;)


  • Tuesday, 09 January 2007
    bahah, felemeltek a turorudi arat (Comments)

    bahah, felemeltek a turorudi arat a bmen :(
    najo, ne dramatizaljuk a dolgot az oriasrudi most 110 helyett 120 ft. tegyuk fel (ez kb megfelel a valosagnak is), h 1 heten 4 nap jarok be, 1 szorgalmi idoszakban 14 het van. az olyan 500plusz ft lesz. 2 melegszendvics ara. tul lehet elni, de azert bosszanto.. ;)


  • Tuesday, 09 January 2007
    On Mon, Jan 08, 2007 (Comments)

    On Mon, Jan 08, 2007 at 10:30:31PM -0000, "del.icio.us/balazsbotond" wrote:
    > Ez fantasztikus!
    telleg jol nez ki de amennyire nem erthettek sokan az elozo bejegyzest annyira nincs fogalmam, h mi lehet ez :) gondolom mikroszkopikus felvetel (esetleg csak animacio?) 1 sejt belsejerol de majd kijavitanak ha rosszul irtam. bar telleg jol nez ki, meg kell hagyni :)


  • Monday, 08 January 2007
    hm, tekintve h az (Comments)

    hm, tekintve h az sqles problema meg mindig megoldatlan, ime a feladat (nyilvan a kerdes mar csak elmeleti jellegu hiszen ilyenkor az ember valtoztat a kovetelmenyrendszeren h tudjon tovabb haladni a meloval):
    eloljaroba annyit, h van 1 sites tabla. benne van 1 id, primary key. van 1 properties tabla. benne van 1 id, primary key. van 1 kapcsolotabla amivel 1 sitehoz 0..n db propertyt lehet rendelni
    feladat: le szeretnem kerdezni azoknak a propertyknek az idjat es (monduk) nevet amikhez 0db kapcsolata van a (mondjuk) 1es idju site-nak. nyilvan a property neve az 1 mezo a properties tablaban. termeszetesen 1db lekerdezes, subselect es egyebeket nemer
    konnyiteskeppen 1) igaz h mysql es nem oracle de lehet 5.1es ficsoroket hasznalni 2) ha nem csak a 0db kapcsolatos tulajdonsagokat kerdezem le hanem azt is, ahol van (nyilvan ilyenkor 1 kulon oszlopban true/false jelszi) - arra van megoldasom, viszont ezt lebutitani se sikerult

    jah es elnezest a kizarolag technikai jellegu postert ;)


  • Monday, 08 January 2007
    fagyinak elromlott a gepe (Comments)

    fagyinak elromlott a gepe :(

    egyebkent semmi kul, holnap lesz szofttech vizsga, itt sztakiban meg most sqlezunk - jo erzes a hozzanemertessel (ha mar 1 joinnal v subselectnel tobb kell) nem vagyok egyedul ;)

    jah, es eletemben eloszor ertekeltem gmail jabber webes feluletet, mivel hugommal tudtunk igy beszelni (aki most kinnvan angliaban), mashogy meg nemtudtunk volna mert 1db bongeszoje van szerencsetlennek ;)


  • Sunday, 07 January 2007
    hmm lehet a kovetkezo (Comments)

    hmm lehet a kovetkezo project a legalja.huhoz rss gyartasa lesz
    update: kozben elkeszult, elerheto itt ;)


  • Saturday, 06 January 2007
    ugytunik maris megerte b^3 (Comments)

    ugytunik maris megerte b^3 rssere feliratkozni. jah, ha ez vkinek reeegi, akkor szori :)

    masik ma talalt mokas link meg ez, nem akartam kulon postot nyitni neki ;)


  • Saturday, 06 January 2007
    a lot like love (Comments)

    a lot like love. mustsee, nekem bejott, tobbszor is nezheto kategoria :)


  • Friday, 05 January 2007
    yessss, megvan a szar alairasom!!! (Comments)

    yessss, megvan a szar alairasom!!! ;) kovetkezo program kedden :)


  • Thursday, 04 January 2007
    es megkezdodtek az unalmas (Comments)

    es megkezdodtek az unalmas napok, amik a vizsgakra valo keszules miatt vesznek karba.. :)

    mas: a tegnapi commenteket tartalmazo rss kapcsan jottem ra, h sajna ide is jonnek mar a spambotok, ugyh csinaltam ilyen antispamet (be kell gepelni mindig 1 szamot comment elott), remeljuk ez megoldja a problemat


  • Wednesday, 03 January 2007
    meg elsejen este neztuk (Comments)

    meg elsejen este neztuk meg harmasban (2 tesommal) a holidayt. idopontilag meg aktualis is, jopofa, stb. nekem tetszett. utalva az 1ik filbeli mondatra: "baszki. akkor ezt neked meg kell nezdned" ;)

    jah egyebkent meg voltam fodrasznal. igy unnepek utan egesz kellemes mert ugysincs forgalmuk es ilyenkor sokkal kezsegesebbek ;)

    megint masik dolog, h mint a fooldalon is olvashato vegre megcsinaltam a comment rsst, igy kicsit tobb esely van arra, hha commentbe irtok vmit arra valaszolok mert jon rola ertesites :)


  • Wednesday, 03 January 2007
    most csak igy 3 (Comments)

    most csak igy 3 link, legyen ennyi eleg
    tessek szepen halkan enekelni (linkert koszonet.. neki :))
    msd fele wannabe lama ;)
    idaig felvett targyaim. ez ilyen 8es fel kb, mert 1 gyakorlatnak meg nemtudni az idopontjat, fizika2 limit beltelt lehet varni mig vegre megemelik, aztan mivan meg.. 2. kotelezoen valaszthato targy meg nincs eldontve ja es a legjobb :) magamhoz meltoan mar betelt a 30fos limites pingpong viszont kedves evfolyamtarsam felvette nekem.. hihetetlen vannak meg jofej emberek a vilagon :) vagy lehet ez csak egy eleg tetel vmiert.. najo nem gyartok osszeeskuves elmeleteket ;)
    jah es a vegere 2 friss irc quote ;) (sry az 1ik morbid a masik 18askarikas en szoltam!)


  • Tuesday, 02 January 2007
    [gyerekszaj] szilveszterkor ejfel utan csend, (Comments)

    [gyerekszaj] szilveszterkor ejfel utan csend, papa keszul vmi unnepelyeset mondani, gyerek megszolal: papa puszild meg a mamat, hatha szerencsed lesz!


  • Monday, 01 January 2007
    "ez leni kici kinai ujevi (Comments)

    "ez leni kici kinai ujevi szmsz, leni olco nem draga megisz mutatni, hogy van gondolsz rad. <nonpublic resz> kivanni neked jo ujevet, meg kiccaladod reszere orom, boldogsag"
    :)


  • Sunday, 31 December 2006
    ten goals we reached in 2006 (Comments)

    we're always working on something, sometimes it worth to have a look round and see what we've reached. so here is my list, probably incomplete :)

    1) syncpkgd

    2) -stable support. if you want to have a secure server you no longer have to use -current

    3) OOo for x86_64, also split the language packs

    4) many-many packages. really. sometimes i need a package and i'm impressed it's already in fst :)

    5) in connection with the big number of packages: dynamic cds/dvds based on dependencies. i remember when we had to move something to extra just becase the second cd was too big

    6) rewritten the setup in C. do you remember the sloooow installer written in sh? :)

    7) Xorg 7.0. so many hours of sucking when: 7.1) do a clean install 7.2) add the xorg7 repo and -Syu 7.3) write down the occurred errors 7.4) fix them 7.5) rm -rf / 7.6) goto 7.1 :)

    8) pacman-g2. pacman without a lib? brr :)

    9) getting rid of hotplug in favour of udev. maybe you remember how slow it was, it took at least 10-12 secs on my pc :)

    10) fw-xgl-control: enabling and disabling it for a normal user without reading tons of docs, breaking your system, etc :)

    (yes. the list is unsorted )

    could you imagine living without these? :)


  • Sunday, 31 December 2006
    azt hiszem ebben az evben (Comments)

    azt hiszem ebben az evben ez az utolso post. ebben az a jo, h itt nem kell felnem, h vki meg utanam postol :)
    es akkor kene ide valami szep konkluzio, attekintes stb. hat ez el fog maradni, aki erre szamit mar nyugodtan hagyja abba az olvasast.
    es amilyen szemet vagyok az se jar jobban aki tovabb olvasta :P
    na mindenkinek jo bulizast estere, stb :)


  • Sunday, 31 December 2006
    vannak meg meglepetesek (Comments)

    vannak meg meglepetesek. az 1 dolog, h tudom, h jo, h nincs msnem, nincs skype-om, meg meg fel lehetne sorolni 1-2 baromsagot amibe mindenkinek musthave, de kiderult h en 1 maganyos blogger vagyok, tehat nemvagyok bloggerlanc tagja se. nem keresett meg senki ezzel a baromsaggal, es igy nem is kell 5 olyan dolgot irni.. dehat ugyis mindenki megnezi a linket, h mit is

    ja mielott vki felreertene, nem envagyok maganyos (haverok megvannak koszonik szepen jol), hanem a bloggerseg ;)


  • Saturday, 30 December 2006
    new mirror: ftp12 (Comments)

    i've just noticed that finally ftp.heanet.ie has no more "connection timed out" errors, so we have a new fast full mirror :)

    it suppors ftp, http and rsync. it has been added to the homepage and to pacman-g2's darcs


  • Saturday, 30 December 2006
    karacsonyra kapta "a csalad" a (Comments)

    karacsonyra kapta "a csalad" a don camillo dvdt. ebben csak az volt a mokas, h mikor 25e este el akartam venni a fa alol kiderult h papam mar bespajzolta maganak ;) nyilvan a varakozasi sor vegere. aztan lett ebbol "csaladi videozas", mint kiderult akkor batyammal 2esben neztek meg leven en vmit debuggoltam, rita pasizott, mamam meg aludt. idealis idopont :) na mind1, szal most potoltuk hugommal a dologot. maga a film sztem nem rossz, felteve persze ha olvasta vki a konyvet, anelkul lehet h eppen csak meguti az 1x megnezos kategoriat. de azt sztem siman :)


  • Friday, 29 December 2006
    mi masra jo a 2 (Comments)

    mi masra jo a 2 unnep kozotti 1 het minth a tanulason kivul minden massal foglalkozzon az ember. akar olvasassal is, bar konkretan en most a tesco titokrol beszelek, ezuton is koszi az ebookot fagyinak :) nemtudom miert pont a librit linkeltem be, szokathal helyzet mert nincs fenn a konyv az amazonon :)
    a konyvrol egyebkent a fenti linken ugyis van ajanlo. nekem 1 kicsit durva volt az elejen a stilusa de meg lehet szokni. mmint ilyen kis aprosagok amik szoban elmennek de irasban azert fura. ja, biztos csak nekem ujdonsag de a nevtelen szerzonek van blogja is, erdekes dolgok vannak ottis
    sztem nemkell a dologhoz kedvcsinalo, de mondjuk ami nekem kulonosen tetszett az azok a kis aranyossagok mikor pl leirja, h hogyan honoraljak gyertyaval az eves teljesitmenyt vagy mikor vevoszolgalatra jottek reklamalni h a mosogep miert kozlekedik onalloan a lakasban
    jameg:
    "Nem egyszer lattam beszivott peket a kemence tetejen lezerkardozni a lapattal."
    vagy:
    "ezt a ketes haszonnal jaro tevekenyseget [paradicsomdobalas] egeszen addig folytatta [az aruhazigazgato], amig kepen nem nyomott 1 vasarlot aki a kritikus pillanatban setalt a hata mogott. a holgy jogosan haborodott fel es kerte h hivjak ide az aruhaz-igazgatot"
    na de ennyi mar telleg legyen eleg ;)


  • Friday, 29 December 2006
    ittvoltak rokonek (Comments)

    ittvoltak rokonek. sokan. sokaig. utalom az ilyet. de vegul lett megis ertelme az egesznek mert sikerult a tanitvanyt osszehozni az angoltanarral. hurra
    jah, es meg 1 erdekesseg. en ugy emlekeztem, h irtam az aeon fluxrol, de a kereso nagyon nem akarjak kidobni, igy hat megadom magam. lehet almomban blogoltam csak rola? beteg dolog ;)
    na mind1, szoval ilyen scifis matrixos dolog, nekem tetszett, kar h ilyen rovid. 90 perc alatt (vmi ilyesmi volt, lenyeg h rovid, ld. linket h pontosan mennyi) fura dolog 1 sajat vilagot alkotni ha aztan nincs a filmnek folytatasa. bar lehet, h lesz ;)


  • Thursday, 28 December 2006
    nagy megtiszteltetes ha vki aztmondja, (Comments)

    nagy megtiszteltetes ha vki aztmondja, h "a legjobb baratom vagy". tudom, h ki mondott ilyet utoljara, nem mostanaban volt. h pontosan mikor azt vagy o tudja v mar ose. majd megirja commentbe ha akarja ;)
    jah, meg.. kis esszel az is kikovetkeztetheto h ki mondta a fentit, de nem ragnam a szajaba senkinek :)


  • Wednesday, 27 December 2006
    nah, regeltem youtube-ra (Comments)

    nah, regeltem youtube-ra. fel is toltam az elso videom ;)


  • Wednesday, 27 December 2006
    o: nemtudod miert jattsza le (Comments)

    o: nemtudod miert jattsza le osszevissza a szamokat a playlistben? allati idegesito
    en: nincs bekapcsolva a random?
    o: tenyleg..

    jah, es koszi mindenkinek aki emailben megkerdezte, h tudok-e rola h a dsd munktarsakat keres nehany kollegam meg helyettem, known bug, mar dolgozunk rajta :) marmint ugyertem, h plz ne kuldjon ezzel kapcs. emailt mert csak agresszivabb lesz a spamszuro es azt mindig az artatlanok szivjak meg


  • Tuesday, 26 December 2006
    gia (Comments)

    gia. eros idegzetueknek, szemely szerint nem tul sok kedvem volt vegignezni de a vegere megerte ;) ilyen kariercsinalos, "mindened megvan de ha nem all melletted senki akkor megis szar" temaju dolog, nem rossz :)


  • Tuesday, 26 December 2006
    sinred mutatta 1 mites csaj (Comments)

    sinred mutatta 1 mites csaj honlapjat, eleg komoly dolgokat csinal, pl ez a pacmanes bicikli.. :)


  • Monday, 25 December 2006
    majusban jelent meg a kozismert (Comments)

    majusban jelent meg a kozismert romhanyi - szamarful bovitett kiadasa. kb csak 20 oldallal tobb ez mint az eredeti, korai versek vannak benne amik nagyreszt eleg gagyik, de van 1-2 jo is. ugytunik a neten nemnagyon vannak ezek fenn, gepelni meg lusta vagyok. majd 1x :)
    ja h hogyjott ide ez az egesz? nehez kitalalni: a nagyszamarfulet megkaptam tegnap


  • Sunday, 24 December 2006
    wass albert - angyalka (Comments)

    wass albert - angyalka


  • Saturday, 23 December 2006
    geekek szemtesztje (Comments)

    geekek szemtesztje


  • Saturday, 23 December 2006
    tegnapi program a (Comments)

    tegnapi program a garfield2 volt. imdbn jol megirtak a tagline-t: "The Ego has landed." :)

    update: most reggeli kozben jutott eszembe, h van 1 garfieldes boldog karacsonyos bogrem, amit ugytunik mamam lenyult ;)


  • Friday, 22 December 2006
    mai estimese (Comments)

    mai estimese. ha vki nem ismerne. sztem iskolaban olvastatni kene ;)


  • Thursday, 21 December 2006
    virusbuster rulez (Comments)

    "Az éjszaka folyamán úgy frissült a VirusBuster vírusadatbázisa, hogy a Neptun exe állományait vírusként érzékeli, ezért nem indul el a Neptun (Kari ill. Tanszéki) Admin program a munkaállomásokon."
    \o/


  • Wednesday, 20 December 2006
    eneklo magnes rulez!11 allati jo (Comments)

    eneklo magnes rulez!11 allati jo :)


  • Wednesday, 20 December 2006
    "én: valahogy nem csodlkozom.. (Comments)

    "én: valahogy nem csodlkozom... van önnek autója?
    ?: nincs....
    én: gondolom ez felvételi követelmény itt, nehogy az empátia elhatalmasodjon az irodában"
    tovabb >


  • Tuesday, 19 December 2006
    nah akkor alvas elott gyors (Comments)

    nah akkor alvas elott gyors helyzetjelentes: meres kredit megvan, szarbol meg mehetek holnap gyakivzni.. de ha meghuznak hanem, ez az uccso zh ebben az evben \o/


  • Monday, 18 December 2006
    amerikai szepseg (Comments)

    vegre eljutottam oda h megnezzem az amerikai szepseget (mar annyian mondak h ez alapmu.. :) ). tetszett :) egyreszt tokeletes valasz az elv-maniasokra akik keptelenek neha szarni a dolgokra (mar elnezest, nemtom hogy lehet ezt kulturaltan kifejezni ;) ), masreszt vegulis a csaj is jo volt benne.. ;)


  • Monday, 18 December 2006
    &lt;ussetek&gt;vegul nem mentem be (Comments)

    <ussetek>vegul nem mentem be kodtech pzht irni</ussetek>
    (nem szantam ra a megfelelo idot h felkeszuljek, szal ertelmetlen lett volna, altalanos lustasag, utalok 8ra bemenni ertelmetlenul, stb)


  • Sunday, 17 December 2006
    no picit rendezgettem az ilyen (Comments)

    no picit rendezgettem az ilyen irces fun logokat, szepen konzisztensen mostmar mind1ik ilyen foo-bar-baz alaku, stb, valszeg majd csinalok ra vmi rss feedet v ilyesmi de ez meg a jovo zeneje. addigis itten vannak az eddigiek, kedvcsinalonak ajanlom mondjuk ezt ;)


  • Saturday, 16 December 2006
    mai ajanlatunk kulonosen voroskoi es (Comments)

    mai ajanlatunk kulonosen voroskoi es a tobbi sorozatfuggo figyelmebe ;)


  • Saturday, 16 December 2006
    hat epresfagyival kapcs (Comments)

    hat epresfagyival kapcs. a project implementalasa ugy elegge 0% kornyeken megakadt. hagyjuk ezt a projectet ;)


  • Friday, 15 December 2006
    ha vki nem olvastam volna (Comments)

    ha vki nem olvastam volna


  • Friday, 15 December 2006
    16:07 -!- linus_ [n=linus@81-234-154-139-o260.telia.com] has (Comments)

    16:07 -!- linus_ [n=linus@81-234-154-139-o260.telia.com] has joined #frugalware
    omgomgomgomglol!1111
    kar h ez 1 masik linus;)


  • Friday, 15 December 2006
    ez (Comments)

    ez. hmhathm :) nemigazan jott le h mi a mondanivaloja a filmnek, de biztos en vagyok a hulye


  • Thursday, 14 December 2006
    aki veletlenul elmulasztotta volna. (Comments)

    aki veletlenul elmulasztotta volna.. :)


  • Wednesday, 13 December 2006
    title (Comments)

    brr kezdem nem atlatni a dolgokat, szal itt 1 tablazatocska:

    fizika alairas    k
    fizika vizsga     -
    kodtech alairas   -
    kutmod alairas    k
    meres alairas     k
    szar alairas      /
    szar vizsga       -
    szoftlab alairas  k
    szofttech alairas k
    szofttech vizsga  -
    tesi alairas      k
    jog alairas       k
    valszam alairas   -
    valszam vizsga    -
    k az az h megvan, - h nincs, / az fuggoben


  • Wednesday, 13 December 2006
    ujfent szofttech eloadas: "draga kollegak, (Comments)

    ujfent szofttech eloadas: "draga kollegak, ehhez erteni kell! nehogy azthidjek h majd a gizi 210es mellboseggel odaul es akkor az jolesz. ez egy fontos feladat!" (vmilyen formalis specifikaciorol volt szo :) )


  • Wednesday, 13 December 2006
    az elso nap ezen (Comments)

    az elso nap ezen a heten amikor nemkell a masnapi zhra tanulni ;)
    jah es MSDnek igaza van, bash.orgot kell olvasni, .hura mar nemtom miota nem kerul ki uj cucc :)
    mai termes: bt maniac, idealis apa, typo kign


  • Tuesday, 12 December 2006
    brr, mehetek csutortokon szarbol (meg (Comments)

    brr, mehetek csutortokon szarbol (meg a targy honlapjat se lehet belinkelni mert sql errorral elhasal az egesz takolmany) pzht irni..
    na mind1, legalabb a mai ellenorzo meres meglett faszan 5osre :)


  • Tuesday, 12 December 2006
    epresfagyi (Comments)

    epresfagyi. nemtom lehet 1 het mulva mar nem jelent semmit, lehet kesobb kivancsian fogok visszakeresni h mikor emlitettem ot eloszor ;)


  • Monday, 11 December 2006
    openarena screenshot hatterben a Frugalware (Comments)

    openarena screenshot hatterben a Frugalware kernel befigyel :) (thx lg33nek a linkert ;) )


  • Monday, 11 December 2006
    rajottem, h a "masok" boxnak (Comments)

    rajottem, h a "masok" boxnak sok ertelme nincs mivel azok az rssek ugyis jonnek mailben, uh helyet fel fogja valtani 1 ilyen "filterek" box ahol lehet csak a filmes, konyves, stb postjaimat olvasni meg ilyesmik. az elobbi az ki is kerult, majd ha lesz hozza kedvem csinalok tobb filtert is, most erre futotta :)


  • Sunday, 10 December 2006
    nemtom mi a magyar cime (Comments)

    nemtom mi a magyar cime ennek mert mikor ki van irva akkor a szinkron nem mondja be (gondolom vmi 'a sovenyen tul'). ilyen ice age/madagascar stilus, szogorian 18as karikas! :))


  • Sunday, 10 December 2006
    heh most vettem eszre h (Comments)

    heh most vettem eszre h deliciouson lett 2 fanem ;)


  • Saturday, 09 December 2006
    nah, amit igertem, az elso (Comments)

    nah, amit igertem, az elso alkotas felkerult, ez ilyen mese, commentbe johetnek a velemenyek, sztem boven vannak benne jo 5letek :)


  • Saturday, 09 December 2006
    just kidding, this is (Comments)

    just kidding, this is /., of course i don't have a wife


  • Friday, 08 December 2006
    most kaptam meg az idei (Comments)

    most kaptam meg az idei avk dvdt (in short: avk = gimiben ilyen videos szakkor ahol altalaban minden evben keszul 1 dvdre valo rovidfilm, anno enis bennevoltam, imho jo cucc), vannak rajta tokjo szosszenetek, majd igyekszek nehanyat meg elvezheto minosegben / elviselheto meretben feltolni


  • Thursday, 07 December 2006
    nah, alakulnak az egyetemi dolgok (Comments)

    nah, alakulnak az egyetemi dolgok. dec15 utan elvileg mar nincs semmi gazos (idaig). fizika#bol meglett mind2 zh, progtechbol is megvan az alairas, stb. keep smiling :)


  • Wednesday, 06 December 2006
    huh mocskossok boldognevnapotemailt kaptam :))azert (Comments)

    huh mocskossok boldognevnapotemailt kaptam :))

    azert jolesikazilyen ;)


  • Tuesday, 05 December 2006
    title_1 (Comments)

    Webcam
    "There is a web camera in Santa’s Village showing Santa’s Office from the outside."


  • Monday, 04 December 2006
    hihetetlen, meg mindig van olyan (Comments)

    hihetetlen, meg mindig van olyan aki nemtudja mi az a katedralis es a bazar ;)
    open vs closedsource hitvitak helyett tessek a kezebenyomni a usernek aztan olvassa


  • Monday, 04 December 2006
    social engineering (Comments)

    social engineering. lg33 kedvenc temaja;) tegnap beszelgettem 1 vadidegen csajjal majd kesobb megkerdezi a realname-em. elkezdtem a szokasos poenkodast, h a nickem alapjan csak kitalalhato, mire mondja h ja telleg, varjak csak. kulon poen, h ugy emlekeztem google-bol konnyen elojon csak a nickem alapjan de most kulon megneztem es nemnagyon. mind1. kerdezi honnan ismerem a volt osztalytarsa szuleit. jah, hat igen, wiwvel nem szamoltam :) akkor elgondolkoztam h lehet ott ki kene szedni a nickemet mint ahogy oregon is tette, de vegul ugydontottem h amig nincs ebbol vmi nagyobb negativ elmenyem addig nem. vegulis elesnek az ilyen poenoktol ;)
    jah, es ami a jopofa, h telleg a szuleim haverjai a volt osztalytarsa szulei :)


  • Sunday, 03 December 2006
    howto about xilinx (Comments)

    another howto, i needed to install it as we use it at the university. it's a binary application, but at least i'm not foced to use it with wine :)

    the howto is here


  • Sunday, 03 December 2006
    hugom megy ki jan-ban (Comments)

    hugom megy ki jan-ban angliaba, vmi ismeroson keresztul. mmint az illeto vmi angol pasi es onnan az ismeretseg, h a nagybatyam (aki bences szerzetes pannonhalman) ismeri. tegnap volt itt a user bpen, beszeltek felorat Ritaval h megis vmit tudjanak egymasrol hamar 1 honapig a nyakan fog logni majd kinn, majd mielott visszament volna angliaba elment pannonhalmara is. szerzetesek ott szepen egyutt ebedelnek, pasi mint vendeg, ebed kozben kus, majd megtori a csendet, h "ja a Rita sok puszit kuld" :) szerencsetlen nagybatyam ott magyarazkodott h ki is az a Rita ;)


  • Sunday, 03 December 2006
    hm asszem ezen a (Comments)

    hm asszem ezen a hetvegen sikerult megdonteni az idaigi mennyire_kene_tanulni/mennyit_tanultam rekordomat ;)


  • Sunday, 03 December 2006
    multiple imap servers with mutt (Comments)

    i've written a small howto about $subject ;)

    you can reach it here


  • Saturday, 02 December 2006
    mint kiderult, van olyan aki (Comments)

    mint kiderult, van olyan aki nem ismeri a zold lific mesejet, pedig musthave. szal tessek csak elolvasni :)


  • Saturday, 02 December 2006
    tegnap volt jokis pentek (Comments)

    tegnap volt jokis pentek esti trollkodas ;)
    02:02 < vmiklos> ignotus: kene vmi olyan amit osszefoglalja a ma estet mondjuk 5 mondatban
    02:02 < vmiklos> suitable for blog
    02:02 < ignotus> vmiklos: jajajajajaja
    de aztan elmaradt :-/


  • Friday, 01 December 2006
    buszon (Comments)

    buszon. neni felszall, barhogy nezem, nemnagyon van szabad ulohely, pentek este ide v oda kenytelen vok atadni a helyem. neni biccent, azthinnem orul neki, de ez meg korantsem biztos. a kesztyujevel vegighuzza a kezet az uleshuzaton, lathatoan elfintorodik. ranezek, h most akkor leulhetek-e v milesz. gondolkozik 1 kicsit, majd leul. tovabbra is kerdon nezek ra, most akkor orulsz, vaze? :) vegul a jobb szaja szele elhuzodik. jajde nehez aztmondani, h thx


  • Thursday, 30 November 2006
    egeszen addig amig ez nem (Comments)

    egeszen addig amig ez nem karosit mast v magamat, azert szeretem felrugni a szabalyokat neha, tudjatok milyen jo erzes az :) tegnap ez elegge osszejott:
    1) ebbol a szofttech targybol amibol holnap irunk asszem igy kb az elso oran figyeltem, pedig majdnem mindig benn ultunk csak vagy csinaltam vmi ertelmeset v aludtam (jo vegulis azis ertelmes :) )
    2) hamar az eloadason nem sikerul figyeleni erdemes felkeszulni zhra. nem a zh elotti 2 napban
    3) hamar utolso pill-ban kene felkeszulni akkor nemkene mast csinalni
    4) hamar mast csinalsz akkor az ne a masnapi eloadasok rovasara menjen
    pedig tegnap olyan 2korul mar elfogyott a turelmem a tanulashoz, es mivel 8ra kellett volna bemenni, ellenalhatatlan vagyat ereztem h vmi jo filmet, ezzel is biztositva, h 10 elott biztosan ne erjek be
    a hatas garantalt :)


  • Thursday, 30 November 2006
    be kellett mennem a kthba (Comments)

    be kellett mennem a kthba "specialis" hallgatoi jogviszony igazolasert (varakozok szama 0, kiszolgalasi ido 26min, mind1), mikor jottem kifele latom h ilyen gurigas kocsival tol ket arc 1 nagy stosz fekete vmit. azthittem indexek de ilyen a4 meretu. toljak oda egy teherauto hatuljahoz es dobaljak befele oket -> a teherautoban egy ilyen szemetkupac formalodott belole. odamegyek nezem miez, fekete kemenykotesu cuccok, rairva mind1ikre h "szakdolgozat".. :)


  • Wednesday, 29 November 2006
    fizika # (Comments)

    fizika #. Varga elmondasa szerint az alairasrol es a zhirasrol 2 dolgot kell tudni: 1) akinek volt, annak megmarad. 2) akinek nincs meg annak se kell, mert lehet, h megvolt neki. ezutan az nem tul vilagos, h miert ir ennyi ember zht, de abban bizunk, h mindenki eljut a vizsgaig :)


  • Tuesday, 28 November 2006
    erdekes egyes emberekenek milyen jo (Comments)

    erdekes egyes emberekenek milyen jo arc/nevmemoriajuk van. ma voltam a sztakis hresnel belepokartyaert, bemegyek, bemutatkozom erre mondja, h nem kell, hiszen mi mar ismerjuk egymast. tenyleg ismeros volt az arca a nonek de maig nemtom hogyhivjak omeg vagta, es elotte eleteben 2x latott, a 2. is tavaly aug vegen volt


  • Tuesday, 28 November 2006
    r.i.p. im.rootdir.de (Comments)

    the bitlbee server @ im.rootdir.de seems to be down for several days, so finally i've decided to switch to testing.bitlbee.org. luckily the buddy list was not lost, just the -> nick anjd -> nick bindings and the bitlbee settings


  • Monday, 27 November 2006
    huh (Comments)

    huh. 7dl vodka meg 2 haver. kell ennel tobb? :)


  • Monday, 27 November 2006
    elso rendes munkanap a sztakiban (Comments)

    elso rendes munkanap a sztakiban. mmint amikor nem fw-t telepitek stb hanem olyan normalis. multkor tobb mint 1 evig megusztam, h felkeruljek a honlapra, de mostmar nem :)


  • Sunday, 26 November 2006
    huh, regen neztem ilyen scifi/drama (Comments)

    huh, regen neztem ilyen scifi/drama dolgot. 1x megnezni mindenkepp megeri, ha  vmi nem teljesen vilagos utolag jo moka elovasni a wikipedia (wow, magyar es tok hasznalhato :) ) idevonatkozo reszet


  • Sunday, 26 November 2006
    wiw (Comments)

    wiw. mar megint. bejelol jozsi. visszairok, h honnan is ismerlek

    - nem te vagy veletlenul a Frugalware alapitoja?
    - dede az stim, csak en honnan kene ismerjelek?
    - csak mert azt nyomom, es nem sok embernek adatik meg, hogy a Mestert bejelolje
    - mester az nem vagyok. en honan ismerlek?
    - azert akivel a distrowatch.com interview-t keszit, az nem mester? akkor ki?
    - u.olyan ember, mint te

    Date: Fri, 24 Nov 2006 19:47:51 0100 (CET)
    From: noreply@iwiw.net
    Reply-To: noreply@wiw.net
    To: vmiklos at frugalware.org
    Subject: [iWiW] Józsi visszavonta a bejelölést

    mikor regelsz a wiwre akkor kene 1 olyan checkbox, h "tisztaban vagyok az ismerettseg fogalmaval: p ismeri qt _es_ q ismeri pt"


  • Saturday, 25 November 2006
    nos (Comments)

    nos. javabol kell ilyen hazit irni. ugyebar a java nyelvet utalom, de megis vmi hasznosat kene csinalni. oke, ha azt akarjuk, h a jatekunk sok mobilon fusson azt javaban erdemes megtenni. bingo, akkor lehet vmi olyat irni javaban aminek van is ertelme. a bokkeno mar csak ott van, h soha nem irtam meg jatekot. hat itt az ideje :)
    lenyeg a lenyeg, mar tesztelheto a mobilra szant pacman klonom, elvileg ez mar olyan stadium, h elvezheto a jatek
    igen, ha beadtam es elfogadtak akkor ofcoz kiteszem a forrast is, de 1x erre engedelyt kell kerni, leven hazinak keszult (ld. gpl), darcsstatsal is ez volt a procedura es ment is
    ha vki kiprobalja akkor visszajelzes johet mailben v ide kommentbe

    update: jah, btw amire buszke vagyok :) javaban a hello worldhoz is ugy 6db classot hasznalunk 24 threadben. ehhez kepest sikerult megoldani a cuccot 2 szalon 2 classal (szalkezeles kotelezo, grafikus kirajzolashoz meg mindenekpp kellett meg1 osztaly a java baromsaga miatt)


  • Thursday, 23 November 2006
    ahaha, tegnap fizika problemamegoldo: mellettem (Comments)

    ahaha, tegnap fizika problemamegoldo: mellettem ullo evfolyamtarsamnak ujdonsaggal tudtam szolgalni: 1l = 1 dm^3 ;)
    (biztos hianyzott akkor altalanos isiben.. :) )


  • Wednesday, 22 November 2006
    GCrap rulez :) (Comments)

    GCrap rulez :)


  • Wednesday, 22 November 2006
    ingyen oracle-t mindenkinek!11 (Comments)

    ingyen oracle-t mindenkinek!11


  • Tuesday, 21 November 2006
    kene bogofilterbe ilyen intellektualis spamszures, (Comments)

    kene bogofilterbe ilyen intellektualis spamszures, vagy nemtom hogyhivjak ezt. pl az ilyen headerekre, h "Subject: Fwd: FW: Fejtöro /GONDOLKODJ!!!!!!!!!!!!" siman mehetne spambe. ha annyira fontos, akkor a masik FWjet meg a 18db !et ki lehetne stripelni a subjectbol..


  • Tuesday, 21 November 2006
    LGee volt olyan kedves, es (Comments)

    LGee volt olyan kedves, es kikereste azt, amirol mar felev eleje ota beszelek: a jáva az 1 jatek, a dzsava meg hmm.. hat vki biztos szeret vele jattszani, en annyira nem :)


  • Monday, 20 November 2006
    opendns (Comments)

    we have some problem using the normal dns at the university so we finally decided to use opendns. it seems to be working fine so far :)


  • Sunday, 19 November 2006
    ma is kerdeztek tolem, h (Comments)

    ma is kerdeztek tolem, h milyen konyvbol erdemes Ct tanul, csak az a baj, h annal tobbet, h "hat a k&r-bol" nemigazan tudtam mondani. na most kikerestem a konyvet uh stfu :)


  • Sunday, 19 November 2006
    indenting with vim (Comments)

    probably you already faced with the following problem: if you past a shellscript to vim, then it's indented, so the last line of the script will have tons of whitespaces at the start of the line. there are two problems here:

    1. how to disable indenting temporarily? use :paste and :nopaste
    2. how to indent the text after the paste? mark the lines you want to indent in visual mode (use V) then == will indent them :)


  • Sunday, 19 November 2006
    hm hat ez asszem nem (Comments)

    hm hat ez asszem nem utotte meg az 1x nezheto kategoriat


  • Sunday, 19 November 2006
    String percek[]={"perc","0","1","2","3","4","5","6","7","8","9","10","11","12", "13","14","15","16","17","18","19","20","21","22","23","24","25", "26","27","28","29","30","31","32","33","34","35","36","37","38", (Comments)

    String percek[]={"perc","0","1","2","3","4","5","6","7","8","9","10","11","12", "13","14","15","16","17","18","19","20","21","22","23","24","25", "26","27","28","29","30","31","32","33","34","35","36","37","38", "39","40","41","42","43","44","45","46","47","48","49","50","51", "52","53","54","55","56","57","58","59"};
    lehet megis jobb ha 1 no nem kezd el "programozni".. :)


  • Saturday, 18 November 2006
    kar, h nem berekfurdon lakom (Comments)

    kar, h nem berekfurdon lakom. mert akkor lenne az utcankban tcom hotspot :)


  • Saturday, 18 November 2006
    my name in diamanda wiki (Comments)

    i've just discovered my name in diamanda wiki's install script :) (search for "Miklos")


  • Saturday, 18 November 2006
    na tessek, itt az ujabb (Comments)

    na tessek, itt az ujabb moka az ordogbot utan
    update: mocskos szemet ***k, szal mar 404, itt van flesben


  • Friday, 17 November 2006
    first openoffice.org-2.1 snapshot uploaded (Comments)

    officially called ooe680-m2, the first snapshot of the ooe680 tree which will become openoffice.org-2.1 has been uploaded. as usual you can find the buildscript in -current (enable the 'devel' option) and the binary x86_64 fpms here


  • Thursday, 16 November 2006
    13:39 &lt; francis&gt; vmiklos: (Comments)

    13:39 < francis> vmiklos: NEW SINGLE "Behind The Cow" out 01/12/2006!
    13:39 < francis> vmiklos: :)
    13:40 < francis> vmiklos: uj [scooter] album meg februarban
    jejejejejeeeeeee :)
    jah es wikipedia szerint: Michael Simon has said on his MySpace fan-page that the next single will be 100% Scooter (no rights bought from other artists), 140BPM and in the Trance genre.
    jol hangzik ;)


  • Wednesday, 15 November 2006
    Füzet, winword, (Comments)

    Füzet, winword, javított, kiegészített

    C           G  F           C
    Ott van életem Isten tenyerén,
                  B       F
    és azért nem félek én.
        C           G  F             C
    Ha bármi fáj nekem, mosolyog szemem.
      C   G   F            C       B
    Száz jajszó között is bízom vakon,
    F      G         C
    hitemet el nem adom.
     C   G F            C       B
    Rám törhet ezernyi baj, veszély,
    F          G         C
    Isten így szól: "Ne félj!"
     C         G B          F
    Mért és kit?l félhetnék én?
     C         G B          F
    Mért és kit?l félhetnék én?
     C         G B          F
    Mért és kit?l félhetnék én
       G  F        C
    az Isten tenyerén?

    jois az a dax


  • Tuesday, 14 November 2006
    playing with darcs-deps (Comments)

    darcs-deps is a small perl script that displays darcs patch dependencies graphically. i've created a test repo with the following changes:

    1. a simple shell script with lines foo and bar
    2. changed foo to foo2 (this should depend on #1)
    3. changed bar to bar2 (same)
    4. changed foo2 to foo3 (this should depend on #2 but not on #3)
    5. added a new file to the end of the file (should depend on #4)

    perl darcs-deps | dot -Tps -o deps.eps convert deps.eps deps.jpg

    here is the result: darcs graph

    nice, isn't it? :)


  • Tuesday, 14 November 2006
    2006-11-14 11:45:46 1GjutC-0006AR-8z == kzufhjg@utanet.at (Comments)

    2006-11-14 11:45:46 1GjutC-0006AR-8z == kzufhjg@utanet.at R=dnslookup T=remote_smtp
    defer (-44): SMTP error from remote mailer after RCPT TO:<hgfhglk@utanet.at>: host
    jinx.utanet.at [213.90.36.29]:
    451 Not now darling, I've got a headache


  • Tuesday, 14 November 2006
    vicces dolog ez (Comments)

    vicces dolog ez. ilyenkor has^H^H^H^Hblogmenest kap az ember, es mindenkepp akar vmi ertelmeset csinalni. implementaltam a meg a sztakiban keszitett nyelvfelismerombe azt a ficsort amiert oktober 9 ota nyaggatnak szegenyek.. :)


  • Tuesday, 14 November 2006
    gpg: conversion from (Comments)

    gpg: conversion from `utf-8' to `ISO-8859-2' failed:
    Helytelen vagy nem teljes bájtsorozat vagy széles karakter
    gpg: éëé¨????í?¨éíé?í¨?î¨?éúí¨???šý?
    aka "\xd7\x99\xd7\x95\xd7\x91\xd7\xa7\xd7\x95\xd7\x92'\xd7\x9e\xd7\x9f
    (hebrew name) <nothingmuch@woobling.org>"
    sztem az ilyen emberektol feltettek a szuleim mikor aggodtak h kikkel "ismerkedek a neten"
    "szia anyu, bemutatom legjobb baratomat \xd7\x99\xd7\x95\xd7\x91\xd7\x9c\xd7\xa7\xd7\x95\xd7\x92'\xd7\x9e\xd7\x9ft"


  • Tuesday, 14 November 2006
    hat krix barmennyire hype-olta ezt (Comments)

    hat krix barmennyire hype-olta ezt a tizedes cuccot, annyira azert nemjo. mmint imho nem uti meg az 1x nezheto kategoriat (osoknek jolesz :P)


  • Monday, 13 November 2006
    najo ezt most azert irom (Comments)

    najo ezt most azert irom ide mert fasznak van kedve magyarazkodni. r.i.p. Zsofi es kesz (egyebkent se fogtam meg fel)


  • Monday, 13 November 2006
    (beszterceinek dedikalva)Modosgazda megy az ugyvedhez.- (Comments)

    (beszterceinek dedikalva)
    Modosgazda megy az ugyvedhez.
    - Ugyveed u'! Szuksegem van magara. El akarok va'ni.
    - Dehat miert?
    - Haat, megcsa't az Orzse.
    - NadeJanosbatyam! Hat maga nem csalta meg az Orzset?
    - [bajuszpodres] Ha'! Nem vagyok ejn utojso leginy a faluba'!
    - Na latja. O is megbocsatotta maganak, miert nem tud maga is megbocsatani?
    - Nono! Nem ugy van am az! Ez olyan, mint miko' ejn belelepek a csizmamma' a tehejnszarba, akko' lemosom es kesz. Na de ha a tehen beleszarik a csizmamba akkor a fene megette azt a csizmat!


  • Saturday, 11 November 2006
    tegnap neztuk ezt a (Comments)

    tegnap neztuk ezt a vizes cuccot, nekem tokre tettszett, majd meg kene nezni a folytatassat is ;)
    ja es imdb szerint keszul a 3. resz..


  • Friday, 10 November 2006
    woho, ugytunik mar hermafroditaktol is (Comments)

    woho, ugytunik mar hermafroditaktol is kapok spamet :)
    Date: Fri, 10 Nov 2006 06:08:33 0100 (CET)
    From: Sator Csaba <ildiko.basa@netmasters.hu>
    Szia!
    (...)
    Köszike. Puszillak .. tudod . .o)))))
    Dia


  • Thursday, 09 November 2006
    na, meglettek a szar zh (Comments)

    na, meglettek a szar zh (szamitogep architekturak..) eredmenyek, szepen meglett ;)


  • Thursday, 09 November 2006
    - Min veszekszik ket csiga?- (Comments)

    - Min veszekszik ket csiga?
    - ???
    - Kinel legyen a hazibuli..


  • Wednesday, 08 November 2006
    heh, na ez varhato (Comments)

    heh, na ez varhato volt, 83% valszam bukas ;) ofcoz ugy "5unk" kozul mindenkit meghuztak :)


  • Tuesday, 07 November 2006
    no megneztuk ezt az (Comments)

    no megneztuk ezt az okossagot - ahhoz kepest h magyar film, tokjo. de meg altalanossagban is sztem batran meguti az 1x nezheto szintet. ja trailer itt

    update: most latom, h imdbn is vezetik a magyar filmeket :)


  • Sunday, 05 November 2006
    nah, ez a nap is (Comments)

    nah, ez a nap is (idaig) jol ement a devnullba.. d.e. flp kepzes, onnan at gitarozni es maris este 7 ora


  • Saturday, 04 November 2006
    Zsofieknal mar van v 5centi (Comments)

    Zsofieknal mar van v 5centi ho, hofeher a taj, stb :) (nalunk ofcoz csak eso esett)


  • Friday, 03 November 2006
    ha letezik a vilagon olyan (Comments)

    ha letezik a vilagon olyan level, h flamebait, akkor ez aztan az :)


  • Thursday, 02 November 2006
    tegnap kaptam ezt a (Comments)

    tegnap kaptam ezt a levelet:
    "ami tetszik a frugalware-ben az a frugalware jelenség. a hozzáállás és ahogy ezt
    az egészet kezelitek. nehéz ezt megfogalmazni. van körülöttetek egy nagyon pozitív
    aura, amely nagyon hiányzik itthon. (...) nagyon hiányozna valami itthonról,
    ha ti nem csinálnátok amit."
    :)


  • Wednesday, 01 November 2006
    faszan osszeszedtem vmi virust: laz, (Comments)

    faszan osszeszedtem vmi virust: laz, hasmenes, fejfajas, hascsikaras. idealis korulmenyek zhra keszuleshez..


  • Wednesday, 01 November 2006
    elnezest a tragar kepert :) (Comments)


    elnezest a tragar kepert :)


  • Tuesday, 31 October 2006
    hm (Comments)

    hm. hat ugytunik annak is megvan a maga pozitivuma, hha keves a comment, de az legalabb ertelmes :)


  • Monday, 30 October 2006
    no, hat picit megvaltoztak a (Comments)

    no, hat picit megvaltoztak a dolgok. osszejottunk Zsofival :)


  • Sunday, 29 October 2006
    "A románok bejelentik, hogy felépítik (Comments)

    "A románok bejelentik, hogy felépítik a világ legnagyobb stadionját. A
    vállalkozáshoz minden ország segítségét kérik. A felajánlások sorban
    meg is érkeznek minden országtól, kivéve a magyarokat.
    Rettento diplomatikusan felteszik a kérdést:
    - Hát ti, magyarok, mit adtok?
    - Miért, a telek nem volt elég???!!"
    (regi, rasszista meg mittomenmilyen, de nekem uj, period)


  • Saturday, 28 October 2006
    nehany napja olvastam ezt az (Comments)

    nehany napja olvastam ezt az okos kis konyvet. nem tul hosszu, 2 nap alatt siman el lehet olvasni, es eleg jo gondolatok vannak benne. csak ajanlani tudom mindenkinek :)


  • Saturday, 28 October 2006
    hm, hat ez a graduate (Comments)

    hm, hat ez a graduate jo pelda arra, h attolmeg, h szeretem a regi filmeket, csak attol, h regi nembiztos, h bejon. v nemtom. pl. 100pes film es igy kb 2p benne a happy end..


  • Friday, 27 October 2006
    google is a trojan, but (Comments)

    google is a trojan, but with good intentions. erre szoktak mondani, h hiszem ha latom. es ugy gondoljuk jelenleg h nem latjuk ;)
    felreertes ne essek, nincs sok bajom a google-lel, de pl ertekeset levelet azert nem biznek a gmailre


  • Friday, 27 October 2006
    "van egy ilyen hulye (Comments)

    "van egy ilyen hulye exception es azt fel kell inicializalni. ez a temporalis kohezio"
    es akkor megkerdezik, h miert blogolok es nem figyelek szofttech eloadason :)


  • Thursday, 26 October 2006
    ny kiolvastam a csodalampat (Comments)

    ny kiolvastam a csodalampat. ideje is volt mert ma este vissza kellett adnom. jo kis konyv, csak ajanlani tudom mindenkinek, ilyen egyestes olvasmany :)


  • Thursday, 26 October 2006
    non-interactive darcs records (Comments)

    i've just figured out how to append long comments to darcs patches from a script: $ echo "date +"%a %b %d %H:%M:%S %Z %Y" > VMiklos <vmiklos@frugalware.org> > name > long > comment" | dr rec -a --pipe


  • Wednesday, 25 October 2006
    forums upgrade (Comments)

    finally i got some time to upgrade our forums.frugalware.org to the latest 2.7.6 version. the upgrade went fairly simple, there is an upgrade script that managed the upgrade, then a db integrity check was needed (in fact that repaired/updated the db imho) and finally the small fonts in thm/default/tmpl/forum.css.tmpl has been increased a bit. hopefully everything still works :)


  • Tuesday, 24 October 2006
    testing firefox-2.0 (Comments)

    i'm currently testing firefox-2.0. here are a few issues:

    • dpi is set to -1 by default
    • the "default homepage" setting has changed
    • the backspace button no longer works as it used to be

    the first 2 will be fixed in the package, but the last one won't since this is the way the firefox developers decided. in case you want the old way (like me), you'll need the followings:

    • open a new tab and type about:config
    • search for browser.backspace_action
    • set the value from 1 to 0
    and now it'll work like before :)


  • Monday, 23 October 2006
    miert is nemszeretem en az (Comments)

    miert is nemszeretem en az ircnetet.. nemtom. de most itt 1 elo pelda. bejgli opot akart adni blarkenak, a botnet nem ismerte, erre kivagta mind2t ;)


  • Sunday, 22 October 2006
    hm, tegnap megneztuk ezt a (Comments)

    hm, tegnap megneztuk ezt a se7ent, hat nem az en stilusom. a vicc az az, h olyan ajanlotta akibol ki se neztem volna, h 1 ilyet vegig tud nezni ;)


  • Saturday, 21 October 2006
    no hal'Istennek nem volt tul (Comments)

    no hal'Istennek nem volt tul hideg d.u. szal a szabadteri borozgatos programot nem kellett elhalasztani ami egesz jol sikerult. sot, annyira nem is rugtunk be :)

    mas: lehet megse olyan nagy baromsag ez a blogolas? meg majusban irtam 1 mini howtot muttnghez meg gpghez es ugytunik vkinek hasznos volt :)


  • Friday, 20 October 2006
    mar tobbszor lerasszistaztak mikor lebuzizom (Comments)

    mar tobbszor lerasszistaztak mikor lebuzizom a franciakat. hat tessek, ujabb pelda. angol forum, erre csakazertse beszel angolul, pedig nyilvan tud:
    "pardonnez-moi monsieur,
    alor, as normal-user i have this output:" (
    deeplink)


  • Tuesday, 17 October 2006
    najo, ez igy mokas (Comments)

    najo, ez igy mokas. szoval penteken van az iben orank aztan at az ebe, vegul vissza az ibe. az eloado szinten az iben tart orat elotte is meg utana is, ott lohol velunk egyutt h odaerjen. mindezt azert mert az eben olcsobb termet berelni (oh, yeah a tanszek az egyetemtol berli a termet az eloadasokhoz ofcoz penzert). namost mindemellett okt kozepen van penz arra, h (az ofcoz hideget fujo) legkondit uzemeltessek itt az iben

    (igen, viccesen nez ki, sok kocka egymas mellett itt ul kabatban mert megfagy :P)


  • Tuesday, 17 October 2006
    python-2.5 merged to -current (Comments)

    so the python25 repo has been finally merged to -current

    we have rebuilt ~155 packages, hopefully everything is fine now again :)

    there are 2 kde packages to fix, they will be done by crazy soon

    oh and there is a new test in the testsuite to avoid that big number of hardcoded python versions in the FrugalBuilds :)


  • Monday, 16 October 2006
    na (Comments)

    na vegre megjott a zenegepes nyari melo penzenek elso fele. ahhoz kepest, h szept11en szoltam nekik, h plz utaljatok mar.. :)
    jah, es ennek oromere toltottem is a telefont -> szamlalokat 0ztam -> eddigieket meg ide behanyom:
    received calls' duration: 06:44:41
    dialled calls' duration: 02:24:54
    duration of all sessions 63:56:06 (vazz majdnem 3 nap :) )
    sent messages 45
    received messages 105


  • Saturday, 14 October 2006
    hm (Comments)

    hm. szoval. vegulis meg idejeben (#define idejeben "meg mi deritettuk ki es nem ok") kiderult, h a tisztelt "baratno" (azert idezojel mert azis meg nemis de ezt most nem reszleteznem) apja apam osztalytarsa volt ;)
    de azert ebbe beletrafalni - ehhez is tehetseg kell.. :)


  • Monday, 09 October 2006
    libcacaval szorakoztam, miror ratalaltam erre (Comments)

    libcacaval szorakoztam, miror ratalaltam erre a levelre :) ok, lehet a geekeknek szar a humora, de azert van neha kivetel ;)


  • Sunday, 08 October 2006
    gyongyszem a ma kapott (Comments)

    gyongyszem a ma kapott spamekbol:
    "Hazamegy a fiú, és azt mondja az apjának:
    - Édesapám, édesapám megeröszakolt egy buzi!
    - Fiam mért nem szaladtál el?
    - Hát tüsarkuban?"


  • Sunday, 08 October 2006
    free netbeans? not yet.. (Comments)

    i'm sorry to say, but it seems our free tools are not yet ready to build netbeans. first you need to add the gcj.jar to the classpath (patch here), but that's basically usual. then the compilation fails with the following casting error: [repeat] java.io.IOException: java.lang.ClassCastException: org.apache.xerces.dom.DocumentImpl cannot be cast to gnu.xml.dom.DomDocument (full log here)

    that's something i can't fix.


  • Sunday, 08 October 2006
    netbeans (Comments)

    after a few days of headache, the brand new netbeans package is ready!

    at the moment it requires j2sdk, we'll see if i can get it compile using a free compiler or not


  • Saturday, 07 October 2006
    ahahaha, ez azert ottvan :) (Comments)

    ahahaha, ez azert ottvan :)


  • Saturday, 07 October 2006
    OpenOffice.org 2.0.4 Release Candidate 5 has been uploaded (Comments)

    x86_64 fpms are reachable in my repo, as usual :)


  • Saturday, 07 October 2006
    ha a kornyezetunkben mindenkit (Comments)

    ha a kornyezetunkben mindenkit meg akarunk valtoztatni, itt az ido, h mi magunk valtozzunk


  • Friday, 06 October 2006
    oki, 1 korrekt ceg (Comments)

    oki, 1 korrekt ceg. ilyen lezernyomtatonk van es kiment a toner belole. google elo, cim vaci ut mittomenmennyi. utcakeresobe beir, dozsagyorgyi utnal van. odamegyek, csip-csup iroda. elmondom, h mikene, mondjak, h legyek szives atfaradni a ketsarokkal arrebb levo uzletukbe. atmegyek, mibensegithetek, nem, nincs ilyen tipushoz, rendelunk, egy telefonszamot szabad-e es kesz. ezt igy kell csinalni :)


  • Friday, 06 October 2006
    bah, tokjo volt, egyik no-ismerosom (Comments)

    bah, tokjo volt, egyik no-ismerosom beallitott egyetemre 1 mignonnal h tessek ezt neked hoztam, az ilyen kis apro dolgok fel tudjak dobni az ember napjat :)


  • Wednesday, 04 October 2006
    tegnap megkaptam, h "milyen jokedved (Comments)

    tegnap megkaptam, h "milyen jokedved van!", pedig nemtortent igazabol semmi kulonos. lehet sikerul visszaterni a regi jo kiegyensulyozott allapotba amibol ugy marc. kornyeken sikeresen kibillentem? :)


  • Monday, 02 October 2006
    glibc-2.5 (Comments)

    glibc-2.5 has been uploaded to -current, check out the news here


  • Monday, 02 October 2006
    most nyirtak le a (Comments)

    most nyirtak le a fuvet az utcankben, minden televan a levagott fu illataval... allati :)
    masik oldalt meg elkezdtek feltorni a betont, mondanom se kell, h melyik oldalra nez az ablakom :P


  • Monday, 02 October 2006
    hm, hat nezzuk (Comments)

    hm, hat nezzuk. az utobbi nehany hetben egy tok ertelmes pap volt nalunk vasarnaponkent a misen, most szolt, h megy vissza tanulni romaba szal most egy ideig nemlesz
    este talalkoztam egy mkks sraccal, siman eldumaltunk masfel orat :)


  • Saturday, 30 September 2006
    voltam kinn Zsofieknal (Comments)

    voltam kinn Zsofieknal


  • Saturday, 30 September 2006
    php i18n documentation packages (Comments)

    as it was requested, now we have packaged documentation for the following languages: English, Arabic, Portuguese, Chinese (Simplified), Chinese (Hong Kong Cantonese), Chinese (Traditional), Czech, Danish, Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese, Korean, Polish, Romanian, Russian, Slovak, Spanish and Swedish. you can install them by pacman -S php-docs-XX where XX is your language code, like "hu" for Hungarian and so on :)


  • Saturday, 30 September 2006
    usb stick installer (Comments)

    there was a request for a long time to support installing from an usb stick, now it seems i've had time to implement this feature

    you need this tarball, then you can unpack it and run ./usb_install.sh as root

    if you hit a bug, then report it to us, as usual ;)


  • Friday, 29 September 2006
    nah, voktam a gammanal (Comments)

    nah, voktam a gammanal. nem, nem vallaltam el a melot :)


  • Friday, 29 September 2006
    szar dolog, ha vki olyan (Comments)

    szar dolog, ha vki olyan ker kolcson akinek adnal (mert tudod, h visszaadna) csak nemtudsz, mert epp nincs mibol.. ;)


  • Wednesday, 27 September 2006
    ma, szofttech ora, eloado: (Comments)

    ma, szofttech ora, eloado: "barmikor tortenhet vmi szerencsetlen dolog a beosztottunkkal, pl sibaleset, v meghazasodik.."
    :)


  • Tuesday, 26 September 2006
    msd megemlitette ma az uccso (Comments)

    msd megemlitette ma az uccso eloadas utan, h reggel 8ra faradtam es almosan mentem be, most meg (19h korul) frissen es uden tavozok. (ok, akkor meg volt 1 olyan erzesem, h tul is aludtam magam, de ez az elmelet vegul nem igazolodott be) hat nemtom, biztos sok erdekes dologrol lemaradtam, de azert mutassatok mar meg1 ilyen egyetemet, ahova faradtam beesel es kipihenten tavozol! :)


  • Monday, 25 September 2006
    elkestem fizikarol, jol (Comments)

    elkestem fizikarol, jol pedig ez a (dupla)ora volt ma az egyetlen amire bementem. utana allasinterju. hat ez hihetetlen :) odamegyek a ceg ele, ismerosomre racsorgok, kijon elem. persze a fobejaraton nem lehet bemenni mert a portas kartya nelkul meg allasinterjura se enged be, de sebaj, bejutunk egy masik kapun. ezutan 1 tipikus kutato papa fogad: feher kopeny, stb. elkezdi kerdezni, h milyen nyelveken programoztam idaig, en meg sorolom. aztan kerdezi, h hova jarok egyetemre, mondja, h "bme? hu az akkor jo kemeny". hat biztos, en meg nem vettem eszre :) kis ido elteltevel megkerdezem, h fogunk-e valamit csinalni v csak beszelgetunk itt a folyoson az elet nagy dolgairol. mondja, h jo, h szolok, majdnem elfelejtette, h miert is jottem. irany az igazgato. o kozli, h nemtudja mi lesz a munka, de mondjam meg, h mennyit kerek erte. mondom, h 1x szeretnem latni a kovetelmenyrendszert aztan tudok donteni, h mennyi penz kene hozza. megkerdezi, h mit ertek kovetelmenyrendszer alatt. a mellettem levo kutatora nezek kerdoen, nem lehet-e, h 1x meg kene megis beszelni, h mi lesz a munka, es majd utana visszajonni az igazgatohoz. mind2en bolintanak es kimegyunk a terembol. ezutan bemegyunk a kutato szobajaba, elkezdi olvasgatni az emailjeit, o ul, en mellette allok. ha a plafont nezem akkor nem figyelek oda, ha odanezek akkor beleolvasok a maganlevelezesebe. sikerult tudatositani, h ottvagyok mellette, igy belekezdett, h az utobbi 10 evben milyen munkakat vegzett a cegnel. probaltam arra celozni, h nemertem ennek mikoze a jovobeli munkamhoz, es vette a lapot. felhivta az egyik kollegajat, h jojjon be hozza. kelletlen arccal be is lepett rovidesen majd kozolte, h sokat ne varjak, mert o bizony nem keszult erre a beszelgetesre (miert, a tobbiek igen?) sok melleduma utan kiderult, h sikerult irnia 1 soros port olvasot ami 120sec alatt olvas be a soros portrol 400 byte-ot (lol). persze ez csak kesobb derult ki, elotte elmeselte, h sikerult a soros portrol valo olvasas problemajat felbontania 8db cpp classra, es azok kommunikalnak egymassal "ami kesobb nagyon jo lesz, bar most picit lassit". vegul kinyogte, h akkor ezt a kodot kene optimalizalni, mert ugye a jelenlegi sebesseg hasznalhatatlan. mondtam neki, h igy elsore akkor ki kene hajitani a cppt es oo nelkul ujrairni mert az ehhez tok felesleges. erre rancolta a homlokat majd megjegyezte, h hat o igazabol nemtudja, h mi lenne az a bizonyos munka de mint ahogy mi most latjuk hat ooo.. szal ez nem. bolintottam, sztem se fogok ilyen munkat vegezni. kiment. kerdon nezek a kutatora, h akkor most mivan. telefonhoz nyul, ujabb kollegat keres. kicseng, majd kozli velem, h ezzel a bizonyos kollegaval kell beszelni mert o tudja, h mi lesz a munka de most nemtudja elerni, majd 10p mulva probalkozik. kb 55 perce vagyok az epuletben, bar h pontosan miert azt meg nemtom. bolintok, majd megy sms Zsofinak, h en tuti kesni fogok, remelhetoleg nem sokat. vegre elokerul a kollega2. roviden felvilagositja kutatonk, h miert harult ra a feladat, h neki kell kitalalni valami munkat nekem. tomoren kozli, h ezen neki meg gondolkodnia kell. megkertem, h legyen szives akkor ha majd mar tuljutott a gondolkodason valami kovetelmenyrendszert irasba adni, h tudjam mirol is szolna a munka. a kutatora neztem, megbeszeltuk, h akkor 4 nap alatt remelhetoleg sikerul atgondolniuk ezt a nehez helyzetet, es majd ujra jovok. amint az ajto fele indulok, mind2 elvigyorodik es megerosit, h sok hasznos informacioval lattam el oket es koszonik szepen. szoval majd penteken megyek es kiderul, h akkor most mi is az a munka ami miatt ma behivtak


  • Monday, 25 September 2006
    huh, nagypapam 81 (Comments)

    huh, nagypapam 81. szulinapjan majdnem sikeresen felkoszontottem nagymamat.. :)


  • Monday, 25 September 2006
    Neon-0.26.x is in -current (Comments)

    Neon-0.26.1 has been uploaded to -current and all the necessary packages (ie. openoffice.org :)) have been updated, too. it was a challenge :)


  • Sunday, 24 September 2006
    reggeli 0wnz: virsli rantotta muzli (Comments)

    reggeli 0wnz: virsli rantotta muzli gyumolcsjoghurt. na irany az eloadasok


  • Sunday, 24 September 2006
    wow, ez fasza hely (Comments)

    wow, ez fasza hely. egesz nap (emberileg is) ertelmes vidam eloadasok, utana svedasztalos vacsi: gombakremleves, penne, parfe. utana 10ig beherovkazas/sorozes/pezsgozes. utana fasza disco ertelmes (nem bunko) tarsasaggal, jofej csajokkal mostanaig. telleg "csak" Zsofi hianyzott az egeszbol, le a kalappal a szervezok elott :) [flp rulez]


  • Saturday, 23 September 2006
    na, megerkeztunk (Comments)

    na, megerkeztunk. balaton szallastol 20mre. viz 18fok


  • Friday, 22 September 2006
    hmmm (Comments)

    hmmm. elso randi "az uj csajjal". meglatjuk .)

    holnap-holnaputan meg balcsi


  • Friday, 22 September 2006
    Python-2.5 repo (Comments)

    i've uploaded Python-2.5 to a separate repo since lots of package will have to be rebuilt. once all the necessary packages are in the repo, we can merge the update to -current


  • Thursday, 21 September 2006
    egyik ismerosom megkeresett vmi (Comments)

    egyik ismerosom megkeresett vmi munkaval, egesz jonak tunik. elvileg hetfon megyunk targyalni h mit merre meddig hogy
    jah, es apam thunderbird user :) (6ev outlook hasznalat utan? :) )


  • Thursday, 21 September 2006
    rajottem, h 1xubb deliciusra postolni (Comments)

    rajottem, h 1xubb deliciusra postolni a funny /. commenteket, szal mostantol ott lehet a kis gyujtemenyemet nyomonkovetni, pl a mai slagert :)


  • Wednesday, 20 September 2006
    a het masodik leghosszabb napja (Comments)

    a het masodik leghosszabb napja. 10re megyunk es 8kor van vege (2 ora szunet van kozbe). a fizika gyak egesz jo volt, tavaly nemvolt gyak es most utana kevesbe erzem magam elveszett embernek :)

    egesz nap csak 1 hotdogot ettem, szal jo ehes lettem a vegere, viszont itt a mellettunk levo ejjelnappaliban a szokasos isler mellett talaltam vmi ujdonsagot: olyasmi mint az almas racsos volt gimiben csak alma helyett vmi turos, sajtos cucc van benne, de marha finom

    jah, es vegul gitar, ez most kellett mert lehet vasarnap nem erunk vissza probara


  • Tuesday, 19 September 2006
    (ha volt mar akkor sorry)Egy (Comments)

    (ha volt mar akkor sorry)
    Egy sz?ke n? kvízm?sorban vesz részt:

    A m?sorvezet? a következ? kérdéseket teszi fel neki sorban:
    1. Hány évig tartott a 100 éves háború?
    * 116 év
    * 92 év
    * 100 év
    * 121 év
    A sz?ke n? kihasználja a lehet?séget, hogy egy kérdést passzoljon.

    2. Melyik országban találták fel a panama-kalapot?
    * Brazíliában
    * Chilében
    * Panamában
    * Equadorban
    A sz?ke n? a közönség segítségét kéri.

    3. Melyik hónapban ünneplik az oroszok az októberi forradalom emlékét?
    * Január
    * Szeptember
    * Október
    * November
    A sz?ke n? telefonos segítséget kér és felhív egy másk sz?ke n?t.

    4. Mi volt IV György király neve?
    * Albert
    * György
    * Manuell
    * Jónás
    A sz?ke n? a számítógép segítségét kéri.

    5. Melyik állatról nevezték el a Kanári-szigeteket?
    * Kanárimadár
    * Kenguru
    * Patkány
    * Fóka
    A sz?ke n? kiesik a játékból.

    P.S.: Ha a kérdések olvasása közben nevettél, akkor íme, a válaszok:
    1. A százéves háború 116 évig tartott(1337-1453).
    2. A panama-kalapot Equadorban találták fel.
    3. Az októberi forradalmat november 7-én ünneplik.
    4. IV György király igazi neve Albert volt. A király 1936-ban változtatta
    meg nevét.
    5. A Kanári-szigetek neve a fókáról kapta a nevét. Latinul a "fókák
    (=tengeri kutyák) szigetét" jelenti.


  • Tuesday, 19 September 2006
    kaptam szep csilivili flp (Comments)

    kaptam szep csilivili flp kartyat - uj leanyzo a lathataron - lol @ arpadsavos huliganok
    mara kb ennyi ;)


  • Sunday, 17 September 2006
    nem, utalom a politikat (Comments)

    nem, utalom a politikat. meg nem is erdkel. epp most d.u. mondtam el egyik ismerosomnek, h emiatt nem megyek ki tuntetni a tandij ellen. szal csakazert se postolom be. akit erdekel indexrol ugyis lehuzza


  • Sunday, 17 September 2006
    free jacman? not yet.. (Comments)

    i wanted to start compiling jacman (and all the libs required by it) from source using only free tools (gcj/ecj & the gnu classpath). it seems that the first dep (glazedlists) requires XMLEncoder, but it will be featured only in gcc-4.2.x. so calm down, we should wait.. :/


  • Sunday, 17 September 2006
    huh, meghalt lilosok okos meg (Comments)

    huh, meghalt lilo

    sok okos meg egybol kicsinalja. brrr


  • Saturday, 16 September 2006
    aki nem teljesit, azt sajna (Comments)

    aki nem teljesit, azt sajna kirugjak. ez mar csak igy van


  • Thursday, 14 September 2006
    hm, hat igy nez (Comments)

    hm, hat igy nez ki egy erdekes eloadas nalunk az ib028ban:



  • Thursday, 14 September 2006
    Siwenna @ digg (Comments)

    Mark Angeli submitted our release notice to digg: dvd, cds


  • Tuesday, 12 September 2006
    huh, osszefutottam frakkal meg (Comments)

    huh, osszefutottam frakkal meg a bnojevel.. hat nem egy felemelo erzes a csaj :p
    mas: voltunk megint pokerezni - 3h alatt 3kt keresni azert annyira nem rossz, nem? ;)
    ps: nem, tovabbra sem ertek a pokerhez


  • Tuesday, 12 September 2006
    tegnap osszefutottam Katival, nem volt (Comments)

    tegnap osszefutottam Katival, nem volt semmi kul. kerdezett csomo mindent, de se extra. tudnam miert irom ezt ide :S volt vmi ami miatt irni akartam errol de nemjut eszembe :P


  • Monday, 11 September 2006
    no szep (Comments)

    no szep. Rita reggel haloingben skandalja, h "indulunk az iskolaaaba, dejolesz az iskolaaaba" mikor indultam :P
    hirtelen milyen buszke lett h nem vettek fel ;)


  • Monday, 11 September 2006
    egesz jo, ma is volt (Comments)

    egesz jo, ma is volt 4 ora gitar es mar nincs az a multkori szivas h szetmegy a kezem

    egyebkent meg holnaptol egyetem :/


  • Thursday, 07 September 2006
    egyszerre nem lathatod a napsutest (Comments)

    egyszerre nem lathatod a napsutest meg az ablakon levo koszt. hogy melyiket valasztod, rajtad mulik


  • Wednesday, 06 September 2006
    flp (Comments)

    flp


  • Wednesday, 06 September 2006
    egyik ismerosom gondolata: "ha meg (Comments)

    egyik ismerosom gondolata: "ha meg akarsz ismerni valakit, ket dolgot tudj meg: mit akar es mitol fel". van benne valami


  • Tuesday, 05 September 2006
    hm, hat ez ennyi volt (Comments)

    hm, hat ez ennyi volt. 8nap, rekord dolt meg. lehet jobb lenne legkozelebb a masik iranyban megdonteni


  • Tuesday, 05 September 2006
    na vettem szodapatront, van itthon (Comments)

    na vettem szodapatront, van itthon ujra szoda

    batyam ideadta a tegnapi fotokat meg vittem be neki egyetemre valami lottyot

    pokeres melo penzet megkaptam :)

    meg voltam fodrasznal. hat kb ennyi

    mai bashhu ajanlat


  • Tuesday, 05 September 2006
    3 ora gitar teljesen szetszedte (Comments)

    3 ora gitar teljesen szetszedte az ujbegyeimet, megiscsak egesz nyaron alig gitaroztam :)

    egyebkent volt ma ilyen csaladi talalkozo, batyam fotozott sokat, szal Dia orulhet :)

    szar erzes mikor valami, ami idaig termeszetesnek tunt eroltetette valik


  • Monday, 04 September 2006
    ujabb nap nelkule (Comments)

    ujabb nap nelkule. hugom nem tul optimista


  • Sunday, 03 September 2006
    smartctl && hdd temperature (Comments)

    here is a small cmdline to query the temperature of a hdd using smartctl: smartctl -a /dev/hdc|grep Celsius|sed 's/.* \([0-9]*\)$/\1/'


  • Friday, 01 September 2006
    "- szombaton, hm (Comments)

    "- szombaton, hm. nemtom mivolt. vhova elmentem logban csak ennyi van fel1kor, h na megyek, majd re este,ilyen 7korul"

    keremszepen ez volt en 2004.12.07.en ;)

    szoval tessek blogolni, megeri!


  • Friday, 01 September 2006
    elvittek a lapkat, csend van (Comments)

    elvittek a lapkat, csend van megint :)


  • Friday, 01 September 2006
    egy teljes nap nelkule (Comments)

    egy teljes nap nelkule. mit meg nem kepes szokni az ember egy het alatt


  • Thursday, 31 August 2006
    hideg van, fuj a szel, (Comments)

    hideg van, fuj a szel, az eso ahogy latom nem esik, de nem all tole messze. brr..


  • Thursday, 31 August 2006
    pacman -> libalpm migration (Comments)

    till now the download code was in pacman's code which was meant that every frontend had to have its own downlaad code - causing a big code duplication. today i've pushed 15 patches to the pacman darcs repo which moved this functionality finally to the library :)

    the patches:

    1. new event: PM_TRANS_EVT_RETRIEVE_LOCAL
    2. pm_dlfnm can be a simple char *
    3. pre-register databases to avoid code duplication
    4. pacman: use the libalpm downloader code, drop our own
    5. util: link to libftp, too
    6. _alpm_sync_commit(): download the packages, too
    7. alpm_db_getinfo(): strip the newlines from the end of lines
    8. alpm_db_getinfo(): added a PM_DB_FIRSTSERVER property
    9. alpm_db_update() now handles downloading, too
    10. libalpm: moved in _alpm_db_setlastupdate() and _alpm_db_getlastupdate()
    11. _alpm_fetch_pkgurl(): added the usual _alpm prefix
    12. _alpm_handle_set_option() more error handling for proxyhost and xfercommand
    13. handle_free() memleak fixes
    14. libalpm: new function: alpm_fetch_pkgurl()
    15. libalpm: moved in the download code


  • Wednesday, 30 August 2006
    fasza, 5h volt mig befutott (Comments)

    fasza, 5h volt mig befutott a vonat 2,5h helyett

    tovabb >


  • Wednesday, 30 August 2006
    voltam miskolcon.. (Comments)

    voltam miskolcon..


  • Tuesday, 29 August 2006
    Ritaval most neztuk meg ezt (Comments)

    Ritaval most neztuk meg ezt a randiguru c. filmet. egesz jo. meg az quote-okat is erdemes vegigolvasni, vannak benne okos dolgok


  • Saturday, 26 August 2006
    ezt meg korabban akartam irni (Comments)

    ezt meg korabban akartam irni csak vegul elmaradt. szoval aug20, tuzijatek utan, vihar mar abbahagyta magat. le kell szallitani a batyam mikrojat hozza mert epp nalunk volt. termeszetesen pont most. nagy dugo van, minden de ha apam valamit kitalal attol eleg eselytelen eltantoritani. szoval szepen belekeverdunk a dugoba, dudal mindenki, erre megszolal: "minenki ugy hiszi, h neki van igaza. en is"
    :)


  • Saturday, 26 August 2006
    errol irni kell :) tegnap (Comments)

    errol irni kell :) tegnap elvileg 7tol volt Frugalware-sorozes. kb 3/4 7kor nasan ramprivizett Dia, de igazabol nem beszeltunk semmit, leven en mar rohantam el. igy kb annyit tudtam rola, h miskolci, kicsit fiatalabb nalam, es nincs pasija. kb utolso pillanatban felvetette, h milyen szivesen jonne pestre. mondom hat akkor gyere. omeg tenyleg kepes volt eljonni :) szal telszamcsere, aztan mentem ki 22:07re a keletibe ele. hogy milyen csaj lesz, hogynezki, stb stb semmit nem tudtam. dehat nyar van, ha vmi elviselhetetlen szoke picsa akkor csak azzal lesz szopas, h hogy kerul haza, de akkor ezzel nem akartam foglalkozni. kb 1 ora kesessel megerkeztem a sorozesre, le is ment jol csak a vonat miatt eleg gyorsan leleptem. utana meg kis kavaras mert a keletiben voltak bkv-ellenorok de vegul nem vagtak meg. utana meg jott a pozitiv csalodas, Dia abszolut normalis, ertelmes, csinos kiscsaj. innentol annyira nincs mit reszletezni: eloszor beultunk 1 sorre a moriczon, aztan kimentunk a feneketlen tohoz, csak kisse hideg volt igy (ez ilyen 2 korul lehetett asszem) lementunk a bmehez, vegul  (6 korul?) elgyalogoltunk a batthyanyra, mert onnan vmi rokonukhoz ment tovabb hevvel (tessek, ezert nem kell problemazni, h milesz a vegen, neha maguktol megoldodnak a dolgok). hat kb ennyi, semmi extra, nem jottunk ossze v ilyesmi de egyreszt nagy poen volt, masreszt mostmar eztis kiprobaltam :)


  • Friday, 25 August 2006
    "Ha nem akar t?bb e-mail, (Comments)

    "Ha nem akar t?bb e-mail, k?rem k?ldj?n e-mail austragen@besserempfangen.com
    c?mre."

    spam vegerol. amilyen szemet a tartalom, olyan szemet a forditas ;)


  • Friday, 25 August 2006
    mai bash.hu ajanlatom: #9439, #9066:) (Comments)

    mai bash.hu ajanlatom: #9439, #9066
    :)


  • Sunday, 20 August 2006
    egyik evfolyamtarsam blogjat kerestem, mikor (Comments)

    egyik evfolyamtarsam blogjat kerestem, mikor raakadtam erre az oldalra. eleg sok ember kovezett meg (pedig engem altalaban hidegen hagy a politika) mikor kifejtettem roviden a velemenyemet a valasztasok elott (persze, lehet okoskodni, h "na neked is jo haverjaid vannak", de ugysincs semmi ertelme). az erdekes, h most a tiltakozok nevsoraban ott virit az o neve is. palfordulas?


  • Sunday, 20 August 2006
    tudjuk mit csinalnak a hoemberek (Comments)

    tudjuk mit csinalnak a hoemberek nyaron.. :)


  • Saturday, 19 August 2006
    van ez a tavkapcs (Comments)

    van ez a tavkapcs v milyen cimu film "kikapcsolodasra vagysz? kapcsold ki a csaladodat!" szlogennel. 1kisse ledobbentem rajta ;) pesze lehet, h jo film, dunno.

    mas: jovok el otthonrol, lepcsohazban jon szembe neni.
    - te is az oromkoncertre mesz? (wtf oromkoncert?)
    - nem
    - akkor ti is a tvbe nezitek, ugye?


  • Saturday, 19 August 2006
    "csak azert mert en (Comments)

    "csak azert mert en szemuveges 20kg os kocka vagyok zsiros hajjal flanelingben es a lanyok messze elkerulnek meg nem kene cikizni
    te is szulethettel volna retardaltnak!!!"

    ahahah >


  • Saturday, 19 August 2006
    hm, lehet megse (Comments)


    hm, lehet megse kene az intelhez menni melozni? ;)

    eredeti link > (amig el)


  • Thursday, 17 August 2006
    vpn mini howto (Comments)

    i was hired to create a vpn between 2 frugal machines, alwas i was asked to share the results. so here they came.

    NOTE: i'm not a vpn genious, nor want to write yet another "the best" howto. just the brief story of the vpn setup under Frugalware

    you can reach it here, feel free to improve it :)


  • Wednesday, 16 August 2006
    most nehany napot egy ilyen (Comments)

    most nehany napot egy ilyen "lapkaval" kell melozni. allati hangos


  • Wednesday, 16 August 2006
    "YHBT megmondtuk neked"ez kesz (Comments)

    "YHBT megmondtuk neked"
    ez kesz :)

    tovabb >


  • Wednesday, 16 August 2006
    a /.on linkeltek ezt a (Comments)

    a /.on linkeltek ezt a firefox hype-olo kepet, aztan kozbe most latom, h a hup is lehozta :)


  • Wednesday, 16 August 2006
    elmosogattam :) na ezert szeretem, (Comments)

    elmosogattam :) na ezert szeretem, ha nem kenyszeritenek ra 1 ideig (szombat ota halmozodik minden) mert 4nap utan mar tenyleg van ertelme nekiallni ;) no alvas


  • Tuesday, 15 August 2006
    yet another cheap bash trick (Comments)

    #!/bin/bash

    foo() { true }

    if declare -f foo >/dev/null; then echo "foo() declared" else echo "foo() is not declared" fi


  • Tuesday, 15 August 2006
    title_2 (Comments)


  • Tuesday, 15 August 2006
    Every év millions of emberek (Comments)

    Every év millions of emberek jön to Las Vegas.
    Some jön for the kaland.Some jön to have marvelous szünidõ memories for the egész család.
    Some jön for the szerencsejáték.Some jön for the sightseeing.

    aaa :)

    tovabb >


  • Tuesday, 15 August 2006
    neha jo, ha lecsesznek (Comments)

    neha jo, ha lecsesznek. akkor tudom, h hol a hatar


  • Monday, 14 August 2006
    miert hianyzik olyasvalaki akit (Comments)

    miert hianyzik olyasvalaki akit nem is ismerek? erzelmek, eh.. neha a pokolba kivanom oket ;) (pl most)

    ps: Kati meg ottvolt, de annyira nem volt gazos a helyzet, nemvolt semmi kavaras hal'Istennek


  • Monday, 14 August 2006
    reverse deps and browse by groups on the packages page (Comments)

    that's all from the user's point of view, internally the whole package-to-sqldb script is redesigned and the sql db itself, too.

    examples: reverse deps, browse by group

    the new db updater here


  • Sunday, 13 August 2006
    no szep vasarnapot (Comments)

    no szep vasarnapot. regen blogtam vmi ertelmeset. bar ez se lesz vmi tul erdekfeszito post. tegnap anyam meg batyam kimentek tahiba, Rita most erkezett haza, epp mikor jottem el otthonrol. tegnap osszefutottunk Botonddal, most meg ilyen sztakis palacsintazas lesz, marhara remelem, h Kati nem lesz ott, mert az ugy eleg mokas lenne ;) ennyi


  • Sunday, 13 August 2006
    &lt;volkerdi&gt; Anyway, I do (Comments)

    <volkerdi> Anyway, I do not want to be involved in a GNOME/KDE flame war, but look at the KDE build scripts and GNOME build scripts in Slackware, and the problem begins to become clear.
    <volkerdi> three_11: if you don't compile in all the wacky features (esp networking stuff) then most kernel security bugs will not affect you.

    <volkerdi> PAM sucks

    ^ ezeket most talaltam 1ik irclogban ;)


  • Thursday, 10 August 2006
    #define (Comments)

    #define in_Area (x,y,l,t,w,h) &&y)>(t&&y)<((t) (h))
    int main( int argc, char *argv[] ){
    bool wtf = in_Area( 0, 0, 0, 0, 0, 0);
    }
    na ebbe hol a hiba? :)
    (en tudom, bebebeee :P)


  • Thursday, 10 August 2006
    fwmirror (Comments)

    today's project is fwmirror, a handy tool to mirror Frugalware archives. basically it handles the followings:

    • it needs a server, if you want the newest stuff and don't care about being slow, then you need "rsync://rsync.frugalware.org/pub/frugalware/"
    • it handles different Frugalware versions (NOTE: since -current has a new structure, versions other than -current will be supported by fwmirror only after 0.5)
    • it handles different architectures, including the special "source" one
    • it allows you to pass any custom options to rsync

    ok, not a big deal, but useful, isn't it? :)


  • Wednesday, 09 August 2006
    darcs mailer/cia script improvements (Comments)

    the xml that is sent to cia now contains darcsweb urls for the patches, the messages sent to frugalware-darcs, too :)


  • Tuesday, 08 August 2006
    &lt;?if((string)"1.1"&nbsp;==&nbsp;(string)"1.10")&nbsp;&nbsp;&nbsp;&nbsp;print("that's&nbsp;why&nbsp;i&nbsp;hate&nbsp;php\n");?&gt; (Comments)

    <?
    if((string)"1.1" == (string)"1.10")
        print(
    "that's why i hate php\n");
    ?>


  • Tuesday, 08 August 2006
    A rend?r megállítja a szabálytalankodó (Comments)

    A rend?r megállítja a szabálytalankodó trabantost:
    - Kétezer.
    - OK a magáé.


  • Monday, 07 August 2006
    18:36 &lt; krnl`-&gt; udv18:36 &lt; (Comments)

    18:36 < krnl`-> udv
    18:36 < Zoltan> szia
    18:37 < krnl`-> irtam egy webservert de sok wait-et general. gondolom amikor kuldi az adatot es var a kliensre, hogy kiolvassa azt. de pl apache nem csinal ekkora wait-et (vagyigen?). tud vki erre vmi megoldast?
    18:37 <@koszik> ez nem igy mukodik teljesen
    18:37 < bishop> az biztos
    18:38 < krnl`-> tudtok segiteni? :) mer 300on van a loadom


  • Sunday, 06 August 2006
    spam filter / graph update (Comments)

    1) managed to prevent mutt from asking for confirmation before passing a mail to bogofilter + now it deletes the message automatically

    macro index S "unset wait_key\n\ bogofilter -Ns;date +%y%m%d >>~/public_html/stats/spam_s\n\ set wait_key\n\ "

    2) improved the generated graph: now there are two ones: filtered and unfiltered

    3) added an avarage number to both graph

    darcs repo still available here


  • Sunday, 06 August 2006
    mysql split (Comments)

    yesterday i've splitted mysql to mysql and libmysqlclient. hopefully this will mean that several apps that depended till now on the whole (30mb-sized) mysql, now can only depend on libmysqlclient (2mb-sized or so) :)


  • Thursday, 27 July 2006
    openoffice.org-2.0.3.178-1-x86_64: new development snapshot (Comments)

    ...has been uploaded to you-know-where

    this time the build was even quicker, "only" 582 mins :)


  • Monday, 17 July 2006
    http://mshiltonj.com/software_wars/current/current.png (Comments)

    http://mshiltonj.com/software_wars/current/current.png


  • Sunday, 16 July 2006
    small openoffice building speedup (Comments)

    i've recently added 2 small flags to the newest (m176) OpenOffice.org development snapshot FrugalBuild resulting significant building speedup. in numbers, the build time with 4 languages is 591 mins currently, while before it was 680 minutes (13 percent difference). basically the 2 tricks:

    • --disable-qadevooo: don't build automated testing tools, we don't need them and the build takes a hell of time
    • --enable-gcjaot: the java tools used during the build are now native binaries (compiled using gcj)


  • Friday, 14 July 2006
    splashy (Comments)

    in -current we replaced bootsplash with splashy. it's a splash implementation fully in userspace, thus we no longer need any kernel patches

    to support splashy, the kbd, grub, gfxboot and sysvinit packages has been updated, too


  • Wednesday, 12 July 2006
    gnome-scriptlet cleanup finished (Comments)

    there was an effort about generating the packages' post_install (and other) scriptlet functions dynamically. this is done via using the magic

    Finclude gnome-scriptlet
    command. the parameters you can includes _F_gnome_schemas(), _F_gnome_scrollkeeper, _F_gnome_desktop and so on. where it was possible the original scriptlet has been removed and now automatically generated. enjoy! :)


  • Tuesday, 11 July 2006
    frugalwareutils first complete release (Comments)

    adslconfig has been merged with netconfig and this point all the old config scripts has been ported to frugalwareutils, namely: grubconfig, mouseconfig, netconfig, raidconfig, timeconfig, xconfig and xwmconfig

    time to remove this very old item from my TODO ;)


  • Sunday, 09 July 2006
    te se lattad a suse-s (Comments)

    te se lattad a suse-s startrek epizodot? :)


  • Saturday, 08 July 2006
    duh, azthittem mar irtam (Comments)

    duh, azthittem mar irtam. szal miota hazajottem nemmegy a regi focis url, de ez igen. mondjuk mar csak holnapra jo ;)


  • Friday, 07 July 2006
    serpakat mindenkinek! (Comments)

    serpakat mindenkinek!


  • Thursday, 06 July 2006
    spam stats (Comments)

    Donald Bruce Stewart has created a simple shell script to create darcs graphs, and i've modified it to create a simple spam stat. the result looks promising ;)

    what do you need?

    • with bogofilter, i use the following procmail rule: :0: * ^X-Bogosity: Spam date +%y%m%d >>~/spamstat/dev/null
    • then do a darcs get http://frugalware.org/~vmiklos/spam-graph/ and run sh spam-graph ~/spamstat
    • if you have gnuplot installed the png image should be generated soon :)


  • Wednesday, 05 July 2006
    using different signatures in mutt (Comments)

    my problem was that (especially on some mailing lists) i use different signatures. with the folder hooks this can be solved in a very nice way. so i have 2 signatures: a default one and a special (for a given mailing list):

    folder-hook . set signature=~/.signature folder-hook special set signature=~/.signature.special

    and now when i write a mail/reply from that folder the special signature is used :)


  • Wednesday, 28 June 2006
    valtoznak az idok (Comments)

    valtoznak az idok. anyam szabadkozni kezdett, h miert megy el 11kor lefekudni :)


  • Wednesday, 28 June 2006
    a few hacks about strings & macros (Comments)

    this post is mainly the result of the cleanup of my firefox tabs :)

    predefined macros in gcc

    string manipulation using bash

    string functions in make


  • Tuesday, 27 June 2006
    new mirror: ftp/www10 (Comments)

    finally, we have a proper US mirror :)

    many thanks to Eddie Torres and mirrors.tds.net!


  • Tuesday, 27 June 2006
    frugalwareutils update: xwmconfig (Comments)

    xwmconfig has been ported to frugalwareutils, for example if you just install base&x11&xlibs in a netinstall then you're asked what wm do you want to start from xdm till you can't edit your own ~/.xinitrc

    new setup isos: i686 | x86_64


  • Sunday, 25 June 2006
    interpreter/compiler detector (Comments)

    interpreter/compiler detector


  • Saturday, 24 June 2006
    a netes barataim (Comments)

    a netes barataim


  • Saturday, 24 June 2006
    In my life (Comments)

    "In my life there have been several individuals whose presence made it easier for me to think, pleasanter to make my responses. I have tried to judge the ease of my responses in their presence and the unease of my responses in their final absence to see whether I was the net gainer or loser. In the process, one thing became plain. The pleasantness of their company outweighed the regret of their passing. On the whole, then, it is better to experience what you experience now than not to." (Asimov)

    ^^ ez ottvan nagyon ;)


  • Saturday, 24 June 2006
    resume in nx (Comments)

    after the recent freenx/knx update resume should now work in nx. a cheap trick: if you use kde the window titles may be weird after a resume, a workaround is to run

    dcop kwin default reconfigure
    after resume. (more info here)


  • Thursday, 22 June 2006
    xorg-7.1 security update in -current (Comments)

    the x.org foundation pulblished and then we pushed a few patches for the "setuid()return value check problem". packages affected: libX11, xdm, xf86dga, xinit, xload, xorg-server and xtrans. do a pacman -Syu ;)


  • Thursday, 22 June 2006
    ipv6 rulez (Comments)

    ipv6 rulez


  • Thursday, 22 June 2006
    $ ping freemail.huPING freemail.hu (195.228.245.1) (Comments)

    $ ping freemail.hu
    PING freemail.hu (195.228.245.1) 56(84) bytes of data.
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=1 ttl=125 time=18.8 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=3 ttl=125 time=18.8 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=4 ttl=125 time=17.7 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=11 ttl=125 time=43.3 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=16 ttl=125 time=27.5 ms
    64 bytes from 195.228.245.1: icmp_seq=17 ttl=125 time=40.5 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=22 ttl=125 time=44.2 ms
    64 bytes from 195.228.245.1: icmp_seq=24 ttl=125 time=36.9 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=26 ttl=125 time=25.9 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=32 ttl=125 time=21.1 ms
    64 bytes from 195.228.245.1: icmp_seq=33 ttl=125 time=18.0 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=38 ttl=125 time=33.7 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=39 ttl=125 time=17.5 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=41 ttl=125 time=32.4 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=42 ttl=125 time=17.8 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=43 ttl=125 time=18.3 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=45 ttl=125 time=17.7 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=46 ttl=125 time=20.0 ms
    64 bytes from 195.228.245.1: icmp_seq=47 ttl=125 time=23.1 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=49 ttl=125 time=23.2 ms
    64 bytes from 195.228.245.1: icmp_seq=50 ttl=125 time=25.1 ms
    64 bytes from freemail.hu (195.228.245.1): icmp_seq=52 ttl=125 time=32.3 ms
    64 bytes from 195.228.245.1: icmp_seq=53 ttl=125 time=18.5 ms

    --- freemail.hu ping statistics ---
    53 packets transmitted, 23 received, 56% packet loss, time 109403ms
    rtt min/avg/max/mdev = 17.565/25.803/44.279/8.693 ms


    axelero rulez


  • Wednesday, 21 June 2006
    haha, megint jokis troll tema, (Comments)

    haha, megint jokis troll tema, browser war. de sztem ez a comment viszi a palmat :)


  • Tuesday, 20 June 2006
    sztem mar tudja mindenki, de (Comments)

    sztem mar tudja mindenki, de ha meg nem, akkor tessek megtudni, az schs arcok olyan jofejek h hasznalhato sebesseggel seedelik a focivbt, elerheto a 

    mplayer mms://streaming.sch.bme.hu/750k
    cimen


  • Tuesday, 20 June 2006
    www2 becomes www (Comments)

    www2.frugalware.org is now equal to {www.,}frugalware.org, hopefully we broke nothing, if yes then just file the usual bugreports. probably IroNiQ or Alex will post a news entry about this soon :)


  • Monday, 19 June 2006
    setup progress (Comments)

    • grubconfig now uses os-prober to detect other operating systems, this means for example the boot parameters of an other existing installation are detected, or the proper title is set if you have a Microsoft installation
    • kernel bumped to 2.6.17
    • parted is now available - you can resize your fat/ext3 partitions on the fly from the setup
    • ssh is available on the setupcd
    • on tty5 there is a small nice tetris in case the installation would be boring - thanks slin for this :)
    atm i've tested the 20060619 images with a simple base-only installation

    ah, and if we're at it (just because it's a frequently asked question):

    • i've installed base to a 500mb-sized partition (no, not bigger!)
    • booting up the system took 20 secs


  • Monday, 19 June 2006
    Linux-2.6.17 (Comments)

    has been uploaded, all the external modules are updates (or where it's broken, the m8rs are working on it). unfortunatelly swsusp has been disabled, but don't worry, it's already fixed in darcs, so if you really need it now and can't wait till 2.6.17.1, then use the usual repoman merge kernel


  • Monday, 19 June 2006
    emlekeztek meg a calderara? (Comments)

    emlekeztek meg a calderara?


  • Sunday, 18 June 2006
    SMTP envelope && mutt (Comments)

    when you send a mail from genesis, sometimes you get the following reply: mail@addr.ess Delay reason: SMTP error from remote mailer after RCPT TO:<mail@address>: host mail.addr.ess [1.2.3.4]: 450 <foo@genesis.frugalware.org>: Sender address rejected: unverified address: connect to genesis.frugalware.org[157.181.177.34]: Connection refused

    the solution is simple, but not trivial. it depends on the user-agent you use, in mutt, you should put the following magic line to your muttrc: set use_envelope_from then i'll be ok again :)


  • Saturday, 17 June 2006
    ehehe (Comments)

    ehehe. nemismerek magamra. kicsit se :)


  • Monday, 12 June 2006
    mai (Comments)

    mai


  • Monday, 12 June 2006
    kivetelesen nem it comment a (Comments)

    kivetelesen nem it comment a /.on ;)


  • Saturday, 10 June 2006
    lehet ujabban mindig csak vizsgak (Comments)

    lehet ujabban mindig csak vizsgak utan irok. szal megvan a bsz is, csak digitbol kell mar csak admenni. mai /. comment


  • Saturday, 10 June 2006
    mkiso update (Comments)

    i've worked again a bit on mkiso:

    • now you can (optionally) define a tag, so that after the frugalware repo, not all the locale-extra pkgs will have higher priority than the other extra pkgs, just a selected language's locale pkgs
    • it generates a small stat next to the iso, for example the current ones are available for a while here

    have fun! :)


  • Tuesday, 06 June 2006
    wireless support in the setup (Comments)

    #809 was a request for this. the new snapshot supports using a wireless card to fetch packages. the most common problem (probably) will be that extra modules are not included in the netinstall iso. if a module is requested then we'll put it in. so, please request the modules you find to be missing! thanks


  • Saturday, 03 June 2006
    OpenOffice.org 2.0.3 Release Candidate 5 has been uploaded (Comments)

    release notes, commit, x86_64 fpms. enjoy! :)


  • Saturday, 03 June 2006
    new mkiso (Comments)

    the current (old) mkiso script worked, but had several limitations:

    • you had to have write access to the repo
    • no dependency checking, you needed to arrange the categories by hand
    • no support for more than one dvd

    yes, this all has been gone, there is a new mkiso in the pacman-tools repo (and soon in the next pacman-tools release) which supports all these missing features, basically you need to specify the volume size and the wished volumes in an xml, then mkiso will do everything for you. also it comes with a nice manpage examples :)


  • Thursday, 01 June 2006
    yeeeeeeeeaaaaaahhhhhhhhhaaaaw!11megvan az analizis2m :)lehet lassan (Comments)

    yeeeeeeeeaaaaaahhhhhhhhhaaaaw!11

    megvan az analizis2m :)

    lehet lassan idithatok nap bugreportja kategoriat is a nap /. commentje melle ;)


  • Wednesday, 31 May 2006
    no comment ;) / (Comments)

    no comment ;) /. rulez meg mindig

    btw holnaputan (vagy miaz, mostmar holnap) lesz anal vizsga, kezdek tole parazni...


  • Saturday, 27 May 2006
    ne akarjon olelgetni most senki (Comments)

    ne akarjon olelgetni most senki ;) cirka 4ora alatt sikerult eleg szepen leegni. egyebkent jartunk egy jot, csak nemkellett volna kifekudni aludni a napra.. :) meg delutan egesz jot dumaltunk, mar csak azzal van gaz, h ehes vok, de ezen rovidesen segitunk. jah es rulzik a kurblis nokia toltom, most hasznaltuk tobben jol. nah, mara ennyi


  • Friday, 26 May 2006
    hm, nah, ez most elvileg (Comments)

    hm, nah, ez most elvileg ilyen offline hetvege (ofcoz orera mini befigyel szal blog befigyel). az este fenypontja a vegtelensegig valo zabalas volt, eleg vicces mi mindent sikerult osszehozni: makos guba, camambert sajt, szimpla ketchupos zsomle, ilyenek. jah es a vegen "esti mese", torimanias srac fooius tortemetirotol felolvasta caesar halalat, ilyen reszletes stuff ;) na jo8


  • Friday, 26 May 2006
    xconfig in frugalwareutils (Comments)

    a complete rewrite of the old xconfig script in the frugalware pkg is now included in frugalwareutils. since the code is native, it's much more faster. it should work at least as well as the old script, but who knows - if you find any bug then please report it to us

    thanks!


  • Friday, 26 May 2006
    vicces, a szigeteles az ugy (Comments)

    vicces, a szigeteles az ugy altalaban mindig jovolt nalunk (ertsd: huznak az ablakok) es most megint ugy fuj a szel az egesz lakasba h dallamnak is beillik. nehany evvel korabban tisztara berezeltem meg az ilyenektol :)

    /.on egyik mai tema azvolt, h a microsoftek vmi jpeg-alternativa cuccot talaltak ki, ami elvileg free lesz meg minden, tudjuk h hogykell azt erteni. egyebkentkent az oldal aljan is van meg 1 vicces comment


  • Thursday, 25 May 2006
    hazafelejovet (este, mar sotet, esik (Comments)

    hazafelejovet (este, mar sotet, esik az eso, stb) osszetapostam egy csigat. de igy eleg rendesen, recsegett-ropogott mire rajottem h az 1 csiga. volt ;)

    egyebkent akit erdekel (en mar letoroltem) az elephants dreamhez itt meg itt van 1-1 aranylag hasznalhato magyar felirat. gondolom napokon belul 404 lesz a link ;)


  • Thursday, 25 May 2006
    rss support in mxw (Comments)

    mxw is a simple C irc bot. i've start it as a fun project (usually people write irc bots in perl or python), but currently it handles more and more functions. today i've added rss support (using libmrss) so that on the #frugalware channel mxw_ floods the users with package updates and blog posts ;-)

    of course the whole code is still experimental, i hope this post will appear on #frugalware, too :)


  • Wednesday, 24 May 2006
    sinrednek debuggolok egy ilyen rt2400as (Comments)

    sinrednek debuggolok egy ilyen rt2400as kartyat, a thread itt


  • Tuesday, 23 May 2006
    megneztem itt a tolunk nemmessze (Comments)

    megneztem itt a tolunk nemmessze nemreg nyilt kajalehetoseget, hat nemvagyok meghatva ;) kisse dragak, allati nagy adagokat adnak (eselytelen megenni) es nincs feladag. szal kene vmi normalis hely ahol ezeket a melegetel-utalvagyokat elfogadjak mert most a napi 300ftot amit kapok osoktol kajara is ilyenben kapom. grr
    egyebkent jo latni, h vannak meg boldog emberek :)
    jah, es holnap koran keles, reggel fizika gyakiv, bar kb 0% esely van ra h atengednek


  • Tuesday, 23 May 2006
    nah, asszem az elso igazi (Comments)

    nah, asszem az elso igazi nyari nap. este 8kor is meg vilagos van, 24 fok, siman kilehet menni egyszal poloban az utcara. egyetlen idegesito h ilyenkor baromi koran vilagosodik es utalok vilagosban lefekudni ;)

    jah, es az elmaradhatatlan mai /. poen, bar ez inkabb aranyos mint vicces. de legalabb a hugom is erti :)


  • Monday, 22 May 2006
    distrowatch interview (Comments)

    distrowatch published an interview with me, maybe it's interesting :)


  • Sunday, 21 May 2006
    nemtudok donteni, h melyik a (Comments)

    nemtudok donteni, h melyik a nap poenja, tessek eldonteni:
    1) villamsokmegalloban all az oreg neni, tamaszkodik a botjara eleg eroteljesen, kisgyerek teljes erobedobassal fut, neki a botnak, alja elcsuszik, neni koppan a padlon. gyerek artatlan arccal csodalkozik. mama gyorsan kihivja a mentoket, nenit elviszik
    2) ez a /. comment


  • Sunday, 21 May 2006
    a regi jokis vitak a (Comments)

    a regi jokis vitak a hugommal... ;) epp most azon vesztunk ossze, h mikor jobb mosakodni: "2naponta lefekves elott" v "minden nap de alvas utan". ofcoz en az elobbit kepviseltem :)


  • Saturday, 20 May 2006
    pre-0.5pre1 party (Comments)

    yesterday LGee, desco, voroskoi and me met each other. you can reach a few pictures taken by LGee here


  • Saturday, 20 May 2006
    vettem megint feltoltokartyat (Comments)

    vettem megint feltoltokartyat. vicces h 2oo6ban, budapesten, penteken deluten fel3kor kb 1 orat kell caplatni, mert az ujsagarus mar bezart, a mobil szakuzletben nincs 14ks kartya, vegul egy automatanal toltottem fel pedig az tok feelinges mikor lekaparod a feltoltokartyarol azt a cuccot, stb :) masik erdekes h az ilyen az 8honapra eleg szokott lenni ami elvileg majus vege lenne, szal picit tobbet telefonalok mint kene. belefer. reseteles elott a statok:
    bejovo hivas 6ora, kimeno 1ora
    gprs fel 2mb, le 9mb, 245h (omg)
    sms ki 98, be 236


  • Saturday, 20 May 2006
    reggel MSD ebresztett (Comments)

    reggel MSD ebresztett. negyed 9kor, h kene menni zh-t irni :) ugye-ugye, "yet another reason", h 7/24 be legyen kapcsolva a telefonom. gyorsan bemasztam bmere es sikerult vegulis egesz hatekonyan kimasolni a puskajarol a kepleteket (mondjuk behelyettesiteni mar nemtudtam) meg tippelni - este kiderult h atmentem
    a nap tovabbi resze egesz unnepelyesen telt - az elso ev uccso szorgalmi idoszakbeli napja
    este Frugalware-es sorozes, uj tagunk desco volt


  • Tuesday, 16 May 2006
    openoffice-m169-x86_64 ready (Comments)

    hi

    the newest development snapshots's fpms are ready, you can reach at you-know-where. no big changes, 4 new languages, more patches submitted to upstream (we now only use only a gcc-4.1.0 specific one) and so on


  • Monday, 15 May 2006
    muttng && gpg (Comments)

    (maybe this is true for mutt(-devel) too, i'm not sure)

    so. first you need a private key, there is a good howto about it here. then you need to copy gpg.rc (for example from /usr/share/doc/mutt-ng-20060402/samples/gpg.rc) to ~/.muttng, then add the following lines to your muttngrc

    source ~/.muttng/gpg.rc
    unset crypt_autosign
    unset crypt_autoencrypt
    set crypt_replysign
    set crypt_replyencrypt
    set crypt_verify_sig=yes
    set pgp_sign_as="0xXXXXXXXX"
    where XXXXXXXX is your keyid

    for autmatic key downloading on checking signatures, add

    keyserver-options auto-key-retrieve
    to your ~/.gnupg/gpg.conf

    that's all :)


  • Saturday, 13 May 2006
    mpdhez egy aranyos php kliens: (Comments)

    mpdhez egy aranyos php kliens: http://mpd.24oz.com/docs.html


  • Wednesday, 10 May 2006
    yet another 0.4 review (Comments)

    here. also the title is not exactly correct as probably a release candidate was tested :)


  • Wednesday, 10 May 2006
    nah, megvan bszbol az alapirasom (Comments)

    nah, megvan bszbol az alapirasom. ki kellett bulizni de megvan ;)


  • Wednesday, 03 May 2006
    jah, egyebkent 1 tanulsag (Comments)

    jah, egyebkent 1 tanulsag mara:
    "Ha valaki nem valaszol egy leveledre, azt lehet eppen a te erdekedben teszi."


  • Wednesday, 03 May 2006
    joreg (Comments)

    joreg. majus van

    epp azzal szorakozom, h fullscreenes firefox menjen screensaverkent. par hasznos link:

    http://www.krickelkrackel.de/autohide/autohide.htm

    http://www.jwz.org/xscreensaver/faq.html#mpeg

    ez asszem nemfog kelleni, de hatha: http://forums.htmlcenter.com/showthread.php?t=2064


  • Saturday, 29 April 2006
    bogofilter && mutt (Comments)

    i've just set up bogofilter with mutt, it was sooo easy! :)

    first you should collect some spam and ham (non-spam) to separate (Maildir) folders

    then bogofilter -s -B ~/Maildir/spam/, bogofilter -n -B ~/Maildir/ham. the basic learning is done

    to your procmailrc: :0fw | /usr/bin/bogofilter -uep :0: * ^X-Bogosity: Spam .Spam/

    finally i've added a macro to my muttrc to be able to simply tell bogofilter it missed something (haven't noticed a spam): macro index S "bogofilter -Ns" (you can add a similar macro for "bogofilter -Sn" - "hey, this is not a spam" - if you want)

    that's all :)


  • Sunday, 23 April 2006
    java enabled openoffice.org (Comments)

    after a few days of work (and headache) we (me and janny) put togother a java-enabled version of the openoffice.org package. we built the development milestone (m163) of OOo, so it won't hit -current till 2.0.3 is released. ideally this should re-enable features like help and others which were missing since 2.0.0. at the moment the x86_64 packages are available, but janny will upload i686 ones soon, too


  • Friday, 21 April 2006
    pacman db debug howto (Comments)

    I've written a short howto about how to debug a pacman database error as I was asked many time to do so for others. So there it is, now i can say simply RTFM ;)


  • Tuesday, 18 April 2006
    cheap sed & bash tricks (Comments)

    probably this is known, but i've just figured out how to get rid of grep when i use

    foo |grep ... |sed ...
    the magic command is
    foo |sed -n '/^match/s/foo/bar/p'

    if we're at it, you can even get rid of sed if you use bash and just want to do simple replaces like 1.0 -> 1_0:

    $ pkgver=1.0
    $ echo ${pkgver//./_}
    1_0_0

    two intereting tricks remained. the first is about deleting from a pattern to an another one (including both line)

    $ echo -e 'a\nb\nc\nd\ne'
    a
    b
    c
    d
    e
    $ echo -e 'a\nb\nc\nd\ne' |sed /b/,/d/d
    a
    e

    the last one is about deleting to the end of the file from a pattern:

    $ echo -e 'a\nb\nc\nd\ne' |sed '/c/,$d'
    a
    b

    ok, that's all for today :)

    (other nice tricks here)


  • Tuesday, 18 April 2006
    title 81 (Comments)

    NewsForge published a review about Frugalware 0.4. Thx boobaa for pointing it out.


  • Monday, 17 April 2006
    rendetraktam :) tok szar, a (Comments)

    rendetraktam :) tok szar, a szobaban levo cuccok felet kihajitottam es eleg ures most minden. na mind1, 1 het es belakom megint :p


  • Friday, 07 April 2006
    openoffice-x86_64 becomes full-featured (Comments)

    basically now the 64bit openoffice has all the features as the 32bit one, even the splashscreen is back, you can reach a screenshot by desco here


  • Friday, 07 April 2006
    new Asian mirror (Comments)

    the National Taiwan University just donated us a new mirror, called ftp9. enjoy! :)


  • Thursday, 06 April 2006
    openoffice upstream fix (Comments)

    upstream at Novell is very fast, they've already fixed the problem mentioned yesterday. so one should be really able to build OOo on x86_64 with the usual simple sudo makepkg -R :)


  • Wednesday, 05 April 2006
    arad a duna (Comments)

    arad a duna. annak minden kovetkezmenyevel egyutt ;)


  • Wednesday, 05 April 2006
    openoffice-x86_64 first complete native build (Comments)

    desco's shot: http://www.bluelion.hu/stuff/ooo-x86_64.png

    download: http://ftp.frugalware.org/pub/other/people/vmiklos/frugalware-x86_64/

    source: http://ftp.frugalware.org/pub/other/people/vmiklos/source/openoffice.org-devel/

    also there is a little problem with make install in the FB, more details here

    note: yes, you have to install the langpacks with pacman -d, this will be fixed later


  • Monday, 03 April 2006
    openoffice-x86_64 (Comments)

    no, don't except anything, just started to work on it. a few infos:

    • you need m162 to apply the ooo-build patches, but in that milestone the "fpicker module dependency" is missing, but it is already fixed in upstream. so let's start to make a patch
    • you need to download the cvs: cvs -d:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs co -r SRC680_m162 OpenOffice
    • then find the last change to the critical file: cvs diff -r 1.6 -u automation/prj/build.lst
    • using this patch, the build is still running atm :)


  • Sunday, 02 April 2006
    scooterek most ertek a who's (Comments)

    scooterek most ertek a who's got the last laugh now turnejuk vegere, az uccso koncertrol keszult egy allati jo kep. jah es persze az elmaradhatatlan hangszoro


  • Sunday, 02 April 2006
    0.4 in the news (Comments)

    OSDir made a screenshot tour using 0.4rc1.

    Slack Addict published an interview before releasing 0.4.

    Finally Wikinews published a short interview right after 0.4 had been released.

    That's all :)


  • Saturday, 01 April 2006
    0.4 announcement party (Comments)

    lgee proposed to hold a small "real life" announcement party for developers after 0.4 is released. so yesterday, one day after the release, five of the Hungarian devs met each other :)

    janny made some shots, you can look at them here.

    who is who: ironiq (on the right side), janny (on the left side), vmiklos, voroskoi and lgee.


  • Saturday, 01 April 2006
    most ugye ki kene tenni (Comments)

    most ugye ki kene tenni a fooldalra, h openblog bezar es hasonlok, de ugyis mindenki ezt olvassa nem a fooldalt szal inkabb ide irom


  • Tuesday, 28 March 2006
    title 80 (Comments)

    making a stable release of Frugalware is getting more and more complex, so i've started to documente it. you can find the first draft here


  • Saturday, 25 March 2006
    legujabb orultsegem targya azvolt, h (Comments)

    legujabb orultsegem targya azvolt, h a csak httpre postolni tudo javas telomra ssht varazsoljak, sajna nem a legteljesebb sikerrel :-/


  • Saturday, 25 March 2006
    title 79 (Comments)

    it took a few (2-3 days?) but i've now finished the Upgrade: 0.3->0.4 howto. DNAku was so kind that he has written a script to automate the procedure. you can find it at the bottom of the wiki page :)


  • Friday, 24 March 2006
    title 78 (Comments)

    maybe others are interested in #240, too, now we have a Firefox search plugin for packages, you can install it from the packages page.


  • Wednesday, 15 March 2006
    ezt az elveszett gyermekek varosa (Comments)

    ezt az elveszett gyermekek varosa filmet kizarolag csak eros idegzetueknek ajanlom :)
    meg muveszfilmnek is eros ;)


  • Saturday, 11 March 2006
    huh, 3hete nemirtam (Comments)

    huh, 3hete nemirtam. no. analizisbol most kivetelesen kellett vmi 3rd-party jegyzet is, mert nemvagtam ezeket a diff.egyenleteket, itt van egy eleg hasznalhato


  • Saturday, 11 March 2006
    title 77 (Comments)

    we were requested to provide a freenx package. in fact, this was not too easy. after ~3 days of work, now nx-x11, nxproxy and freenx has been uploaded. finding a working opensource client was a bit difficult and 90% of the howtos recommend the binary crap, but finally knx has been uploaded. thanks crazy for the hint about the knx package

    ps: yes, i plan to write a howto on this topic, hopefully i'll have time to do so on the next week. till now here is a screenshot :)


  • Sunday, 05 March 2006
    title 76 (Comments)

    since we include ada/gnat in our gcc package, it's a bit tricky to build it for the first time, so i've written a wiki page about this. also the x86_64 packages for gcc-4.1 are ready, too.


  • Saturday, 04 March 2006
    title 75 (Comments)

    today's task is to build gcc using ccache. it is not done automatically as gcc uses xgcc for most of the time, but there is a moslty usable howto available. ok, the log is nice, ccache is used, but the compiler cache is empty... so still need to figure out what's happening :/

    update: dunno what was wrong, but on the buildserver it works fine! :) update2: now the i686 packages are available


  • Friday, 03 March 2006
    title 74 (Comments)

    ok, rc1 is out so let's do something earth-breaking ;)

    bumped lua to 5.1. 3 patches were needed: 1, 2 (ok, one is Frugalware-specific)

    as a first step the elinks patch has been submitted.


  • Saturday, 25 February 2006
    title 73 (Comments)

    ffmpeg devs recommend everyone to use cvs, not the "formal" releases. ok, let's do it, but then we have to the apps for the recent changes. for now, vlc has been fixed


  • Friday, 24 February 2006
    title 72 (Comments)

    this was yesterday, but probably still a news

    so in the (not so good) old times we used some up2date.foo scripts to have a common $up2date variable for several FrugalBuilds. these are ugly and are broken in chroot. the "new" trend is to use Finclude for these scripts. yesterday the last up2date.thunderbird-i18n file was removed, so this big merge ended. so far we have already 20 scheme :)

    probably the next will be to get rid of the old 'x' dependency in all packages (mostly done already)


  • Saturday, 18 February 2006
    ezt a levelet meg tavaly (Comments)

    ezt a levelet meg tavaly kaptam, de most megtalaltam megint, ime, hatha vki meg nemolvasta:
    Nehéz ebben a stresszes világban id?t szakítanunk, hogy alapvet?
    kérdéseket tehessünk föl.

    MIÉRT jön a Pizzarendelés hamarabb meg, mint a ment?autó?
    MIÉRT kell a jósn?höz bejelentkezni? Nem tudja el?re, hogy jövök?
    MIÉRT van rokkant parkoló a Jégcsarnok el?tt?
    MIÉRT rendelnek az emberek egy "Dupla Sajtburgert",dupla adag hasábkrumplit és egy Cola Lightot?
    MIÉRT kell a WINDOWS bezárásához a "Start program" -ot használni?
    MIÉRT van a citromsavban mesterséges aroma, s a mosószerekben viszont valódi citrom?
    MIÉRT nincs egér ízesítés? macskaeledel?
    MIÉRT nem az Ön által is bizonyára ismert, repül?kön használt, szétroncsolhatatlan fekete doboz ("black boxes " anyagából állítják el? a repül?ket is?
    MIÉRT hívják az érkezési csarnokot "Terminál"-nak, ha a repülés oly biztonságos?
    MIÉRT nyomjuk er?sebben a távirányítót, mikor az elemek szinte lemerültek?
    MIÉRT mossuk a törölköz?inket; nem abból indulunk ki, hogy tiszták vagyunk amikor használjuk?
    MIÉRT viselnek a "Kamikáze-pilóták" sisakot?
    Örvendenek-e az analfabéták az ABC-tésztának?
    Mikor az emberiség fölfedezte, hogy a tehén tejet ad tulajdonképpen mi után kutatott?
    Honnan tudjuk valójában, hogy egy szótári szó téves?
    Honnan tudjuk, hogy nincs két egyforma hópehely, hisz nem is láttuk mindet?
    Az égési sérülésben elhunytak kapnak-e árengedményt a hamvasztásnál?
    Hogy lehet, hogy a téves szám sose foglalt?
    Miért nem olvasni soha az újságokban: "Jósn? nyerte a lottónyereményt!"?
    Mit teszel, ha látod, hogy egy védett állat eszik védett növényt?
    Hogyan kerülnek a "F?re lépni tilos!" táblák a gyep közepére?
    MIÉRT olyan hosszú szó a "lerövidítebbítend?"? (és miért ilyen nehéz kimondani?)
    MIÉRT kell a koporsó fedelét odaszögezni?
    MIÉRT nem ütötte agyon az a két szúnyogot Noé?
    MIÉRT nem szaladnak be es?ben a birkák az ólba?
    Ha vásárolok egy új bumerángot hogyan szabadulok meg a régit?l?
    MIÉRT van a 24 órán nyitva tartó létesítményeken is zár?
    MIÉRT tértem vissza a szabadságról?
    hat ennyi :)


  • Friday, 17 February 2006
    title 71 (Comments)

    i just wanted to search with google from C, and found that there is no out-of-the box sollution for this, so i've made one. available here


  • Friday, 17 February 2006
    most mondjatok, h egoista vagyok, (Comments)

    most mondjatok, h egoista vagyok, de akkoris vicces. 22 emailt kaptam a tegnapi szulinapommal kapcs. vicces :)


  • Friday, 17 February 2006
    title 70 (Comments)

    just finished another regression test for the testsuite: srcmissing, which searches for missing (not yet mirrored) source tarballs (and optionally downloads them). available here


  • Thursday, 16 February 2006
    no (Comments)

    no. elkezdodott megint a szorgalmi idoszak. szal lehet megint korankelni, oranaludni. bar legalabb az elso hetekben nincs zh, szal legalabb tanulni nemkell. btw utalom, h nemlehet kesztyube nyomogatni a telefon gombjait, mert ugye igy a buszra varva a megalloba valo blogolas kozben szetfagy a kezem. dehat ez egy ilyen. na ennyi voltam


  • Monday, 13 February 2006
    title 69 (Comments)

    in the last two days i was working on creating an initial testsuite for the source tree. what does works:

    • cleaning outdated fpms
    • cleaning outdated sources
    this is the harder part imho what is planned:
    • list missing fpms (maybe not needed? checkpkgs does the same)
    • download all missing sources
    • check for syntax errors
    • check for required directives


  • Saturday, 11 February 2006
    volt regen egy ilyen eleg (Comments)

    volt regen egy ilyen eleg jo "linux tankonyv". #define jo "atfogo". szal aki most ismerkedik az egesz Linux-temaval annak valo. no ez megvolt offline, aztan elhagytam es most vegre megtalaltam online, itt. igen, outdated (2.0s idokben irodott) de nyilvan nem ez a lenyege a cuccnak


  • Saturday, 11 February 2006
    title 68 (Comments)

    i always was lame to the advanced usage of chanserv - and now again, i had to do something. the task was simple: set up autovoice'ing for a channel at freenode

    so the two magic command:

    /msg ChanServ LEVEL #chan SET autovoice 1
    and then for each user:
    /msg ChanServ ACCESS #chan ADD username 1
    that's all ;)


  • Wednesday, 08 February 2006
    title 67 (Comments)

    just a 2 cheap trick with vim for other C monkeys:

    :map  :set makeprg=make:w:make
    :map  :set makeprg=make\ test:w:make
    (probably these explain themselves)

    the other nice feature: move to a funcion and press K: that will show the manpage of the function


  • Wednesday, 08 February 2006
    title 66 (Comments)

    hm. this was easier than i tought. so. it's fwcpan

    $ fwcpan inline::cpp
    Searching CPAN... done.

    Guessing module: Inline::CPP Targets: perl-inline-cpp-0.25-1

    Proceed with upgrade? [Y/n]

    Writing the FrugalBuild... done. $ cat FrugalBuild # Last Modified: Wed, 08 Feb 2006 03:04:56 +0100 # Compiling Time: 0.1 SBU # Maintainer: Zsolt Szalai <xbit@frugalware.org>

    pkgname=perl-inline-cpp modname=Inline-CPP modauthor=N/NE/NEILW pkgver=0.25 pkgrel=1 pkgdesc="Write Perl subroutines and classes in C++." depends=('perl') groups=('devel-extra') archs=('i686') Finclude perl sha1sums=('1dd7bdbe1a14f3c824841c72a69c54b07dbe9575')

    i've pushed it to pacman-tools, it'll be included in the next release :)


  • Tuesday, 07 February 2006
    title 65 (Comments)

    openoffice dictionaries are back. a new openoffice-dict scheme was created, with current 4 dicts: de, fr, hu and es


  • Tuesday, 07 February 2006
    title 64 (Comments)

    there are new setup snapshots out. no big changes, just the static pacman from the setup has gone and the select plugin is now using libalpm calls instead of system(). they're available at the usual place: i686, x86_64


  • Sunday, 05 February 2006
    title 63 (Comments)

    i'm working in decreasting the package size of the openoffice.org package with subpkgs() 195M 2005-12-24 13:31 openoffice.org-2.0.1-1-i686.fpm ^ this was the original one 83M Feb 5 13:20 openoffice.org-2.0.1-2-i686.fpm it seems that i'm on the way :)


  • Saturday, 04 February 2006
    title 62 (Comments)

    today i got this "having subpackages in extra while the main pkg is in the frugalware repo" stuff working. a few notes from the manpage: Special case: subpkgs in other repos.

    The situation is the following: you have a package which is in the frugalware repo, but you want its subpackage to be in extra. It's a but tricky, but still possible.

    The trick is to create a fake FrugalBuild in the other repo. You could place it whereever you want, but to use repoman you need to place it under $fst/extra/source/subpkgs/pkgname, where pkgname is the name of the original main package.

    How to create that fake FrugalBuild?

    Copy the original one, but remove everything except the subfoo directives, pkgver and pkgrel. The next step is to clarify which subpackage have to be in which repo. This is done by removing the architectures from the subarchs() array.

    Example:

    The old main:

    subpkgs=('foo' 'bar') subarchs=('i686 x86_64' 'i686 x86_64')

    The new main: subpkgs=('foo' 'bar') subarchs=('i686 x86_64' '')

    The new fake: subpkgs=('foo' 'bar') subarchs=('' 'i686 x86_64')

    This means that bar is expected to be uploaded to extra, while foo is still in the frugal- ware repo. If you move all the subpackages to extra, then of course you can remove the whole subarchs() array from the main FrugalBuild. a few other notes:

    • it requires repoman from pacman-tools-0.6.3
    • subarchs() is no longer optional
    • as the fake FB is not in the current dir, if you record with repoman, it won't record the it!
    • i've added subarchs() to the existing packages and updated the skel file :)
    • for database generation it needs pacman from darcs, but probably you don't have to care about it as genesis runs that version


  • Friday, 03 February 2006
    title 61 (Comments)

    after a few fixes now it seems that syncpkgd really does what it should. now it runs on factory (i686) and helicon (x86_64)


  • Thursday, 02 February 2006
    hm, tudja vki miaz a (Comments)

    hm, tudja vki miaz a lego meg mik azok a flipflopok? annak ez tecceni fog :)


  • Thursday, 02 February 2006
    The Google Robot FAQqjo :) (Comments)

    The Google Robot FAQ
    qjo :)


  • Thursday, 02 February 2006
    title 60 (Comments)

    1) just noted xbit's funny boogle skin, and then i figured out how to add some custom metadata without modifying the skin itself. the trick is the "Long Description:" field, so from now there's a short list of links at the right side of this blog

    2) something unrelated: the irssi guys noticed our irssi pkg :)

    3) ok, this is at least a bit more on-topic: 0.4pre2 released


  • Tuesday, 31 January 2006
    title 59 (Comments)

    Jan 31 01:16:33 genesis syncpkgd : PWD=/home/syncpkgd ; COMMAND=cp \
    /tmp/tmp.HKjbWP /home/ftp/pub/frugalware/frugalware-current/frugalware-x86_64/smb4k-0.6.5-1-x86_64.fpm
    the first package built by syncpkgd, the automatic package building daemon

    we'll see how much effective it is, the expected performance is that if we push an i686 package, then (if possible) the x86_64 one are uploaded automatically within 4-5 hours :)


  • Sunday, 29 January 2006
    title 58 (Comments)

    probably irssi users know anames.pl, a clone of /names, with away nicks grayed out. the sympthom is that new away information need to be obtained manually by executing a /who on a channel. the real problem behind that is that if you use redirection, then the away infos aren't updated. so i've made a workaround for that: at least this calls /who automatically. you can reach my patch here. (the sollution would be to

    • finding a way to mute /who
    • fixing this redirection stuff in irssi ;)
    )


  • Saturday, 28 January 2006
    title 57 (Comments)

    yestreday xorg7 hit -current

    in most cases it should install without any problem, if not

    • pacman -S xorg-fonts xorg-libs --noconfirm
      to install all the fonts and libs available
    • if you're using a binary driver (for example nvidia), try
      pacman -R nvidia && pacman -S nvidia


  • Wednesday, 25 January 2006
    title 56 (Comments)

    slowly but xorg7 is being packaged and if everything works well, it'll hit -current before 0.4pre2. currently you can get the buildscripts, and there are two binary repo:

    [xorg7]
    http://ftp.frugalware.org/pub/other/people/vmiklos/other/xorg7/frugalware-i686
    
    and
    [xorg7]
    http://ftp.frugalware.org/pub/other/people/vmiklos/other/xorg7/frugalware-x86_64
    
    the buildscripts are available in krix's repo

    warning: these pkgs are more unstable than the pkgs usually in -current!

    but besiedes some upgrade bugs, it works:

    $ X -version

    X Window System Version 7.0.0 Release Date: 21 December 2005 X Protocol Version 11, Revision 0, Release 7.0 Build Operating System:Linux 2.6.15-fw1 i686Frugalware Current Operating System: Linux vmobile 2.6.15-fw1 #1 SMP Tue Jan 3 20:46:58 CET 2006 i686 Build Date: 25 January 2006 Before reporting problems, check http://www.frugalware.org to make sure that you have the latest version. Module Loader present

    :)


  • Tuesday, 24 January 2006
    jo ez a commit msg (Comments)

    jo ez a commit msg :)


  • Tuesday, 24 January 2006
    tokjo, volt ma 1 2oras (Comments)

    tokjo, volt ma 1 2oras aramszunet :) ebedeltem egy jo nagyot alatta


  • Friday, 20 January 2006
    sokszor vagjak a fejemhez itthon, (Comments)

    sokszor vagjak a fejemhez itthon, h keson kelek (aka. kisfiam nembirod beosztani az idodet - 20evesen, rotfl). btw valoban, ha nincs miert felkelni, akkor minek keljek korabban? jah #define akkor "10es fel12 kozott random". na, szal a poen most itt az, h elmult 12, es apam-anyam itthon, akik elvileg dolgozo emberek


  • Friday, 20 January 2006
    title 55 (Comments)

    finally the new netconfig is ready. this is a complete rewrite in C - incuding profiling support, unlimited number of network cards, support for interface names != ethn, multiple ips on a single interface and much more. ah and now the config tool has a manpage: just type

    man netconfig
    after the usual -Syu. huch, it was about 3 days of work :)


  • Wednesday, 18 January 2006
    no (Comments)

    no. mar tegnap vegevolt a vizsgaidoszaknak csak persze a kodolas erdekesebb mint a blogolas, uh ezzelis elkestem. most 13.-ig hawaii van :)


  • Monday, 16 January 2006
    title 54 (Comments)

    it seems that the darcs gateway for cia is now successfully set up. you can reach the project stats here, my personal stat is here :)


  • Sunday, 15 January 2006
    title 53 (Comments)

    finally i got time to review pete's documentation rework in texinfo. so now it hit -current, and you can reach it at the usual place


  • Thursday, 12 January 2006
    title 52 (Comments)

    i've finished updating all the firefox langpacks, so the system should now work again as in the good old 1.0.x times - like gettext. a list of langpacks available here (ok, mostly langpacks ;) )


  • Wednesday, 11 January 2006
    title 51 (Comments)

    as of hal-0.5.5-3, automounting usb sticks finally works perfectly (big thanks to crazy :) ). note, that this will require the new udev & kernel, but as usual pacman will solve such problems for you ;)


  • Tuesday, 10 January 2006
    title 50 (Comments)

    as gimb already pointed out, mod_ruby was broken with apache 2.2, but don't worry, we already fixed that. if you're interesed, then you can reach the fix here

    update: now posted to upstream


  • Sunday, 08 January 2006
    title 49 (Comments)

    you may notice that pacman-2.9.99.9 is here, within a day after 2.9.99.8. there was a typo in the code which caused -S/-A/-U (almost everything) segfault. hopefully almost nobody upgraded yet, but if you're upgraded to 2.9.99.8, and you now can't upgrade, then download the 2.9.99.9 static binary from here, copy it to /usr/bin/pacman.static, and then pacman.static -Syu should do everything for you


  • Friday, 06 January 2006
    rokoneknak megyek halokartyat venni (Comments)

    rokoneknak megyek halokartyat venni. kerdezi, h milyen opredszerhez. valaszolok, mondja, h nemtud adni. rancigalom a szemoldokom, erre kihoz 1dobozt, h o errol beszel. egy redhat 7.2es doboz. onkenytelenul is elmosolyodtam. 2.4.7es kernel, 2.2es kde (igen, abban az idoben meg okis a gnome elott irtak a kdet:)) 1.4es gnome, 4.1es xfree. vegul mondtam neki, h ok, akkor nemkell linux-compat legyen:)

    btw kozben azert elegge felcukkoltak. a kartyat nemadtak ki azzal, h "pill, az sql server eppen mast csinal, nemlehet a tranzakciot megkezdeni". namost nemtom hogyvan ez, h de majdnem 3/4 orat csinalt mast. kozben utana levo pofat szolgaljak ki, vmi kulcsos zar kene neki a gephez. erre ajanljak, h szemben van 1 barkacsbolt (pf). es mindennek a tetejebe az uzlet kivan tapetazva 15colos tftkkel, amiken vmi 3d benchmark program fut - 7fpssel. no, remelem nemkell megint 1 ideig ilyen boltba menjek ;)


  • Thursday, 05 January 2006
    title 48 (Comments)

    today finally i passed one of my exams so i had time to update our udev package. why is this so important? as of kernel-2.6.15 the hardware detection is now really simple. this allows us to wipe out the whole (very slow) hotplug script, and use only udev as a hotplug multiplexer (almost) without any workarounds. on my machine this causes the hardware detection to be about 10 times faster than before. as usual, a simple pacman -Syu should do everything for you, if you use -current.


  • Wednesday, 04 January 2006
    vmi tokmast kerestem, mikor raakadtam (Comments)

    vmi tokmast kerestem, mikor raakadtam erre az oldalra :)


  • Wednesday, 04 January 2006
    anyam jon, h nezzem meg (Comments)

    anyam jon, h nezzem meg az ajton a zarat. frankon tonkrement. mmint apam mikor elment meloba kivulrol becsukta kulccsal, jol. belulrol kezzel nemlehet nyitni, kulccsal meg ugy alapbol sem. uh most 'konny, /me bevan zarva :p


  • Sunday, 01 January 2006
    no (Comments)

    no. 2006/buek/foo. a szilveszter itt egesz jovolt (sot, telleg jo :) ), remelem masnak is. vmikor tanulni is kene, de most meg egy ideig neeem :)


  • Saturday, 31 December 2005
    no ugytunik sikerult megalapozni, h (Comments)

    no ugytunik sikerult megalapozni, h holnap nelegyek almos, szal mostmar huzas aludni :)


  • Friday, 30 December 2005
    title 47 (Comments)

    syncpkg is a small script to sync packages on an given arch. an example: you're on x86_64 and you have foo-1.0 while there is already foo-2.0 in darcs, then it'll find this package, build it and if the build was successfull, i'll upload the package

    the only parameter it requires is the max pkgs you want to build (if that number is too high then it may start to build pkgs others already built)

    $ tail -f build.log Fri Dec 30 00:21:56 CET 2005 number of pkgs to build: 99 Fri Dec 30 00:21:56 CET 2005 making package: foomatic-filters-ppds Fri Dec 30 00:22:13 CET 2005 finished making package foomatic-filters-ppds with exit code 0 Fri Dec 30 00:22:13 CET 2005 making package: db Fri Dec 30 00:27:18 CET 2005 finished making package db with exit code 0 Fri Dec 30 00:29:24 CET 2005 build finished, pkgs built: 2


  • Thursday, 29 December 2005
    egyik wiwes spam-gyongyszem:&nbsp;&gt;&nbsp; &gt;&nbsp; Hány&nbsp; (Comments)

    egyik wiwes spam-gyongyszem:
     >  >  Hány  kulcsod  van?
     >  >  3  motor  1  autó  1  lakás  3garázs


  • Wednesday, 28 December 2005
    12:59 -!- IvI is now (Comments)

    12:59 -!- IvI is now known as iVi
    15:47 -!- franci737 is now known as fra
    17:47 -!- iVi is now known as IvI
    19:33 -!- IvI is now known as iVi
    21:00  * iVi is away: L
    23:20  * iVi is back (gone 02:19:09)
    Day changed to 24 Dec 2005
    02:15 -!- iVi is now known as IvI
    13:11 -!- IvI is now known as iVi
    13:25 -!- iVi is now known as IvI
    Day changed to 25 Dec 2005
    14:00 -!- IvI is now known as iVi
    22:00 -!- iVi is now known as IvI
    22:00 -!- IvI is now known as iVi
    Day changed to 26 Dec 2005
    02:38 -!- iVi is now known as IvI
    11:21 -!- IvI is now known as iVi
    Day changed to 27 Dec 2005
    01:14  * iVi is away: L
    01:15 -!- iVi is now known as IvI
    13:57 -!- IvI is now known as iVi
    Day changed to 28 Dec 2005
    01:10  * iVi is away: L
    03:49 -!- iVi is now known as IvI
    egy nyugodt csati bekes napjai :)


  • Monday, 26 December 2005
    na vegre vmi ertelmes karacsonyi (Comments)

    na vegre vmi ertelmes karacsonyi ajandek :)


  • Monday, 26 December 2005
    title 46 (Comments)

    first of all, merry Christmas for every blog reader!

    so. it seems that finally i've fixed our 'send darcs diffs' script (yay, 59 mails because of this! ;) )

    also fixed a nice double free in pacman. ok, that's all today :)


  • Saturday, 24 December 2005
    11:52 &lt; MSD^xmas&gt; vegre!11:52 &lt; (Comments)

    11:52 < MSD^xmas> vegre!
    11:52 < MSD^xmas> vege van az emerge worldnek!
    11:52 < MSD^xmas> :D
    11:54 < vmiklos> MSD^xmas: amit kedden kezdtel? (4 napja - a szerk.)
    11:56 < MSD^xmas> vmiklos az
    szerencsetlen gentoo usereknek feler 1 karacsonyi ajandekkal, hha a normal napi rendszerfrissitesuk vegeter ;)


  • Friday, 23 December 2005
    no, ez egy teszt post (Comments)

    no, ez egy teszt post opera minibol :) (es igymar lehet pl szerkeszteni is oket)


  • Friday, 23 December 2005
    title 45 (Comments)

    i started to add package splitting support to pacman today. pacman3/libalpm is not affected, basically makepkg, updatesync and gensync have to me modified. the makepkg part is now ready. here is a sample FrugalBuild:

    pkgname=cabextract
    pkgver=1.1
    pkgrel=2
    pkgdesc="a program to extract Microsoft Cabinet files"
    url="http://www.kyz.uklinux.net/cabextract.php"
    depends=('basedep1' 'basedep2')
    groups=('apps')
    archs=('i686' 'x86_64')
    up2date="lynx -dump http://www.kyz.uklinux.net/cabextract.php |grep 'cabextract source code'|tr -s ' '|cut -d ' ' -f 6"
    source=(http://www.kyz.uklinux.net/downloads/$pkgname-$pkgver.tar.gz)
    sha1sums=('359c8f4ec9c62d9dac5d572269b607b2cae4fbf7')

    subpkgs=('cabextract-man' 'cabextract-bin') subdescs=('manpage for cabextract' 'cabextract binaries') subdepends=('man foo' 'glibc bar') subreplaces=('' 'replacebin1 replacebin2')

    build() { Fbuild Fsplit $pkgname-man usr/man Fsplit $pkgname-bin usr/bin }

    to build this you'll need pacman-tools from darcs and pacman from darcs, too


  • Thursday, 22 December 2005
    halalsoron (Comments)

    no. regen irtam mar ide vmi ertelmeset. nezzuk, mi is tortent ma. Rita jott, h nezzunk filmet. igazaba szeretem a filmeket, csak keves idot szanok a temara, szal ha most, itthon, ingye nem nezek meg 1 filmet (raadasul meg a geptol se kell felalljak - koszonhetoen felsofoku vegzettsegu apamnak, aki "uzemkeptelenne" tette a dvdlejattszonkat) akkor soha. notehat. el kezdtuk volna nezni, ha nemjon anyam, h milyen filmet nezunk. a halalsoronba kezdtunk volna bele. persze egybol jott apam, h ki latta ezt, miert nezzuk, etc (igy utolag egyebkent a legviccesebb, h eleg szar film, node neszaladjunk elore). most azt nemreszleteznem, h hanypercenkent (es hogy pontosan felvaltva-e) rohangaltak be edes jo szuleink, h hagyperces a film/holtartunk/miert kocsogoznek a filmben (rotfl)/tul hangos a notebook hangszoroja (lolmao). nostehat a 3oras filmbol eljutottunk ~1es 3/4oraig. ezutan mar nembirta tovabb anyam, es kozolte, h ez igy nem mehet tovabb, tessek azonnal abbahagyni, pizsomaosztas van. a vicc, h kozben rajott, h neki most mas szerepet kene jaccania, uh 5perccel kesobb mar agyban fekudt es aludt (lolka). apam ezutan ultrarovid lelkifroccsben (cca 15p) felvilagositotta Ritat, h a szunet nemarrol szol, h filmet nezunk, plane ilyenkor (juj, miutan mar fellottek a pizsit) tehat most kotelezo az altalanos rosszkedv, hiszen ebben a lakasban filmet nezni vki szunetben neakarjon. egyebkent telleg szar volt a film, szal ha tudnak, h mirol van szo csak megjegyeznek magukban, hha vegignezik, megerdemlik :)


  • Sunday, 18 December 2005
    no ez most ilyen sulis (Comments)

    no ez most ilyen sulis post lesz. szal atmentem kozgazbol es ergonomiabol 4es lettem! ;)
    uh huzok matekozni :P


  • Friday, 16 December 2005
    na, ugytunik vegre talaltam vmi (Comments)

    na, ugytunik vegre talaltam vmi hasznalhato irc2wap gatewayt :)


  • Thursday, 15 December 2005
    huh, nemirtam 1 hete (Comments)

    huh, nemirtam 1 hete. na tessek addig ezen rohogni :)


  • Monday, 12 December 2005
    title 44 (Comments)

    krix and me are working on porting our changes to pacman3. if you're interesed, check out the darcs repo. warning, this is not a working version, it's heavily under development!


  • Wednesday, 07 December 2005
    title 43 (Comments)

    it seems that finally we figured out what causes the following weird problem on some mirrors:

    io timeout after 300 seconds -- exiting
    rsync error: timeout in data send/receive (code 30) at io.c(181)
    reading again man 5 rsyncd.conf:
    timeout
    (...)
    A good choice for anonymous rsync daemons
    may be 600 (giving a 10 minute timeout).
    and yes, adding "timeout = 600" to the relevant module solved the problems :)


  • Wednesday, 07 December 2005
    title 42 (Comments)

    blah, what a spam...

    Date: Wed, 7 Dec 2005 09:09:54 +0100 From: security@frugalware.org To: vmiklos@frugalware.org Subject: gwxhqn Dear Valued Member, According to our terms of services, you will have to confirm your e-mail by the following link, or your account will be suspended within 24 hours for security reasons. http://www.vmiklos@frugalware.org/confirm.php?account=frugalware.org After following the instructions in the sheet, your account will not be inte rrupted and will continue as normal. Thanks for your attention to this request. We apologize for any inconvenienc e. Sincerely, Frugalware Security Department


  • Wednesday, 07 December 2005
    tomcat megint alkotott :) (Comments)

    tomcat megint alkotott :)


  • Monday, 05 December 2005
    title 41 (Comments)

    during the meantime (you can't always hack the setup :) ) i've figured out how to package firefox extensions. you know why this is usefull: when you have a pc with a big number of users, or where you have a lot of machine. so test packages for adblock and google pagerank status are available

    i plan to package sessionsaver and webdeveloper, too

    if you have other ideas then post the name and the url of the extension you wish!

    (this article served as a base to figure out how this all works)

    update: webdeveloper is also available

    update2: it seems that session saver and weatherfox does not support system-wide installations...

    update3: flashblock and user agent switcher pushed


  • Monday, 05 December 2005
    ez hihetetlen - h egyesek (Comments)

    ez hihetetlen - h egyesek mennyire kotozkodoek tudnak lenni...


  • Sunday, 04 December 2005
    no, ilyen okossagot kellett csinalni (Comments)

    no, ilyen okossagot kellett csinalni digitbol, egesz jol nez ki (mintha vmi bonyas stuff volna, pedig nemaz - meg enis megtudtam csialni ;)), csak nemkene laccania, h 3ora van :)


  • Sunday, 04 December 2005
    title 40 (Comments)

    new -current iso images are available, including kde-3.5 and firefox-1.5


  • Saturday, 03 December 2005
    vannak ilyen dolgok, amiken qra (Comments)

    vannak ilyen dolgok, amiken qra feltudom kapni a vizet:

    • megkernek vmire, majd miutan megcsinaltad, kozlik, "ja, az semmi"
    • sok ertelmes, es megtobb ertelmetlen dolgot csinal vki, majd sajnaltatja magat, h a kettore egyutt mennyi ideje megy el (most ez utobbi anyam, akkor tokjo, h megcsinal felora alatt egy ebedet, de utana 2orat azzal tolt, h fikazza, h hogynez ki a szobam, majd kozli, h mais 2esfelorat fozott ebedet ;) )


  • Saturday, 03 December 2005
    yepp, megvan az anal zhm (Comments)

    yepp, megvan az anal zhm :)

    btw iron szurta ki nekem ezt a bash quotet ;)


  • Friday, 02 December 2005
    title 39 (Comments)

    i always forgot how to grant full access to a db for a normal user in mysql and have to rtfm from time to time. so i post here the magic command, hopefully it’ll be a bit easier to search in the blog archive than rtfm’ing :)

    GRANT ALL privileges on dbname.* TO 'username'@'localhost' IDENTIFIED BY 'secret';


  • Thursday, 01 December 2005
    title 38 (Comments)

    just found an interesting offline theme installer for firefox. dunno if it works with firefox-1.5...


  • Wednesday, 30 November 2005
    title 37 (Comments)

    recently added pt and nl translations to the setup. thanks! :)


  • Wednesday, 30 November 2005
    hogy vesziget idezzem nemtom megeri-e (Comments)

    hogy vesziget idezzem nemtom megeri-e a(z egyebkent elegge szanalmas) hup forum ignore, mostis lemaradtam volna errol a postrol ;)


  • Sunday, 27 November 2005
    ez biztos jo regi, de (Comments)

    ez biztos jo regi, de nekem meg uj volt :)


  • Friday, 25 November 2005
    erdekes, neha emberek maniakusan titokban (Comments)

    erdekes, neha emberek maniakusan titokban tartanak tok publikus dolgokat. mais egyik haverom kulon "csak nekem" mutatott vmit, passz, h miert nemtudhattak rola a tobbiek. persze ott a masik kerdes is: miert pont nekem mutatta meg? :)


  • Friday, 25 November 2005
    title 36 (Comments)

    yet another milestone in the setup: except the translations, it seems that it's ready for 0.4pre1, loading language-specific fonts and gettext works again :)


  • Thursday, 24 November 2005
    arpi megint alakit hupon ;) (Comments)

    arpi megint alakit hupon ;)


  • Sunday, 20 November 2005
    ezen sirni v nevetni erdemes? (Comments)

    ezen sirni v nevetni erdemes? ;)


  • Friday, 18 November 2005
    title 35 (Comments)

    just a draft about how to re-call a plugin from an other plugin in the setup:

            extern GList *plugin_list;

    int i; plugin_t *plugin;

    for (i=0; iname, "loadsource")) plugin->run(config); }

    here we call the loadsource plugin from an another plugin


  • Friday, 18 November 2005
    18:14 -!- Topic for #debian.hu: (Comments)

    18:14 -!- Topic for #debian.hu: EZ NEM SZUPPORT CSATORNA BAZMEG  || vagy megis?
    18:14 -!- Topic set by _Tron [n=Tron@81.182.248.128] [Fri Nov 18 09:59:22 2005]
    18:15 -!- vmiklos changed the topic of #debian.hu to: EZ NEM SZUPPORT CSATORNA BAZMEG  || vagy megis? || ofcoz nemaz
    18:23 < tg> ;]
    18:26 -!- _Tron [n=_Tron@183-28-65.ip.adsl.hu] has quit ["Leaving"]
    18:28 < vmiklos> 'konny
    18:28 < mxv> vmiklos gyengeden elmorzsol egy legordulo konnycseppet...


  • Friday, 18 November 2005
    "Git is a brilliant design (Comments)

    "Git is a brilliant design *for Linus' needs*.  You see, Linus has
    access to two very powerful merge algorithms (``please resubmit this
    against 2.6.15'' and Andrew Morton)"
    a teljes level itt.


  • Friday, 18 November 2005
    title 34 (Comments)

    now we have git support in darcs (it does not causes any extra dep ;) ), here is a short demo, how does it works:

    $ cg-clone http://www.kernel.org/pub/scm/git/git.git
    this will fetch a git repo for you, as dr get does not works yet (i don't see if this is planned or not), but then do a
    cd git; dr changes --last=5
    and it really works fine :)


  • Friday, 18 November 2005
    lol @ google://failure ^^ mustsee (Comments)

    lol @ google://failure
    ^^ mustsee


  • Thursday, 17 November 2005
    title 33 (Comments)

    during coding the setup, i noticed some strange behaviours, i debugged then for a long time ;)

    so to learn from my faults:

    • strcat does not accepts a NULL pointer as a dest char*
    • getenv() just gives you a pointer, you have to strdup() it if you want to modify the value

    an other thing: i forgot again and again what's the difference between

    step
    and
    next
    in gdb:
    • setp executes the current line of the program and stops on the next statement to be executed
    • next is like step, however, if the current line of the program contains a function call, it executes the function and stops at the next line

    ah, and if you want to execute the whole code line by line from the begining, you'll need

    break 1
    and then the usual
    run


  • Thursday, 17 November 2005
    title 32 (Comments)

    yet another setup update :)

    a short TODOlist what have to be done:

    • handling package installation errors
    • handling category order
    • handling possibly required cd changes
    • postconf: calling the unchanged *config stuff

    everything else seems to be completed! :)


  • Monday, 14 November 2005
    tudom, regi, de (Comments)

    tudom, regi, de ez akkoris qjo :)
    update: no, mar 1000 alatt van az olvasatlan postok szama mp-dev-eng folderben. kozben talaltam ezt is


  • Sunday, 13 November 2005
    title 31 (Comments)

    yet another milestone in the setup. the code is ready till the end of partitioning. reach a screenshot here


  • Saturday, 12 November 2005
    20:31 &lt; Loloke&gt; legnagyobb (Comments)

    20:31 < Loloke> legnagyobb buli ez a gentoo
    20:31 < Loloke> annyi idot el lehet vele baszni, hogy hihetetlen
    na igen, jo dolog az a gentoo, csak gyozzed hasznalni :)
    update: veszig verzioja a konkluziora: "naigen, lamak ne gentoozzanak"


  • Friday, 11 November 2005
    title 30 (Comments)

    darcs is not too funny, it's well documented so if you once read the documentation, almost nothing unexpected will happen. but today... i've found a very nice new feature :)

    you have a repo. inside the repo there are dirs. some of them are not "dr add"ed. if you run dr rec/what/etc in that dirs, it will find the "partent" repo, and runs the command on it. but you can create a new repo in that not-added dir, and then dr will work on this new repo. nice, eh? :)


  • Friday, 11 November 2005
    jopofa ez a nokia770, csak (Comments)

    jopofa ez a nokia770, csak sztem 90kert kicsit sok :)


  • Friday, 11 November 2005
    igno talalt 1 jokis treyt (Comments)

    igno talalt 1 jokis treyt "jellemzo" commentet :)))


  • Tuesday, 08 November 2005
    title 29 (Comments)

    what's new in the setup in the last 4 days? see the changes here, basically we ported all the functionality till the end of partitioning. ah, and krix started to work on the (experimental) graphical one :)


  • Monday, 07 November 2005
    heh, mplayer-felhasznalokba mindig erdemes beleolvasni, (Comments)

    heh, mplayer-felhasznalokba mindig erdemes beleolvasni, most epp ezen rohogok :)


  • Friday, 04 November 2005
    title 28 (Comments)

    krix and me are now working on rewriting the setup script from scratch in c to get a much more robust (plugin based, using a messages bus, etc) installer. you can reach an initial screenshot here


  • Wednesday, 02 November 2005
    title_3 (Comments)

    grr, megint rossz villamosra szalltam. szal... mit is akartam irni? ja, tom. megkaptuk ama bizonyos kozgaz zt, amihez nemsok remenyt fuztem es nem buktam meg! :) viszont holnap meg bszbol irunk, ez elvileg a legszivatosabb targyunk. jo, mondjuk erre legalabb felkeszultem :)


  • Monday, 31 October 2005
    title 27 (Comments)

    bmh rewrote the checkpkgs script in python and added some new features. for example i wanted to know which pkgs are not available on i686 (excluding the emulation pkgs):

    $fst_root/tools/checkpkgs -b -n|grep -v "\[X\] i686"|grep -v emul-
    nice ;)


  • Saturday, 29 October 2005
    title 26 (Comments)

    got to update to kernel-2.6.14. what's new? relayfs, fuse, ipw2?00. (there is a quite readable changelog here) of course the usual pacman -Syu will do everything for you :)


  • Friday, 28 October 2005
    title 25 (Comments)

    so finally openoffice.org-2.0 hit current, but we're still before the hard work of language pack updating ;)


  • Thursday, 27 October 2005
    title_4 (Comments)

    Huh, ez durva. Az egy dolog, h minenfajta ejszakazasom ellenere apam rendszeresen meg mindig bennt van a melohelyen mikor en lefexem - reggel meg mikor elmegyek o alszik - de ez mara mar olyan rendszeres, h most ejment 3napra es csak az tunt fel, h idoben hazajott ;)


  • Wednesday, 26 October 2005
    "Amikor az ember dont arrol, (Comments)

    "Amikor az ember dont arrol, hogy kinek/mennyiert dolgozik erdemes a kovetkezoket is beleszamolni:
    -ismert ceg-e, tehat "utos"-e a referencia
    -kotetlen-e a munka, vagy percre pontosan kell erkezni
    -azt csinalja-e az ember amit szeret, tehat a hobbijaert fizetik-e, vagy fogkefevel tisztit-e WC-t:)
    -a munka soran tanul/tapasztal-e olyan dolgokat, amiket kesobb hasznalhat
    -hozzaferhet/hasznalhatja-e (van-e joga) azokhoz az altala letrehozott "ertekekhez", amik a munkaja nyoman keletkeztek.
    -milyen emberekbol all a kolletiva/fonokseg/vevok mennyi faszsagot kell elviselni munka kozben.
    -mennyi jarulekos idot vesz el a munkaba jaras (ezt nem fizetik meg, de elveszik)"

    huh, nem hulye ember ez az anr


  • Wednesday, 26 October 2005
    duh, megint 5napja nemirtam (Comments)

    duh, megint 5napja nemirtam. szal most fogunk kozgaz zht irni, kiv. vok milyen lesz. 1reszt mindenki azt mondja, h nevettseges az egesz, viszont emellett ugye kb kozom sincs a temahoz. szal nem 1ertelmu, h ebbol mi fog kisulni ;)


  • Wednesday, 26 October 2005
    title 24 (Comments)

    krix and janny are doing a great job and so the openoffice.org-2.0 package will hit -current soon. one of the main problems was that (primarily for speed and for being able not to use commercial softwares) we build ooo without java support which means currently that one can't save as .sxw or .odt (.doc works fine :P) it turned out that it's a known bug and now we have a workaround for it. after some time martink@#go-oo@freenode prepared a fix. the gentoo m8r suka just started a test build with it, if it will work, we can replace our current workaround with that proper fix


  • Sunday, 23 October 2005
    title 23 (Comments)

    finally we'are upgraded to the new udev (which have to be done since ages) and which means we have to use cdrom_id instead of cdsymlink.sh to create /dev/{cdrom,cdrw,dvd,dvdrw} and such links i hope i didn't break anything :)


  • Friday, 21 October 2005
    neha az emberek hajlamosak arra, (Comments)

    neha az emberek hajlamosak arra, hha vmi nemugy tortenik ahogy azt ok szeretnek, akkor feltetelezzek, h az nyilvan azert nem ugy tortenik, h az direkt nekik ne teccen
    egy filozofus veszett el bennem :)


  • Friday, 21 October 2005
    title 22 (Comments)

    when we build in chroot, we use fakeroot to prevent build() screw up our chroot, so that if we need to install deps, we use sudo to call pacman. also pacman notices that we're in a fakeroot env and will refuse to install pkgs even we're using sudo. so that we should work around this by temporarily unsetting the FAKEROOTKEY env var. also when we restore it, we should export it. that's what i've forgot, and that's why currently iputils and samba is broken. it took some time while i've figured out that's why they're broken :) but now pacman is fixed and only the broken pkgs should be rebuilt


  • Wednesday, 19 October 2005
    title 21 (Comments)

    here is one of boobaa's promotion pictures about his child using Frugalware :)


  • Tuesday, 18 October 2005
    ezt most kaptam: 1981 1 (Comments)

    ezt most kaptam:
    1981
    1. Károly herceg megn?sül.
    2. Liverpool BEK-gy?ztes.
    3. A pápa meghal.

    2005
    1. Károly herceg megn?sül.
    2. Liverpool BEK-gy?ztes.
    3. A pápa meghal.

    Ha Károly még egyszer megn?sül és Liverpool újra BEK gy?ztes lesz,
    talán nem ártana értesíteni a pápát...


  • Sunday, 16 October 2005
    23:03 &lt; IroNiQ&gt; -Maga is (Comments)

    23:03 < IroNiQ> -Maga is skizofren?
    23:03 < IroNiQ> -Ja
    23:03 < IroNiQ> -Jo, akkor mar 4en vagyunk...
    huh, nap vicce :)


  • Saturday, 15 October 2005
    valoszinusithetoen drewie ascii art oldala (Comments)

    valoszinusithetoen drewie ascii art oldala. igazi trollkodashoz nelkulozhetetlen


  • Saturday, 15 October 2005
    title 20 (Comments)

    mingw packages arrived! namely:

    mingw-binutils
    mingw-gcc
    mingw-runtime
    mingw-runtime-headers
    mingw-w32api
    mingw-w32api-headers
    arrived to devel-extra. a sample use of it:
    $ cat Makefile
    CC = i386-mingw32msvc-gcc -O2 -Wall -mms-bitfields -mwindows

    foo.exe: foo.c $(CC) -o $@ $gt;

    $ cat foo.c
    #include 

    int main(void) { printf("hey!\n"); return(0); }

    $ make
    i386-mingw32msvc-gcc -O2 -Wall -mms-bitfields -mwindows -o foo.exe foo.c
    $ wine foo.exe
    hey!
    :)

    update: a related article


  • Friday, 14 October 2005
    feltem, h szar lesz, de (Comments)

    feltem, h szar lesz, de nem! :) sot 3as lett, ami egyreszt azt jelenti, h nem buktam  meg, masreszt meg azt, h megcsak nemis "eppenhogy", szal ez telleg cool. egyebkent 65%, nincs is messze a 4estol, de ez annyira nemerdekel ;)


  • Friday, 14 October 2005
    title 19 (Comments)

    finally i've got enough time to implement using fakeroot when building in chroot. a simple example about why this is good for us: select a pkg and put the

    touch /etc
    command to the end of build(). in chroot, this will run without any warning, and your chroot will be messed up. with the current fakeroot method:
    touch: cannot touch `/etc/foo': Permission denied
    ==> ERROR: Build Failed.  Aborting...

    yes, that's what we wanted! :)


  • Thursday, 13 October 2005
    title_5 (Comments)

    heh, reszletek kesobb, mind1 ez fake volt. viszont utana irtunk analizis probazht, es nem buktam meg! :) ha ez a mai \'real\' is igy fog sikerulni, az boven jo


  • Thursday, 13 October 2005
    title 18 (Comments)

    3 simple commands for vnc'ing in an ssh tunnel (on the server) vncserver (i assume the server is running on :1) (on the client) sudo ssh -2 -l vmiklos -L5901:localhost:5901 server.domain.org and then vncviewer localhost:1


  • Tuesday, 11 October 2005
    title_6 (Comments)

    nah, most egesz tartalmas volt ez a szokasos \"2ora varakozas kozgazra\" project. reszletek kesobb


  • Tuesday, 11 October 2005
    title 17 (Comments)

    crazy produced the longest gcc4 error i've ever seen :)


  • Tuesday, 11 October 2005
    title_7 (Comments)

    ugh, utalom mikor elalszom. es ilyenkor ugye ofcoz nemjon a villamos, ralepnek az ember labara, etc. brr


  • Monday, 10 October 2005
    title 16 (Comments)

    just finished generating all the images for the 0.3 release if everything works fine, then those will be the final images


  • Monday, 10 October 2005
    title_8 (Comments)

    ez most eleg vicces volt, iron olyan reggel fel7 korul kuldott 1smst, amitol felebredtem, es meg volt 2esfel oram felkelni :) allitom, h maskor ilyenkor meg csipas szemmel botorkalok az utcan, most meg mitha legalabb 8orat aludtam volna (ami meg kesz idokidobas lenne)


  • Monday, 10 October 2005
    title_9 (Comments)

    tokjo, a tegnap elinditott teszt googleads hirdetes mar tobb mint $2t hozott :)


  • Saturday, 08 October 2005
    title 15 (Comments)

    ads @ wiki.fw.org. let's try out this, hopefully we can buy more hardware to the project if this thing will be successfull


  • Saturday, 08 October 2005
    title_10 (Comments)

    tegnap meg ma szunet volt, 2-2 orat matekoztam, ezen kivul 1tonna buxfix bekerult fwbe (ha minden igaz holnap elkeszul a -0.3 branch) valamint kiolvastam 2ujabb alapitvany-konyvet. huh majdnem bele is aludtam most a postolasba, uh inkabb jo8 :)


  • Friday, 07 October 2005
    title 1 (Comments)

    as ironiq mentioned above, the spannish translation has been merged :)


  • Friday, 07 October 2005
    title 2 (Comments)

    the x86_64 build server is on the way. the fixed specs currently are: ASUS A8N-E nForce4 ULTRA Socket 939 Athlon64 AMD ATHLON 64 3000 S939 OEM Venice 512Mb 533MHz DDR2 Brand Dual channel :)


  • Wednesday, 05 October 2005
    title 3 (Comments)

    no, i'm not involved in any distro war, but currently we are before arch on distrowatch :) (thx for geekitus for the info)


  • Wednesday, 05 October 2005
    na (Comments)

    na. feltoltottem a kartyamat. az a vicc, h mar hetek ota tudom, h le fog merulni, aztan megis vartlanul erintett, nincs penz. gondoltam, h kiprobalom mennyi ideig birom telefon nelkul. mer ok, hha elore tudom, pl. nyaron. akkor 2hetig kb elvok telefon nelkul (jo, bno nemszamit :) ), de igy ez mas. hat nembirtam 24oraig ;)
    szal akkor mar 0ztam a szamlalokat is:
    received calls' duration: 07:44:12
    dialled calls' duration: 02:27:00
    nyilvan akkor all calls' duration az 10:11:12
    sent messages 192
    received messages 504, mondjuk ez nemsok
    gprs az mar viccesebb:
    all sent data 3 427 016 B
    all received data 13 997 767 B
    na es akkor a duration of all sessions a durva: 1010:27:41 :)


  • Wednesday, 05 October 2005
    title 14 (Comments)

    i've wrote a short hibernation howto to the wiki


  • Tuesday, 04 October 2005
    heh, most vettem eszre, h (Comments)

    heh, most vettem eszre, h csak almomban volt megin aftam, mer az 2ora alatt tunik el csakugy ;)
    btw oblog is down volt most 2napig, remelhetoleg mostmar jolesz


  • Tuesday, 04 October 2005
    title 13 (Comments)

    ok, finally genesis.frugalware.org is back. from 13:30 cest on 1st the network connection was down (+there was a power cut) till about 11:00 cest on 3rd, and then there was yet another network problem till about 19:00 cest. grr. but now it seems that everything is fine again and we can prepare rc2 to appear on the mirrors :)


  • Friday, 30 September 2005
    elvileg van 1 ilyen plugin (Comments)

    elvileg van 1 ilyen plugin irssihez, h lehessen wapon keresztul vezerelni, de a gyakorlatban nemigazan jott ossze. viszont jol elszurtam vele 1 esetet ;)


  • Thursday, 29 September 2005
    title 12 (Comments)

    finally Frugalware installer Polish translation has been added


  • Thursday, 29 September 2005
    nah, annyira nem is volt (Comments)

    nah, annyira nem is volt faraszto, a tuzvedelmi oktatas eredmenyekeppen belottem (elvileg) wifi i epuletben is :) es gitar utan egesz jot dumaltunk


  • Thursday, 29 September 2005
    title 11 (Comments)

    ok, i'm stuck with mandriva's cvs: cvs -d anoncvs@cvs.mandriva.com:/cooker checkout SPECS just hangs, even it is described to do so. anyway, the cvsweb interface works fine


  • Wednesday, 28 September 2005
    title_11 (Comments)

    ma valszeg jo hosszu napom lesz, pedig mar most almos vok. anal gyak-anal eloadas-proggyak-mikromakro-tuzvedelem(bah)-gitar. persze ha ugy nezem, legalabb sehol se kell varni sokat, mint keddenkent 3orau mikromakrora. na eleg a kozhelyekbol, goto gyak :)


  • Tuesday, 27 September 2005
    OkCupid! Politics Test,&nbsp;ha vkinek sok (Comments)

    OkCupid! Politics Test, ha vkinek sok ideje van (vmi 40 kerdes) es nincs jobb dolga mint ilyenekkel foglalkozni :)


  • Tuesday, 27 September 2005
    title 10 (Comments)

    some pictures from thehungarian software freedom day, where i gave a presentation: 1, 2, 3, 4. thanks yuhl for the pics. all the 146 one can be browsed here


  • Tuesday, 27 September 2005
    title 9 (Comments)

    just got a mail from mozilla about one of my bugreports. it's pitiable that they still did not responded as "you were the only one who reported this bug". so the bug that is reported only by one user is no longer counts as a bug?


  • Tuesday, 27 September 2005
    title_12 (Comments)

    bah, a trivialis dolgokra is ra kell jonni 1x. ha 10pcel korabban kelek, akkor nemkell rohanni, es 5pcel orakezdes elott mar beerek :)


  • Sunday, 25 September 2005
    title_13 (Comments)

    nah, egesz jo, megvolt sfd, talalkoztam thuggal+gyuval. csoppet faradt vok, szal most ennel tobbet nevarjatok :)


  • Sunday, 25 September 2005
    title 8 (Comments)

    ok, so as the sfd is over, here is my presentation (if you speak Hungarian): sxi, pdf, html. that's it! ;)


  • Sunday, 25 September 2005
    hmm, ilyet akarnak rameroltetni, csak (Comments)

    hmm, ilyet akarnak rameroltetni, csak az a baj, h az elofizetesi dij az tobb, mint amennyit en most a "draga" dijaimmal fizetek ;)


  • Saturday, 24 September 2005
    title 7 (Comments)

    bmh finally picked up my squid pkg, added some better default config, so that it will be in -current soon. this was a pending task since months :)

    crazy contributed a tor pkg, irc'ing with that works fine


  • Saturday, 24 September 2005
    amiota visszajott oblog, nemlehetett (Comments)

    amiota visszajott oblog, nemlehetett emailben postolni, most ezis megvan
    ez meg szanalmas ;)


  • Friday, 23 September 2005
    title 6 (Comments)

    on sunday, i'll have to give a presentation about Frugalware on the hungarian software freedom day. so i've created a skeleton .sxi for all who want to create Frugalware presentations in the future. that can be reached here. comments? ;)


  • Friday, 23 September 2005
    na, elszalltak a tabjaim firefoxban (Comments)

    na, elszalltak a tabjaim firefoxban. uj eletet kezdhetek :) (utoljara ~januarban szalltak el)


  • Friday, 23 September 2005
    reggel kb (Comments)

    reggel kb. az ajtoban jutott eszembe, h lesz pingpong. kell hozza tornanadrag, -cipo, -ing 1 uto. ezt leszamitva nemnagyon nyultam hozza ezekhez ~masfel eve. na mind1, vegul meglett minden, csak kestem 20pet prog. alapjairol (hu desok mindenrol maradtam le :p)

    update: grr, mafc asztalain csak a mafcnal vasarolt utokkel lehet jaccani. wtf?


  • Friday, 23 September 2005
    title 4 (Comments)

    register qualifier really not yet obsolete?

    i'm against using register manually, and so i was surprised when my teacher recommended us to use it.

    a related thread here .


  • Friday, 23 September 2005
    title 5 (Comments)

    ok, let's write here something usefull. imho you know the problem with sudo + */sbin: $ sudo modprobe sudo: modprobe: command not found the workaround is trivial: alias sudo="PATH=$PATH:/sbin:/usr/sbin sudo" :)


  • Friday, 23 September 2005
    no, ugynezki az fw-vel kapcsolatos (Comments)

    no, ugynezki az fw-vel kapcsolatos dolgok hamarosan elkoltoznek innen ide. tehat talan akkor majd itt tobbet lehet olvasni a !kocka VMiklosrol ;)


  • Wednesday, 21 September 2005
    nah, blogmotorba belekerult 1 ujabb (Comments)

    nah, blogmotorba belekerult 1 ujabb bugfix :)
    btw vegre kikerult firefix-1.0.7 src - mar 1napja kinnvan a binaris, de az src csak most kerult ki


  • Wednesday, 21 September 2005
    jaa, majdnem el is felejtettem, (Comments)

    jaa, majdnem el is felejtettem, a legfontosabb: ez, vagyis matol van pppoe support fw netinstallban :)


  • Wednesday, 21 September 2005
    ugy nez ki most vegre (Comments)

    ugy nez ki most vegre nem szall el ooo-build. csupan gcc,binutils meg libxsltbol kellett neki regebbi. grr. bar igy, h a kis sajat chrootjaban buildelodik, egesz kellemes :)


  • Tuesday, 20 September 2005
    hm, xorg develek vmit elszurtak (Comments)

    hm, xorg develek vmit elszurtak. kiadtak 1 secfix patchet 6.8.2hoz, de ofcoz nem megy fel


  • Tuesday, 20 September 2005
    nah, vegre muxik bmen a (Comments)

    nah, vegre muxik bmen a wifi


  • Monday, 19 September 2005
    heh, mutt atallt gitre (Comments)

    heh, mutt atallt gitre. erdekes meg megnezni, h milyen projectek gitjei vannak hostolva a serveren: faumachine (ugy emlekeztem, h ez mar dead project), blastware


  • Monday, 19 September 2005
    vegre megkaptuk a zh utemtervunket (Comments)

    vegre megkaptuk a zh utemtervunket


  • Monday, 19 September 2005
    bmh csinalt ilyen gnomeositott/kdesitett menuket (Comments)

    bmh csinalt ilyen gnomeositott/kdesitett menuket flux/blackboxhoz, ill. icewmhez. vicces :)


  • Monday, 19 September 2005
    elkezdtem csinalni ide jobboldalra egy (Comments)

    elkezdtem csinalni ide jobboldalra egy ilyen rulz boxot, de aztan jobbnak lattam inkabb csoportositani oket, uh kulon oldalra kerultek. lassuk
    alapvetoen ezeket hasznalom nap mint nap a notebookomon:

    Frugalware Linux

    KDE

    Firefox

    Konsole

    VIM

    mutt(ng), irssi
    nehany netes "hely":

    Hacker

    OpenBlog.hu

    Freenode

    aztan persze vannak meg ritkabban hasznalt cuccok:
    mplayer,

    OpenOffice.org


    serveroldalon:
    pureftpd, openssh, postfix, bind,

    MySQL

    courier-imapd,

    Apache

    ezeket regebben hasznaltam, van amire mamar ra se tudok nezni:

    XChat

    Thunderbird


    linkek: itt van 1 halom kdes gomb, ezzel lehet csinalni ilyen hasonlo gombokat. ez is ilyen de ez szarabb


  • Sunday, 18 September 2005
    nah, ma kellett ilyen 2sec (Comments)

    nah, ma kellett ilyen 2sec alatt gyorsan megosztani:
    iptables -A FORWARD -i eth0 -o ppp0 -j ACCEPT
    iptables -t nat -A POSTROUTING -j MASQUERADE
    celnak megfelel


  • Sunday, 18 September 2005
    nah, ujra megy oblog, (Comments)

    nah, ujra megy oblog, 1 rovid hirt is kitettem.


  • Monday, 29 August 2005
    title_14 (Comments)

    nah, haladas. steam muxik, grub+xfsnel meg ugytunik, h udev lesz a ludas. btw osok voltak etterembe, hoztak vmi kokuszos sajtot, egesz jo stuff


  • Sunday, 28 August 2005
    title_15 (Comments)

    hm, ez nem az en napom. a bkingben is vmi gaz van a nettel, ill amig meg nemvolt, addig se lehetett a steamet elerni. ami azert jo, mert meg az adatparkban nem vok ismeros: ez most halozati hiba v a geppel van gaz?


  • Sunday, 28 August 2005
    title_16 (Comments)

    duh, na az ilyet utalom. mikor meg nemvok almos, de persze mar bno alszik, net meg nincs, h elszoszmotoljek vmi debuggolassal, amibe aztan belealszom, jol. arghie


  • Sunday, 28 August 2005
    title_17 (Comments)

    nah, kivegeztem az \"alapitvany elott\"et is. krixszel meg 3 pacman option parsing bugot fixeltunk. ooo es muxik a custom mirror valasztas+hddrol telepites is a setupban. xfs support is folyamatban. szal egesz tartalmas volt a mai nap:)


  • Saturday, 27 August 2005
    title_18 (Comments)

    belepek a lakasba ezelott ~10pcel. apam reggelizik. az egesz lakasban (a szobamat leszamiva) iszonyatos kamillabuz terjeng. a radio bekapcsolva (h ne legyen csend) de teljesen lehalkitva (mert a *** radioban (mast nem lehet hallgatni) umalmas a musor). erdemes volt hazajonni


  • Saturday, 27 August 2005
    nah, asszem kijelenthetjuk, h vmiklos' (Comments)

    nah, asszem kijelenthetjuk, h vmiklos' blog is sponsored by bk. na itt nem lenne hotspot imho feleennyit blogolnek ;)


  • Saturday, 27 August 2005
    title_19 (Comments)

    melohelyen 1ik kollegam kiosztott ilyen dosos oldstuffokat, uh kenytelen voltam beloni dosemut es prehistorycozni meg bumpyzni 1et :)


  • Friday, 26 August 2005
    tokjo, ma meglatogatott minket proc85 (Comments)

    tokjo, ma meglatogatott minket proc85. szegeny ;)


  • Thursday, 25 August 2005
    title_20 (Comments)

    huh, downnal q regen beszeltunk. mondjuk attol, h vettem 1 notit, 1bol kikialtott laptopszakertonek es a beszelgetes nagyreszu abbol allt, h o kerdezett, en meg valaszoltam. de vegulis ez is tobb mint a semmi


  • Thursday, 25 August 2005
    ujabb rootzilla debhun (Comments)

    ujabb rootzilla debhun


  • Thursday, 25 August 2005
    ez az xwinlogon egesz jo (Comments)

    ez az xwinlogon egesz jo cucc, mar akinek van ilyenre szuksege


  • Wednesday, 24 August 2005
    title_21 (Comments)

    Utalom ha ott van aftam, ahol kivul pattanasom
    btw hazaert z0d. joinolasa utan kb. felperccel mar pastolt 1linket. erdekes, ignonal is u.ez volt. megkene nezni, lehet enis ezt csinaltam :)


  • Wednesday, 24 August 2005
    netbsdeknek sincs jobb dolguk mint (Comments)

    netbsdeknek sincs jobb dolguk mint kozmetikazni. tom, mar 3eves ;)


  • Saturday, 20 August 2005
    keztem elvezni ezt a chrootos (Comments)

    keztem elvezni ezt a chrootos buildelest
    - kiderulnek az idaig ismeretlen build-depek
    - van mondjuk foo foo-plugins. a sorban forgattam idaig oket es nem tettem fel foo-t akkor ugye elszallt foo-plugins mer azonos verzio kell neki. most viszont ha chrootban csinalom alapbol foo legujabb verziojat huzza fel es nincs ilyenekkel gaz. fain  :)


  • Friday, 19 August 2005
    szegeny rex (Comments)

    szegeny rex


  • Friday, 19 August 2005
    krix szamolni tanul: 15:56 &lt; (Comments)

    krix szamolni tanul:
    15:56 < krix> 6517
    15:56 < krix> ez a szorzat eredmenye
    15:56 < krix> mennyivel kell leosztani hogy orakban kapjam meg ?
    15:56 < boobaa> 3600?
    15:57 < krix> az egy kicsit keves lenne :)
    15:57 < krix> 1 ora 81 perc :)


  • Friday, 19 August 2005
    mehehe, ugy nez ki mara (Comments)

    mehehe, ugy nez ki mara mar kituntetes, ha vki contributol a Fwbe :)


  • Monday, 15 August 2005
    nah, vegre publikus Balazs (Comments)

    nah, vegre publikus Balazs out of kontrollja (amit az @®©ra csinalt) (sajna a link azota broken, alternate location itt)


  • Saturday, 13 August 2005
    sikerult vegre reprodukalni 1 (Comments)

    sikerult vegre reprodukalni 1 darcs bugot
    sikurult vegre pontot tenni a pacman vs hardlinkek tema vegere is


  • Friday, 12 August 2005
    huh, ma kaptam 1 lol (Comments)

    huh, ma kaptam 1 lol levelet:
    > Szerintem neked van gyereked és elvált ember vagy.
    > Az a kép a frugalware-n szerintem nem te vagy, de már sokszor
    > csalódtam emberismeretemben, de az sem baj , ha te vagy. Csak az a
    > fiú 20év körüli, te pedig több lehetsz.

    3bol 0 ;)


  • Thursday, 11 August 2005
    nah, kenytelen lettem megismerkedni a (Comments)

    nah, kenytelen lettem megismerkedni a peardbvel. azer kell ez, mer u.annak az engine-nek kell mennie mysqllel meg pgsqllel is es nincs kedvem 1 sajat transparent layert irni emiatt. szal idaig igy nezett ki 1 1soros lekerdezes:
    $query = "foo";
    $result = mysql_query($query) or die('Hiba a lekérdezésben: ' . mysql_error());
    $bar = mysql_fetch_array($result, MYSQL_ASSOC);
    mysql_free_result($result);

    mostmeg:
    $query="foo";
    $result = $db->query($query);
    if (DB::isError($result)) die ($result->getMessage());
    $result->fetchInto($bar);


  • Tuesday, 09 August 2005
    tegnap orakig kerestem vkit aki (Comments)

    tegnap orakig kerestem vkit aki 1 nagyobb perl progibol kiszed nekem 1 fv-t amire szuksegem volt. aztan jelentkezo hijan megneztem mit csinal a fv es ujrairtam bashben :)

    szal annyi az egesz, h megadsz neki mondjuk 3 parametert: foo bar baz. mind3 telepitett csomag. es ha foo depenbel bar-ra akkor bar-t nem irja ki. tehat pacman -S eretedi_paramterek meg pacman -S kiirt_parametereknek u.az lesz az eredmenye, de igy joval atlathatobb az egesz

    #!/bin/bash

    for i in $*
    do
            depends="$depends pacman -Qi $i|grep Depends|sed 's/.* : \(.*\)/\1/'"
    done
    for i in $*
    do
            if echo $depends|grep -q " $i "; then
                    echo $i
            fi
    done


  • Monday, 08 August 2005
    al3xszel kapcsolatos multkori postommal kapcsolatban: (Comments)

    al3xszel kapcsolatos multkori postommal kapcsolatban:
    16:18 < al3x> vmiklos: olvastam azt a blog entrydet, miszerint mar a -dev-eng-re se vagyok feliratkozva. teccet volna elolvasni a teljes levelet :)
    16:19 < al3x> vmiklos: az egy patch volt libdvdreadhez es dev-engre cczni akartam de elfejtettem, ezert kuldtem el ugy :)
    szal csak felreertes volt, de azer jol nezett ki ;)


  • Sunday, 07 August 2005
    hmm, gzip stable nem tamogatna (Comments)

    hmm, gzip stable nem tamogatna a >2g file-okat? thread itt


  • Saturday, 06 August 2005
    [hotspotdb]burger king (arany j u)1051 (Comments)

    [hotspotdb]
    burger king (arany j u)
    1051 bp, arany j u 34
    nyitva h-sz 8-este10ig, v 10tol este 10ig
    lenyeg, h reggel 8tol nyitva. btw szokasos vacak kaja, inter.netes hotspot (muxik megbizhatoan)
    honlap: wml


  • Thursday, 04 August 2005
    [hotspotdb] anna kavehaz 1052 bp, (Comments)

    [hotspotdb]
    anna kavehaz
    1052 bp, vaci u 5
    ingyer van, muxik jol, picit dragak a cuccok, es eleg elegans (engem picit zavart. de azer kibirhato :))
    honlap: wml


  • Thursday, 04 August 2005
    hmm, h el ne felejtsem (Comments)

    hmm, h el ne felejtsem. a sok semmittevesben hetfon krixszel loptuk a napot, kedden ironnal, aztan szerdan itt, most bennvok melohelyen, holnap meg xbiteknel


  • Thursday, 04 August 2005
    nah, a hup is elindult (Comments)

    nah, a hup is elindult a lejton:
    title: Interjú az OpenCVS egyik fejleszt?jével
    cikk vege: " Az elég semmitmondó interjú itt. "


  • Thursday, 04 August 2005
    [hotspotdb] aloe kavezo 1066 (Comments)

    [hotspotdb]
    aloe kavezo
    1066 bp, zichy jeno u 37
    ingyer van, muxik jol
    honlap: wml


  • Monday, 01 August 2005
    nekiestem megint ooot buildelni, de (Comments)

    nekiestem megint ooot buildelni, de mar az elejen elakadtam :/


  • Sunday, 31 July 2005
    mesebe illo bandahaboruk a wikipedian (Comments)

    mesebe illo bandahaboruk a wikipedian


  • Sunday, 31 July 2005
    huh, ez durva (Comments)

    huh, ez durva. elvileg al3x az MPlayer project vezetoje. mindenki tudja, h csak elvileg, de azert megis az. ehhez kepest:

    From: Alex Beregszaszi <alex@fsn.hu>
    To: mplayer-dev-eng@mplayerhq.hu
    ...
    I'm not subscribed, so please CC.

    wtf? a -dev-engre sincs mar feliratkova? ;)


  • Saturday, 30 July 2005
    nah, beuzemeltem cvs2darcsot, 1 pelda (Comments)

    nah, beuzemeltem cvs2darcsot, 1 pelda a hasznalatara:
    cvs2darcs -d:pserver:anonymous@cvs.arch-i18n.berlios.de:/cvsroot/arch-i18n pacman-i18n
    es itt az eredmenye :)


  • Saturday, 30 July 2005
    fwben csinaltunk ilyen submount-&gt;udev migralast (Comments)

    fwben csinaltunk ilyen submount->udev migralast /deves cd/dvd symlinkek ugyeben
    udevtest /sys/block/hdc ide
    ^^ ezzel a paranccsal lehet jol debuggolni. mig en erre rajottem :)


  • Saturday, 30 July 2005
    elozo nehany oraban azzal szorakoztam, (Comments)

    elozo nehany oraban azzal szorakoztam, h pop3 mboxos levelebol csinaltam imap maildires leveket. ja, es a szortirozast attettem procmailre :)
    levlistaknal ezek kellettek (serverenkent):
    atiratkoz
    foldert letrehoz
    procmail
    leveleket atmozgat
    rule torol
    regi folder torol
    bleh

    update, darcsban is lecsereltem a cimeket:
    for i in grep -R foo@ *|cut -d : -f 1|sort -u; do dr replace --token-chars '[a-z0-9_@\.]' foo@ bar@ $i; done


  • Thursday, 28 July 2005
    adott renceren minden user (Comments)

    adott renceren minden user mboxat maildirbe konveralo "script":
    cd /var/mail && for i in *; do echo $i; su - $i -c "/home/vmiklos/bin/mb2md -m"; rm -v $i; done
    ez kell neki


  • Wednesday, 27 July 2005
    ez a require-users-log-in-to-edit mediawikis tema (Comments)

    ez a require-users-log-in-to-edit mediawikis tema mar elokerult, de nemtom hovalett a blogbol a link, szal ittvan ujra

    egyebkent felvettek


  • Tuesday, 26 July 2005
    ez ilyen m68k emulator, elvileg (Comments)

    ez ilyen m68k emulator, elvileg a 7.xes osx fel is megy ra

    ez meg 1 kellemes howto, h hogyan forgassunk from scratch gcc-gnatot


  • Tuesday, 26 July 2005
    belottem 1 masik webes feluletet (Comments)

    belottem 1 masik webes feluletet darcshoz, mert az idaigi nem izgazan teccett. ez most jonak tunik


  • Sunday, 24 July 2005
    azzal cukkolnak mar vagy 1 (Comments)

    azzal cukkolnak mar vagy 1 napja, h csinaljak ilyen grafikont, h hogy bootol a rencerem. na, raszantam magam 1 rebootra, eredmeny itt


  • Saturday, 23 July 2005
    ujabban minden nap meglatokat minket (Comments)

    ujabban minden nap meglatokat minket 1 lama:
    23:26 -!- bordgab [~chatzilla@fibhost-43-45.fibernet.bacs-net.hu] has joined #debian.hu
    23:27 < bordgab> hali
    23:27 < bordgab> winfos xp melle szeretnek debiant feltenni
    23:27 < bordgab> tudna valaki segiteni ebben?
    23:27 < veszig> winfos?
    23:27 < veszig> windows a neve
    23:27 < bordgab> m$
    23:27 < veszig> m$
    23:28 < bordgab> bocs
    23:28 < veszig> ne tetezd!
    23:28 < bordgab> ?$
    23:28 < vmiklos> a tm lemaradt
    23:28 < bordgab> :)
    23:28 < bordgab> szoval
    23:28 < vmiklos> 'goo
    23:29 < bordgab> van egy mukodo xp, winyon van eleg particio
    23:29 < bordgab> es az egyikre szeretnek tenni debiant :)
    23:30 < bordgab> viszont ugy tudom hogy xp-nek is van sajat boot loadere mbr-ben
    23:31 < drewie> itt nem okoskodsz bazmeg!
    23:31 < bordgab> kerdes mi tortienik ha a linux ezt felulirja
    23:31 < bordgab> mivan?
    23:32 < bordgab> b* te!
    23:32 < drewie> lol ezen eddig gondolkodtal?
    23:32 < bordgab> ja :D
    23:37 < bordgab> asszem ezt a kerdest hagyom mara...
    23:38 < bordgab> joejt
    23:38 -!- bordgab [~chatzilla@fibhost-43-45.fibernet.bacs-net.hu] has left #debian.hu []

    es hasonlok ;)


  • Thursday, 21 July 2005
    regi tervem majd 1x attermni (Comments)

    regi tervem majd 1x attermni procmail/mutt/bogofilterre. csak ido kerdese. itt 1 procmailrc, amibol sokat lehet tanulni


  • Thursday, 21 July 2005
    kezdek kicsit felepulni (Comments)

    kezdek kicsit felepulni. nathassag tovabbra is megvan, de legalabb nem vok berekedve es a labam is egesz jol van, egesz normalisan tudok jarni
    most egesz kellemes volt a reggel, nincs az a fulleszto meleg. ilyen kene mindennap :)


  • Wednesday, 20 July 2005
    nah (Comments)

    nah. megcsinaltam, hha makepkg -r es -S 1utt van hasznalva (sudoval telepitse a hianyzo fuggosegeket es build utan tavolitsa el) akkor eltavolitashoz is hasznaljon sudot


  • Wednesday, 20 July 2005
    1 ilyen webes my2pgsql script (Comments)

    1 ilyen webes my2pgsql script itt


  • Wednesday, 20 July 2005
    00:33 -!- zleho [~zleho@103.166-182-adsl-pool.axelero.hu] has (Comments)

    00:33 -!- zleho [~zleho@103.166-182-adsl-pool.axelero.hu] has quit [Remote
              closed the connection]
    00:35 -!- do [~do@bignet.hu] has left #debian.hu []
    00:40 -!- a0kozatt [~a0kozatt@sagv5.gyakg.u-szeged.hu] has joined #debian.hu
    00:40 -!- a0kozatt [~a0kozatt@sagv5.gyakg.u-szeged.hu] has quit [Remote closed
              the connection]
    00:42 -!- Elbandi [~ea333@catv-5063556b.catv.broadband.hu] has quit ["Leaving"]
    00:50 -!- CyW [~CyW@mail.pusztavam.hu] has quit ["bye"]
    01:46 -!- Ar0n [~aron@127.167-182-adsl-pool.axelero.hu] has left #debian.hu []
    02:08 -!- mounteen [~mounteen@3e44af39.adsl.enternet.hu] has quit [Remote
              closed the connection]
    03:33 -!- krix [~krics@fibhost-29-98.fibernet.bacs-net.hu] has quit ["Leaving"]
    07:44 -!- York [~york@york.georgikon.hu] has joined #debian.hu
    07:46 -!- weinholt [weinholt@weinholt.developer.debian] has quit [Remote closed
              the connection]
    07:46 -!- weinholt [weinholt@weinholt.developer.debian] has joined #debian.hu
    08:01 -!- core [~core@154.20-182-adsl-pool.axelero.hu] has joined #debian.hu
    ez az ejszaka is mozgalmas volt ;)


  • Tuesday, 19 July 2005
    nagyjabol befejeztem a raid1 supportot (Comments)

    nagyjabol befejeztem a raid1 supportot a setupban. nehany screenshot itt


  • Tuesday, 19 July 2005
    huh, ezt most nemtom, h (Comments)

    huh, ezt most nemtom, h volt-e, szal ez 1 kis extension, h ami uj lapon nyilna meg az ne ott nyiljon meg. kb ennyi. mert ugye enelkul csak olyat lehet, h uj tabban nyiljon meg uj ablak helyett. na itt van


  • Tuesday, 19 July 2005
    tegnap nagyjabol elkeszult a raidconfig, (Comments)

    tegnap nagyjabol elkeszult a raidconfig, majd csinalok szkrinsotot, etc

    veszig legujabb paste-ja itt

    package-eltem a xen-t bar /pill meg nincs benne twisted support, ami jolenne. ofcoz uj binutilssal nem fordult, megint kaparhattam elo az asm-tudasomat ;)


  • Monday, 18 July 2005
    hazaertem :) nekieresztettem a renceremnek (Comments)

    hazaertem :)
    nekieresztettem a renceremnek a localepurget, felszabaditott 240136kt. ez igy egesz kellemes


  • Wednesday, 06 July 2005
    beneztem a bashhura ;) (Comments)

    beneztem a bashhura ;)


  • Wednesday, 06 July 2005
    $ uptime &nbsp;09:47:41 up 48 (Comments)

    $ uptime
     09:47:41 up 48 days, 15:55,  6 users,  load average: 329.44, 335.82, 337.06

    huh, ez igy reggelre elegge hidegzuhany volt ;) halistennek reboot nelkul megusztuk


  • Wednesday, 06 July 2005
    btw fw setupban nagyjabol elkeszultem (Comments)

    btw fw setupban nagyjabol elkeszultem raid1 implementacioval, szal ha kezzel mdadmmal letrehozod, grub mar felmegy ra szepen, meg az egesz rencer lekezeli, jol
    itt van nehany demo screenshot rola

    22:22 < vmiklos> rmmod && modprobe
    22:24 < Nadfoka> hmm. // rmmod && modprobe
    22:24 < Nadfoka> no module names given
    22:25 < vmiklos> Nadfoka: rmmod foo && modprobe foo
    22:25 < vmiklos> slin: kozbe felert raid1-supportos setup initrd
    22:25 < slin> foo: no module found :)
    22:25 < vmiklos> slin: lamerkojal anyukaddal ;)


  • Wednesday, 06 July 2005
    drewie reklamalt, h regen nincs (Comments)

    drewie reklamalt, h regen nincs post, uh itt tole 1 quote:
    22:42 < drewie> nofene
    22:42 < drewie> ratenyereltem a bill-re es emacsben bejott vmi inferior python prompt amit meg soha nem lattam
    ^^ tipikus emacs


  • Friday, 01 July 2005
    16:47 &lt; Hunger-&gt; "az egyik (Comments)

    16:47 < Hunger-> "az egyik egy heurisztika, amelyik osztályozza a processzeket
                     aszerint, emellett megemelte az ütemezési frekvenciát "
    16:47 < Hunger-> trey megint alkot :)
    16:48 < Hunger-> "Teszt eredmények postázása a listára több mint kívánatos"
    16:48 < Hunger-> tuti be van nyomva ;D
    16:49 < vmiklos> raizgult? :)
    16:50 < Hunger-> de ez a mondat nem is ertelmes igy
    16:50 < Hunger-> a teszt eredmenyek lehet, hogy kivanatosak, de nem a teszt
                     eredmenyek postazasa :DD
    16:50 < vmiklos> dede
    16:51 < vmiklos> :p
    16:51 < Hunger-> "oh dilon, te olyan szekszi vagy, amikor teszt eredmenyeket
                     postazol"


  • Friday, 01 July 2005
    14:15 &lt; krix&gt; meg (Comments)

    14:15 < krix> meg egy csomo helyen
    14:16 < krix> 404 jon.
    14:16 < krix> basszameg.
    14:17 < krix> najo
    14:17 < krix> ez en igy most
    14:17 < krix> hagyom
    14:17 < krix> :)


  • Thursday, 30 June 2005
    Experience is what causes a (Comments)

    Experience is what causes a person to make new mistakes instead of old ones.


  • Thursday, 30 June 2005
    13:10 -!- skodde [~skodde@adsl-ull-242-136.47-151.net24.it] (Comments)

    13:10 -!- skodde [~skodde@adsl-ull-242-136.47-151.net24.it] has joined #debian.h
    u
    13:10 < ignotus> skodde: WHY???????????????
    13:10 < ignotus> whie
    13:10 < ignotus> lol
    13:11 < drewie> skodde: TALK TO ME !!!!!41111111
    13:11 < ignotus> ARE U SPIE????/
    13:11 < skodde> ehm?
    13:11  * skodde looks confused
    13:11 < drewie> lol @ skodde
    13:11 < ignotus> SPIEEEEESPIEEEEESPIEEEEESPIEEEEESPIEEEEEyyySPIEEEEESPIEEEEESPIEEEE ESPIEEEEESPIEEEEESPIEEEEEyySPIEEEEESPIEEEEEySPIEEEEESPIEEEEESPIEE EEEyyyySPIEEEEESPIEEEEESPIEEEEESPIEEEEESPIEEEEEyyy
    13:11 < ignotus> skodde: LILO SENTED YOU?
    13:11 < skodde> no, sorry everyone, i'm just searching for someone from budapest, is anybody here?
    13:11 < drewie> no we are not here
    13:12 < skodde> drewie: i see.. ;)
    13:12 < drewie> state your business.
    13:13 < vmiklos> drewie: qemu-devel
    13:14 < drewie> mondjuk 512MiB rammal gondolom 2 evig is eltart amig bebootol
    13:14 < vmiklos> en x86_64et emulaltam vele 256mb rammal es egesz jolett
    13:14 < drewie> skodde: do not msg
    13:16 -!- hunmaat [~maat@186.153-182-adsl-pool.axelero.hu] has joined #debian.hu
    13:16 -!- hunmaat [~maat@186.153-182-adsl-pool.axelero.hu] has left #debian.hu []
    13:17 -!- ignotus [~lukas@catv-5062f7dc.catv.broadband.hu] has quit []
    13:18 < skodde> drewie: i know the rules of this sort of irc channels, sorry if i did, but i thought you was talking to me
    13:18 < skodde> s/was/were/
    13:20 < vmiklos> lol igno menekul


  • Tuesday, 28 June 2005
    14:35 &lt; drewie&gt; veszig: vlc (Comments)

    14:35 < drewie> veszig: vlc feliratot nem tud?
    14:35 < drewie> vagy csak a gui nem tud?
    14:36 < veszig> tud az is
    14:36 < drewie> hol?
    14:36 -!- veszig [~veszig@veszig.developer.gentoo] has quit ["brb"]


  • Tuesday, 28 June 2005
    for i in aspell*; do (Comments)

    for i in aspell*; do tar xOzf $i .FILELIST|grep -q 0.60 || echo $i|sed 's/\(.*\)-[^-]*-[^-]*-[^-]*.fpm/\1/'; done
    amit ez kiadott, az a holnapi todolistam... :)


  • Sunday, 26 June 2005
    ez ilyen gples sikersztori (Comments)

    ez ilyen gples sikersztori


  • Sunday, 26 June 2005
    volt 1 typo a (Comments)

    volt 1 typo a dbus fbuildben, kb. egesz d.e. azzal szivtunk :) mostmar legalabb nem vagja agyon a kde-t, de meg warningol:
    8998: arguments to dbus_error_is_set() were incorrect, assertion "error != NULL"
     failed in file dbus-errors.c line 289.
    This is normally a bug in some application using the D-BUS library.
    kded: Failed to watch HAL properties!
    ezt majd asszem kicsit kesobb fogjunk megoldani :)

    mas: gcc-3.4.4gyel kapcsolatos buggal kapcsolatban adta 1 nixor nevu figura ezt a linket


  • Sunday, 26 June 2005
    ha vkit erdekel, kulonbozo nyelvek (Comments)

    ha vkit erdekel, kulonbozo nyelvek 2betus azonositoi a 639es iso szabvanyban talahatoak meg. pl itt


  • Sunday, 26 June 2005
    huh, regen irtam (Comments)

    huh, regen irtam

    legyen ez eleg mara:


  • Friday, 24 June 2005
    #fwn 1ik figura ajanlotta, hha (Comments)

    #fwn 1ik figura ajanlotta, hha nincs meg azsiai mirrorunk, akkor irjunk ezeknek. majd meglatjuk, jelenleg nem jon be az oldal ;)


  • Thursday, 23 June 2005
    krix nekiesett ooo-a64nek (Comments)

    krix nekiesett ooo-a64nek. aranylag az elejen build error -> #openoffice.org. ott 1 michael_ nevu archoz iranyiztottak, aki meg #novell-ooon 1 kendy nevu figurahoz. kiv. vok mi sul ki ebbol :)


  • Wednesday, 22 June 2005
    a munkaido arra valo, hogy (Comments)

    a munkaido arra valo, hogy penzt keressunk vmi olyannal, amit alapvetoen azert szivesen csinalunk. ha szabadidodben olyat kene csinalni amihez nincs kedvunk, akkor azt miert nem massal (annak munkaidejeben) vegeztetjuk el? igy elvileg munkaidon kivul nem kene dolgozni, munkaidoben meg azzal foglalkoznank, amit szivesen csinalunk

    nah, kerek 1 pesszimistat, h dontse meg az elmeletet :p

    #1 nemsikerult megdontesi kiserlet: "hogyha van valami amit nem szeretsz csinalni, miert ne csinalnad penzert? Erre valo a munka, a tobbbi ido mind arra valo hogy arra szand amit szeretsz csinalni" (eszti--)


  • Wednesday, 22 June 2005
    20:24 &lt; Khiraly|&gt; azt (Comments)

    20:24 < Khiraly|> azt hol lehetne megnezni, hogy melyik program ir a legtobbet a vinyora?
    20:24 < vmiklos> bt
    20:24 < Khiraly|> mert 40% iowaitem van, es nemtom kideriteni, hogy melyik program
    20:24 < vmiklos> :)
    20:24 < veszig> vmiklos: :D

    masik:
    20:35 < drewie> lemegyek veszek somloit gesztenyepuret
    20:35 < drewie> mert megerdemlem
    20:36 < trey> bazeg ma 3 kiflit ettem
    20:36 < trey> legalabb ne jelentened be
    20:36 < drewie> majd elmondom milyen volt


  • Tuesday, 21 June 2005
    16:36 &lt; drewie&gt; megyek (Comments)

    16:36 < drewie> megyek le alsogatyaban viszem a pizzasdobozokat a kukaba
    16:36 < drewie> szamban cigi
    16:36 < drewie> erre jon az uj szomszed
    16:36 < drewie> biztos jo benyomast tettem ra
    16:36 < drewie> 2 hete nem borotvalkoztam

    ez meg 1 regebbi:

    15:59 < Khiraly> nem ertem, mindenki az OS-ekre veri. Az X-et kene fejleszteni.
                     Ott latnek szivesen 6-8 ele X forkot ...;)
    15:59 < Khiraly> ele -> fele
    16:00 < vmiklos> 'lee
    16:00 -Mojojojo:#debian.hu- csinald meg plz es mailben johet thx (vmiklos)


  • Monday, 20 June 2005
    nah, hatha vkit erdekel, (Comments)

    nah, hatha vkit erdekel, osszeutottem egy ilyen hello world kernelmodult
    megtalalhato itt


  • Saturday, 18 June 2005
    12:42 &lt; drewie&gt; -db new (Comments)

    12:42 < drewie> -db new fooooo echo wtf foo
    12:43 < drewie> paploo: echo wtf foooo
    12:43 <@paploo> wtf foooo
    12:43 <@Mojojojo> paploo, fooooo => echo wtf foo (c:0d|m:0d)
    12:43 <@paploo> Mojojojo: Error: "fooooo" is not a valid command.
    a botok haboruja ;]


  • Thursday, 16 June 2005
    splashdemo - 1 kis script, (Comments)

    splashdemo - 1 kis script, ami emulalja a rendszerinditaskor lathato progressbar novekedeset:

    #!/bin/sh

    themedir=/etc/bootsplash/themes/current/config

    /sbin/splash -s -u 0 $themedir/bootsplash-/sbin/fbresolution.cfg
    for i in seq 9 10 99
    do
            sleep 1
            echo "show $65534 / 100 * $i" >/proc/splash
    done


  • Thursday, 16 June 2005
    21:13 &lt; vmiklos&gt; boobaa: vimdiff (Comments)

    21:13 < vmiklos> boobaa: vimdiff
    21:14 < vmiklos> 'lif vimdiff
    21:14 < boobaa> hmmm. merre lakik?
    21:14 < vmiklos> /usr/bin/vimdiff is owned by vim 6.3-2
    21:14 < vmiklos> de ezzel sokramesz a debeddel :)
    21:15 < vmiklos> gondolom
    21:15 < boobaa> jovanna
    21:15 < boobaa> megleltem
    21:15 < boobaa> csak amilyen faradt vagyok, csomagot kerestem belole
    21:16 < vmiklos> nemszedtek kulon csomagba?
    21:16 < boobaa> nem
    21:17 < vmiklos> gondolom van libvimdiff, libvimdiff-ui, libvimdiff-doc, libvimdiff-devel, libvimdiff-devel-doc
    21:17 < vmiklos> es akkor jon maga a vimdiff
    21:17 < vmiklos> :)


  • Thursday, 16 June 2005
    15:16 &lt; vmiklos&gt; laci: (asszem (Comments)

    15:16 < vmiklos> laci: (asszem korabban mondtam, h tbird langpackokban sajna
                     nincs benne az angol neve a nyelvnek) es-AR az tudod mi? ha
                     meg az angol nevet se tudjuk, nemvok biztos benne, h fontos
                     becsomagolni... :)
    15:30 < laci> csinálhatnánk szögedies langpackokat ennyi er?vel :))
    15:30 < vmiklos> :)))
    15:30 < laci> mögnyitás, möntés másként ...


  • Thursday, 16 June 2005
    a hupon 08:47kor megjelent cikk (Comments)

    a hupon 08:47kor megjelent cikk 14:51re elert a /.ra
    vicces :)


  • Wednesday, 15 June 2005
    tokjo, az utobbi idoben naponta (Comments)

    tokjo, az utobbi idoben naponta kapok 1 mailt Vishal Nagotatol, h mer szerepel a neve a blogomba (1 quote-ban szerepelt)
    ennek (nem szamitott) kovetkezmenyekent most az egesz debhu a blogomon csamcsog. hat igyjartunk :)


  • Monday, 13 June 2005
    ez egy jo pelda arra, (Comments)

    ez egy jo pelda arra, h hogy kene elvileg kineznie egy disztro altal keszitett patch headerjenek


  • Saturday, 11 June 2005
    [OT] naci beszolasok nyilvanos forumokon (Comments)

    [OT] naci beszolasok nyilvanos forumokon (Was: Re: jo wireless kartya FreeBSD ala)
    a thread itt kezdodik
    picit hosszu, de erdemes vegigolvasni :-D


  • Thursday, 09 June 2005
    Subject: [Fwd: Az "u" betut (Comments)

    Subject: [Fwd: Az "u" betut tervezo szerintem maga sem gondolta komolyan!]
    Date: Thu, 09 Jun 2005 14:41:38 0200


  • Wednesday, 08 June 2005
    (huh, ma sok pot lesz (Comments)

    (huh, ma sok pot lesz :) )
    1 default installos fw-kde screenshot itt


  • Wednesday, 08 June 2005
    meditor disztrot csinal, loka :D (Comments)

    meditor disztrot csinal, loka :D bovebben itt (lap alja)


  • Wednesday, 08 June 2005
    ket kisebb review a frugalware-rol (Comments)

    ket kisebb review a frugalware-rol itt es itt


  • Wednesday, 08 June 2005
    16:45 &lt; krix&gt; mmx tinting (Comments)

    16:45 < krix> mmx tinting ......... : no
    16:45 < krix> nem ertem miert nem akarja az mmx supportot berakni az xchat ...
    16:46 < vmiklos> milyen lehet mmx supporttal chatelni?


  • Tuesday, 07 June 2005
    nah, atalltunk pureftpdre frugalware.orgon (Comments)

    nah, atalltunk pureftpdre frugalware.orgon. remeljuk bevalik


  • Monday, 06 June 2005
    1 quote ahhoz kapcsolodoan (Comments)

    1 quote ahhoz kapcsolodoan amirol ma mindenki beszel:
    21:24 < trey> milesz az uj elit platform amivel lehet menozni hogy en mas vagyok
    21:24 < WoOh> :)
    21:24 < WoOh> 386
    21:24 < WoOh> :D
    21:24 < WoOh> Vagy amiga elojon megint.
    21:24 < WoOh> Es azlesz az elit.
    21:25 < trey> "en alphan futttok $foo-t"
    21:25 < WoOh> LOL :D
    21:25 < trey> "igaz geci nehez es lassu"
    21:25 < trey> "es kibaszott sok a villanyszamla"
    21:25 < trey> "de kurvan megeri mert elit vagyok"
    21:25 < trey> "igaz hogy csak 20 mega ram van benne"
    21:25 < trey> "mert csak ennyit tudtam osszeguberalni"
    21:25 < trey> "de az eggdrop"
    21:25 < trey> "egy isten rajta"


  • Sunday, 05 June 2005
    biztos r333gi, meg minden, en (Comments)

    biztos r333gi, meg minden, en most talaltam ra erre a unix torteneti diagramra


  • Sunday, 05 June 2005
    ma asszem rekordot dontottunk (Comments)

    ma asszem rekordot dontottunk az update-ek mennyisegevel:

     vmiklos@vmobile:~# sudo pacman -Syu
    :: Synchronizing package databases...
     frugalware-current       [################] 100%      82K   209.9K/s  00:00:00
     extra-current            [################] 100%      40K   120.4K/s  00:00:00

    Targets: apache-ant-1.6.5-1 arts-1.4.1-1 blender-2.37-1 corefonts-1.3r4-3
             imlib2-1.2.0-2 k3b-0.11.24-2 kdelibs-3.4.1-1 kdebase-3.4.1-1
             kdeaccessibility-3.4.1-1 kdemultimedia-3.4.1-1 kdeaddons-3.4.1-1
             kdeadmin-3.4.1-1 kdeartwork-3.4.1-1 kdebindings-3.4.1-1 kdeedu-3.4.1-1
             kdegames-3.4.1-1 kdenetwork-3.4.1-1 kdepim-3.4.1-1 kdesdk-3.4.1-1
             kdetoys-3.4.1-1 kdeutils-3.4.1-1 kdevelop-3.2.1-1 kdewebdev-3.4.1-1
             kernel-headers-2.6.11.2-1 libungif-4.1.3-1 neon-0.24.7-2
             netkit-ftp-0.17-3 netkit-ntalk-0.17-3 netkit-telnet-0.17-3
             nfs-utils-1.0.7-3 pacman-tools-0.4.9-1 perl-5.8.7-1 perl-mysql-2.9006-6
             proftpd-1.2.10-3 sqlite3-3.2.1-1 rpm-4.4.2-1 rsync-2.6.5-1 sip-4.2.1-3
             sysfsutils-1.3.0-1 tftp-hpa-0.40-3 wxgtk-2.6.1-1 xmms-1.2.10-4
             xorg-6.8.2-3

    Total Package Size:   300.2 MB

    Proceed with upgrade? [Y/n]

    :: Retrieving packages from extra-current...
     apache-ant-1.6.5-1-i686  [################] 100%    2369K    1157K/s  00:00:02
     wxgtk-2.6.1-1-i686       [################] 100%    3760K   877.2K/s  00:00:04

    :: Retrieving packages from frugalware-current...
     arts-1.4.1-1-i686        [################] 100%    1468K   624.1K/s  00:00:02
     blender-2.37-1-i686      [################] 100%    4796K   942.5K/s  00:00:05
     corefonts-1.3r4-3-i686   [################] 100%    3375K   643.2K/s  00:00:05
     imlib2-1.2.0-2-i686      [################] 100%     731K   528.3K/s  00:00:01
     k3b-0.11.24-2-i686       [################] 100%    3627K   982.6K/s  00:00:03
     kdelibs-3.4.1-1-i686     [################] 100%   20956K   670.2K/s  00:00:31
     kdebase-3.4.1-1-i686     [################] 100%   29600K   785.4K/s  00:00:37
     kdeaccessibility-3.4.1-1 [################] 100%    7699K    1598K/s  00:00:04
     kdemultimedia-3.4.1-1-i6 [################] 100%    8919K    1359K/s  00:00:06
     kdeaddons-3.4.1-1-i686   [################] 100%    2664K   551.4K/s  00:00:04
     kdeadmin-3.4.1-1-i686    [################] 100%    1381K    1253K/s  00:00:01
     kdeartwork-3.4.1-1-i686  [################] 100%   17639K   787.8K/s  00:00:22
     kdebindings-3.4.1-1-i686 [################] 100%   15696K    1056K/s  00:00:14
     kdeedu-3.4.1-1-i686      [################] 100%   24827K    1018K/s  00:00:24
     kdegames-3.4.1-1-i686    [################] 100%   10013K   721.0K/s  00:00:13
     kdenetwork-3.4.1-1-i686  [################] 100%    9861K    1284K/s  00:00:07
     kdepim-3.4.1-1-i686      [################] 100%   19921K    1261K/s  00:00:15
     kdesdk-3.4.1-1-i686      [################] 100%    6474K    1246K/s  00:00:05
     kdetoys-3.4.1-1-i686     [################] 100%    3027K    1419K/s  00:00:02
     kdeutils-3.4.1-1-i686    [################] 100%    3544K    1183K/s  00:00:02
     kdevelop-3.2.1-1-i686    [################] 100%   16817K    1011K/s  00:00:16
     kdewebdev-3.4.1-1-i686   [################] 100%    6476K    1099K/s  00:00:05
     libungif-4.1.3-1-i686    [################] 100%     141K   269.4K/s  00:00:00
     neon-0.24.7-2-i686       [################] 100%     230K   356.2K/s  00:00:00
     netkit-ftp-0.17-3-i686   [################] 100%      47K   142.4K/s  00:00:00
     netkit-ntalk-0.17-3-i686 [################] 100%      25K    82.3K/s  00:00:00
     netkit-telnet-0.17-3-i68 [################] 100%      70K   197.2K/s  00:00:00
     nfs-utils-1.0.7-3-i686   [################] 100%     170K   345.9K/s  00:00:00
     pacman-tools-0.4.9-1-i68 [################] 100%      28K    82.6K/s  00:00:00
     perl-5.8.7-1-i686        [################] 100%   12353K    1038K/s  00:00:11
     perl-mysql-2.9006-6-i686 [################] 100%     136K   321.4K/s  00:00:00
     proftpd-1.2.10-3-i686    [################] 100%     397K   677.4K/s  00:00:00
     sqlite3-3.2.1-1-i686     [################] 100%     572K   694.1K/s  00:00:00
     rpm-4.4.2-1-i686         [################] 100%    3226K   601.9K/s  00:00:05
     rsync-2.6.5-1-i686       [################] 100%     175K   349.8K/s  00:00:00
     sip-4.2.1-3-i686         [################] 100%     130K   313.0K/s  00:00:00
     sysfsutils-1.3.0-1-i686  [################] 100%      82K   223.8K/s  00:00:00
     tftp-hpa-0.40-3-i686     [################] 100%      44K   141.4K/s  00:00:00
     xmms-1.2.10-4-i686       [################] 100%    1996K   850.1K/s  00:00:02
     xorg-6.8.2-3-i686        [################] 100%   60917K    1052K/s  00:00:57

    checking package integrity... done.
    loading package data... done.
    cleaning up... done.
    checking for file conflicts... done.
    upgrading apache-ant... done.
    upgrading arts... done.
    upgrading blender... done.
    upgrading corefonts... done.
    upgrading imlib2... done.
    upgrading k3b... done.
    upgrading kdelibs... done.
    upgrading kdebase... done.
    upgrading kdeaccessibility... done.
    upgrading kdemultimedia... done.
    upgrading kdeaddons... done.
    upgrading kdeadmin... done.
    upgrading kdeartwork... done.
    upgrading kdebindings... done.
    upgrading kdeedu... done.
    upgrading kdegames... done.
    upgrading kdenetwork... done.
    upgrading kdepim... done.
    upgrading kdesdk... done.
    upgrading kdetoys... done.
    upgrading kdeutils... done.
    upgrading kdevelop... done.
    upgrading kdewebdev... done.
    upgrading kernel-headers... done.
    upgrading libungif... done.
    upgrading neon... done.
    upgrading netkit-ftp... done.
    upgrading netkit-ntalk... done.
    upgrading netkit-telnet... done.
    upgrading nfs-utils... done.
    upgrading pacman-tools... done.
    upgrading perl... done.
    upgrading perl-mysql... done.
    upgrading proftpd... done.
    installing sqlite3... done.
    upgrading rpm... done.
    rebuilding database... done.
    upgrading rsync... done.
    upgrading sip... done.
    upgrading sysfsutils... done.
    upgrading tftp-hpa... done.
    upgrading wxgtk... done.
    upgrading xmms... done.
    upgrading xorg...
    warning: /etc/sysconfig/desktop installed as /etc/sysconfig/desktop.pacnew
    done.
    updating font cache... done.


  • Friday, 03 June 2005
    15:14 -!- krix [~krics@fibhost-29-98.fibernet.bacs-net.hu] has (Comments)

    15:14 -!- krix [~krics@fibhost-29-98.fibernet.bacs-net.hu] has joined #debian.hu
    15:14 < krix> re
    15:15 < drewie> -lo
    15:15 <@Mojojojo> drewie: linuxforum load: 1.17, 1.54, 1.76.
    15:15 < ignotus> when (load > 1.00) then join(krix);
    15:17 < drewie> krix.addCondition(load.greaterThan(1.00), self.join(debHu))
    15:17 < drewie> rendes nyelvben igy nez ki


  • Friday, 03 June 2005
    14:53 &lt; drewie&gt; Vishal Nagota (Comments)

    14:53 < drewie> Vishal Nagota
    14:53 < drewie> AlexeiSergeev
    14:53 < drewie> Ilya Kasnacheev
    14:53 < ignotus> Richard Klinda
    14:53 < ignotus> oops:)
    14:53 < drewie> :)))
    14:53 < drewie> egesz jol beleillik a sorba
    14:54 < ignotus> thx:DDDDD
    14:54 < drewie> nincs vmi 2. neved mint pl Krutschenko ?
    14:54 < drewie> :)
    14:54 < ignotus> nyad11


  • Thursday, 02 June 2005
    nah, asszem ideje, h csinaljak (Comments)

    nah, asszem ideje, h csinaljak 1 listat, mit utalok:

    • mikor 1 programot 2x kell forgatni, mert a rendszeren levo regi verzioval oszelinkeli magat
    • mikor 1 project honlapjara nincs is kiteve mar a stable riliz, csak a development. meg 1 oriasi warning, h ez utobbi semmivel nemmuxik, de milyen jo ficsorok vannak benne
    • mikor 1 csomagkezelo 11mb


  • Thursday, 02 June 2005
    z0d meselte, h belotte a (Comments)

    z0d meselte, h belotte a binfmt_miscet lisphez, a /proc/sys/fs/binfmt_misc/registerbe annyit kellett beleechoznia, h:
    :lisp:E::fasl::/usr/local/bin/lisp-start:
    nice


  • Wednesday, 01 June 2005
    igen-igen (Comments)

    igen-igen. het ezzel foglalkoznak a hardcore kernel developz0rok ;)


  • Wednesday, 01 June 2005
    tomcat legujabb szappanoperaja (Comments)

    tomcat legujabb szappanoperaja. ezuttal sajat magarol
    a64 setup mar eljut odaig, h checking for conflicting files, ott groffot kene meg fixelnie krixnek


  • Tuesday, 31 May 2005
    krixszel fixeltunk 1 pacman bugot, (Comments)

    krixszel fixeltunk 1 pacman bugot, a reportot ide submitteltuk


  • Tuesday, 31 May 2005
    aszondjak a 1337 bloggerek (Comments)

    aszondjak a 1337 bloggerek 1mast idezik. hat nem szokasom, de talaltam 1 szepen kielemezheto postot:

    nezzuk 1x a kepet egeszeben. ofcoz jpeg, a szovegek korul tiszta pixeles, sugarzik rola az igenytelenseg
    tessek megnezni a bookmarkokat! hwsw, prohardver
    menjunk tovabb a commentekre. ooo ezt mar mindenki kommentalja maganak...


  • Tuesday, 31 May 2005
    17:14 &lt; drewie&gt; kijottek a (Comments)

    17:14 < drewie> kijottek a tuzoltok 2 kocsival, 10 emberrel szirenazva teljes cuccban
    17:14 < drewie> leszedni egy macskat a farol
    17:15 < drewie> es igy radiozva sisakban rohangalnak osszevissza


  • Tuesday, 31 May 2005
    device numberekrol itt olvashato egy (Comments)

    device numberekrol itt olvashato egy erdekes osszefoglalo
    masik fantasztikus felfedezesem, hha vezerolokaratert kell bevinni vimbe (pl ^O) akkor eloszor ^V-t kell nyomni es utana kenyelmesen be lehet ezeket vinni :)


  • Sunday, 29 May 2005
    eh-eh (Comments)

    eh-eh. itt a bizonyitek, h kell az any-any update vmwarehez. slin, olvasod ezt? :)


  • Sunday, 29 May 2005
    F.R.U.G.A.L.W.A.R.E.: Functional Robotic Unit Generated (Comments)

    F.R.U.G.A.L.W.A.R.E.: Functional Robotic Unit Generated for Assassination/Lifelike Wireless Android Responsible for Exploration
    hat, hm. lehetne eppen ezis, de nemez :)


  • Sunday, 29 May 2005
    pff, hihetetlen uhuek miket muvelnek (Comments)

    pff, hihetetlen uhuek miket muvelnek ;) pl ezt


  • Friday, 27 May 2005
    I can't understand why a (Comments)

    I can't understand why a person will take a year or two to write a
    novel when he can easily buy one for a few dollars.
                    -- Fred Allen
    ^^ mai motto :)


  • Friday, 27 May 2005
    14:35 &lt; krix&gt; (Comments)

    14:35 < krix> na
    14:35 < krix> pullozok.
    14:36 < krix> na
    14:36 < krix> most varjal
    14:36 < krix> kiontottem a kakaomat ....
    14:36 < vmiklos> :)
    14:36 < vmiklos> bill.-re?
    14:36 < krix> is
    14:36 < krix> magamra is
    14:36 < krix> szonyegre is
    14:36 < krix> szekre is.
    14:37 < z0d> krix: ne pazarold a kakaot
    14:39 < krix>  na
    14:39 < krix> kesz
    14:39 < krix> :D
    14:40 < vmiklos> a pull?
    14:40 < krix> is :)

    kicsit kesobb...

    16:07 < vmiklos> frzgakware
    16:07 < krix> hm ?
    16:07 < vmiklos> elcsuszott a jobbkezem
    16:07 < vmiklos> :)
    16:07 < krix> :D
    16:07 < krix> mer nem volt benne kakao ...
    16:08 < krix> :D


  • Friday, 27 May 2005
    ezt nehany napja kaptam, (Comments)


    ezt nehany napja kaptam, aki ismeri, azt nemkerdeztem ;]


  • Friday, 27 May 2005
    for i in `for i (Comments)

    for i in for i in *.fpm ; do tar xzOf $i .PKGINFO|grep ^group|sed -n 's/.* = \(.*\)/\1/; 1 p'|tr '\n' '/'; echo $i |sed 's|\(.*\)-[^-]*-[^-]*-[^-]*.fpm|\1|'; done; do sed -i "s/^archs=('i686')$/archs=('i686' 'x86_64')/" ../source/$i/FrugalBuild; done
    imadok olyan programokat irni, aminek a megirasa mondjuk feloraba tellik, lefut 10sec alatt, de megis oras munkat takarit meg. ja es ofcoz 1nel tobbszor nincs ertelme lefuttatni. ilyen ez a fenti gonyoruseg is


  • Thursday, 26 May 2005
    ilyesmi lesz az (Comments)

    ilyesmi lesz az uj frugalpkg:


  • Wednesday, 25 May 2005
    tabbed editing vimmel? lehetseges! :) (Comments)

    tabbed editing vimmel? lehetseges! :)
    pedig aszittem ezt mar telleg nem lehet metcsinalni vele


  • Wednesday, 25 May 2005
    haha (Comments)

    haha. darcs upgrading time! :)


  • Wednesday, 25 May 2005
    mai quote: 00:49 &lt; ignotus&gt; (Comments)

    mai quote:
    00:49 < ignotus> > yesterday i (re)installed latest debian sarge on my home PC > what was my surprise when i noticed that
                     in the _default_ install, selecting [desktop] in tasksel, xemacs 21.4.17 was installed instead of fsf's
                     emacs!  > anyone knows what was debian's reasoning behind that move?
    00:49 < ignotus> valasz:
    00:49 < ignotus> My guess would be that Debian wants to give the users the best
    00:49 < ignotus> imaginable user experience.  Switching the default locale charset to
    00:49 < ignotus> utf-8 in combination with XEmacs-21.4.17 is the best way to ensure
    00:49 < ignotus> that people will use OpenOffice and be spared the whole
    00:49 < ignotus> Escape-Meta-Alt-Control-Shift experience.
    00:49 < ignotus> lohol
    00:54 < whitehawk> hm énis utf-8at használok
    00:54 < whitehawk> gyak szép lassan mindenki áttér arra
    00:58 < vmiklos> 'once utf8
    00:58 -Mojojojo:#debian.hu- Once utf8, ALWAYS UTF8! (vmiklos)
    00:58 < ignotus> hehe ez igaz


  • Wednesday, 25 May 2005
    ignonak valo uber1337 project (Comments)

    ignonak valo uber1337 project. kar, h reeeegi ;)


  • Tuesday, 24 May 2005
    hehe, Frugalware a (Comments)

    hehe, Frugalware a linuxquestions.org wikiben

    btw vicces volt. 1ik devel reportolta, h elfogyott a hely genesisen. aztan kiderult, h /var lesz a bunos. aztan azis, h tegnap 1.300.000 "latogato" volt. szerencsere nem dosolnak. aztan kiderult, h a szokasos mennyiseg volt, a tobbletet a hoya.lmh.hurol erkezo keresek tettek ki. franc tudja miert :)

    masik vicces dolog a catatumbox.org. kulon figyelik, h melyik rilizunk mikorra varhato ;)


  • Monday, 23 May 2005
    mai quote-nk: 14:35 &lt;@Mojojojo&gt; vmiklos, (Comments)

    mai quote-nk:

    14:35 <@Mojojojo> vmiklos, veszig-elhagyott-minket => (05/04/21 18:55:44)
                      veszig: csak meguntam, hogy szar support channel lett ez a
                      debhu :) || visszateres: Mon May 23 14:18:23 CEST 2005
                      (c:31d|m:0d)
    14:36 < vmiklos> veszig: wb
    14:36 < ignotus> 31d, hehe
    14:36 < veszig> nem hiszem, hogy maradok :)
    14:36 < ignotus> lehet ez valami fogadalom volt
    14:36 < ignotus> 1 honap debhu nelkul
    14:36 < ignotus> kellett volna ilyen elotte / utana faceshot


  • Monday, 23 May 2005
    title_22 (Comments)

     ranlib: .libs/libgcj.a: No space left on device
    make[3]: *** [libgcj.la] Error 1
    make[3]: Leaving directory `/home/vmiklos/build/gcc-java/src/gcc-java-build/i686-pc-linux-gnu/libjava'
    make[2]: *** [all-recursive] Error 1
    rm gnu/gcj/tools/gcj_dbtool/Main.class
    make[2]: Leaving directory `/home/vmiklos/build/gcc-java/src/gcc-java-build/i686-pc-linux-gnu/libjava'
    make[1]: *** [all-target-libjava] Error 2
    make[1]: Leaving directory `/home/vmiklos/build/gcc-java/src/gcc-java-build'
    make: *** [bootstrap] Error 2
    ==> ERROR: Build Failed.  Aborting...
    sajna 8 ora forditas utan elfogyotta a hely... ;)

    ja, egyebkent ezek vannak:
    c,ada,c ,f95,java,objc,treelang
    es most tartok a javanal


  • Sunday, 22 May 2005
    stuff blackhateknek ^^ (Comments)


    stuff blackhateknek ^^


  • Saturday, 21 May 2005
    hmm (Comments)

    hmm. krix a64 fixeit be kene tenni, meg kene gcc!={c,c } csomagokat csinalni. de most nincs kedvem. uh majd :)


  • Friday, 20 May 2005
    hm (Comments)

    hm. tanul az ember. chicken'n'egg issue <- ezt a kifejezest nem ismertem


  • Friday, 20 May 2005
    da supercomputer ;)) (Comments)


    da supercomputer ;))


  • Friday, 20 May 2005
    aszittem mar felirtam... szal h (Comments)

    aszittem mar felirtam...
    szal h tail -1 ujra mukodjon, workaround:

    export _POSIX2_VERSION=199209


  • Thursday, 19 May 2005
    tortenetek Arpirol (Comments)

    tortenetek Arpirol. igaz-nemigaz, marha jokat lehetett rajta rohogni :D


  • Thursday, 19 May 2005
    nemtom, h felirtam-e mar, uh (Comments)

    nemtom, h felirtam-e mar, uh meg1x: html2wiki konverter (cpanos perl modullal)


  • Thursday, 19 May 2005
    tettunk genesisbe 256mb ramot, (Comments)

    tettunk genesisbe 256mb ramot, majdnem 1 nagysagrenddel gyorsult :)
    orom hasznalni
    holnapra todo: cvsup netmeter csomagokat megcsinalni (ez utobbit nembiztos, h igy hivjak, szal 1 progi, amivel lehet merni, h 1 site-ot milyen sebesseggel tudsz elerni)


  • Wednesday, 18 May 2005
    firefox vi modra (Comments)

    firefox vi modra


  • Tuesday, 17 May 2005
    hmm, a darcsos david a (Comments)

    hmm, a darcsos david a gitrol


  • Tuesday, 17 May 2005
    uh, ez a cikk durva... (Comments)

    uh, ez a cikk durva...
    halistennek van elet a chat.hun kivul is


  • Monday, 16 May 2005
    hehe, most lattam csak, h (Comments)

    hehe, most lattam csak, h a fwt lehet torrenten is tolteni


  • Monday, 16 May 2005
    hm (Comments)

    hm. melyik a helyesebb? root particiora xfst rakni, vagy xfsre tenni a root particiot?
    btw puliszka volt ebedre. cool


  • Sunday, 15 May 2005
    mai favorit:G D em G (Comments)

    mai favorit:

    G D em G D em

    G D em G D em
    ||: Alleluja, alleluja,
    G D em
    Jézus az Úr,
    am em
    dicsérjétek ?t, imádjátok ?t,
    H7 em
    ti, szentjei! :||

    E
    Áldott az Úr, ki megváltott
    A E
    minden b?nünkb?l,
    A E
    váltságul adta életét
    H7 E
    értünk szeretetb?l.

    Alleluja, alleluja...

    E
    Áldott az Úr, ki elküldte
    A E
    nékünk Szentlelkét,
    A E
    ?benne élünk, remélünk,
    H7 E
    várjuk jövetelét!

    Alleluja, alleluja...

    G D em


  • Sunday, 15 May 2005
    ezt most kaptam: (Comments)

    ezt most kaptam:


  • Sunday, 15 May 2005
    nah, tegnapi napom tok sikeres (Comments)

    nah, tegnapi napom tok sikeres volt:

    • belottem scponlyt chrootba
    • megy a wifi
    • megcsinaltam pacmanhoz a pkgname-pkgver-pkgrel -> pkgname-pkgver-pkgrel-arch patchet


  • Friday, 13 May 2005
    felhaborito, a nevemben irogatnak :)) (Comments)

    felhaborito, a nevemben irogatnak :))


  • Friday, 13 May 2005
    felig komolyan, felig poenbol qemuban (Comments)

    felig komolyan, felig poenbol qemuban elkezdtem frugalt amd64re portolni. elso eredmeny:


  • Friday, 13 May 2005
    pentek13van, de ugynezki ma sok (Comments)

    pentek13van, de ugynezki ma sok viccet hallunk:
    Q: What do you call a dog with no legs?
    A:  What does it matter? He can't come anyway.


  • Friday, 13 May 2005
    ezt most hallottam: Ismerkedés (Comments)

    ezt most hallottam:
    Ismerkedés a diszkóban:
    - Van autód?
    - Igen.
    - Az jó! És milyen szín??
    - Kék.
    - Az szép! És hány személyes?
    - Kett?.
    - H?ha! És hány köbcentis?
    - Hatezer.
    - Ahh... hú... és... ???... milyen gyártmányú?
    - IFA.


  • Friday, 13 May 2005
    gondolom reeegi, de nekem uj:"Q: (Comments)

    gondolom reeegi, de nekem uj:
    "Q: Why do programmers confuse Halloween and Christmas?
    A: Because OCT 31 == DEC 25.
    "


  • Thursday, 12 May 2005
    most irok hupwikibe darcsrol (Comments)

    most irok hupwikibe darcsrol. tokjo kis hype szoveg lesz. ize... irtam. megtekintheto itt
    ezt most halottam: "A készüléket átneveztük T-elefonra, a vidéki hívást T-ávolságira, az utcai készülékek érméjét T-antuszra, a beszélgetés egységét pedig T-arifában mérjük! Mindezt pedig T-e fizeted!"


  • Thursday, 12 May 2005
    nezegetem ezt a menumakert, eleg (Comments)

    nezegetem ezt a menumakert, eleg jonak tunik.

    pacman -S menumaker
    utan
    mmaker -r FluxBox
    es mar generalja is a fluxbox menut


  • Wednesday, 11 May 2005
    perverz kdes kep (Comments)

    perverz kdes kep. 18even felulieknek! ;)
    tori parodia. ez meg ilyen mozgalmista
    nezzeunk vmi komolyabban. buveszkedes make-kel. nagyon jo! :)
    egyebkent mukodesre birtam a wifikartyamat, uh mostmar eth1en jon az adsl, es az eth0 az a wifi :]
    ps: reszvetem minden iden erettsegizonek...


  • Wednesday, 11 May 2005
    ujabb fake teteloldal ;) (Comments)

    ujabb fake teteloldal ;) ez meg ilyen fud-log...


  • Tuesday, 10 May 2005
    bocs mindezoktol akik nem kockak, (Comments)

    bocs mindezoktol akik nem kockak, v mar annyira azok, h bash.huval ebrednek, de ez nagyon jo ;)


  • Tuesday, 10 May 2005
    az indexen 1 csomo cikk (Comments)

    az indexen 1 csomo cikk kerult ki az idei erettsegi-botranyrol, start mondjuk itt
    jah, kulon csemege a kepgaleria ;)


  • Tuesday, 10 May 2005
    1 francia srac irt a (Comments)

    1 francia srac irt a githez 1 darcsszeru fronendet. erdekesnek tunik a dolog. bovebben itt.
    mindenfele hir kering a mostani erettsegi tetelekrol. bovebben itt, ill. az indexen itt


  • Saturday, 07 May 2005
    erotvettem magamon, es utananeztem, h (Comments)

    erotvettem magamon, es utananeztem, h miert megy allandoan jobbra tux/ppracerben a pingvin. 1 1xu set disable_joystick true kellett ~/.ppracer/optionsbe, mostmar megy szepen :)


  • Friday, 06 May 2005
    darcshoz kellett olyan, h push/pull (Comments)

    darcshoz kellett olyan, h push/pull menjen, de bejelentkezni ne tudjanak userek. ofcoz pam nelkul. reszletek itt
    igen, meg mindig _mindent_ meg lehet csinalni pam nelkul, es erdemes is :)


  • Friday, 06 May 2005
    ECSpecialTags.cpp:264:4: warning: #warning TODOECSpecialTags.cpp:268:4: (Comments)

    ECSpecialTags.cpp:264:4: warning: #warning TODO
    ECSpecialTags.cpp:268:4: warning: #warning TODO
    ECSpecialTags.cpp:461:4: warning: #warning TODO
    ECSpecialTags.cpp:465:4: warning: #warning TODO
    hm. informativ ;) (amule-2.0.0 forgatasa kozben)


  • Friday, 06 May 2005
    reszvetem azoknak, (Comments)

    foo
    reszvetem azoknak, akik elinkssel nyomulnak, es olvassak ezt a postot :)


  • Thursday, 05 May 2005
    muxik a 3d!!! :) nyomtam (Comments)

    muxik a 3d!!! :)
    nyomtam is 1-2 kort tuxracerrel ;)


  • Thursday, 05 May 2005
    ujabb lol mplayer-dev-eng thread notin (Comments)

    ujabb lol mplayer-dev-eng thread
    notin belottem hibernalast, hangkartyat. gyak a wifi (az majd kesobb) meg a 3d van hatra
    jah, hazifeladat amaroKot kiprobalni. musthave! hihetetlen mimindent tud, pl elinditottam az mp3at es megjelenitette a cdboritot, javasolt szamok, stb dalszovegekrol nem is beszelve. szal telleg rulz


  • Thursday, 05 May 2005
    eleted egyetlen vagya idaig (Comments)

    eleted egyetlen vagya idaig a piros gombok nyomogatasa volt? hodolj ennek a hulye manianak! (linkkert thx kishernyonak)
    ezt a kepet:
    foo
    ma reggel kaptam "te jutottal eszembe/hidepito-informatikus szak" cimmel :)


  • Wednesday, 04 May 2005
    az absot idaig is ismertem, (Comments)

    az absot idaig is ismertem, de a fuggelekben most talaltam megint vmi ujat:
    'Localization is an undocumented Bash feature.' hehe :)
    reszletek itt


  • Wednesday, 04 May 2005
    nah, megvan :) fotot (Comments)

    nah, megvan :) fotot igyekszem mielobb. tehat akit erdekel a config, ilyet vettem, csak nagyobb vinyoval
    fw szepen felkuszott ra, mostanaig szenvedtem kde battery applettel, mikor kiderult, hogy nem fut az acpid, es azota megy :)
    holnap a 3d beizzitasa kovetkezik...

    mas: bbb most ajanlott nekem 1 cikket az origon. vicces ;)


  • Tuesday, 03 May 2005
    hohooo, most telefonaltak, h megkerdezett (Comments)

    hohooo, most telefonaltak, h megkerdezett a boltba a notebookom :))


  • Tuesday, 03 May 2005
    huh, egyre tobb blog nyilik (Comments)

    huh, egyre tobb blog nyilik errefel
    most elegge el vok havazva, semmi konstruktivat ne varjatok tolem... :)


  • Friday, 29 April 2005
    22:15 &lt; Luigi30&gt; last time (Comments)

    22:15 < Luigi30> last time I got to level 10 on Tetris was like, 1996
    22:16 < GrahamJE> Trouble is, once you get to that level, it gets rather fast :D
    22:16 < Luigi30> GrahamJE: That's why I start only at level 9 :)
    ^^ fuggok


  • Friday, 29 April 2005
    21:37 &lt; ignotus&gt; xkbset perkeyrepeat (Comments)

    21:37 < ignotus> xkbset perkeyrepeat 00ffffffdffffbbf02c0ff7ffedfe5ffffffffffffffffffffffffffffffffff
    21:37 < ignotus> ez kikapcsolja f1-f12 -re a repeatet
    21:38 < ignotus> jovn nem kell igy ujjongani
    asszem mai quote is megvan... :)


  • Friday, 29 April 2005
    ok, innen se hianyozzon, ezeket (Comments)

    ok, innen se hianyozzon, ezeket hypeolta tegnap mindenki: a csigabigas adatatvitel, meg a grafikus gentoo installer
    valami egyedi is legyen, itt egy szokatlan elorejelzes
    btw ma elindult a publikus beta az openblogon


  • Friday, 29 April 2005
    elkezdtem a buildscripteket darcsba importalni, (Comments)

    elkezdtem a buildscripteket darcsba importalni, eddig ~300 van meg... ;)


  • Thursday, 28 April 2005
    Research is (Comments)

    Research is what I'm doing when I don't know what I'm doing.
    -- Wernher von Braun

    heh :)


  • Wednesday, 27 April 2005
    talaltam 1 tokjo nosoftwarepatentes (Comments)

    talaltam 1 tokjo nosoftwarepatentes 80x15os kepet:

    foo


  • Tuesday, 26 April 2005
    mplayer-dev-engen 1 l4mz0r p0w3rus3r inditott (Comments)

    mplayer-dev-engen 1 l4mz0r p0w3rus3r inditott 1 threadet. elrettento pelda...


  • Tuesday, 26 April 2005
    oke, idaig ez a legjobb (Comments)

    oke, idaig ez a legjobb :) szepen vegig kell okezni az uj itemeket, ez kb helyettesiti is azt a featuret, h mutassa, h hany uj item van. a linket is kiirja, bar ugrani nem lehet ra, de az meg kibirhato. hja, es gyors!


  • Tuesday, 26 April 2005
    meg mindig rss :) mint (Comments)

    meg mindig rss :)
    mint kiderult, a centericqban is van rss support. most ez nyuzom


  • Monday, 25 April 2005
    krixszel 1utt reggel ota debuggolunk (Comments)

    krixszel 1utt reggel ota debuggolunk binutilst, es ugynezki, h megvan: erre a patchre van szuksegunk :)
    gyak enelkul a ./configure scriptek nem talaljak meg sdlt


  • Monday, 25 April 2005
    megneztem ezt az rss supportot (Comments)

    megneztem ezt az rss supportot gmailben, de sehogyse talalom. valszeg visszavontak... :S


  • Monday, 25 April 2005
    a raggle jo konzolos rss (Comments)

    a raggle jo konzolos rss olvaso lenne, de allati lassu, uh alternativakat keresek. idaig 2t talaltam:
    wnews meg snownews


  • Monday, 25 April 2005
    ujabb zsenialis forditas a screenshot (Comments)

    ujabb zsenialis forditas a screenshot szora: kepernyolopat
    #define zsenialis magyarul is hulyen hangzik, es esely sincs ra, h rajojjel, h mire gondol az illeto


  • Sunday, 24 April 2005
    piercinget mindenkinek! (Comments)

    piercinget mindenkinek!


  • Saturday, 23 April 2005
    hihetetlen mennyire nem kuldik anyjukba (Comments)

    hihetetlen mennyire nem kuldik anyjukba a lamakat lkmlen

    For years, I have been willing to write a good patching/merging tool. In my
    understanding, the kernel is the most patching/merging demanding project and now that
    bitkeeper is gone, there is a hole to be filled.
    es nem elkuldtek, h van mar git, hulyegyerek, hanem:
    Sign up to the git mailing list git@vger.kernel.org


  • Friday, 22 April 2005
    feladat: kell foo user ami (Comments)

    feladat: kell foo user ami mindent olvas 1 mysql serveren, de csak bar db baz tablajat szabad tudja modositania. azt viszont localhostrol jelszo nelkul (cronbol fog pl futni), mashonnan pedig jelszoval se
    megoldas:

    GRANT SHOW DATABASES ON *.* TO foo@localhost IDENTIFIED BY '';
    GRANT ALL ON bar.baz TO foo;
    hogy vmi fun is legyen mara (eddig nem az volt? ;) ), egy kisse durva papas quote itt


  • Friday, 22 April 2005
    vhogy most este nagyon vacak (Comments)

    vhogy most este nagyon vacak a net. sshval bennvok 1 serveren es ilyen 5-10seceket kell varni. grr, allati idegesito


  • Thursday, 21 April 2005
    a perl doksiban a (Comments)

    a perl doksiban a program szerkezetekig jutottam


  • Wednesday, 20 April 2005
    egyik ismerosomnak kerestem vmi css2 (Comments)

    egyik ismerosomnak kerestem vmi css2 step by step minihowtot (raadasul meg magyar is kell legyen *sighs*), mikor egy cikket talaltam: CSS targetálás, de hogyan?. legkozelebb mar azt fogom irni, h eljen minden targetalas ;)

    mas: 1 rovid eleg jol hasznalhato perl doksi itt


  • Tuesday, 19 April 2005
    21:25 &lt; djsmiley&gt; (Comments)

    21:25 < djsmiley> vmiklos  pts/7     18:58   16:48   0.04s   0.02s vi TODO
    21:25 < djsmiley> munkamania ;)
    le lettem irva :) bar lehet fel10kor telleg nem dolgozni kene...


  • Tuesday, 19 April 2005
    "Brooks Davis tegnap bejelentette, hogy (Comments)

    "Brooks Davis tegnap bejelentette, hogy commit-olta az IPv6 támogatást az IPFW-be. Ezzel egy id?ben az IP6FW deprecated lett." -> " Tehát a megkommitolt ipévéhat az ipéefvében most már ugyanúgy meg van deprekálva mint az ipéhatefvé."
    eljen minden tuturial es manual!


  • Tuesday, 19 April 2005
    mai nap idezete: Regebben senkitse (Comments)

    mai nap idezete:

    Regebben senkitse szerettem, de most mar ot is utalom.
    -- Yuhl


  • Tuesday, 19 April 2005
    linux-ntfs temakorben ket hasznos link: (Comments)

    linux-ntfs temakorben ket hasznos link:


  • Tuesday, 19 April 2005
    kiderult, h valid a (Comments)

    kiderult, h valid a blog, uh az ujfent talalt logokat felhasznalva kitettem ilyen kis bannereket ;)


  • Monday, 18 April 2005
    The Perception Laboratory's Face Transformer (Comments)

    The Perception Laboratory's Face Transformer - mindjart kiprobalom hogy nezek ki ;)


  • Monday, 18 April 2005
    az emberi hulyeseg hatartalan (Comments)

    az emberi hulyeseg hatartalan. mondjuk ezt eddig is tudtuk ;)


  • Monday, 18 April 2005
    keresek 80x15os logokat, (Comments)

    keresek 80x15os logokat, mert mostanaban az a 1337. amit eddig talaltam:

    update: asszem megtalaltam az igazit ;)


  • Sunday, 17 April 2005
    nekikezdtem rss feedet gyartani (Comments)

    nekikezdtem rss feedet gyartani. aztan belefutotta abba, h ebbol is van 100fele. itt talaltam vegre 1 alap cuccot, amit aztan lehet bovitgetni. a masik: validator


  • Sunday, 17 April 2005
    már régebben találtam ezt a (Comments)

    már régebben találtam ezt a firefox temat, csak mindig elfelejtem felirni. kde maniacoknak musthave!


  • Saturday, 16 April 2005
    -hot-addacpi-hotplug-decouple-slot-power-state-changes-from-physical-hotplug.patch igen, tom, enis (Comments)

    -hot-addacpi-hotplug-decouple-slot-power-state-changes-from-physical-hotplug.patch

    igen, tom, enis kocka vok, de ez akkor is durva ;) az eredeti level az lkmlen olvashato


  • Saturday, 16 April 2005
    tessek, da security-user!"Fel evig volt (Comments)

    tessek, da security-user!
    "Fel evig volt a nagyvilagba exportolva(NFS) a /usr -em, termeszetesen rw. No iptables/ipchains. Hmm, mit is? Multkor gepeltem pass-t es a keprnyore irtam, mogottem ket haverom. Hmm, ssh account 5-6 embernek ... Meg mit kene elmondanom. Jah amig RH-em volt addig rootkent hasznaltam gepemet"


  • Saturday, 16 April 2005
    kijott a firefox 1.0.3 (Comments)

    kijott a firefox 1.0.3. grr. ha kiadnak rendesen a patcheeket, akkor nem kene 1.0.3-at csinalni a langpackokbol is, hanem csak 1.0-3at keszitani sima firefoxbol. k3bnel ez tokjol meg van oldva. x.y.z. uj feature csak uj y verzional van. es langpack meg csak x.yhoz van. ha kell barmi bug/secfix, uj z release es no problem. na mind1...
    mas: kaptam virust!
    aszondja:

    Inbox: HTML.Phishing.Bank-87 FOUND
    elo akartam keresni a korabbi virusgyujtemenyemet, de nemtalalom. mind1, sose keso ujrakezdeni ;)


  • Friday, 15 April 2005
    nekieresztettem 8 parhuzamos forditast, hadd (Comments)

    nekieresztettem 8 parhuzamos forditast, hadd izzadjon a gep:

    load average: 10.03, 9.49, 7.55
    :)


  • Friday, 15 April 2005
    perme du: tiszta (Comments)

    perme du: tiszta ozon vok ;) most fenymasoltam 2 oran keresztul. 10bol 8 jo, 1nek a 2oldalasat elszurtam, 1 meg beszorult/felrement/felgyulladt

    perme hazafele: zuhog az eso, en meg (ofcoz) eseronyo nelkul maszkalok. nem volt kedvem buszra ulni, szuszogni a paras levegovel telitett buszban. igaz, itt meg most borig azok, de megis vhogy most az a legnagyobb problemam, h tele van gilisztakkal a jarda, es nem kene oket osszetaposni...

    perme este: numlock ki-be kapcsolasa x alatt cbol:

    #include <X11/extensions/XTest.h>
    #include <X11/keysym.h>
    int main(void)
    {
            Display* disp = XOpenDisplay(NULL);
            if (disp == NULL) return 1;
            XTestFakeKeyEvent(disp, XKeysymToKeycode(disp, XK_Num_Lock), True, CurrentTime);
            XTestFakeKeyEvent(disp, XKeysymToKeycode(disp, XK_Num_Lock), False, CurrentTime);
            XCloseDisplay(disp);
            return 0;
    }
    leforditani semmi extra:
    gcc -I/usr/X11R6/include -L/usr/X11R6/lib -o foo foo.c -lX11 -lXtst


  • Wednesday, 13 April 2005
    heh, netinstall setupja tud progressbart (Comments)

    heh, netinstall setupja tud progressbart :) annyi volt a bug, h nem libftpvel kell szedni, mert az bugzik, hanem http-s mirrorrol (ugye akkor kiiktatodik libftp), es igy pacman eye-candy progressbart mutat, userek meg nemjonnek, h lefagyott a setup... hogy en eddig erre nem jottem ra ;)


  • Wednesday, 13 April 2005
    xchat-&gt;irssi migraloknak lehet tecceni fog (Comments)

    xchat->irssi migraloknak lehet tecceni fog ez a script. (jobboldali userlista) /script load nicklist utan /nicklist SCREEN, es mar megy is. meg nem dontottem el, h megtartom-e ;)


  • Wednesday, 13 April 2005
    itt olvashato 1 rovid howto, (Comments)

    itt olvashato 1 rovid howto, hogyan autholjunk pam nelkul ldapbol


  • Tuesday, 12 April 2005
    kaptam jezustol levelet! Date: Tue, (Comments)

    kaptam jezustol levelet!

    Date: Tue, 12 Apr 2005 10:09:47 -0500 (CDT)
    From: jesus <jesus10@yahoo.com>
    kar, h nem volt subjectje, meg csak 1 yahoo banner volt a tartalma... ;)


  • Monday, 11 April 2005
    ezt most hallottam: A világon (Comments)

    ezt most hallottam:
    A világon minden 5. ember kínai. Nálunk épp öten vagyunk: apu, anyu, én, a Sanyi, meg a Chi Chau-chu. Akkor valaki kínai. Szerintem a Sanyi az...


  • Monday, 11 April 2005
    nem is mondtam, elkeszult a (Comments)


  • Sunday, 10 April 2005
    submitteltem laci nehany gaim magyaritasat (Comments)

    submitteltem laci nehany gaim magyaritasat. majd meglatjuk, milyenek gaimosok, meg nem volt dolgom veluk


  • Friday, 08 April 2005
    elore is elnezest, akik nem (Comments)

    elore is elnezest, akik nem beszelnek nyelvet:

    The pope arrives in heaven, where st Peter awaites him. St peter asks to the pope who he is.
    The pope : I am the pope.
    St Peter : Who ? There's no such name in my book?
    The pope : I am the representative off God on Earth.
    St Peter : Does God has a representative ? He didn't told me...
    The pope : but I am the leader off the Catholic Church...
    St Peter : The Catholic church... Never heard of it...
    St Peter : Wait, I'll check with the boss

    St Peter goes away trough heavens gate to talk with God.

    St Peter : There's a dude standing outside who claims he's your representative on earth.
    God : I don't have a representative on earth, not that i know off... Wait, I'll ask Jesus ( Take his intercom and yells for Jesus)
    Jesus : Yes father, what's up....

    God and St Peter explain the situation....

    Jesus : Wait, I'll go outside and have a little chat with that fellow.

    Ten minutes pass and Jesus reenters the room laughing out loud. After a few minutes St Peter asks To Jesus why he's laughing...

    Jesus : remember that fishing club I've started 2000 years ago.... It still exists.


  • Friday, 08 April 2005
    ez mar egy jo regi (Comments)

    ez mar egy jo regi kep, csak mindig elfelejtem ide bepastolni ;)


  • Thursday, 07 April 2005
    kaptam egy tokjo (Comments)

    kaptam egy tokjo spamet. osszesen 3 sor:

    ązŚn~¤ŁŚnˇNŤäĽ´ÂZąz¤F~Śp¤ŁťÝ­nĽť°T?§~˝ĐŚhŚhĽ]§tŤöĂöł> Ą°Ľć?ö¨łłt..ťů?ćłz?úŚX˛z..ŞA°ČŔu¨}..ŹOąz°ß¤@żď?ÜŁxŚn˝L°Ó
    ¤jĂBŞŃĹvÂŕĹý~ť{ÁĘ~?sŞŃŚŹÁĘ~źöŞůŞŃ~żłÂdŞŃ~Ľź¤WĽŤŞŃ~ˇÇ¤WĽŤŞŃ~¤¤ĹŇ?Ń~
    ja, egyebkent nem rohogni, mert szemelyesen ??šŠ?M?~??¤W??(??Âd) ??????Šö¤¤¤ß-tol kaptam ;)


  • Thursday, 07 April 2005
    ez jol mutatja, h kb (Comments)

    ez jol mutatja, h kb milyen szintu problemakkal foglalkozik manapsag az MPlayer project... ;)


  • Thursday, 07 April 2005
    lol @ reallifecomics #1418 (Comments)

    lol @ reallifecomics #1418


  • Thursday, 07 April 2005
    miota a slashdot kitette az (Comments)

    miota a slashdot kitette az oldalara a bk ingyenes kliensenek visszavonasarol szolo cikket, mar mindenki tud az ugyrol. az ujdonsag most az, h tegnap a bitmover hivatalosan is bejelentette mindezt. igazaba imho nincs semmi gaz, 3 ev alatt eleg sok hasonlo tudasu os vcs fejlodott ki, szal csak valasztani kell. amin en sokat mosolyogtam, h Linus pontosan tudja, h ebbol nagy flame lesz, dehat megis csak kellett reagalnia erre. szal leveleben szepen leirta, h mit gondol, h azert annyira nem nagy ugy, ne flameljetek. de tudja, h ugyis azlesz, uh akkor mar adjuk meg a modjat: (utolso mondat):

    Let the flames begin.
    :)


  • Thursday, 07 April 2005
    orvossag az emberi hulyesegre (Comments)

    orvossag az emberi hulyesegre. mindig valakiben feltamad a csillapithatatlan vagy, h feltalalja. legujabban 1 csaptelepnel lattam ilyet. egy ilyen dugo szeru vackot kell felhuzni, h a zuhanyba menjen a viz. namost itt kitalaltak, hha nem folyik a viz, akkor visszamegy a dugo. gondolom azert akartak, h ne felejtodjon veletlenul ugy. persze a gyakorlatban ez ugy vegzodott, h meg akartam nezni, h milyen, ha fel van huzva, es mivel kellett folyjon a viz ahhoz, h fenntmaradjon, kinyitottam a csapot. lelocsolva ezzel a festett falat ;) szal u.ott tartunk. nem, nem kell az az orvossag, fogjatok mar fel!


  • Wednesday, 06 April 2005
    voroskoi megtalalta itt, hogy (Comments)

    voroskoi megtalalta itt, hogy hogy kell beallitani, h csak userek szerkeszthessenek wikilapokat: a defaultsettings.php includeolasa utan annyi kell, h

    $wgWhitelistEdit = true;
    es kesz is :)


  • Wednesday, 06 April 2005
    ha vkit erdekel, h a (Comments)

    ha vkit erdekel, h a bellatours milyen verzioju debet hasznal, megnezheti itt. (update: sajna fixeltek ;))


  • Tuesday, 05 April 2005
    felkerultek a szegedi konferencia kepei (Comments)

    felkerultek a szegedi konferencia kepei. elerhetoek itt
    tom, jelszoval vedett, sry, c'est la vie


  • Tuesday, 05 April 2005
    asszem felcsapok webdesignernek (Comments)

    asszem felcsapok webdesignernek. nezzetek milyen fantasztikus ajanlat:

    http://www.a-gyal.hu/ajanlatunk/ :))


  • Monday, 04 April 2005
    lehet lassan bash.hu-t nyithatunk ;) (Comments)

    lehet lassan bash.hu-t nyithatunk ;)

    13:59 < MSD> ize ironiq
    13:59 < MSD> te tudod, h mi a neve annak a csavonak aki velunk volt metron?
    13:59 < z0d> "ellenor"
    14:00 < MSD> :))
    14:00 < MSD> nem az, a masik ;)
    14:00 < IroNiQ> MSD: passz
    14:00 < MSD> hat csak mert csomot dumaltam mar vele, egy keruletben lakunk, es fingom sincs hogy hivjak
    14:00 < MSD> es mostmar gaz lenne rakerdezni
    14:00 < IroNiQ> :))
    14:01 < z0d> MSD: igen. varj meg 2-3 evet es _akkor_. az mar poen! <-:
    14:01 < MSD> :))


  • Sunday, 03 April 2005
    heh (Comments)

    heh. no unread mail. dereg lattam ezt ;)
    -currentben leptettunk -rc1re. keszulodes a csutortoki rilizre...


  • Saturday, 02 April 2005
    ezek mar (Comments)

    ezek mar picit jobbak :)

    - Kérem, csak addig vizsgáztasson, amíg a kettes megvan! - kéri a hallgató. Már egy órája vizsgázik, amikor a tanár megszólal:
    - Na, adja ide az indexét, kolléga. Megvan a kettes.
    - Phuuu. De nehezen ment!
    - Azt meghiszem - így a tanár - fél órája még a jelesnél voltunk.

    Vizsgán így szól a prof a diákhoz:
    - Nos, kolléga, meg tudja nekem mondani, mit jelent az a szó, hogy
    relatív permeabilitás?
    - Pótvizsgát tanár úr, ha jól sejtem...

    Az Egyetemen:
    -Tanár Úr! Nem érdemlem meg azt az egyest, amit a dolgozatomra kaptam!
    - Egyetértek, de sajnos ez a legalacsonyabb jegy, ami az egyetemen adható!

    Egyetemen a vizsga elott megjelenik egy kissé kétes öltözéket viselo egyén. Az egyik diák így szól hozzá:
    - Mi van, így jöttél vizsgázni?
    - Nem, így jöttem vizsgáztatni!

    Két egyetemista beszélget:
    - Ha most kirúgnak, én öngyilkos leszek!
    - Hülye vagy, ha én is így csináltam volna velem lenne tele a Farkasréti temeto.

    Az egyetemen vizsgázik a hallgató. Mivel nem sokat tud az anyagról, eléggé makog. erre az oktató megszólal:
    - Jöjjön közelebb kolléga úr!
    A hallgató közelebb megy, de értelmes mondatot így sem tud kinyögni.
    A vizsgázató folytatja:
    - Jöjjön még közelebb!
    A hallgató még közelebb megy, de a helyzet változatlan. Mire az oktató:
    - Tudja mit kolléga úr, jöjjön legközelebb!

    Ez az eset valóban megtörtént! (szeretjuk az ilyeneket ;))

    Hallgatót vizsgásztatják. Nagyon nem megy neki, minden kérdésre rossz választ ad. Tanár:
    - Na jó, mento kérdés a kettesért. Hány kapcsoló van ebben a teremben?
    A hallgató forgolódik, számolja a kapcsolókat...
    Tanár:
    - Páros vagy páratlan?
    A hallgató gondolkozik, majd mondja:
    - Páros.
    A tanár elokap egy kapcsolót a zsebébol és így szól:
    - Páratlan!
    Erre a hallgató is elokap egyet a zsebébol és így szól:
    - Páros!

    Az egyetemi hirdetotáblán egy kézírásos hirdetés olvasható: "Fizika tankönyv áron alul eladó!" Másnapra egy kézírásos szöveg került mellé: "Engem érdekelne, de biztos, hogy nem használt? Egy reménybeli vevo" Harmadnap egy eltéro kézírással: "Megerosíthetem, abszolút biztos! A fizikaprofesszor."

    Az egyetemen a diákok zárthelyit írtak. A prof kioszotta a kérdéseket, majd az óra végén beszedte a dolgozatokat. Amikor nekiállt javítani oket, észrevette, hogy az egyik diák egy ötezrest csatolt a papírjához, és ezt írta a válaszok helyett:
    "Egy ezres minden osztályzatért"
    Másnap aztán a vesztegetos diák megkapta a papírját, egy nagy egyessel, meg négyezer forint visszajárót

    Közvéleménykutatók felmérést végeznek a különbözo társadalmi rétegek között, hogy ki szerint mennyi ido alatt lehet megtanulni kínaiul. Megkédezik a parasztbácsit, mire o:
    - Szerintem egy egész élet is kevés rá.
    A butikos szerint:
    - Szerintem egy 3-4 év alatt jól meg lehet tanulni.
    A menedzser válasza:
    - Intenzív tanulással 3-5 hónap alatt.
    Megkérdezik az egyetemistát is:
    - Szerinted mennyi ido alatt lehet megtanulni kínaiul?
    - Miért, holnap ZH?!

    Tanár a diákoknak az egyetem filozófiaóráján:
    - Az absztrakció olyan dolog, amit el tudtok képzelni, de nem érinthettek meg. Valaki tud ilyet mondani? Egy hátsó padsorból:
    - Persze! A faterom autója.

    Egy egyetemi kreatív író osztályt megkértek, hogy írjanak egy rövid értekezést, ami az alábbi elemeket tartalmazza: 1. Vallás 2. Királyság 3. Szex 4. Rejtély.
    A díjnyertes esszé ez volt:
    "Úristen! - mondta a királyno - Terhes vagyok! De vajon kitol?"

    Elsos foiskolásoknak tart eligazítást a kollégium igazgatója:
    - Nos, fiúk, a tiétek az elso szint, a lányok a második szinten laknak. A különbözo problémák megelozése érdekében mindenki az éjszakát a saját szintjén tölti. Az a szabály, hogy ha valakit eloször rajtakapunk a másik szinten, megbüntetjük 60 dollárra. Ha ez még egyszer elofordul, akkor már 120 dollár a büntetés, harmadszorra pedig már 180!
    Hátulról egy hang:
    - És egy féléves bérlet mennyibe kerül?

    Egyetemi hallgató vizsgázik. Szakad róla a víz, iszonyú gondban van. A professzor kedvesen:
    - Segíthetek egy kisegíto kérdéssel?
    - Óóóó, igen professzor úr, köszönöm - így a diák.
    - Nos?

    Filozófia eloadáson a professzor logikai levezetést oktat.
    Eload egy példát:
    - Halotta már valaki Istent?
    Néma csend.
    - Látta már valaki Istent?
    Ismét néma csend.
    - Tapintotta már valaki Istent?
    Megint néma csend. A professzor levonja a következtetést:
    - Mivel senki nem hallotta, nem látta és nem tapintotta
    Istent, ezért logikusan nem is létezik! Ekkor szót kér egy hallgató:
    - Halotta már valaki a professzor úr agyát?
    Csend.
    - Látta már valaki a professzor úr agyát?
    Csend.
    - Tapintotta már valaki a professzor úr agyát?
    Ismét csak csend. Erre a diák:
    - Akkor az elozo logika szerint...

    Mit mond egy frissen diplomázott munkanélküli bölcsész egy másik frissen diplomázott bölcsésznek aki már kapott munkát?
    - Két Big Mac-et kérek!

    Az ujdonsült egyetemista diák eloször megy haza iskolakezdés óta. Az anyja mondja neki:
    - Kisfiam, levágtam két tyúkot. Mit fozzek belolük?
    Erre a diák:
    - Pálinkát, Édesanyám!


  • Saturday, 02 April 2005
    title_23 (Comments)

    ezeket most kaptam. elore szolok, farasztoak, felelosseget nem vallalok :)

    Az amerikai katona őrt áll az erőd tetején.
    Egyszercsak lekiabál: - Parancsnok, jönnek az indiánok!
    - Na és barátok, vagy ellenségek?
    - Valószínüleg barátok, mert együtt jönnek!

    - Miért mennek a sziámi ikrek Angliába?
    - Hogy a tesó is tudjon vezetni!

    - Mi hallatszik ki az edzőteremből?
    - A fitnesz.

    - Hol hagytad az órádat?
    - Mindig siet, biztosan már otthon van.

    - Miért van hátsóablak-fűtés a Skodákban?
    - Melegen tartja a kezed, amíg tolod.

    Közlemény!
    A munka jelképei megváltoztak. Az eddigi sarló/kalapácsot felváltja a
    fagyi és a galamb. Aki nem nyal, repül!

    - Mitől lila a Milkatehén?
    - Szorítja a kolomp a nyakát.

    - Apu, már elmúltam 16 éves. Most már rúzsozhatom a számat?
    - NEM KISFIAM!

    - Doktor úr, nem tudok aludni. Egész éjszaka le sem hunytam
    a szemem.
    - Ja, így már érthető.

    Melyek a legnépszerűbb üzletkozpontok Törökországban?
    - Az Epi Centrum, és a Richter Skála.


  • Saturday, 02 April 2005
    - nah (Comments)

    - nah. atkoltoztunk az oblogra. remelm igy kicsit tobb bejegyzes lesz, hiszem sokkal jobban automatizalva lesz az egesz. oblog rulz! :)


  • Saturday, 02 April 2005
    - waa (Comments)

    - waa. 669 level 3 nap alatt. meg 1 kis ido lesz, mig mind atnezem... :)


  • Thursday, 31 March 2005
    - hehe (Comments)

    - hehe. most vettem eszre, h mar cest. tom, mar vas ota, de nekem most esett le ;)
    - hallgattunk 1 tartalmas eloadast az imh-minisztertol. szo esett benne pl a szilikon-volgyrol, meg egyenlore nem foglalkozik az audiovizua-terulattel


  • Wednesday, 30 March 2005
    - huh, megint eltelt 1 (Comments)

    - huh, megint eltelt 1 het
    - lassan uj engine kerul a blog ala, megerett a levaltasra
    - sz-p szegeden leszek, gondolom net nem lesz
    - iden beujitottam locsoloverssel, mert mar tobben szoltak, h obsolete az elozo. igy hangzik (pont nekem talaltak ki :)): nem tagadom lusta ember vok, de a viragot kedvelem akar a nagyok. de viragok kozul csak 1 fajtat ismerek: mely ezt mondja: evi egy locsolast igyenyelek. itt van mar az ido, nem keslelkedhetem, s ha szabad, maris intezkedem
    - nah, pakolok holnapra, jo8


  • Thursday, 24 March 2005
    - re (Comments)

    - re. tom, fiatal es tapasztalatlan vok, es azokonal ez nem ritka: meglepodtem
    - a tisztelt Nagyerdemuek meggatoltak abban, bemehessek dolgozni a munkahelyemre. hihetetlen. ooo, tegyuk hozza, h szerintuk ez 'kicsavart hazugsag', ahogy ok mondjak. miert is? tessek megnezni, h mennyi van az orara irva. nalam 9:40. hanykor kezdoduk a munka? 9:00. zului idoszamitas szerint biztos igazuk van
    - meg vmit be kell valljak: az osszes tobbi mese anyucival es apucival hasonlo modon hazugsag. azaz sehogy, de az mar mellekes
    - a fenti bekezdes szoljon azoknak, akik megkerdojeleznek ezeknek a postoknak az igazsagtartalmat. imho 2 van beloluk
    - tovabbi szep napot mindenkinek, es thx Nekik a mai joreggeltert
    - ps: a mai postot ugy akartam kezdeni, h "mar ugy napok ota, de mostmar telleg: itt a tavasz ;)". hat vhogy nem illett ide. sorry


  • Monday, 14 March 2005
    - itt vegre megtalaltam, h (Comments)

    - itt vegre megtalaltam, h a tinyint, smallint, mediumint es int korlatja sorba 255, 65535, 16777215, 4294967295
    - este jonagy tuz volt az utcankba. kijottek tuzoltok, meg minden


  • Saturday, 12 March 2005
    mod_rewrite howto (Comments)

    - mod_rewrite howto - es ha elszallsz isevel, akkor valszeg loopba keveredtel (ezzel tokoltem ma fel orat) - hogyan írjunk karbantarthatatlan kodot ;)


  • Tuesday, 08 March 2005
    - hm, hat igen (Comments)

    - hm, hat igen. az a wapos postolas 220huf/dbert nem valt be
    - vegre raszantam magam, h megtanuljak .htaccesst csinalni
    - fglrx driver + 2.6.11es kernelhez patch itt
    - a 2.6.11.1es kernel itt erheto el
    - nemigaz, h reiser4 patchet meg mindig nem adtak ki 2.6.11hez :(
    - ja, nem is irtam. raszantam magam, es attertem tbirdre pinerol. nagy ugras :)
    - kde tema tbirdhez itt


  • Sunday, 27 February 2005
    - hmm, na nezzuk (Comments)

    - hmm, na nezzuk. ittvok 2. napja ausztriaban/murauban (elvileg) offline
    - tegnap nem sieltunk, de volt 1 fergeteges vacsorank. ja, 1ilyen kis aranyos fahazikoban vunk, egesz kenyelmes
    - ma kivaltottuk a siberleteket, sieltunk egeszen 4ig. van 1 jokis vendeglatoipari 1seg, ott vettunk nemi nedut magunkhoz delben
    - btw a palyak teljesen hasznalhatoak, varni seholse kell a lifterkre, van beloluk ~12 es idaig csak az 1ik teteje volt csak jeges. ja, es seholsincs muho, az odavezeto uton is 2oldalt ugy allt a hofal, mint vmi vorostenger
    - d.u. szokasos zaba utan kartyaparty, a vegen meg gyoztunk is
    - a 2newbie esett nehanyat, de nem voltak sulyosak. /me nem esett, majd eljon annak is az ideje ;)
    - na, jo8


  • Friday, 25 February 2005
    - holnap megyunk sielni, uh (Comments)

    - holnap megyunk sielni, uh csutortokig offline leszek ;)
    - sedes sokoban itt
    - hmm, modosita kene setupot, h atisoknak megfelelo fstabot generaljon
    - frugalware poweredby logo itt
    - valszeg ilyen lesz a 0.2 dvdboritoja
    - gentoo-portage mirrort sose talalok, szal itt van 1 ;)
    - kene csinalni 1 todolistat az ooo-i18n packokrol. majd ;)


  • Sunday, 13 February 2005
    - lehet kene olasz mirrort (Comments)

    - lehet kene olasz mirrort requestelni itt
    - hat igen, kb ez a kep mindent elmond a mcdonaldsrol ;)
    - emellett talaltam ezt a hatteret, eleg jol nez ki
    - cool lesz, ha majd nalunk is lesz google map
    - msd elso probalkozasa 0.2 dvd boritohoz ;)
    - nekikezdtem fw netinstall cdnek. mar ott tartok, h megnezi, h van-e csomag a cdn, esha nincs, akkor detektalja halokartyat, majd megkerdezi, h fixip vagy dhcp
    - dhcp teszteltem, tty2n lynx szepen fut
    - meg kitalaltam, h hogy fogjuk 2. cd meretet leszoritani annyira, h raferjen OOo, es lacival kozosen atirtuk OOo buildscriptet, h szepen kulon szedje csomagokat
    - elvileg holnap reggelre keszen lesz 1 kis englihs-only OOo amihez majd lehet telepiteni kulon hu i18n pkgt
    - ja, es cups muxik. djsmiley rebuildelte, es ez slinnek is mukodott. meg ne kerdezzetek, h mitol javult meg ;)


  • Tuesday, 08 February 2005
    - regebben irtam a qemurol (Comments)

    - regebben irtam a qemurol. az nptl-enabled 2.3.4es glibcvel vhogy elhasalt vmware, igyhat kiprobaltam. tudom ajanlani mindenkinek. kicsi, gyors, etc. nemhiszem, h ezutan visszaterek vmwarehez ;)
    - kezdenek sokasodni megint a firefox tabok, szal nezzuk a linkeket:
    - hogyan alakitsuk egyedive szamitogepunket? (fanatizmus rulz)
    - legjobb python guide, amit idaig lattam
    - grub+raid howto - ezt majd kikiserletezem qemuval, jol
    - things to say when you're losing a technical argument


  • Monday, 07 February 2005
    - thuggal ertekeztunk 1sort 1 (Comments)

    - thuggal ertekeztunk 1sort 1 esetleges x86_64es fw port ugyeben. kivetelesen egeszen 1etertettunk ;)
    - brigi ma 1 tok banto levelet irt (idaig sem torodtem vele, de ezzel nem igazan tudok mit kezdeni)
    - ha minden igaz nekikezdek ma a netinstallos fw setupcdnek
    - usztam 1 jot ma. lehet surubben kene
    - melohelyen is sikerult 1 uj projectben egeszen sokat haladni
    - elkeszult az elso 1.1.4es OOo build. van meg mit javitani rajta


  • Friday, 04 February 2005
    - ie2firefox animgif- eh, ccsul (Comments)

    - ie2firefox animgif
    - eh, ccsul is meg kene 1x tanulni. pl h ilyen designt is tudjunk csinalni ;)
    - djsmiley igy oldja meg a problemakat. vigyazzatok vele ;)


  • Thursday, 03 February 2005
    - nezzuk mivolt hetvegen: szombaton (Comments)

    - nezzuk mivolt hetvegen: szombaton lementem ambrohoz, aztan csaladi hepaj, vasarnap csalad masik felenel program (ez rovidebb volt)
    - tegnap megneztem ezt a hitleres filmet. allati jo. tudom mindenkinek ajanlani
    - a linux times cikken jot rotflkodtam
    - idezetem: "The only things that you can't install are any sort of kernel update, or window manager. This is because Gnome is tied into the kernel, and it's not possible to upgrade anything. This is also the reason why it is so fast."
    - nezzuk, milyen ember lehet, aki kepes ilyet leirni? Aditya Nag is currently studying _law_ in order to better understand the GPL, and has been a Linux user since 1997.
    - haat, tovabbi jo tanulast aditya ;)


  • Friday, 28 January 2005
    - eleg idiota, de kb (Comments)

    - eleg idiota, de kb 1pig tokjo jatekok itt ;)
    - 1 eleg jonak tuno bt faq itt
    - mai napi irclog kigeneralasa (nyunyonak szokott hasznos lenni :P):
    "/exec -o grep "Jan 26" -A 999999 ~/irclogs/inflame/\#inflame.log"
    - gentoosoknak van 1 eleg hasznalhato uml howtojuk itt. mintha mar irtam volna, de most nemtalalom ;)
    - otletek ongyilkossagra kizarolag nyusziknak (update: azota sajnos tololtek, sorry)
    - clone warningos script xchathez itt


  • Thursday, 27 January 2005
    - nehany link, mert kezd (Comments)

    - nehany link, mert kezd atlathatatlanna valni a firefoxom
    - ilyen Mo 1amerikai szemevel... ;)
    - xhtmlben hogyan tegyunk megjegyzesbe scripteket
    - xhtml tagekrol 1 eleg jo osszefoglalo itt
    - 2 virtualis gep: bochs (barmilyen plattformon emulal x86ot), qemu (ez ilyen emulalok mindenen mindent, aranylag gyors is)


  • Tuesday, 25 January 2005
    - tegnap 2 komolyabb bug (Comments)

    - tegnap 2 komolyabb bug fixelese utan uj -current snapshot isokat csinaltunk
    - lirul eredetileg 3600as, majd 360asra "redukalt" loadja megtekintheto itt
    - gozerovel folyik az OOo portolasa frugalware-re. mar van sikeres build, de van meg rajta mit szepiteni :) nehany screenshot: calc, menu, ooo
    - kiadtak az arch 0.7et. gtk alapbol broken benne ;) na mind1. lenyeg, h mostmar remelem judd a pacman libifikalasara koncentral, es az ugybar mindenkinek jo ;)
    - allitolga a jovo billentyuzete igy fog kinezni
    - rovidesen at kene terni gmailre, csak meg nem szantam ra magam ;)


  • Friday, 21 January 2005
    - jo, tom, nem nagy (Comments)

    - jo, tom, nem nagy cucc, de itt kepekrol volt szo, nem html oldalakrol, ez itt nem ment csuklobol ;)


  • Tuesday, 18 January 2005
    - ma sokminden tortent :)- (Comments)

    - ma sokminden tortent :)
    - melohelyen irtam felora alatt 1 kis programot, ami d.u. 4 ota kb most hajnali 3ig fog futni, idaig hiba nelkul :)
    - volt 314vt, nem volt semmi kulonos
    - beindult a tesztuzem a forums.frugalware.org-on sok-sok thx djsmileynak :)
    - jott 1 olasz csavo, h o olasz doksit akar forditani :)
    - xfce 4.2t commiteltem -currentbe
    - ez a mai tok franko volt :))


  • Tuesday, 11 January 2005
    - 2 mediawiki link:- documentation (Comments)

    - 2 mediawiki link:
    - documentation on customizing the interface
    - User's Guide


  • Sunday, 09 January 2005
    - multkor felbeszakadt a linktar, (Comments)

    - multkor felbeszakadt a linktar, mert rajott, h rosszat huzott ki ;)
    - viszont tokjo, most 4hetig 1ig van netem
    - holnap frugalware 0.2pre1 release :)
    - ez az apue musthave ;]
    - kiskapunal meg tok olcson lehet megkapni ezt a konyvet


  • Thursday, 06 January 2005
    - tegnap megin jo moka (Comments)

    - tegnap megin jo moka volt, netelvonas, elkuldes otthonrol fel orara etc
    - elvileg ma is (tV visszakapcsolta a modemet, mert gondolom neki is kellett a net, majd a switchbol kihuzta az en gepem kabelet, azaz huzta volna, de veletlenul (?) rosszat huzott ki :))
    - linktar:
    - jmirc telefonlista, ez az elso app, ami elindul az en telefonomon is. azota tok ircelni, ha tV letiltja a netet. hehe
    - hogyan tegyunk pendriverra linuxot - ha majd 1x tudok mar en is ilyen cuccrol bootolni, kiprobalom :)
    - az itteni oldalon 1 sima link helyett voltak kepesek javat hasznalni (bar a javaban irt forum mindent uberel, de az nemtom hovalett ;))


  • Sunday, 02 January 2005
    - miert nem megy kernel26tal (Comments)

    - miert nem megy kernel26tal netcraft?


  • Saturday, 01 January 2005
    - na, vegulis erre az (Comments)

    - na, vegulis erre az mkk bulira mentem, egesz turheto volt. rosszabbra szamitottam ;-)
    - d.u. meg heggesztettem reiserfs supportot fw telepitobe
    - ja, mindenkinek buek
    - asszem /join agyiko, jo8
    - ps: termeszetesen ujevi elhatarozasokat nem tettem, lehet kellet volna, mert tudjuk, hha nincs terv, akkor nincs mitol elterni ;-)


  • Thursday, 30 December 2004
    - for i in `find (Comments)

    - for i in find . -type d; do i=echo $i|sed 's|^\./||'; if [ "$i" != "." ]; then cd $i; echo "- xfce4/$i: new package (grep ^pkgdesc FrugalBuild|sed 's/pkgdesc="\(.*\)"/\1/')"; cd ..; fi; done
    - gyonyoru :)
    - legeneralja a changelog entryket: bemegy minden konyvtarba, es kiirja, h "- xfce4/pkgname: new package (pkgdesc)"
    - gondoltam megosztom veletek :)
    - itt 1 nem tul uj, de annal viccesebb post ;)
    - itt 1 ilyen alatalnos burning movies to dvd oldal, mar nemtom miert talaltam erdekesnek ;)


  • Monday, 27 December 2004
    - a titokzatos Valaki (ha (Comments)

    - a titokzatos Valaki (ha vki nemtudna ki o, olvasson vissza) satani kuldetese folytatodik, miutan vege a karacsonynak
    - uj feladata, h lenyomja a bizositekot, ha elmegyek, es be van kapcsolva a gep
    - az kit zavar, h o is eszi a kajat, amit vasarolnek :P
    - szanalmas. na mind1


  • Sunday, 26 December 2004
    - na, vegre idejutottama konzolomhoz, (Comments)

    - na, vegre idejutottama konzolomhoz, szal boldog karacsonyt minden kedves blogolvasonak, etc ;]
    - ket hasznos link bootsplash patch portolashoz: bootsplash-discussion, kernel26 cl src rpm
    - karacsonyra tobbekkozott gyartottam fotokbol ilyen slideshowokat is vcdre. kiderult azonban, h nehany csaladtak a kis winxpjen keptelen lejattszani. a vicces az az, h ~6evvel ezelott A'rpi pont azert kezdte el irni MPlayert, mert csak winen lehetett ilyen cuccokat lejattszani ;]


  • Wednesday, 22 December 2004
    - ize, mivan ma? szerda (Comments)

    - ize, mivan ma? szerda. ja igen. most pastoltam ide a datumot ;)
    - poppet le vok faradva. mind1
    - tokjo, mar csak holnap kell bejonni melozni, aztan szabiiii ;)
    - analfabetizmus. e szo hallatan konnyed nosztalgia ebred bennunk, a regi szep idokben meg voltak, akik nem tudtak olvasni, stb. vicces, tegnap a moriczon a 61es indulasanal a villamostol kb 50 meterre kiirta 1 ora, h 4p foo mp mulvan indul a jargany. az emberek kb 1harmada ertetlenul bamulta 1 kicsit az orat. majd eszetvesztve elkezdett futni a villamos fele ;]
    - idaig is idegesitett, h hol ekezetesen, hol ekezet nelkul irok, most sikerult raszokni, a teljes ekezetmentessegre. jobb, mint amilyen az a mixed stuff volt :)
    - ki kene talalni, h hova megyek szilveszterezni, mert a vegen a sok lehetosegbol 1 se marad ;)


  • Friday, 17 December 2004
    - tegnap talalkoztam vincevel, meg (Comments)

    - tegnap talalkoztam vincevel, meg killahhal, fucsa oket igy 1 kalap ala venni :)
    - vince egeszen megemberelte magat, vhogy jot tesz neki ez a fosuli ;-)
    - killahhal meg tokjot beszelgettunk/teaztunk
    - na, jo 1 tonna link:
    - Advanced Bash-Scripting Guide - ez hasznos kis howto
    - HugeURL - Because bigger is better, right? nagyon epenis felling... ;-)
    - jokis ps peldatar moonlighttol itt
    - Box Backup - the ultimate backup tool
    - lattal mar tetrist 1dben? ;]
    - a legujabb anty-trendy trend itt ;)
    - irc topz0rok sirja
    - miert szar az uj tbird 1.0? bugreport itt
    - cedega cvs building howto itt
    - Position Is Everything - akkor most ki supportalja a csst? ;)
    - jo kis osszefoglalo firefox extensionokrol itt
    - 11 tabbal kevesebb firefoxban ;)


  • Monday, 13 December 2004
    - na itthon (Comments)

    - na itthon. sajnos
    - u.az folytatodik. neszeneked karacsony, meg szeretet unnepe, meg minden franc


  • Tuesday, 07 December 2004
    - pont 1 hete irtam- (Comments)

    - pont 1 hete irtam
    - Noncsyval valo tali. huh, nc
    - Vincenek eszebejutott, h letezem ;)
    - nezzuk 1 kicsit reszletesebben az elmult hetet: mult het szerdan beszeltem eloszor moonlighttal, kedves kis csajszi, jol eldumaljuk az idot. szinten rchates. ilyen yuhl ismerosenek ismerose kategoria
    - szinten szerdan elmentem ironhoz, adott lovet, meg dumaltunk 1 adagot, aztan gitaros proba, stb
    - este q faradt voltam, nem is committoltam
    - csut-on iron committolta elso igazi nagyobb csomagjat, vegre van adsle, rendesen be tud szallni a munkaba. penteken ogy, miegymas
    - penteken fixeltem 1 durvabb qt bugot, a vicces az az volt, h vegre mar nem magyar bugreport alapjan :)
    - szombaton, hm. nemtom mivolt. vhova elmentem logban csak ennyi van fel1kor, h na megyek, majd re este,ilyen 7korul
    - ja tom, mentem haza, nevnapi koszontes, mikulas, miegymas. kaptam 1 vekkert. ez mar lassan-lassan musthave
    - vasarnap itteni erdi csaladi mikulas-buli. pict az volt a baj vele, h x ora alatt m+1 dolgot akartunk csinalni, ilyen rohanosra sikeredett. ja meg le lettem cseszve, h mit bulizok itt, mikulaskor, menem dolgozok, stb (by tV)
    - tegnap vegre committoltam nvidia drivert, meg csomagoltam uj bootsplasht, amit msd keszitett. igy nez ki ;)


  • Tuesday, 30 November 2004
    - hihetetlen, h a hupfórum (Comments)

    - hihetetlen, h a hupfórum szinvonala hova süllyedt le
    - megtekintheto, h mie
    rt kerult sor a kdelibs-3.3.1-2 kiadasara :)
    - z0d joinolt #fwre
    - holnap 7kor tali Noncsyval. huh


  • Saturday, 27 November 2004
    - hu derégen írtam :)- (Comments)

    - hu derégen írtam :)
    - nézzük. szombaton egész nap linuxconf volt. láttam thugot, timart, nemethlt, meg volt 1 egész szinvonalas el?adás umlr?l
    - ami hihetetlen volt, az az, h mennyi lamer jött el. nesze neked népszerüség ;]
    - pl volt vki, aki azért akart projectet indítani, h honosítság a OOo kódjának commentjeit :D
    - na, aztán vas. d.e. nemtom mit csináltam, d.u. elment gitározással
    - melóhelyen most q sok munka van, de tökjó, mert dec1t?l kapok végre fix fizetést
    - fw szépen fejl?dik, sok kicsi apró dolog :)
    - killahhal akciózunk itt kedd óta, de ez mondjuk inkább nem publikus :)
    - ezen a címen megtekinthet? kry_ main "bugreportja". elég viccesre sikeredett :)


  • Friday, 19 November 2004
    - huh, sokminden történt szombat (Comments)

    - huh, sokminden történt szombat óta, most csak a mai napról írnék :)
    - 19:50es vonattal jöttem _volna_ haza. mikor odaérek a pályaudvarra, induló vonatoknál még ott a 17:50es, kiírva, h késés 120p. a vonat még nem ért be, tehát nyilván nem 120pet késik, mind1. vágányszám nincs kiírva. ez kb 19:45ötkör volt, információnál mindenki ezt a vágányszámot kérdezte, a n?ci meg megmondta, h ? is csak azt látja, amit mi
    - so az információ analfabétáknak tök hasznos. ezt is tudjuk :)
    - ott volt a sorban 1 csajszi, meg a barátja, és aztán velük kezdtünk el dumálni, végén kisütöttük, h valszeg az els? vágányról fog indulni. ott állt is vonat, fel is szálltunk
    - 20:10 körül aztán bemondták, h els? vágányról indul vonat, erre jött a sok plebsz is, az is mind fel akart szállni. legalább 1 kicsit melegebb lett a vagonban :)
    - 20:25 környékén bemonták, h 13as vágányról azonnal indul vonat. bazze, mindenki le a vonatról, ráadásul mi ugye ültünk, utolsóként épp, h leszálltunk, mire újra bemondják, h 1es vágányról (ahol mi voltunk) azonnal indul a vonat. kb 1/3a, fele fel is szállt mikor elindult, fele meg ottmaradt. hálistennek mi felkerültünk, mivel épph csak leszálltunk
    - végül kb 3/4 órával kés?bb értem haza, de szerencsétlen csajszi pl 3/4 6 óta szobrozott ;)
    - btw marha jófej volt, úgy eldumáltunk, h majdnem nem szálltam le :D
    - na, off


  • Saturday, 13 November 2004
    - jövök visszafelé risztoéktól (Comments)

    - jövök visszafelé risztoéktól. tök kedvesek voltak, dobozt is kaptam a géphez
    - még beköszöntünk #rchatre, meg magambanyomtam 1adag pisztáciát, aztán jöttünk is el
    - ehh mindjárt lemerülök ;]


  • Saturday, 13 November 2004
    - mindjárt indul a vonat (Comments)

    - mindjárt indul a vonat. itt vok györben, átutazóban, megyek risztoékhoz a serverért
    - itt ül velem szemben 1 ember már vagy 5perce, és képtelen vagyok megállapítani, hogy nö vagy férfi :-)
    - na vegyük sorra mi történt kedd óta:
    - összességében sokkal több id?m volt, mivel most nem voltam a bellnél. kb 5órányi id?m van most munka után az elözö 2helyett
    - n-trance-ék ramp remixét hallgatom. ahhoz képest, h a weekend remixük milyen volt, félelmetesen szar
    - ja, csináltam 1backupot a genesisröl, ennek már épp ideje volt ;-)
    - Noncsy kissé felkavart tegnap, az a baj, h ? se tudja, h mit akar és igy elég nehéz ;-)
    - shriftnek tanitottam 1kis sedet, asszem a logot ki fogom tenni vhova, h másoknak is tanulhassanak bel?le


  • Tuesday, 09 November 2004
    - huh de régen nem (Comments)

    - huh de régen nem írtam
    - na vegyük sorra. múlt hétf?n egésznapos családi munka tahiban
    - kedden bellben dolgoztam, jól elment az id?
    - és délel?tt kiadtuk az els? -stablet, interjúval, minden frincfranccal
    - szerdán nem gitároztam, mert meló volt (ismer?snél), de ezúttal kaptam pénzt, így valahogy azért csak szivesebben csinálom :)
    - csütörtökön szintén meló bellnél
    - pénteken ögy. aztán haza. ez még egész használható nap volt
    - sz-v úgy volt, h dolgozom bellnél, de szerencsére csak sz d.e. kellett bemenni
    - egy kicsit elegem lett a bellb?l ;)
    - vasárnap megcsináltuk az els? fw cd szétrobbantását
    - tegnap 1 csomó régóta incomingban csücsül? csomagot committoltam
    - jacksparrownak kiírtam 4 fc3 cdt
    - írt 1 csajszi MPlayer-felhasznalokra, sztem ezt kér?bb történelemben fogják emlegetni :)
    - néhány kód:
    - 3.4.3as gccve, udevvel vmware indítás:
    "echo "yes
    yes
    /lib/modules/uname -r/build/include
    yes
    no"|vmware-config.pl && vmware
    "
    - jah, felkerült a 0.2 roadmapja az fwhpre
    - egy kis fun:
    "<Gab_EGA> van valakinek halvany sejtese hogy X make Worldben mi tortenik? ;)
    <Arpi_CFG2> hat letrejon egy uj vilag
    <Arpi_CFG2> isten is biztos X-et akart forditani
    <Arpi_CFG2> csak rossz konyvtarban adta ki a make World-ot
    <Arpi_CFG2> meg jo lassu gepe lehetett
    <Arpi_CFG2> ha 7 napig fordult
    "

    - aztán:
    "<Arpi_IDEG> faszom
    <Arpi_IDEG> bugos a monitor
    <Arpi_IDEG> fixed
    <Arpi_IDEG> szegeny molylepke :)
    "
    :D

    - majd:
    "<Atmos4> #define LIGHT
    <Atmos4> //and there was light
    <chass_bx> //and god saw that it has no sechole
    <Arpi_ESP> // and god created BUGTRAQ
    <Gabucino> // and devil created RedHat, and RedHat created gcc 2.96
    "
    lol

    - végül:
    "<laaz> kepzeljetek tegnap kodoltam :)
    <Arpi_LAVC> ezt nem tudjuk elkepzelni
    <laaz> :)
    <Arpi_LAVC> mas vicc?
    <laaz> holnap is fogok :)
    <Arpi_LAVC> rotfl
    "
    rotfl

    - b?vebben itt ;)


  • Sunday, 31 October 2004
    - Down által talált két (Comments)

    - Down által talált két hülye kép itt és itt


  • Monday, 25 October 2004
    echo 4 &gt;/proc/acpi/sleepservice adsl restart./rsynchalt- (Comments)

    echo 4 >/proc/acpi/sleep
    service adsl restart
    ./rsync
    halt
    - újabb kis script, Elbandinak készült eredetileg, ilyen aaa.jpg típusú jpgket nevez át 000 típusúakká:
    for i in seq -w 1 10
    do
    regi=find *|sed -n "$i p"
    uj=seq -w 1 10|sed -n "$i p"
    mv $regi $uj.jpg
    done

    - ékezetes domainhez script itt
    - a distrowatchon nyílt 1 section nekünk itt
    - iron és msd által készített fw háttérkép itt
    - aranyos kis elefántos-memóriás kép itt
    - mára végetért vmiklos linktára ;-)
    - hja még: mai hülye beszólásom:
    kocka skizofrén: én most bug vagyokvagy feature? :D


  • Sunday, 24 October 2004
    - a titokzatos Valaki (már (Comments)

    - a titokzatos Valaki (már olyan régen volt ilyen) megint betett. legújabb akciója az itthoni adsl internet felszámolása, nevettséges okokra hivatkozva
    - szerencsétlen persze nem tudja, h ezzel a legkevésbé pont nekem okoz fennakadást, sokkal inkább az egyre tornyosuló comittelend? patchek, csökkentésre váró todo-listák, engedélyezésre váró levlista-levelek bánják, és ezen keresztül sok-sok ember
    - de hát ezt már megszokhattuk. tV (asszem így fogom a továbbiakban rövidíteni az 1x?ség kedvéért) útjában senki nem állhat, mintha nem félne se Istent?l se embert?l. mire is van az embernek gyereke: nyilván azért, h felnevelje, szeresse
    - kedves Olvasó, igen érdekes, és új formájával ismerkedhetsz meg a szeretetnek. figyeld meg jól, mert máshol nem így fogják hívni ;-)


  • Friday, 22 October 2004
    - újabb kaland a nagy (Comments)

    - újabb kaland a nagy Valakivel (nemírom a nevét, megkérte)
    - tegnap este igen érdekeseke mutattott az adsl-router lámpája, de szépen m?ködött. na, erre nekiállt ezt-azt tenni vele, mert h az biztos nem m?ködik, csak a láccat csal ;-)
    - ma haza jövök ki van kapcsolva. szépen bekapcsolom, szó mi szó, mostmár a lámpák is szépen m?ködnek. bár idáig is csak ahhoz kellettek a titokzatos Valakinek, h ellen?rizni lehessen, h mikor van bekapcsolva a gépem
    - errre jön a le****, h miért kapcsolom be, azért lett kikapcsolva mert Valaki véleménye szerint ez úgy jó. nagykaland, én meg azért kapcsoltam be, mert szerény véleményem szerint egy adsl-el?fizetés mellett, az adsl router márpedig bekapcsolva jó


  • Thursday, 21 October 2004
    - na, gcc34 fixelve (Comments)

    - na, gcc34 fixelve. most a setup kernelét forgatom
    - újabban nagyon elt?nt NeverGone. sokminden történik vele, és a dolgok nem épp a legjobb irányban haladnak...
    - xbit egyre többet segít, lassan szónélkül beszáll a projectbe ;-)
    - beüzemeltem 1 screent genesisen, nagyon vicces


  • Tuesday, 19 October 2004
    - komolyan, most ha idáig (Comments)

    - komolyan, most ha idáig fordult, miért engednek comittelni olyan kódot, amit?l nem fordul?
    - lkmlen volt róla 1 thread, és lökött fejleszt?k azt sütötték ki, h nem érdekes, mert aki gcc-34et használ az úgyis advanced user, azok meg -mmet használnak. barmok


  • Tuesday, 19 October 2004
    - hát, nemtom mikor fogok (Comments)

    - hát, nemtom mikor fogok irni :)
    - na a hétvége csürötökön kezdödött, amikoris délelött felhivtak a belltöl, h lenne 1 kis munka. p du, + sz-v. ergo ~21óra 520as órabérben. nem lenne rossz. aztán rájöttem, h a péntek d.u. nagyon nem jó, és így csak sz-v mentem
    - szombat este buli volt, ez ugy nezett ki, h 6kor eljöttem a munkahelyemröl és mentem 1böl hozzájuk. azaz mentem volna, mert kitalálták, h legyünk 8ig, mert vas estig be kell fejezni a melót, és nem leszünk kész. erre mondom, h nem érdekel, én megyek 6kor, 2órával kevesebb pénzt kapok
    - a vége az lett, h végül mégis mindenki elment :)
    - na, fél7 körülre oda is értem, vmi franctudjamilyen u 7 szám alá. kiderült, h a 7 szám 1 teljes lakótelep, egészen vmi l épületig. nekem persze sikerült 1böl az l épületet megtalálnom. onnan bolyongtam jobbra-balra, mikor egy vastáblát találtam, amire semmi nem volt irva. gyanus volt, h a másik oldalán lesz. na, utcáról nézve télleg ott volt 1 félig lerohadt térkép, az alapján nagyjából belöttem, és sikerrel megtaláltam a lakást. aztán killahhal downék elé mentünk ki, akik persze, h képtelenek voltak a megbeszélt helyre érkezni. na mind1, smileyék 1 csomó ideig nemjöttek, aztán mégis
    - ment is a dinom-dánom egészen reggel 6ig, most hadd ne írjak le mindent :P
    - volt káposzta, abból nyilván nem ettem, aztán volt pizza két felvonásban, mert fél3? 4? ilyesmi körül dj is rendelt még1et. hja, ez elözö házi készítés volt :)
    - szóval volt kaja, 1 halom chips elfogyasztásra került, Metáék hoztak 1 rekeszrevaló dobozos sört, meg volt martini, tonic, stb.
    - fél6körül kezdett elszállingózni a társaság, így egész 2órát aludtam. 8ig, mert akkor felébredtem, és már nem aludtam vissza. aztán 9kor be bellhez, meló
    - szerencsére 1re készen lettünk, és addig úgy-ahogy bírtam, aztán haza, szerencsésen befejeztem a kde buildelését, és aztán nyomás fel gitározni. tegnap a kedves ~500mbot binary imaget feltöltöttem, és akkor a kde-mizériának vége. remélem a következöt már nem én buildelem :)
    - na, mára ennyi elég is lesz :P


  • Sunday, 17 October 2004
    - jó kis hévége volt, (Comments)

    - jó kis hévége volt, majd írok
    - néhány link:
    - durva sírk? itt
    - egy lökött fw screenshot itt. nem nagy szám, de más screenshot még nincs kint neten ;-)
    - árnyékolós gtks menü itt
    - kdesdk compile fix itt
    - hír tuxportalon fwr?l itt
    - na, 5tabbal kevesebb firefoxban :)


  • Monday, 11 October 2004
    - az uhu csevej listáján (Comments)

    - az uhu csevej listáján már volt 1-2 visszajelzés :)
    - még tegnap volt hír hupon arról, h slack dobja a gnomet. csak 1 megjegyzés, h mennyire kell ezt komolyan venni: fbsd 4.5 el?tt is már hisztizett 1 sort.


  • Saturday, 09 October 2004
    - d.u (Comments)

    - d.u. 5 óta szórakozunk 1 újzélandi sráccal, h 1 kde bugot javítsunk. a bugreport eredetileg nvidia driver bugként került hozzánk (frugalware). több, mint 3 óra, de úgy néz ki, h megvan, h mi a baja. a patchet még egy frissen telepített rendszeren tesztelem, aztán lehet comittelni :)


  • Saturday, 09 October 2004
    - beteg vok (Comments)

    - beteg vok. márminth náthás. minél id?sebb az ember, a nátha annál jobban inkább lelki betegséggé válik ;-)
    - egész jól tuom rekonstruálni a történteket: kedd d.u.ra elkezdtem fújni az orrom. szerdán fájt a torkom, csütörtökön vérzett is mellé, nem maradt abba, mert fújni kellett az orrom, péntekre berekedtem. mára elkeztem köhögni. pff
    - Never joinolt a projectbe
    - Frugalware changelogot többet már nem postolok, el lehet olvasni itt


  • Sunday, 03 October 2004
    - szokásos pécsi munka: reggel6kor (Comments)

    - szokásos pécsi munka: reggel6kor mentem, este fél10kor jöttem
    - jól jött, mert most eléggé le voltam égve anyagilag
    - este jól eldumáltuk az id?t debhun Antiemessel, gyuval, Friczyvel
    - Antiemes tök rendes volt, egészen megsajálta sanyarú sorsomat :)


  • Thursday, 30 September 2004
    - két kedves kis kép (Comments)

    - két kedves kis kép itt és itt


  • Monday, 27 September 2004
    - le lettem szúrva (Comments)

    - le lettem szúrva. (nem mondom, hogy ki, úgyis teljesen nyilvánvaló) mert hogy én miért írom ki ide, h kinek mikor van a születésnapja. történetesen ebb?l akkora baj keletkezett, h valaki akit az ünnepelt igen jól ismert, felhívta, és megköszöntötte telefonon. namost ezzel történetesen 3 nagy bajnak is elébe nézhetünk:
    - 1) az ünnepelt drágai idejét rabolta valaki, természetesen _énmiattam_
    - 2) a megköszönt? telefonszámláját növeltem (természetesen én), amit ha jókisfiú lennék, megtérítenék
    - 3) és a legsúlyosabb maga a tény, h az ünnepeltet megköszöntötték. valósággal beletapostak a lelkivilágába
    rotfl


  • Saturday, 25 September 2004
    - ma van nagyapám 80 (Comments)

    - ma van nagyapám 80. szülinapja. m1ünk hozzá ünnepelni
    - tegnap beüzemeltem a frugalware-{announce,devel,users} listákat


  • Friday, 24 September 2004
    - mailman hírlevél howto itt (Comments)

    - mailman hírlevél howto itt


  • Friday, 24 September 2004
    - lökött problémát debuggoltam tegnap- (Comments)

    - lökött problémát debuggoltam tegnap
    - tegyetek be 1 cdt, utána ln -s /mnt/dvd/vmi link, umount /mnt/dvd
    - betesztek 1 másik cdt, ln -sf /mnt/dvd/vmi2 link, szépen megy, felülírja
    - de ha létezik a vmi a második cdn is, akkor azt dobja vissza: csak olvasható fájlrendszer
    - RChaten jött egy fontoskodó nev? úriember, nagyon lol volt:
    <Fontoskodó> van egy IRC szerverem
    <killahbunny> igaz igaz
    <djsmiley> Fontoskodó: joneked :D
    <Noncsy> Fontoskodó, :)
    <Down> lol
    <Fontoskodó> és csak @-van
    <Noncsy> es mit csinaljunk bele? :)
    <killahbunny> :D
    <Noncsy> hat derossz
    <Fontoskodó> honnan tölthetnék le jogokat?
    <Noncsy> me mit akarsz mi legyen?
    <Noncsy> viragocska?
    <Noncsy> :)
    <Down> :DDDDDDDDDDDDDDDDDDDDDDDD
    <killahbunny> :D
    <Noncsy> hat
    <Noncsy> ize
    <Fontoskodó> min egy beszédjog
    <Noncsy> jogokatakarok.atw.hu
    <Noncsy> ott van
    <killahbunny> :DDDDD
    <Down> hat ezt bekereteztetem
    <Fontoskodó> de admin se ártana
    <djsmiley> mit akarsz te?
    <Noncsy> Fontoskodó,
    <Noncsy> mondom
    <killahbunny> lol
    <Noncsy> jogokatakarok.org
    <djsmiley> milyen irc server?
    <Noncsy> szeretnenk megnezni
    <djsmiley> #help szoba
    <Noncsy> hatha tudunk segiteni
    <djsmiley> en segitek, ha nem kerdezel tulnagy baromsagot :DDD
    <Fontoskodó> ok
    <Down> lol
    <Down> mirc irc server
    <killahbunny> :D
    <Down> :DDDDD
    <Down> van olyan :DD
    <Noncsy> nana :)
    <Noncsy> ja :D
    <killahbunny> bah :D
    <djsmiley> nema'
    <djsmiley> komolyan?
    <Down> dede
    <djsmiley> :D
    <Fontoskodó> ./server ViktorChat
    <djsmiley> az ize
    <djsmiley> ROTFL
    <djsmiley> :D
    <Down> mirc scriptben van irva
    <Down> :DD
    <Noncsy> fontoskodo
    <Noncsy> hat
    <Noncsy> az erdekes
    <Noncsy> es mondcsak
    <djsmiley> Fontoskodó: azt helybol felejtsd el
    <Noncsy> hanyan vagytok alt?
    <killahbunny> :DDD
    <djsmiley> lol
    <djsmiley> :P
    <killahbunny> 1 en
    <Noncsy> 2en?

    rotfl


  • Wednesday, 22 September 2004
    - mai nap pozitívumai: úgynéz (Comments)

    - mai nap pozitívumai: úgynéz ki, h hétf?t?l van állásom, van hol dolgozzak
    - megy a domain: www.frugalware.org :)
    - rossz. sajna ez hosszabb
    - apám feltett vmi barátjának valami wint. az kapott vmi vírust. de persze a vírust már nekem kellett kiírtani. szívtam vele egy ideig, de megcsináltam. erre hazajövök, és ki van kapcsolva a gép, amin /pill fordítottam. és persze félbe lett szakítva. mert apám megmondta, h ha a lakást elhagyom, akkor legyen a gép kikapcsolva, és vessek magamra. bazze. most ezért érdemes neki segíteni? és már az ajtóban figyelmeztetett, h 11kor megint hagyjam abba. ilyenkor mindig megfogadom, h többet nem segítek neki. aztán amikor kell, akkor rájövök, h ha nem segítek, akkor nem vele szúrok ki, hanem azzal, akinek nem segítek. és akkor az illet?n megesik a szívem, és segítek. és apám tudatosan pont ezt használja ki. én igazán nem vagyok egy olyan típus aki bárki felett pálcát tör, de ez... és teljesen felesleges megbocsátani neki. talán ez a legrosszabb. de legalább volt, aki meghallgatott. mondanom se kell, h Noncsy ilyenkor érdekes módon mindig felt?nik :)


  • Tuesday, 21 September 2004
    - ma voltam állás-elbeszélgetésen (Comments)

    - ma voltam állás-elbeszélgetésen. úgy néz ki, h jól lesz ez a dolog ;-)
    - újabb hasznos link itt, miel?tt leadod a nichez az igényl?lapot
    - holnap elvileg indul a domain reg, szents segített
    - sf.net hirdetett akciót: csinálj szerveroldali alkalmazást nem shell scriptben vagy javaban, és ne portold ppchez. ? meg ad neked 1 iPod-ot. majd valaki mesélje el nekem is, h mi az ;-)
    - valami Apple termék lesz, ez a teljes neve: Apple iPod mini :S


  • Monday, 20 September 2004
    - most csupa idézet lesz, (Comments)

    - most csupa idézet lesz, ide írom ?ket, itt nem vesznek el
    - LiRul mencoder scriptje: /usr/local/mplayer/bin/mencoder tv://2 -tv \
    input=0:driver=v4l:device=/dev/video0:adevice=/dev/dsp0:width=720:height=576:\
    norm=PAL -ofps 25 -of mpeg -vf eq=0:-15,pp=0x40000,lavcdeint,denoise3d=4:4:5 \
    -oac lavc -lavcopts acodec=mp2:abitrate=128 -srate 48000 -ovc lavc -lavcopts \
    vcodec=mpeg2video:vrc_eq=isI*200000+isP*75000:vratetol=1000000:vbitrate=7000:\
    vrc_maxrate=7000:vrc_buf_size=1835:keyint=25:aspect=4/3:scplx_mask=0.3 \
    -o capture.mpeg

    - ezt csak azért tartom meg, mert épp most törölte le a teljes winchesterét vmi bsdvel, és még néhányszor fogja kérni, h visszaküldjem neki
    - a http://www.lu-ma.fw.hu/ személyesen megkeresett, h küldjek nekik órabérben pénzért kézzel spamet. a jó **** ;-)
    - jött 1 l4m3r MPlayer user, h a 'Core Dumped ;-)' szöveget nem érti, nem segfaultolt el az MPlayere. (ezt -dump* optsnál írja ki, semmi köze a segfaulthoz). két alternatív megoldás született: rich szerint kell 1 filter, h aki emiatt reklamál, annak egy autoreply, h 'you are stupid!', A'rpi szerint a következ? szövegre kéne cserélni: 'Congratulations! The stream has been successfully saved for your entertrainment. Enjoy, and dont forget to donate!' lol


  • Saturday, 18 September 2004
    - MPlayer-dev-engre jött ilyen levél:Date: (Comments)

    - MPlayer-dev-engre jött ilyen levél:
    Date: Fri, 17 Sep 2004 12:40:54 -0400
    From: Levi Bard <taktaktaktaktaktaktaktaktaktak@gmail.com>
    Reply-To: mplayer-dev-eng@mplayerhq.hu
    To: mplayer-dev-eng@mplayerhq.hu
    Subject: Re: [MPlayer-dev-eng] [PATCH] configure on amd64
    - nagy arc lehet a srác ilyen email címmel ;-)


  • Wednesday, 15 September 2004
    - thug talált 1 jó (Comments)

    - thug talált 1 jó kis vax emulátort itt
    - killahnak való überprimitív játék itt
    - mozilla ffox bug bejelentésem itt, de úgy néz ki, h le se sz*rják (tom, bugzillába kéne, de ahhoz lusta vok :D)
    - Rita matekfeladata: "Hány olyan legfeljebb 6-jegy? pozitív egész szám van, melyben el?fordul az 1 számjegy?". biztos van szép matematikus megoldás, de én gyakorlati ember vok: "seq 1 999999|grep 1|wc -l"
    - mai eset ez is:
    --> Crossies (Crossies@rchat-13585263.catv.broadband.hu) has joined #inflame
    <\> hi Crossies
    <Crossies> sziasztok
    <Crossies> elég kevesen vagytok,asszem megyek is
    <Crossies> nem tudsz ajánlani egy másik chatet ahol többen vannak?
    <Crossies> mert csak 3napja van még netem,és ezt is növérem mutatta
    <_helpdesk> lol
    <_helpdesk> szesztek
    <Crossies> átom itt nem segitökészek,akkor sziasztok
    <-- Crossies has quit (Quit: irc.rchat.hu)
    <_helpdesk> nem hat
    <_helpdesk> bazeg
    <_helpdesk> bemegyek a kozertbe:
    <_helpdesk> Jo napot, nem tudnak egy olyan kozertet, ahol tobben vannak?
    <_helpdesk> lol
    <\> rotfl

    (hja, azt még kell tudni, h rchaten soxor \ "nickkel" futok)


  • Tuesday, 14 September 2004
    - ingyen ssht itt lehet (Comments)

    - ingyen ssht itt lehet kapni


  • Tuesday, 14 September 2004
    - mostanáig szívtam az udev (Comments)

    - mostanáig szívtam az udev 031gyel, de ?k is rájöttek, h vmi gáz van, gyorsan kiadták a 032t, és az már szépen m?xik ;-)
    - mplayer-dev-engen:
    > > Isn't that great?
    >
    > It is. Just don't call it "quicky". There's no such word in English.

    how many command line parameters are valid english words?

    rotfl
    - na most fogtok meghalni, pastolok fw chlogot:
    Mon Sep 13 17:16:22 CEST 2004, by VMiklos
    - lib/libpn: updated to 1.2.7
    - x11/fvwm: new package (An ICCCM-compliant multiple virtual desktop window
    manager.)
    - network/nmap: new package (A network exploration tool and security scanner)
    - network/rdate: new package (A tool to get the date and time via the network)
    - multimedia/libsamplerate: updated to 0.1.2
    - docs/homepage/frugalware: initial release
    - added a NEWS file

    Sat Sep 11 21:31:14 CEST 2004, by VMiklos
    - apps/gnupg: updated to 1.2.6
    - x11/xorg: updated to 11R6.8.0
    - network/proftpd: updated to 1.2.10
    - base/udev: updated to 030
    - lib/taglib: updated to 1.3
    - apps/docbook-xsl: updated to 1.66.0

    Fri Sep 10 14:55:39 CEST 2004, by VMiklos
    - apps/cdrtools: updated to 2.01, using stable releases again
    - base/kernel: added linux-2.6.8.1-audiocd.diff to produce nice music again
    instead of the noise before
    - devel/kernel-source: added linux-2.6.8.1-audiocd.diff to produce nice music
    again instead of the noise before + incremented release number 2 times to be
    in sync with kernel package
    - apps/mysql: updated to 4.0.21
    - started writing the packages part of the project home page

    Thu Sep 9 11:38:22 CEST 2004, by VMiklos
    - added docs/homepage/genesis/, the homepage of the server
    - spent the whole day writing the homepage of the project

    Wed Sep 8 18:27:09 CEST 2004, by VMiklos
    - network/nail: updated to 11.6
    - base/gcc: updated to 3.4.2
    - xapps/firefox: fixed up2date

    Tue Sep 7 22:27:50 CEST 2004, by VMiklos
    - apps/shfs: new package (A Linux kernel module which allows you to mount
    remote filesystems using a shell (ssh) connection)
    - multimedia/alsa-utils: added rc.alsa, asound.state, alsa-utils.install

    Mon Sep 6 21:06:44 CEST 2004, by VMiklos
    - apps/parted: updated to 1.6.14
    - network/nail: updated to 11.5
    - extra/locale/koffice-i18n-{af,bg,ca,cs,da,de,el,en_GB,eo,es,et,fa,fi,fr,he,\
    hsb,hu,it,ja,lo,mt,nb,nl,nn,pl,pt,pt_BR,ru,se,sk,sl,sr,sv,tg,th,tr,ven,xh,\
    zh_CN,zh_TW,zu}: 41 (!) new packages

    Sun Sep 5 11:31:07 CEST 2004, by VMiklos
    - network/fetchmail: new package (A remote-mail retrieval and forwarding
    utility.)
    - network/mutt: new package (A small but very powerful text-based mail client.)
    - network/rsync: new package (An open source utility that provides fast
    incremental file transfer.)
    - added support for extra repro (2nd cd) in the setup script

    Sat Sep 4 17:51:33 CEST 2004, by VMiklos
    - apps/lvm2: updated to 2.00.22
    - multimedia/gphoto2: new package (A set of digital camera applications for
    Unix-like systems.)
    - apps/parted: updated to 1.6.13
    - base/shadow: removed games group as we haven't shipped bsd-games yet

    Fri Sep 3 21:38:49 CEST 2004, by VMiklos
    - multimedia/libsamplerate: new package (Secret Rabbit Code)
    - multimedia/id3lib: new package (A library for reading, writing, and
    manipulating ID3v1 and ID3v2 tags.)
    - network/tftp-hpa: updated to 0.38
    - kde/k3b: new package (The CD Kreator)
    - devel/pccts: new package (The Purdue Compiler-Compiler Tool Set)
    - base/kernel: enable smp support + fixed writing cds as user, see
    http://marc.theaimsgroup.com/?l=linux-kernel&m=109265946604538&w=2
    - devel/kernel-headers: rebuilt with config-2.6.8.1-3
    - devel/kernel-source: rebuilt with config-2.6.8.1-3 + added
    {memleak,usercd}.diff
    - multimedia/cdrdao: new package (Records audio/data CD-Rs in disk-at-once
    (DAO) mode)
    - base/submount: rebuilt with kernel-2.6.8.1-3 (needs because smp)

    Thu Sep 2 21:25:00 CEST 2004, by VMiklos
    - xapps/firefox: added rdfs in ext.tar.gz, so that non-root users can use
    firefox :) (fixed this bug)
    - base/submount: s|grep -v dvd|grep -v "dvd "|, so that dvd no longer means
    dvdrecorder, too :) (fixed this bug)
    - base/hdparm: updated to 5.7
    - network/nail: updated to 11.4
    - base/gpm: added gpm.{de,it}, mouse.hu, fixed re-creating /dev/mouse in
    rc.gpm, and updated mouse setup script to rc.gpm
    - base/cups: rebuilt with updated ppds.dat.gz (seems that we can't work around
    the ~30sec hangup at first startup)
    - base/tar: updated to 1.14.90 (such a long ChangeLog in it!)
    - lib/libxml2: updated to 2.6.13
    - lib/libxslt: updated to 1.1.10

    Wed Sep 1 21:21:51 CEST 2004, by VMiklos
    - apps/openjade: new package (James' DSSSL Engine)
    - gnome/gtk-doc: new package (Used to document the public API of libraries)
    - gnome/intltool: new package (Contains scripts and autoconf magic for
    internationalizing various kinds of data files.)
    - apps/gimp: new package (GNU Image Manipulation Program)
    - lib/fontconfig: changed prefix back to usr/X11R6
    - x11/corefonts: s|usr/bin/fc-cache|usr/X11/bin/fc-cache|
    - x11/xorg: s|usr/bin/fc-cache|usr/X11/bin/fc-cache|, too
    - gnome/librsvg: new package (SAX-based renderer for SVG files into a
    GdkPixbuf)
    - base/udev: rc.udev clean up
    - base/submount: added rc.submount (moved a part of rc.udev to here)+ a
    .install script

    Tue Aug 31 21:59:16 CEST 2004, by VMiklos
    - network/dhcp: new package (DHCP server and client utilities)
    - network/dhcpcd: new package (A DHCP client daemon)
    - x11/corefonts: new package (TrueType core fonts from Microsoft)
    - apps/docboox-xml: new package (A widely used XML scheme for writing
    documentation and help)
    - apps/docboox-xsl: new package (XML stylesheets for Docbook-xml
    transformations.)
    - apps/sgml-common: new package (Gathers very basic stuff necessary to work
    with SGML and XML.)
    - apps/opensp: new package (The OpenJade Group's SGML and XML parsing tools)

    Mon Aug 30 22:29:19 CEST 2004, by VMiklos
    - lib/tercap: removed package
    - lib/tercap: new package (termcap-compat renamed to termcap)
    - apps/mc: recompiled without gpm mouse support
    - apps/emacs: added wrapper script to remove x dependency
    - xapps/mplayer: rebuilt with fixed samba support
    - devel/kernel-headers: added config, linux/autoconf.h, -compat.diff

    Sun Aug 29 23:29:23 CEST 2004, by VMiklos
    - xlib/xaw3d: new package (Athena widgets (libXaw) drop-in replacement)
    - apps/emacs: new package (An extensible, customizable, self-documenting
    real-time display editor)
    - lib/termcap-compat: new package (Provides the libtermcap.so.2 file which are
    required to run termcap-based programs)

    Sat Aug 28 18:48:20 CEST 2004, by VMiklos
    - base/kbd: removed keymap (conflicts with setup)
    - xlib/pango: updated to 1.4.1
    - apps/aspell: updated to 0.60
    - extra/locale/aspell-no: removed package (was same as aspell-nb)
    - extra/locale/aspell5-{ny,tl}: new packages
    - extra/locale/aspell6-{az,bn,et,fi,he,hsb,hu,la,lt,lv,mn,qu,ta,uz,vi,yi}:16 new
    packages!
    - apps/dvd+rw-tools: updated to 5.21.4.10.8
    - extra/locale/aspell-{ca,de,eo,es,ru}: updated to 0.50r2
    - extra/locale/aspell-cs: updated to 0.51r0
    - extra/locale/aspell-fr: updated to 0.50r3
    - {LICENSE,Copyright,AUTHORS}: initial releases
    - network/openssh: made rc.sshd more silent at first startup
    - lib/libexif: updated to 0.6.10

    Fri Aug 27 20:40:18 CEST 2004, by VMiklos
    - base/frugalware: added support for non-english kbds in xconfig
    - apps/cdrtools: updated to 2.01a38
    - base/gawk: updated to 3.1.4
    - lib/libpng: updated to 1.2.6
    - network/openldap: updated to 2.2.15
    - base/pacman: updated to 2.8.4
    - xlib/pango: updated to 1.4.1

    Tue Aug 24 19:21:54 CEST 2004, by VMiklos
    - apps/man: updated to 1.5o
    - base/frugalware: updated to 0.0.91, added xconfig, removed lang.sh
    - base/sed: updated to 4.1.2
    - base/util-linux: rc.mount: s/head -1/head -n 1/
    - base/kernel: added memleak.diff + added support for reiserfs
    - devel/m4: updated to 1.4.2
    - lib/libxml2: updated to 2.6.12
    - lib/libxslt: updated to 1.1.9
    - network/nail: added symlink in usr/bin and usr/man/man1 for mail
    - kde/kdebase: added {background,kdesktop,kdm}rc, kdeglobals, kdebase.install

    Sat Aug 21 02:00:02 CEST 2004, by VMiklos
    - multimedia/lame: updated to 3.96.1
    - apps/lvm2: updated to 2.00.21
    - network/samba: updated to 3.0.6
    - xapps/xmms: added kde .desktop
    - xapps/firefox: added added kde .desktop
    - xapps/xchat: new package (A GTK+ based IRC (Internet Relay Chat) client)

    Fri Aug 20 12:34:28 CEST 2004, by VMiklos
    - kde/kdevelop: updated to 3.1.0
    - kde/kde{addons,accessibility,webdev,pim,bindings}
    - extra/locale/kde-i18n-{az,gl,lt}: removed package
    - extra/locale/kde-i18n-{ar,bg,bn,bs,ca,kcy,cs,da,de,e,en_GB,es,et,eu,fa,fi,fr,\
    he,hi,hr,hsb,hu,is,it,ja,mn,ms,nb,nds,nl,nn,pl,pt,pt_BR,ro,ru,sk,sl,sr,sr@Latn,\
    sv,ta,tg,tr,uk,uz,zh_CN,zh_TW}: updated to 3.3.0
    - extra/locale/kde-i18n-{eo,pa}: new packages
    - x11/xorg: added sysconfig/desktop, updated Xsession, fixed perms on
    /etc/X11/xinit/xinitrc

    Thu Aug 19 17:16:35 CEST 2004, by VMiklos
    - kde/arts: updated to 1.3.0
    - kde/{kdelibs,kdebase,kdeutils,kdemultimedia,kdenetwork,kdeadmin,kdeartwork}:
    updated to 3.3.0
    - base/frugalware: fixed usr/lib/X11 (for lesstif)
    - kde/kde{games,toys,edu,graphics,sdk}: updated to 3.3.0

    Thu Aug 19 11:32:20 CEST 2004, by VMiklos
    - devel/m4: new package (An implementation of the traditional Unix macro
    processor)
    - devel/autoconf: new package (A GNU tool for automatically configuring source
    code)
    - devel/automake: new package (A tool for automatically generating Makefiles)
    - devel/make: new package (GNU make utility to maintain groups of programs)
    - apps/postgresql: new package (An advanced Object-Relational database
    management system (DBMS))
    - network/imap: new package (An IMAP/POP server)
    - devel/php: new package (A widely-used general-purpose scripting language)
    - network/apache: rebuilt with php5
    - network/postfix: moved newaliases from postfix.install to rc.postfix
    - network/iptables: rebuilt with new sysconfig/firewall
    - base/frugalware: added service command
    - base/reiserfsprogs: updated to 3.6.18
    - network/nail: updated to 11.3
    - xlib/lesstif: removed manpage for Shell (3) as conflicted with perl

    Wed Aug 18 13:41:51 CEST 2004, by VMiklos
    - base/hdparm: new package (Read/set hard drive parameters
    - apps/parted: new package (A program for creating, destroying, resizing,
    checking and copying partitions)
    - apps/cdrtools: updated to 2.01a37
    - network/pine: new package (A menu driven mail client)
    - apps/gnupg: new package (GnuPG is a complete and free replacement for PGP)
    - network/pgp4pine: new package (A PGP/GnuPG wrapper for Pine and general us)
    - network/proftpd: new package (Highly configurable GPL-licensed FTP server
    software)
    - apps/joe: new package (An easy to use text editor, similar to WordStar[tm])
    - apps/raidtools: new package (System utilities you need to maintain a
    software RAID device)
    - base/dcron: moved run-parts from /usr/sbin to /usr/bin
    - apps/man: rebuilt with /usr/bin/awk instead of /bin/awk
    - network/openssh: updated to 3.9p1
    - apps/sudo: updated to 1.6.8
    - network/ethtool: updated to 2
    - network/inetd: disabled identd by default
    - network/pidentd: new package (TCP/IP IDENT protocol server)

    Tue Aug 17 03:36:36 CEST 2004, by VMiklos
    - xapps/xine-ui: updated to 0.99.2
    - lib/termcap: removed termcap.h, conflicts with ncurses
    - base/usbutils: removed libusb.{a,la}, conflicts with libusb
    - network/tftp-hpa: removed tftpd manpage symlink - conflicted with iputils
    - base/util-linux: removed write program (provided by netwrite package) and
    it's manpage
    - network/popa3d: new package (A Post Office Protocol version 3 (POP3) server)
    - base/grub: fixed some warnings in grubconfig
    - base/coreutils: moved hostname to /usr/bin (required by mysql)
    - network/rp-pppoe: disbled connecting on boot
    - extra/network/sendmail: moved from network/
    - network/postfix: new package (A fast, easy to administer, and secure MTA)
    - base/net-tools: added netconfig.hu
    - base/sysvinit: rebuilt with updated rc.messages
    - base/frugalware: s/tail -1/tail -n 1/
    - base/diffutils: moved from devel/
    - network/bind: added libisccfg

    Mon Aug 16 02:14:53 CEST 2004, by VMiklos
    - base/kernel: updated to 2.6.8.1
    - devel/kernel-source: updated to 2.6.8.1
    - devel/kernel-headers: updated to 2.6.8.1
    - base/submount: rebuilt with kernel 2.6.8.1
    - kde/qt: updated to 3.3.3
    - apps/zsh: updated to 4.2.1
    - base/tree: updated to 1.5.0
    - multimedia/alsa-lib: updated to 1.0.6
    - multimedia/alsa-oss: updated to 1.0.6
    - multimedia/alsa-utils: updated to 1.0.6
    - multimedia/sox: updated to 12.17.5
    - network/nail: updated to 11.2
    - gnome/esd: updated to 0.2.34, moved from multimedia/
    - base/grub: added grubconfig, grubconfig.en and grubconfig.hu

    Sat Aug 14 03:44:34 CEST 2004, by VMiklos
    - base/pciutils: added pcimodules
    - base/bootsplash: disabled warnings when no framebuffer available
    - base/kbd: disabled warnings when no framebuffer available
    - base/cups: added ppds.dat.gz for faster first boot

    Fri Aug 13 18:16:09 CEST 2004, by VMiklos
    - base/cups: removed cat pages - we could generate them later
    - base/sysvinit: rebuilt with support for having no /proc/splash
    - created xlib/ category, now contains flashplugin gnokii imlib lesstif pango
    sdl xine-lib (moved from lib/)
    - xapps/{mplayer,xine-ui,xmms}: moved from multimedia
    - apps/{aspell,enscript}: moved from office/ (office category deleted)

    Thu Aug 12 10:45:59 CEST 2004, by VMiklos
    - base/pacman: now using the "Include" directive to include repositories from
    config files in /etc/pacman.d

    Wed Aug 11 10:42:30 CEST 2004, by VMiklos
    - base/hotplug: even more slient rc.hotplug
    - apps/man-pages: removed files conflicting with xfsprogs-attr package
    - network/netwrite: moved ipmask.c to base/net-tools
    - base/net-tools: netconfig rewritten from scratch + added ipmask.c
    - apps/parted: new package (A program for creating, destroying, resizing,
    checking and copying partitions)

    Tue Aug 10 21:40:21 CEST 2004, by VMiklos
    - base/procps: updated to 3.2.3
    - multimedia/mplayer: rebuilt with new svgalib
    - network/curl: updated to 7.12.1
    - apps/cdrtools updated to 2.01a36
    - lib/libpng: updated to 1.2.6rc5, removed unnecessary CESA-2004-001.patch
    - multimedia/codecs: updated to 20040809, now removed 'all' and 'xanimdlls'
    packages (no longer necessaries)
    - xapps/firefox: new package (The Browser, Reloaded)
    - extra/xapps/mozilla: updated to 1.7.2, moved from network/

    Mon Aug 9 03:37:49 CEST 2004, by VMiklos
    - devel/diffutils: new package (Utility programs used for creating patch files)
    - office/enscript: new package (Converts text files to PostScript)
    - lib/slang: new package (S-Lang is a powerful interpreted language)
    - apps/jed: new package (An extremely powerful but small emacs-like
    programmer's editor)
    - apps/most: new package (Another pager, like 'more' and 'less')
    - apps/ash: new package (A lightweight (92K) Bourne compatible shell)
    - lib/termcap: new package (A library that enable programs to send control
    strings to terminals in a way independent of the terminal type)
    - apps/zsh: new package (Zsh is a shell designed for interactive use)

    Sun Aug 8 20:27:38 CEST 2004, by VMiklos
    - xapps/gvim: new package (VIM - Vi IMproved console (GTK version))
    - apps/man-pages: new package (Man pages are online documentation for Linux)
    - apps/sudo: new package (Give limited root privileges to certain users)
    - network/nail: updated to 11.1
    - multimedia/libao: new package (A cross-platform audio library)
    - multimedia/libid3tag: new package (ID3 tag manipulation library)
    - multimedia/mpg321: new package (A free command-line mp3 player)
    - apps/bc: new package (An arbitrary precision calculator language)
    - apps/dvd+rw-tools: new package (A collection of tools to master
    DVD+RW/+R/-R/-RW media)
    - apps/dvdrtools: new package (A fork of cdrtools, with the primary goal of
    supporting writable DVD drives)
    - multimedia/sox: new package (A universal sound converter, player, and
    recorder)
    - lib/beecrypt: new package (An ongoing project to provide a strong and fast
    cryptography toolkit)
    - apps/man: added man-1.5n-groff.diff
    - network/ppp: new package (The PPP (Point-to-Point Protocol) daemon)
    - multimedia/normalize: new package (A tool for adjusting the volume of WAV
    files to a standard level)

    Sun Aug 8 02:40:21 CEST 2004, by VMiklos
    - apps/acct: removed last (conflicted with sysvinit)
    - apps/clamav: added shadow dependency because clamav.install uses useradd +
    groupadd
    - base/frugalware: removed entries conflicting xorg, removed chown from
    frugalware.install, referring to utmp group, as no /etc/groups at that time
    - devel/libtool: updated to 1.5.8, moved from base/
    - lib/libpng: added CESA-2004-001.patch, see
    http://scary.beasts.org/security/CESA-2004-001.txt
    - lib/lesstif: updated to 0.93.95
    - apps/groff: new package (GNU troff text-formatting system)
    - apps/man: new package (A utility for reading man pages)
    - apps/mc: new package (The Midnight Commander file manager is a Norton
    Commander clone)
    - apps/cdrtools: new package (Tools for recording CDs)
    - apps/zisofs-tools: new package (Compress a file tree to make a compressed
    CD-ROM)
    - multimedia/aumix: new package (Ncurses audio mixer with gpm support)
    - apps/bpe: moved from base/

    Thu Aug 5 11:41:54 CEST 2004, by VMiklos
    - base/submount: added sysconfig/submount
    - apps/alien: updated to 8.46
    - base/dialog: updated to 1.0_20040731
    - apps/j2re: updated to 1.4.2_05
    - base/kernel: sliced some (obsolete) -ide suffix
    - base/hotplug: added /var/lock/subsys
    - base/util-linux: rebuilt with updated rc.mount (skip cleanup in
    /var/log/setup/tmp)
    - base/gpm: separated gpm from udev, updated sysconfig/gpm and rc.gpm
    - base/readline: updated to 5.0
    - gnome/glib2: moved from lib/, downgraded to 2.4.2 (now built as
    a part of gnome 2.6.0)
    - devel/j2sdk: updated to 1.4.2_05
    - base/pacman: updated to 2.8.3
    - base/glibc: updated to 2.3.3, removed obsolete {sscanf,strpbrk}.patch
    - base/pacman: rebuilt with glibc 2.3.3, hope this prevents from segfaults ;-)
    - xapps/espgs: moved from apps/
    ehh. szép hosszú ;-)


  • Sunday, 12 September 2004
    - épp cdt írok (Comments)

    - épp cdt írok. kiírom mp3minicdre scooterék két legrégebbi albumát
    - hja, azért, mert megyünk le sfdre Elbandival meg xef_fel
    - tegnap frissítettem xorgr6.8.0ra
    - tegnap végre összefutottam Noncsyval, már több napja nem találkoztunk
    - befejeztem a packages.phpt (nagyjából)
    - na, megvan a cd, rohanok ki a vonatkoz :)


  • Tuesday, 07 September 2004
    - bekerült a szerver :DDD- (Comments)

    - bekerült a szerver :DDD
    - alapból a gép nem ismerte fel a bele szánt 40Gs winchestert
    - csak a vele szállított 3Gsat
    - próbáltuk biosban autora tenni, meg nonera is, de nem ment
    - aztán Szentsnek jutott eszébe, h tegyük manualra
    - és állítsunk be vmi fake értéket
    - ezzel a bios inicializálta a második ide vezértl?t
    - és gond nélük felismerte a kernel is a winyót :D
    - most bennt van a gép, ha egy eltés gépre besshzol és tudod az ipjét, akkor már be lehet rá jelentkezni
    - viszont a switch csak azokat az ipket engedi ki, amik benne vannak az elte dnsébe, ami nyilván még néhány nap
    - akkor majd lesz frugalware.elte.hu
    - és most, h már tudom az ipt, elindítottam a domain regisztrációt is
    - úh lesz majd frugalware.org is :D
    - de már a ma esti isokat a szerveren generáltam :D


  • Tuesday, 07 September 2004
    - ma visszük be a (Comments)

    - ma visszük be a szervert :)))
    - épp másolom a leend? winchesterre a teljes forrásfát (2.2Gb) + az isokat (1.4Gb)
    - holnap megyek elbeszélgetésre a sztakiba, lehet, h ott kapok vmi állást
    - trey két új dobozt csinált a hupra, egyet a hupon elérhet? stuffoknak, 1et pedig a blogoknak
    - áldom az eszem, h nem ott csináltam blogot, most ott olvasná mindenki :D
    - a szerverhez még kell venni 80 eres ide kábelt, táp-elosztót, meg ps2 bill. átalakítót, mert ats bill.ünk van
    - mindjárt leszaladok a bluefishbe, és megveszem
    - tök rendes a nagyapám, kocsival segít bevinni a szervert, mert kicsit nehéz lenne itthonról az eltéig vinni a monitort+gépet
    - mostanában elég keveset írogatok a hup fórumba. nem mintha bárki is megel?z? helyzetben lenne ;-)
    - nézegettem anr blogját. semmi érdekes nincs benne. automatikusan beleíródik, h mikor kapcsol ki meg be, azt kész...
    - vége a másolásnak, megyek a bluefishbe
    - ja, ha minden jól m1, akkor ez a blog is majd átköltözik a szerverre, és akkor majd újra olvashatja mindenki


  • Sunday, 05 September 2004
    - hazaérkeztem az #r-chat buliról (Comments)

    - hazaérkeztem az #r-chat buliról. sajnos nem sokan voltak ott: devilboy, katyerina, killah, merilla
    - megcsináltam a fwl setupban, h meg lehessen adni a root jelszót, + 1 normál usert is létrehozzon


  • Thursday, 02 September 2004
    - most éppen extra happy (Comments)

    - most éppen extra happy vok, mert megcsináltam, h:
    - m?xik a submount olyan gépeken, ahol 1xre van cdrecorder meg dvd
    - 1xre van dvd és dvdrecorder
    - firefox m?xik normál usernek is :D
    - klaci itt írja, hogyan kell CUPSban (pl vállalatoknál) elválasztó oldalt nyomtatni
    - evolution2thunderbird howto itt
    - nagyon lol kérdések itt
    - huh, lassan egy bookmark gy?jtemény lesz a blog :)


  • Wednesday, 01 September 2004
    - nemigaz, soha írok ide- (Comments)

    - nemigaz, soha írok ide
    - épp két iso generálás között vagyok, most legalább van id?m
    - lassan kialakul mit is fogok csinálni ebben az évben
    - tegnap egész nap a gimp forgatásával vacakoltam, de végre ma reggelre minden hozzá szükséges lib lefordult, és jó félóra alatt maga a gimp is
    - hupról idézet:

    "> Szerz?: manoe Ideje: Augusztus 31, Kedd, 11:36:57
    > Ha ez egy vélemény, akkor ez nem portál, hanem blog. Nem?
    Szerz?: trey Ideje: Augusztus 31, Kedd, 12:03:33
    az. csak sokan olvassak."
    lol
    - tegnapel?tt írtam MPlayer gyorscsévélérsr?l 1 cikket a hupra


  • Sunday, 22 August 2004
    - tegnap éjszaka andr3wwel (RMS (Comments)

    - tegnap éjszaka andr3wwel (RMS mellett balra, a fekete pólós, ha zavarja, h ide kitettem a linket, dobjon 1 mailt) akadam össze debhun. ? is jófej, fbsds
    - kiszedtem a gépemb?l a szervernek való winchestert, valszeg holnap telepítem a végleges rencert a serverre :)


  • Saturday, 21 August 2004
    - újra van blog, mert (Comments)

    - újra van blog, mert megy a ggt
    - egész nap a mailmannel szarakodtam, még most se megy, de nem baj, majd megoldom :D
    - tegnap fél3kor összeakadtam NeverGonenal a debhun. tökjófej, elchateltünk 5ig, aztán elhúztem lefeküdni :D
    - rohadt novell dvdk nagyon nem akarnak megjönni
    - majd pastolok frugalware changelogot is, már nagyon hosszú lesz :D
    - hja, lebuildeltem a kde 3.3.0t. szép menet volt :D
    - és még1: ha vki még nem hallott volna róla: http://swpat.fsf.hu/. _kötelez?_!


  • Wednesday, 18 August 2004
    - ehh, megint nem írtam (Comments)

    - ehh, megint nem írtam a blogba
    - komolyan mondom, olyan változások mennek mostanában végbe, h csak na
    - a hupon gyak. minden nap megjelenik egy olyan cikk, h ez és ez történt, de hivatalos bejelentés még nincs, csak itt vannak rá a bizonyítékok, majd néhány nap múlva egy cikk, h megjött a hivatalos bejelentés ;-)
    - pgsql, openssh új verziók, megnyilt a fbsd 6-current tree, az audiocdírási bugomat többen tapaszalták (nem én voltam az els? ;-) ), és lehet h emiatt lesz 1 2.6.8.2 ;-)
    - valszeg még ezen a héten el fog indulni a frugalware szerver :D
    - hja, netbsdben meg találtak vmi távoli root exploitot, nagyon durva
    - gyerekek, most nagyon nagy a pörgés :D


  • Sunday, 15 August 2004
    - spock abbahagya a bootsplash (Comments)

    - spock abbahagya a bootsplash patch portolását, úh kénytelen voltam magam megtenni a 2.6.8.1es kernelhez ;-)
    - mivel a bootsplash.de is spock patcheib?l élt, elküldtem olivernek, a portolt patchemet, úh az most elérhet? itt
    - oliver még nem válaszolt, h miért nem hajlandó feltüntetni a nevemet, és csak annyit ír, h "it's hard for me to find working bootsplash patches ported by someone else" :-(. na mind1
    - sok 404es oldalt láttam már, de ilyet még nem :D (msie screenshot gifben)


  • Thursday, 12 August 2004
    - csak azért írok, mert (Comments)

    - csak azért írok, mert épp kernelt forgatok, és eszembe jutott, h van olyan, h blogom, aztán most írok bele ;-)
    - a tegnapi nap gyak azzal telt, h az uClibcben találtam 1 bugot, és azt debuggoltuk egy kanadai sráccal. az érdekes az volt, h a tünet csak a busyboxban jelentkezett, de persze a bug nem benne volt. aztán persze sikerült kiktalálni, h mi a hiba, legalább ennyivel hozzájárultam az uClibc fejlesztéséhez ;^)
    - ma pedig gyak különböz? programokat forgattam uclibcvel linkelve... rendkívül érdekes ;-)
    - ez viszont azt is jelenti, h kezd összeállni már végre 1 FrugalWare telepít?cd :D
    - ambro állandóan hívogat. nem akarom elküldeni, mert iszonyatos pénz-szóró, simán rá lehet majd venni, h a project kiadásait állja, de most pl nagyon idegesító, az uhu 700mbos livecdjét akarja velem ráer?szakoltatni egy 256mbos pendrivera :D
    - én meg a hülye fejemmel ezt is scripttel akarom megoldani, nemcsak úgy gányolva, h törölgetünk, és 2penként megnézzünk, h m?xik-e még :D
    - basszus, mennyi ideig fordul ez a kernel?
    - a setuphoz kell, úh eléggé kiherélt. a normál fordul kb 1,5hig, de ez azért lefordulhatna 1 kicsit gyorsabban is
    - na, már a modulokat linkeli. az a normál kernelnél már csak max 10p
    - kész :)
    - bye


  • Wednesday, 11 August 2004
    - kezd már kicsit elhízni (Comments)

    - kezd már kicsit elhízni a blog, kéne csinálni 1 olyat, mint ami a híreknél van... :S
    - #rchat buli részletei:
    "<nemitt> ok
    <nemitt> moodom a reszeteket
    <nemitt> whitehouseban lesz amia mdohany utca es a szoverseg utca sarkan van
    <nemitt> beugro ingyenes
    <nemitt> piat kell csak fizetni
    <nemitt> dj lesz
    <nemitt> 120oratol lesz szept 4en
    <nemitt> 10 na
    <nemitt> :)"

    - ha még nem írtam volna, megel?ztem treyt a hup toplistán :D
    - FrugalWareben a Setupban a NetConfig részt mostanra sikerült befejezni :D


  • Tuesday, 10 August 2004
    - a hupon itt nyílt (Comments)

    - a hupon itt nyílt 1 topic - szerz?i jogokkal kapcsolatosan. áldom az eszem, h nem mentem jogásznak :D
    - kijött a bpl 4.0. néhány észrevétel
    - lopott képek, pl ez. az ms szövege erre eredetileg ez volt: "ANY USE OF THESE WALLPAPERS AND/OR THE MICROSOFT® WINDOWS® LOGO FOR SALE OR ADVERTISING PURPOSES IS STRICTLY PROHIBITED" (köszönet a megjegyzésért snq-nak)
    - tele gépelési hibákkal, pl "otthont adni a magyar feljóójelsztés?" progiknak, ld screenshoton itt
    - no comment. elnézést a sok szidásért ;-)


  • Monday, 09 August 2004
    - huh, de régen nem (Comments)

    - huh, de régen nem írtam :)
    - szüleim elutaztak két hétre (szombat este mentek el). yesss!!!
    - Bellnél van még munka, valszeg még ma lesz, aztán megint egy ideig nincs.
    - pénteken 1edül ültem, az nagyon szar volt, de szombatra sikerült mellém szervezni vkit, és akkor elég jól elhülyéskedtük az id?t ;-)
    - tegnap egész nap gépeztem, most ilyen feature b?vítések mennek, hihetetlen mennyiség? új csomag lett hirtelen. 2 hap alatt 27 új csomag :)
    - a hupon minnyá beérem treyt. asszem még kb 20 hozzászólás választ el minket :D
    - használjatok ki is minden shell-script alján '# vim: ft=sh' tageket. szép színesek lesznek a scriptek, amiket nem ismert fel a vi. tipikusan ilyen az összes FrugalBuild
    - hál'Istennek vasárnap nem kellett bemenni dolgozni, de ma persze már kell
    - megkaptam a fizetésemet, úh el?bb-utóbb végre vehetek 1 discmant :D
    - elvileg ma megjön bbb, talán majd megint frissül a bbbblog ;-)
    - huh, most így ennyi, m1ek lefeküdni, majd persze lesz FrugalWare ChangeLog is :D
    - ja és most teljesen kiment a fejemb?l ez a blog-dolog, de ígérem, h próbálok 2naponta postolni legalább, úgy, ahogy eddig


  • Wednesday, 04 August 2004
    - fellow ajánlotta, nekem nagyon (Comments)

    - fellow ajánlotta, nekem nagyon bejött " echo cfq >/sys/block/hdx/queue/io_scheduler", ez a cfq ütemez?t használja adott eszközre. baromira felgyorsul t?le a rencer :)
    - csm aranykezével megint lebénította a szervert, úh a blogomat se lehet olvasni :(
    - 1kis frugalware changelog:
    "Tue Aug 3 13:10:13 CEST 2004, by VMiklos
    - base/chkconfig: added /etc/rc.d/rc{S,0,1,2,3,4,5,6}.d
    - base/coreutils: fixed adding DIR_COLORS
    - base/bash: rebuilt with updated profile (fixed reading HOSTNAME bug)
    - base/frugalware: fixed the welcome word in messages/frugalware.en
    - base/sysvinit: added rc.{en,hu}
    - base/gpm: added sysconfig/gpm
    - base/util-linux: moved mount to /bin, fixed rc.{console,mount}
    - base/e2fsprogs: as moved mount to /bin, updated rc.fsck
    - base/sysklogd: added netkit-base dependency

    Mon Aug 2 23:06:17 CEST 2004, by VMiklos
    - network/iputils: fixed version tag (ss021109_try -> 021109_try)
    - devel/kernel-headers: trivial fix in appcompat.diff
    - network/nail: updated to 11.0
    - network/sendmail: updated to 8.13.1
    - lib/glib2: updated to 2.5.1
    - base/util-linux: removed clear, reset, setfdprm
    - base/coreutils: removed uptime, kill, hosts, groups, hostname
    - base/findutils: removed updatedb, locate
    - base/grep: added pcre dependency

    Sat Jul 31 21:28:57 CEST 2004, by VMiklos
    - base/bash: updated to 3.0
    - base/cups: rebuilt with updated rc.cups
    - base/dialog: updated to 1.0_20040728
    - base/chkconfig: removed rc.sysvinit (conflicts with sysvinit)
    - base/shadow: added group, passwd, shadow
    - apps/alien: updated to 8.45
    - base/dialog: updated to 1.0_20040729
    - apps/clamav: updated to 0.75.1
    - base/tcsh: added csh.login
    - base/cups: added printcap
    - gnome/glib: moved from lib/

    Fri Jul 30 12:27:44 CEST 2004, by VMiklos
    - shit. deleted 127 packages from the frugalware/ dir
    - spent the whole day recompiling them

    Thu Jul 29 21:09:23 CEST 2004, by VMiklos
    - lib/taglib: updated to 1.2
    - devel/perl: updated to 5.8.5
    - base/binutils: updated to 2.15.91.0.2
    - apps/at: fixed the backup string
    - network/inetd: fixed the backup string
    - devel/kernel-headers: added kernel-headers-2.6.7-compat.diff
    - base/usbutils: new package (USB utilities - lsusb,usbmodules)
    - apps/sysfsutils: new package (System utilities based on sysfs)
    - devel/nasm: new package (NASM is the Netwide Assembler)
    - base/frugalware: added issue
    - base/bash: added shells + bash-2.05b-gcc34.diff

    Wed Jul 28 22:47:31 CEST 2004, by VMiklos
    - base/kbd: rebuilt with fixed rc.font
    - lib/gmp: new package (GNU multiple precision arithmetic library)
    - network/nfs-utils: rebuilt with fixed rc.nfsd
    - network/portmap: rebuilt with rc.portmap
    - base/e2fsprogs: rebuilt with updated rc.random
    - base/genpower: rebuilt with updated rc.ups
    - apps/lvm2: rebuilt with updated rc.lvm
    - apps/clamav: new package (Clam AntiVirus is a GPL anti-virus toolkit for
    UNIX)
    - base/sysvinit: new package (Init, the parent of all processes)
    - base/util-linux: rebuilt with updated rc.{mount,time,swap,console} and
    sbin/frugalwaregetty

    Tue Jul 27 13:17:15 CEST 2004, by VMiklos
    - base/dcron: now automatically started
    - apps/at: new package (Allows you to run jobs at specified times)
    - apps/quota-tools: new package (Linux disk quota utilities)
    - base/file: updated to 4.10
    - network/procmail: new package (A mail processing and local delivery program)
    - network/sendmail: new package (Eric Allman's mail transfer agent)
    - base/apmd: added rc.apmd
    - base/acpid: rebuilt with updated rc.acpid
    - base/kbd: added rc.keymap
    - apps/mysql: added support for chkconfig
    - lib/expat: updated to 1.95.8
    - devel/tcl: updated to 8.4.7
    - network/samba: added support for chkconfig
    - base/gpm: now automatically started
    - devel/tk: updated to 8.4.7

    Sat Jul 24 17:20:56 CEST 2004, by VMiklos
    - base/cups: now automatically started
    - x11/xorg: rebuilt with fixed kernel-headers-2.6.7-2
    - base/udev: removed 'mount /proc' from rc.udev (rc.sysvinit do that)
    - lib/glib2: updated to 2.5.0
    - base/dialog: updated to 1.0_20040721
    - base/jfsutils: updated to 1.1.7
    - base/pacman: updated to 2.8.2
    - network/samba: updated to 3.0.5
    - base/genpower: added rc.ups
    - apps/acct: new package (Process accounting utilities)

    Thu Jul 22 12:21:51 CEST 2004, by VMiklos
    - network/iptables: new package (IP packet filter administration)
    - network/inetd: new package (Internet super-server - ported from OpenBSD)
    - network/openssh: added support for chkconfig + sysvinit
    - network/openldap: added support for chkconfig
    - network/netkit-rwho: added rc.rwhod
    - network/nfs-utils: new package (Support programs for Network File Systems)

    Wed Jul 21 11:10:25 CEST 2004, by VMiklos
    - base/hotplug: added support for rc.interfaces + made more silent
    - network/portmap: added support for chkconfig + sysvinit
    - network/rp-pppoe: new package (Roaring Penguin PPPoE client)
    - network/bind: new package (DNS server and utilities)
    - base/util-linux: added rc.rmount
    - base/sysklogd: added support for chkconfig + sysvinit

    Tue Jul 20 13:23:56 CEST 2004, by VMiklos
    - network/icmpinfo: new package (Monitors incoming ICMP packets.)
    - network/tcp_wrappers: new package (Monitors and Controls incoming TCP
    connections)
    - network/tcp_wrappers: rebuilt without config files, moved them to
    netkit-base
    - base/net-tools: added rc.interfaces + netconfig scripts
    - network/biff+comsat: new package (Basic network tools, fixed and ported from
    BSD code.)
    - network/bsd-finger: new package
    - network/netkit-ftp: new package
    - network/netkit-ntalk: new package
    - network/netkit-routed: new package
    - network/netkit-rsh: new package
    - network/netkit-rusers: new package
    - network/netkit-rwall: new package
    - network/netkit-rwho: new package
    - network/netkit-telnet: new package
    - network/tftp-hpa: new package (A conglomerate of a number of versions of the
    BSD TFTP code)
    - network/netkit-timed: new package
    - network/netwrite: new package
    - base/flex: rebuilt with fixed lex wrapper script
    - pasture/base/flex: rebuilt too
    - network/netkit-base: new package (This is netkit-base for Linux)
    - network/netkit-base: rebuilt without net-base binaries (should resolve
    conflicts with iputils)
    - network/iputils: new package (The ping program for checking to see if
    network hosts are alive.)
    - network/ethtool: new package (A tool for setting ethernet parameters)

    Mon Jul 19 11:25:13 CEST 2004, by VMiklos
    - base/debianutils: updated to 2.8.4
    - base/pcmcia-cs: updated to 3.2.8
    - base/udev: updated to 030
    - kde/koffice: updated to 1.3.2
    - devel/perl-mysql: updated to 2.9004
    - gnome/atk: moved from lib/ and updated to 1.6.1
    - gnome/gtk+: moved from lib/
    - gnome/gtk+2: moved from lib/
    - multimedia/mplayer: updated to 1.0pre5
    - base/procps: updated to 3.2.2
    - base/pacman: updated to 2.8.1 + huge patch cleanup :)
    - devel/kernel-headers: fixed missing

    Fri Jul 9 18:00:00 CEST 2004, by VMiklos
    - locale/aspell-{id,is,it,mi,mk,ms,mt,nb,nl,nn,no,pl,pt,ro}:
    new packages (GNU Aspell $i Word List Package) - 14 packages
    - apps/hpijs: updated to 1.6.1
    - locale/aspell-{ru,rw,sc}: new packages (GNU Aspell $i Word List Package)
    - lib/glib2: updated to 2.4.4
    - locale/aspell-{sk,sl,sv,sw,tet,tn,tr,uk,wa,zu}:
    new packages (GNU Aspell $i Word List Package) - 10 packages"


  • Monday, 02 August 2004
    - ehh, régen nem írtam- (Comments)

    - ehh, régen nem írtam
    - bbb elhúzott Londonba ne keressétek
    - bellnél van sok munka, vas is kellett menni dolgozni :-(
    - elkezdtem írni a frugalware setupot, az els? m?köd? verzió 12 sor volt. eltettem emlékbe :)
    - sajna csamiknak köszönhet?en soxor nem elérhet? a honlap. ez van. kitartás, 1 hónap múlva már lesz saját szerver :D
    - a hupon lirul ajánlott 1 hdub nev? backup progit, nagyon teccik ;-


  • Friday, 30 July 2004
    - huh, tegnap mozgalmas napom (Comments)

    - huh, tegnap mozgalmas napom volt. vmi miatt sikerült felülírnom a /etc/rc.d/rc.sysvinitet, de úgy, h nem vettem észre, csak azt, h újraindulás után kernel bootol, és utána fekete képerny?
    - kb hajnal 2t?l kezdtem debuggolni, 6ra rá is jöttem ;-)
    - ezzel párhuzamosan a frugalware bináris csomagjainak jó 1/3át sikerült letörölnöm, ami nagyon félelmetesen hangzik, de annyira nem vészes
    - kb fél óra alatt összegányoltam 1 progit, ami kiszámította, h kb 2 nap fordítással újra lehet fordítani minden hiányzó cuccot
    - úgy néz, ki hogy megkapom a maintainerséget az MPlayer TOOLS könyvtárára, de ez most /pill elég sok többletmunkát eredményez, ezekkel foglalkozom, míg a fél world itt fordul ;-)
    - hja, azt nem is írtam (annak aki érti), h hogy töröltem le: symlink helyett --binddal odamountoltam, és utána (ahogy symlinknél szokás) rmmel le akartam törölni, és miután nem ment, gondolkodás nélkül rm -rf, aztán hál'Istennek még id?ben megszakítottam ;-) (a 2/3a megmaradt...)


  • Thursday, 29 July 2004
    - üdvözlöm blogom olvasói között (Comments)

    - üdvözlöm blogom olvasói között cheekyt és Blintet ;-)
    - nemrég 1 kicsit aktulalizáltam 1 népdalt, most a kezem ügyébe keveredett megint, úh beírom ide, itt nem veszik el ;-):
    "Akkor szép az erd? mikor zöld
    Mikor a vadgalamb benne költ
    Olyan a vadgalamb, mint a lány
    Sírva sétál a párja után

    Ezt a kerek erd?t járom én,
    Ezt a sz?ke kislányt várom én
    Ez a sz?ke kislány a Noncsy
    Én vagyok itt megvígasztalni

    Téged látlak mindig álmomba
    álmom után minden dolgomba
    Ha sóhajtok, érted a panasz
    ha örülök, érted vagyon az"


  • Monday, 26 July 2004
    - linspire reklám itt (Comments)

    - linspire reklám itt. jót lehet rajta rotflkodni ;-)
    - ha unatkozol, játssz egy kicsit a GoogleFighttal. meglep? eredményeket lehet kapni, pl itt (ezt válasz a bbbblogra)


  • Sunday, 25 July 2004
    - volt ma ez a (Comments)

    - volt ma ez a meló
    - jól ment, csak az alaplapi ide vezérl? volt hibás, és be kellett bizonyítanom
    - de összejött. ja aztán meg workaroundolni, h felmenjen a rendszer
    - mert nyilván ott helyben, akkor kellett feltenni a rencert
    - javítani meg jó esetben holnap be viszik a szervízbe :D
    - de viszont jófejek voltak, mert nemcsak az utazási kölcséget fizették hanem arra is fizették a 400as órabért :D
    - so dolgoztam 8at és 14et fizettek :D
    - kedvesek, btw volt is mit jóvátenni
    - odahívnak, h tessék linuxot telepíteni, mikor hibás az alaplap, ne mondják már, h nem tudták
    - viszont aludtam oda 3 meg vissza 3 órát, mondjuk tegnap éjszaka úgyis csak 3at :D
    - azért olyan keveset, mert 10-18ig nem voltam itthon, még 10edike el?tt letárgyaltuk, h 25én megyek le, és szombat reggel jutott eszembe, h mindent megbeszéltünk, csak nincs meg a telefonszáma és nem tudják melyik vonattal jövök, és én meg nemtom hova kell menni a vonatállomásról
    - szivás. soval reggel megírtam az email, h wtf, és hajnali 2kor válaszolt, tehát 2ig én aszittem, h nem m1ek le ma :D
    - mivel 3/4 7kor ment a vonat, 6kor kellett indulni, 5kor kelni - az már kérdés, h 6:20kor indultam el, a 6:40kor induló ichez, mert 5-6ig kerestem a cdket, amir?l telepíteni fogok :D
    - mert azt is még 10.e el?tt letöltöttem el?re, aztán elhagytam valahol :D
    - aztán lerohanok a délibe, persze pénzt nem vittem magammal, so pénz kivesz, hosszó sor kiáll, 38kor felszállok a vonatra :D
    - visszafelé majdnem u.ezt eljátszottam :D
    - kerestem 1 templomot, ahol van 5kor mise, a templomot elmagyarázták nagy immel ámmal az irodába, h hogyan kell oda menni, és a templomból meg kiderült, h negyedóra buszozás a p.u., nekem meg volt 20p az idulásig, de végül elértem :D
    - FrugalWarehez nem nyúltam. a 10-18ig terjed? id?szakot leszámítva imho ilyen legalább március óta nem volt :D


  • Friday, 23 July 2004
    - huh, kéne már vmit (Comments)

    - huh, kéne már vmit ideírni, majd lehet, h pastolok egy FrugalWare Changelogot, úgyis elég hosszú már ;-)
    - így lehet szalagra menteni: "tar cvf /dev/st0 /usr/src/linux"


  • Wednesday, 21 July 2004
    - nah, megjöttek a felvi (Comments)

    - nah, megjöttek a felvi eredmények. van 109 pontom, két helyre jelentkeztem BME-VIK info, és BME-VIK vill. mérn. ezekhez 113 és 111 kellett volna. sajna :-(
    - én 111gyel számoltam (márminth annyi lesz nekem), de vmi hülye jogi szöveg okos értelmezésével hivatalosan csak 109et adtak meg. fellebbezni nem érdemes, ezt most letárgyeltam a felvi irc szobájában egy OFI-illetékessel
    - egy kicsit részletesebben az érdekl?d?knek: felmentem chaten a felvire, volt 4 emberke az OFItól és ?k szépen elmagyarázták, h a magyarjegyeket hogy számolják
    - lényeg: nekem 3.ban irod4nyt5 4.ben: u.a.
    - ahogy én gondoltam: 3.: átlagolnak, 4.5, kerekítenek, 5, majd negyedikben is. összeadják megvan 10pont (Görbe is ezt monta, h így kell)
    - valóság: átlagolnak (4.5), összeadják (9), kerekítenek: 9 :-(
    - duplázva meg is van a 2p differencia. de legalább ez így most chaten kiderült, és nem a hivatalaos írásbeli fellebbezés után
    - a lényeg, h a 39. oldalon a tájékoztatóban a mondat, amit leírtak, az kétértelm?, attól függ hova teszed a vessz?t. ezért értettem félre
    - most annyi lesz, h:
    1) (nem biztos) pótfelvételi a BMEre (ha lesz is pótfelvi, akkor sem biztos, h sikerül)
    2) ha nem lehet több helyre pótfelvizni, akkor Gábor Dénesre pótfelvi. idén 74pont volt az államilag finanszírozott ponthatár :DDD (akkora 1 barom vok, h nem írtam be 3. helyre :D)
    - ide biztos felvesznek. alibi iskolának jó lesz (aztán jöv?re meg besétálok a BMEre a kit?n? érettségimmel :DDD - ha addig nem változnak a jobszabályok)


  • Wednesday, 21 July 2004
    - raidx-root mini howto itt- (Comments)

    - raidx-root mini howto itt
    - vicces, ezen a nyáron csakúgy hemzsegnek a munkák (jelenleg 5 m1 párhuzamosan) :D
    - 1. telefonos. ez az alap
    - 2. ambronak a pendrive linux, ezt nagyjából hanyagolom, mivel teljesen kiszámíthatatlan a "bérezés"
    - 3. rendszergazdi Pécsen. ez a project vasárnap kezd?dik
    - 4. gentoo rendszergazdi havi ~12rugóér (ez elvileg szeptembert?l indul)
    - 5. könyvelés felvitele szgépre. ez elvileg szar munka, win alatt kell valami összegányolt használhatatlan progival, de itt is 400as az órabér, és adnak ingyen netet meg telefont, so egész nap lóghatok a hupfórumon :)


  • Tuesday, 20 July 2004
    - huh, KotH hazajött japánból, (Comments)

    - huh, KotH hazajött japánból, képes volt 1etlen éjszaka altt 76 levelet küldeni az mplayer-dev-engre :)
    - itt lehet letölteni mobilra javas ssht. az a baj, h a legtöbb mobilon visszavágja azzal, h a socket:// protokollt nem ismeri. nokia 6800/6810/6820on m?xik. az én 3510imen nem :-(
    - majd jön FrugalWare ChangeLog is, 1x, talán...


  • Monday, 19 July 2004
    - tökjó, ketten is megkerestek (Comments)

    - tökjó, ketten is megkerestek mindenféle szgépes munkákkal ;-)
    - vas. meg m1ek le pécsre melózni :D
    - itt írja trey, h hogyan csinált vektorgrafikus pólótervet linux alatt. majd lehet, h nekem is ezzel kéne a scooter-pólóhoz...


  • Friday, 09 July 2004
    - anr nyitott itt egy (Comments)

    - anr nyitott itt egy nagyon lol topicot
    - mrbond billenty?zete megtekinthet? itt :D
    - hülye barom aspell fejleszt?k. nem bírják egységesen kiadni a nyelvi szótárakat, és nem lehet ?ket scripttel komittelni (mint ahogy a KDE 52 nyelvét lehet). itt is van 50valahány nyelv. közben bejött anyám, kérdezgetett, én meg közben szépen becomitteltem egy csomót :-)


  • Friday, 09 July 2004
    - régen postoltam már FrugalWare (Comments)

    - régen postoltam már FrugalWare ChangeLogot:
    "Fri Jul 9 13:48:23 CEST 2004, by VMiklos
    - base/util-linux: added rc.console
    - base/net-tools : added rc.hostname, net-tools-1.60-gcc34.diff, net-tools-1.60-i18n.diff
    - base/pcmcia-cs: added sysvinit support
    - lib/atk: new package (A library of accessability functions used by GNOME)
    - lib/pango: new package (A library for layout and rendering of text)
    - lib/gtk+2: new package (The GTK+ Toolkit (2.x series))
    - gnome/libidl: new package (A library for creating trees of CORBA IDL files)
    - network/mozilla: new package (The Mozilla Web Browser)

    Wed Jul 7 12:02:01 CEST 2004, by VMiklos
    - locale/kde-i18n-{zh_TW,zh_CN,uz,uk,tr,tg,ta,sv,sr\@Latn,sr,sl,sk,ru,ro, \
    pt_BR,pt,pl,nn,nl,nds,nb,ms,mn,lt,ja,it,is,hu,hsb,hr,hi,he,gl,fr,fi,fa, \
    eu,et,es,en_GB,el,de,da,cs,cy,ca,bs,bn,bg,az,ar}: new packages
    ($i Localization for KDE.) - 51 (!) packages

    Wed Jul 7 11:28:00 CEST 2004, by VMiklos
    - base/e2fsprogs: added rc.random
    - devel/j2sdk: new package (Sun's java development kit)
    - kde/kdebindings: new package (KDE Bindings)
    - locale/aspell-{af,be,bg,br,ca,cs,cy,da,de,el,en,eo,es,fo,fr,ga,gd,gl,gv,hr, \
    ia}: new packages (GNU Aspell $i Word List Package) - 21 (!) packages
    - lib/pilot-link: new package (A suite of tools for connecting to PalmOS handheld devices)
    - lib/gnokii: new package (Tools and user space driver for use with mobile phones)
    - kde/kdepim: new package (KDE PIM Utilities)
    - kde/kdeaccessibility: new package (KDE accessibility programs)

    Tue Jul 6 11:58:21 CEST 2004, by VMiklos
    - base/udev: rebuilt with rc.udev 0.9 (fixed a bug)
    - lib/device-mapper: new package (Device mapper ioctl library)
    - apps/lvm2: new package (Logical Volume Manager 2 utilities)
    - lib/libexif: new package (Exchangeable Image File Format tag library)
    - lib/libgphoto2: new package (A portable library to gives access to many digital cameras)
    - base/module-init-tools: rebuilt with sysvinit support
    - base/util-linux: rebuilt with sysvinit support
    - kde/kdegraphics: new package (KDE Graphics Programs)
    - kde/kdesdk: new package (KDE Software Development Kit)
    - kde/kdevelop: new package (The KDevelop integrated C/C++ application development environment)
    - lib/libmikmod: new package (A module sound player and library)
    - multimedia/xmms: new package (The X MultiMedia System)
    - base/smartmontools: updated to 5.32
    - devel/perl-dbi: updated to 1.43
    - multimedia/sane-backends: updated to 1.0.14
    - base/pacman: updated to 2.8
    - base/sed: updated to 4.1.1
    - kde/kdeaddons: new package (Additional plugins and scripts for some KDE applications)
    - lib/libxslt: updated to 1.1.8
    - lib/libxml2: updated to 2.6.11
    - base/kernel: rebuilt with gcc 3.4.1
    - kde/quanta: new package (A web development tool for the K Desktop Environment)
    - kde/koffice: new package (An integrated Office suite for KDE)
    - apps/j2re: new package (Sun's java runtime environment)

    Sun Jul 4 14:10:08 CEST 2004, by VMiklos
    - base/espgs: new package (A customized version of GNU Ghostscript)
    - xapps/xpdf: new package (PDF viewer for X)
    - lib/imlib: new package
    (A display depth-independent image loading and rendering library)
    - base/gcc: updated to 3.4.1
    - base/udev: updated to 029
    - multimedia/codecs: updated to 20040704
    - base/frugalware: rebuilt with sysvinit support
    - base/tcsh: now creates symlink for csh
    - lib/glut: new package (Provides functionality for small OpenGL programs)
    - lib/libieee1284: new package
    (A library for applications communicates with pralallel port devices)
    - lib/libusb: new package
    (A library which allows userspace application access to USB devices)
    - multimedia/sane-backends: new package (Scanner Access Now Easy)
    - base/e2fsprogs: rebuilt with sysvinit support"

    - huh, kicsit hosszú :D


  • Friday, 09 July 2004
    - megyek nyugisan az utcán, (Comments)

    - megyek nyugisan az utcán, erre rámköszön valaki (tök ismeretlen). kérdezi hogy vagyok, mondom kösz jól. többet nem mondok, mit mondjak egy vadidegennek. erre a kezdeti mosolygás kezd sápatságba váltani, úh megkérdezem, h és te? erre zavart képet ölt, gondolkozik, majd elkezd hebegni-habogni. megint csend, de láthatóan nem kíván továbbmenni. én viszont mennék. megemlíti, h mostanában milyen ritkán találkozunk. mondom, h igen, mostanában keveset, majd biztosítom, h majd még találkozunk, de nekem rohannom kell (sehova se kellett rohannom). azótase tom, h ki a halál volt ez :D
    - más. boltban ál el?ttem egy kb velem 1id?s csajszi, kér cigit. erre kérdezik, h hosszút, vagy rövidet. kérdezi, h attól függ mennyibe kerül. az 1ik 425 a másik 415. erre rávágja, h akkor a rövidet. nemtom, ez vagy nem szeret cigizni (sajnálja rá a pénzt, de akkor nemtom minek vesz), vagy komplett hülye


  • Thursday, 08 July 2004
    - Jesszus (Comments)

    - Jesszus. így néz ki Alan Cox :D


  • Thursday, 08 July 2004
    - kicsit rosszul indul ez (Comments)

    - kicsit rosszul indul ez a nap. felkeltem, de nem tudtam wcre menni, (apám bevonult a wcre, és ez nála nem 2perc) a végén már majdnem lementem a nagyszül?khöz, de aztán végül mégis el?bb szabad lett, minthogy elindultam volna
    - utána meg mialatt a wcn voltam csörgött a vezetékes telefont többször is, de apám nem hajlandó felvenni a telefont, én meg nem tudtam, szerencsétlen hívó meg ott csörgette nemtommennyi ideig, várva, h legalább vmi üzenetrögzít? felveszi


  • Wednesday, 07 July 2004
    - megkaptam a fizetésem :D- (Comments)

    - megkaptam a fizetésem :D
    - megvettem a 160Gs vinyót :D
    - vannak szép partícióim hda1-t?l 9ig ;-)


  • Wednesday, 07 July 2004
    - ez alapján lehethogy mégis (Comments)

    - ez alapján lehethogy mégis megtanulok kézzel iptables használni :D
    - BBBBlog: "A TESCO-ban vettem két fagyasztott pizzát és egy üveg fehérbort, és a húgommal azt ettük vacsorára. Aztán tévéztünk egészen mostanáig."
    - hátez nálam úgy nézne ki, h vettük, ezt és ezt, megettük uzsonnára, aztán most tévézni foguk egészen vacsoráig ;-)
    - már elég régen nem olvastam a BBBBlog Team termékét (a utolsó amit olvastam az a "Nem tudok postolni" volt), de most bepótoltam :D


  • Tuesday, 06 July 2004
    - tökjó, haladnak a fordítások, (Comments)

    - tökjó, haladnak a fordítások, PChris, BBB dolgozik rajta :D
    - Rita megy le a Balcsira, Balázs meg evezni. megint teljesen rám fognak szállni az ?sök ;-)
    - FrugalWare ChangeLogot kéne már lassan pastolni, mert nagyon hosszú lesz. majd 1x :D


  • Monday, 05 July 2004
    - Noncsy (Comments)

    - Noncsy. hm, ez inkább nem publikus ;-)
    - voltam rokonéknak vint telepíteni. rotfl
    - 0ról felhúzom a rencert, mcafeet rá, cdr?l hozom otthonról a wgettel leszedett 0day datfilet, feltesszük, lehoznánk a szerencsétlénék leveleit, erre nem bejön vmi trójai? kiírja, h van még 1 percem a leállásik (tipikus vírus jelengség). no comment
    - holnap d.e. befejezbem az rcS.d implementálását :D
    - hja, és este apám (nagy vin fan, ha nem írtam volna még) kérdezi, h miért egész nap a gép el?tt ülök. mondom, h ahelyett, h örülne, h az általa istenített **** cégek termékeit telepítgetem, már ez is baj. válasz: "HÜLYE VAGY". tökjó, már nem akar megtéríteni ;-)


  • Sunday, 04 July 2004
    - "Making volume groups available (Comments)

    - "Making volume groups available for kernel" ezt hogy fordítanátok le? most ezt találtam ki: "A kötetcsoportok el?készítése", de igazába nemtom hogy lehetne. ötleteket várok :D
    - azért milyen durva már, h egy magyar azon gondolkodik, h hogyan mondja a saját nyelvén azt, aminek a jelentése angolul evidens ;-)
    - azért büszke vok az angoltudásomra, h tudok olyat mondani angolul, amit magyarul nem :D
    - FrugalWareben az rcS.d implementálásával imho holnap estére kész leszek :D
    - majd pastolok ChangeLogot


  • Saturday, 03 July 2004
    - már 1esek kérdezték, h (Comments)

    - már 1esek kérdezték, h mi van velem :D
    - találtam egy jobb nyomtatódrivert itt, úh most 600x600 dpiben tudok nyomtatni :D
    - FrugalWare ChangeLog:
    "Sat Jul 3 13:09:57 CEST 2004, by VMiklos
    - base/udev: changed the sysvinit script name (S00udev -> S00rc.udev)
    - base/bootsplash: changed the sysvinit script name (S03splash -> S03rc.splash)
    - base/kbd: rebuilt with sysvinit support
    - base/chkconfig: rebuilt with updated rc.sysvinit (fixed a bug)
    - kde/kdemultimedia: new package (KDE Multimedia Programs)
    - kde/kdenetwork: new package (KDE Networking Programs)
    - kde/kdeadmin: new package (KDE Administration Programs)
    - kde/kdeartwork: new package (Additional artwork for KDE)
    - kde/kdegames: new package (Games for KDE)
    - kde/kdetoys: new package (Toys for KDE)
    - kde/kdeedu: new pacakge (Educational programs for KDE)
    - apps/gimp-print: new package (IJS printer driver for Ghostscript and CUPS)
    - apps/hpijs: new package (Hewlett-Packard inkjet drivers for Ghostscript)

    Fri Jul 2 16:46:25 CEST 2004, by VMiklos
    - multimedia/lame: new package (an LGPL MP3 encoder)
    - network/openldap: rebuilt with fixed symlinks for libs
    (now creating missing libldap.so.2)
    - multimedia/mplayer: rebuilt with fixed dependencies (added lame)
    + upgrade fix (usr/share/mplayer/font)
    - multimedia/flac: new package (Free Lossless Audio Coder)
    - multimedia/libmusicbrainz: new package
    (MusicBrainz is the second generation incarnation of the CD Index)
    - lib/taglib: new package (A library for reading and editing the meta-data of several popular audio formats.)
    - multimedia/trm: new package (The TRM Generator is a small test application that generates Relatable TRM acoustic fingerprints.)
    - base/gpm: rebuilt with support for chkconfig
    - base/acpid: rebuilt with support for chkconfig
    - base/bootsplash: added support for chkconfig + sysvinit
    - base/dcron: rebuilt with support for chkconfig
    - base/cups: rebuilt with support for chkconfig
    - multimedia/xine-lib: new package (Xine multimedia playback engine libraries)
    - network/curl: new package
    (A command line tool for transferring data specified with URL syntax.)
    - multimedia/xine-ui: (Xine multimedia playback engine user interface)
    - base/frugalware: rebuilt with support for init script
    - base/chkconfig: new package
    (Updates and queries runlevel information for system services)
    - base/udev: now supports sysvinit + conflicts with devfsd
    - network/apache: updated to 2.0.50 + support for chkconfig
    - lib/fontconfig: updated to 2.2.3

    Tue Jun 29 22:25:15 CEST 2004, by VMiklos
    - multimedia/cdparanoia: new package (A CD ripping application)
    - x11/xorg: rebuilt with fixed backup strings
    - lib/gtk+: new package (The GTK+ toolkit)
    - multimedia/codecs: updated to 20040626 + up2date cleanup
    - network/nail: updated to 10.8
    - multimedia/mplayer: new package (The Movie Player)
    - network/openldap: updated to 2.2.13 (2.2 tree)
    - kde/kdebase: rebuilt with new config files
    (added kickerrc, klaunchrc, klipperrc, konsolerc and korgacrc)
    - kde/kdeutils: new package (KDE General Utilities.)"


  • Thursday, 01 July 2004
    - itt van ez a (Comments)

    - itt van ez a kép, lol (köszönet érte Great_Brainnak)


  • Thursday, 01 July 2004
    - obsds oprendszer szerinti pf (Comments)

    - obsds oprendszer szerinti pf sz?r?: block drop in quick on $ext_if from any os { SCO, Windows } (forrás itt)
    - bbb blogjában a következ? hirdetés:
    "Domain (ékezetes is) - www.lapion.net
    .hu=2996 Ft/2 év .com=1996 Ft/1 év egyéb költség nincs
    Kapcsolódó keresések: * imho * rotfl Ads by Google"
    - ez a kapcsolódó kifejezések nagyon rotfl


  • Wednesday, 30 June 2004
    - itt van howto az (Comments)

    - itt van howto az lg3dhez
    - 26os kernel bug itt. grrr


  • Wednesday, 30 June 2004
    - itt van 1 progi, (Comments)

    - itt van 1 progi, lehet vele ext2/3at írni win alól
    - FrugalWare ChangeLog jön majd ;-)


  • Tuesday, 29 June 2004
    - "Szabadságra megyek, elutazom 2 (Comments)

    - "Szabadságra megyek, elutazom 2 hétre.
      Lennél szíves ezalatt locsolni a virágaimat?"
      (kép hozzá itt)
    - most telepítettem egy slackware 10et. igen szép munka. sokat kell szórakozni a beállításokkal, de azért olyan jó érzés ;-)
    - red6 kiadásokról találtam egy tökjó oldalt itt


  • Monday, 28 June 2004
    - re: bbbblog - ahogy (Comments)

    - re: bbbblog - ahogy elnézem bbb blogját csak a root tudja futtatni, mert 700as permission van rajta :-(
    - "Ja, és sajnálom, hogy a pajkos cserkészpajtások egy "szerbusz"-t se mondva kitettek. Micsoda ÖSSZETARTÁS..." - rotflmao
    - "Különben szent a béke, holnap úgyis találkozunk" - akkor mégis összeházasodunk? ;-)
    - FrugalWare ChangeLog:
    "Mon Jun 28 10:43:08 CEST 2004, by VMiklos
    - base/udev: updated to 028
    - kde/kdebase: new package (KDE Base Programs.)
    - lib/freetype2: updated to 2.1.9
    - lib/libungif: new package (GIF loading and saving shared library)
    - lib/sdl: new package (Simple DirectMedia Layer library)
    - lib/fontconfig: rebuilt with fixed permissions
    - base/udev: rebuilt with changed pathes
    (udev.{permission,rules} to {permission,rules}.d/)
    + with slackware's permissions

    Fri Jun 25 10:56:43 CEST 2004, by VMiklos
    - x11/xorg: rebuilt with kernel-headers 2.6.7 and new Xsession
    + added X11R6.7.0-kernel26.diff"


  • Sunday, 27 June 2004
    - BBB blogja itt, mozgalmi (Comments)

    - BBB blogja itt, mozgalmi frizurája meg itt tekinthet? meg. lol. imho ezért a bejegyzésért + fog ölni ;-)
    - ja és Anett is rotfl itt :D. ha az eddigi 2 link miatt nem lenne mérges, emiatt most biztos ;-)
    - a kép megtekintéséhez local referrert kell supplyolni, de aki meg akarja tekinteni, annak imho ez nem akadály...
    - hm. jó ez így, már beszélnünk sem kell 1mással, csak egymás blogjaiban reagálunk a másikéra ;-)
    - ez aztán a h4x0rl1f3 - na ezt kiváncsi vok, h hány l4m3r f0gja f3lf0gni. r0ftlm30
    - egész nap Ambronál voltam. végülis tökjó, a végén adott 1 dvd+cdrwt ;-)
    - FrugalWare ChangeLog missing, ofcoz...
    - ma volt apám névnapja, jó kis hajcih?t kellett csapni. utálom az ilyeneket
    - holnap megin' meló


  • Sunday, 27 June 2004
    - kitettek a cserkesz.hu szerverr?l (Comments)

    - kitettek a cserkesz.hu szerverr?l. szívás :-(
    - voltam ma egy esküv?n (vmi sohanemlátott rokonén) végig szólt a lagzi lajcsi, hát mit mondjak igen nehezen bírtam ki
    - ha minden igaz, akkor ma éjszaka MPlayer kiadás :-)


  • Friday, 25 June 2004
    - ki akarnak tenni a (Comments)

    - ki akarnak tenni a cserkesz.hu szerverr?l. asszem kell keresnem vmi más hostot :S
    - becomittelték a gcc34es mplayer configure patchemet
    - épp fordul a kdebase ;-)


  • Friday, 25 June 2004
    - khm, 4 napja nem (Comments)

    - khm, 4 napja nem írtam :S
    - Banyesznek tanítom az MPlayert ;-)
    - úgyt?nik lefordul végre az xorg 2.6os kernel-headerekkel :D
    - egy kis FrugalWare ChangeLog:

    "Thu Jun 24 11:45:37 CEST 2004, by VMiklos
    - lib/fontconfig: rebuilt with changed prefix for easier packaging
    - network/samba: new package (SMB file and print server)

    Tue Jun 22 13:32:20 CEST 2004, by VMiklos
    - base/kbd: rebuilt with new init-script sheme
    - base/bootsplash: new package (Graphical boot process for the linux kernel)

    Tue Jun 22 11:27:46 CEST 2004, by VMiklos
    - apps/mysql: rebuilt with new init-script sheme

    Tue Jun 22 11:21:32 CEST 2004, by VMiklos
    - extra/base/devfsd: rebuild with rc.devfsd script

    Tue Jun 22 10:18:38 CEST 2004, by VMiklos
    - kde/kdelibs: new package (KDE Core Libraries.)

    Mon Jun 21 11:58:41 CEST 2004, by VMiklos
    - devel/tcl: new package (The Tcl scripting language)
    - devel/tk: new package (A windowing toolkit for use with tcl)
    - devel/python: new package (A high-level scripting language)
    - lib/libxml2: new package (XML parsing library)
    - lib/libxslt: new package (XML stylesheet transformation library)
    - lib/pcre: new package (Perl-compatible regular expression library)
    - lib/lesstif: new package (a free replacement for OSF/Motif(R))
    - lib/libart_lgpl: new package (a library for high-performance 2D graphics)
    - base/debianutils: updated to 2.8.3
    - network/portmap: new package (RPC connection manager)
    - base/gpm: rebuilt with new init-script sheme
    - apps/fam: new package
    (File Alteration Monitor - used by KDE, GNOME and others)
    - base/udev: rebuilt with new /etc/sysconfig/udev
    (now creates /dev/loop# devices)
    - network/openldap: new package
    (A suite of the Lightweight Directory Access Protocol servers)

    Sat Jun 19 21:37:40 CEST 2004, by VMiklos
    - lib/glib: new package (Common C routines used by Gtk+ and other libs)
    - devel/pkgconfig: new package (A system for managing library compile/link flags)
    - lib/glib2: new package (Common C routines used by Gtk+ 2.2 and other libs)
    - kde/arts: new package (Analog realtime synthesizer)

    Fri Jun 18 21:13:44 CEST 2004, by VMiklos
    - multimedia/esd: new package (Enlightened Sound Daemon)
    - lib/libmad: new package (A high-quality MPEG audio decoder)
    - lib/libogg: new package (Ogg bitstream and framing library)
    - lib/libvorbis: new package (Vorbis codec library)

    Fri Jun 18 20:54:54 CEST 2004, by VMiklos
    - base/pacman: rebuilt with installpkg 0.6
    (disable warning when installing new packages)
    - kde/qt: new package (The QT gui toolkit.)

    Fri Jun 18 12:40:31 CEST 2004, by VMiklos
    - base/xfsprogs: replaces xfsprogs-base
    - base/xfsprogs-dmapi: rebuilt with fixed dependencies
    - base/xfsprogs-acl: rebuilt with fixed dependencies

    Fri Jun 18 11:33:26 CEST 2004, by VMiklos
    - base/udev: rebuilt with rc.udev 0.8 (some code cleanup)
    and kernel 2.6.7 (rtc and vcsa implemented in sysfs)

    Fri Jun 18 11:01:48 CEST 2004, by VMiklos
    - base/pacman: rebuilt with installpkg 0.5 (bugfix)

    Wed Jun 16 22:45:29 CEST 2004, by VMiklos
    - base/kernel: new package, replaces kernel-ide and kernel-scsi
    - also this means that they updated to kernel 2.7.7
    - devel/kernel-headers: updated to 2.7.7
    - devel/kernel-source: updated to 2.7.7
    - base/submount: rebuilt with kernel 2.7.7

    Wed Jun 16 19:44:46 CEST 2004, by VMiklos
    - base/grub: updated to 0.95

    Wed Jun 16 14:42:01 CEST 2004, by VMiklos
    - Changelog: initial release
    - base/module-init-tools: fixed up2date (now checks only for stable releases)
    - base/sed: updated to 4.1
    - lib/libsndfile: updated to 1.0.10
    - base/udev: updated to 027"


    - azért van még mit csinálni ;-)


  • Monday, 21 June 2004
    - Postfix+Amavisd+Clamav+Spamassassin howto itt (Comments)

    - Postfix+Amavisd+Clamav+Spamassassin howto itt


  • Sunday, 20 June 2004
    - hogyan használjunk fglrx drivert (Comments)

    - hogyan használjunk fglrx drivert 2.6.7es kernelen? ráadásul nem lenne baj, ha gyors is lenne. howto itt


  • Sunday, 20 June 2004
    - els? eset: kérd?ívet próbálunk (Comments)

    - els? eset: kérd?ívet próbálunk kitölteni egy öreg tatával. igen idegesnek látszik, és képtelen megérteni, hogy mit értek az alatt, h otthoni telefonvonal. mondom az otthon az az, ahol ön most van. erre még mindig nem érti. megkérdezem, h ? most hol van? a válasz: a fürd?kádban.... ;-)
    - másik eset: most nem jut eszembe, pedig tegnap este elhatároztam, h ezt a két esetet ide leírom... ;-)
    - van egy jó kis cikk: Mi minden fut UNIX név alatt? jó sokat lehet rajta rotflkodni :D
    - elmaradtam még a FrugalWare ChangeLog vezetésével, majd 1x ha sok id?m lesz, pótolom ;-) igazába az kéne, hogy be legyen állítva a szerver, és akkor a forrásfában vezetném a ChangeLogot, és nem itt :S


  • Sunday, 20 June 2004
    - igen vicces történetek fordulnak (Comments)

    - igen vicces történetek fordulnak el? a munkahelyemen. majd ha lesz 1 kis id?m, akkor ide begépelek néhányat
    - sok új feljesztés-csiszolás a FrugalWare forrásfában, majd a változásokat is igyekszem ide bevezetni
    - remélhet?leg még a mai nap folyamán... ;-)


  • Friday, 18 June 2004
    - linux alatti kormány+pedál itt- (Comments)

    - linux alatti kormány+pedál itt
    - elkezdtem dolgozni, h-p 15-20h, sz 10-18h, vasárnap pihen? :D


  • Wednesday, 16 June 2004
    - utf fájlok szerkesztése howto (Comments)

    - utf fájlok szerkesztése howto itt
    - 1024x768 VESAFB konzol megy 85Hz-en egy patch segitsegevel. howto itt


  • Wednesday, 16 June 2004
    - gyermekeim, túl vok az (Comments)

    - gyermekeim, túl vok az érettségim :D
    - szép kit?n? lett...
    - hm, ma volt a bankett is, nagy nehezen hazakacsáztam, némi ital (kb 4sör, 3pezsg?, ha jól emléxem) után...
    - 1kis fun itt
    - kissé illuminált állapotban vok, pl az egérrel egészen nehezen navigálok ;-)
    - asszem a legjobb, ha most lefexem ;-)


  • Monday, 14 June 2004
    - ma 9t?l 12ig áramszünet- (Comments)

    - ma 9t?l 12ig áramszünet
    - a francba, az áramszünet után (mikor visszajött az áram) tönkrement a switch
    - miért nem tudnak bele feszültségvédelmet rakni??? hülye barmok. grrr
    - most nincs netem. majdnem az ?rületbe kerget...
    - átnéztem az irodalom tételeket. és megállapítottam, hogy a törit kellett volna ;-)
    - kijött a grub 0.95. pusztuljon az isolinux... ;-) (legalább elfoglalom magam: gfxboot patchet kell portolni)
    - holnap +kapom a koffice 1.3.1 forrását. lehet majd vele kísérletezni, h h a francba lehetne lebuildelni gcc 3.4.0val ;-)


  • Monday, 14 June 2004
    - ezaz! kedden érettségizem!!!- van (Comments)

    - ezaz! kedden érettségizem!!!
    - van még1 napom készülni :-)


  • Sunday, 13 June 2004
    - már csak 2 töri (Comments)

    - már csak 2 töri tétel
    - sikeresen lebuildeltem a kde-3.2.3at ;-)


  • Saturday, 12 June 2004
    - közeledünk a tételtanulgatás finiséhez (Comments)

    - közeledünk a tételtanulgatás finiséhez. már csak 3 töri tételem van hátra ;-)
    - az ibm szbadalmaztatta a caps lockot. amerikába télleg minden hülyeséget meg lehet csinálni? :S
    - május 17.én kiadták a club rotation 26ot. belehallgattam, elég jó anyag ;-)


  • Friday, 11 June 2004
    - tegnap reggel óta szépen (Comments)

    - tegnap reggel óta szépen itt fordulgat a kde-3.2.3
    - gentto offline telepítés howto


  • Wednesday, 09 June 2004
    - Web, DNS, Mail, FTP (Comments)

    - Web, DNS, Mail, FTP üzemeltetése ldappal


  • Wednesday, 09 June 2004
    - ide linkelem ezt a (Comments)

    - ide linkelem ezt a képet is
    - feltöltöttem a lektorált irodalom vázlatot
    - itt vannak jó kis pólók ;-)


  • Wednesday, 09 June 2004
    - dagobert bácsi kérte, hogy (Comments)

    - dagobert bácsi kérte, hogy keressem el? az ms-duplaclick _tényleges_ forrását. megtekinthet? itt
    Frugalware update:
    - gfxboot-2.4
    - dialog-0.9b_20040606
    - udev-026
    - vim-6.3
    - megint minden up2date! ;-)


  • Monday, 07 June 2004
    - trey készített egypár hup (Comments)

    - trey készített egypár hup póló tervet, nekem ez teccik a legjoban
    - vettünk ma 1 csomó epret, és be is f?ztük
    - megint egy bookmark: vállalatirányítási rendszer linuxon
    - FrugalWare: rc.submountban fixeltem egy bugot


  • Sunday, 06 June 2004
    - van néhány oldal, amit (Comments)

    - van néhány oldal, amit felesleges a bookmarkban tárolni, mert úgysem használom soha, de azért jó lenne valahol eltárolni: ezeket ide a blogba fogom belinkelni
    - els?ként álljon itt Thomer Gill Migrating to Linux Kernel 2.6 HOWTOja
    - problémám akadt egy nrg fájlal, jobb nem jutott eszembe, ide belinkeltem, itt nem veszik el ;-)
    - rájöttem miért nehéz telefonon elérni BBBt: a nap 24 órájából mindösszesen 4%ában alszom én is és ? is, 54%ban valamelyikünk ébren van, de a másik nem, újabb 4%ban ébren van, de tévét néz, és csak az esetek 38%ában van 1általán esély arra, hogy elérjük 1mást :D
    - frissítettem PChris cuccait


  • Saturday, 05 June 2004
    - mamámat tanítom smsezni :D- (Comments)

    - mamámat tanítom smsezni :D
    - a sun tegnap kijelentette, hogy gpl lesz a solaris. ma meg azt, hogy csak a szoftverért fog pénzt kérni, és mellé ingyen adja majd a hardvert. utos paros: ingyen vas gples solarissal :D
    - ez aztan az uzleti modell...


  • Saturday, 05 June 2004
    - most jöttem a roccoról (Comments)

    - most jöttem a roccoról. nem csalódtam ;-)
    - aki nem jött, az megérdemli...


  • Thursday, 03 June 2004
    - mégint nem írok ide (Comments)

    - mégint nem írok ide :-(
    - az ms szabadalmaztatta a dupla-clicket. rotfl
    - holnap rocco koncert! ;-)
    - a fruglware listák nyelve a kezdetekt?l fogva angol lesz. ezt mostmár eldöntöttem


  • Tuesday, 01 June 2004
    - semmi különös- napi 3 (Comments)

    - semmi különös
    - napi 3 tétel megvolt + este nagy ökörködés ircn
    - holnap lesz a gitárvizsgám, 1hete meg el? se vettem a gitárt :D


  • Monday, 31 May 2004
    - bicikliztem egy jót, 4en (Comments)

    - bicikliztem egy jót, 4en (TGabor, PChris, Banyesz, én)
    - a félnapos tervb?l lett egy 3/4 napos, ~72 kmrel ;-)
    - persze ezután hazaérve már nem tanultam semmit :-(


  • Sunday, 30 May 2004
    - nah, az elmúlt 3órában (Comments)

    - nah, az elmúlt 3órában a töri-b-tételekkel szórakoztam. az eredményt nézd meg a hírek rovatban ;-)
    - tegnap megtanultam megint 5 tételt
    - mától kezdve elkezdem tanulni a töri-b-tételeket, kettessével. majd meglátjuk, hogy menni fog-e
    - megtaláltam a hup fórum-toplistáját. kicsit bonyolult az elérése: az oldal itt található, majd a "Rendezési mód kiválasztása:" résznél az Összes hozzászólást kell választani, sorrendnek pedig csökken?t. az eredmény meglep? ;-)
    - kissé felhúzott a fedora legújabb húzása. sirámaim megtekinthet?ek itt
    - frissítettem az alsa-* csomagokat a FrugalWare forrásfában 1.0.5re


  • Friday, 28 May 2004
    - tegnap jól elcsesztem a (Comments)

    - tegnap jól elcsesztem a napomat. igazában nem sok értelmeset csináltam, de elment az id?m, csak 8kor keztem el tanulni...
    - tegnap lépte át a hup számlálója a 10milliomodik látogatást. b?vebben itt, screenshot itt


  • Wednesday, 26 May 2004
    - forgattam egy cvs glibct- (Comments)

    - forgattam egy cvs glibct
    - napi 3 tétel megvolt
    - elkeztem a psmisc fordítását magyarra


  • Tuesday, 25 May 2004
    - ma a szokásos napi (Comments)

    - ma a szokásos napi 3 tétel helyett 5öt tanultam meg
    - kölcsönkaptam egy matrox kártyát... hát nem véletlenül regélek én már mindenkinek, hogy ez egy csoda ez a kártya! olyan a hardveres nagyítása, hogy ...! komolyan mindenkinek ajánlom, hogy 1x próbáljon ki egy ilyet!
    - visszaadtam TGabornak a dvdjét, úh visszakerült a mobilrack a gépembe


  • Monday, 24 May 2004
    - ma van gitárom szerda (Comments)

    - ma van gitárom szerda helyett, sikerrel rászerveztem egy nagyanyai ebédet az gitáróra id?pontjára ;-)
    - tegnap este tudtam meg, hogy fél1re kell bemenni csekkolni az érettségi dogákat, ehhez sikerült fél12kor felébrednem... ;-)
    - a mozgólépcs?n lefelé vettem észre, hogy lejárt a bérletem, úh minden ellen?rnek az orra alá dugtam, miel?tt kérte volna, de csak annyi ideig, hogy ne vegye észre, hogy lejárt ;-)
    - 5ös a nyt-irod-mat-fiz érettségim! (a fizika 95%os ;-), a matek 59% :-()
    - gitár után még vásárolni is kellett persze, úh 8után keztem el tanulni...
    - Ambro kitalált egy egész jó projectet, de err?l most kussolok ;-)
    - TGabor felhívott, hogy adjam vissza má' a dvdmeghajtóját, úh ki kell szerelnem a gépb?l
    - hosszú volt a mai nap is...


  • Sunday, 23 May 2004
    - tegnap volt Rita névnapja- (Comments)

    - tegnap volt Rita névnapja
    - egész nap tanultam... katasztrófa :-(
    - Balázs úgyis egész nap a doktori dolgozatát írta, úh nem férhettem hozzá a géphez


  • Saturday, 22 May 2004
    tegnap egész este meg most (Comments)

    tegnap egész este meg most délel?tt az xfssel szórakoztam
    - 5 csomagból áll, persze találjam ki melyiket kell melyik után forgatni
    - --enable-shared=no-ra hibás Makefilet generál az automake
    - a /usr/lib-ba való cuccok felét a /usr/libexecbe teszi
    - elment vele majdnem egy napom. grrr.
    - mostmár kész ;-)))


  • Thursday, 20 May 2004
    frissítések a FrugalWareban:- mysql 4.0.20- (Comments)

    frissítések a FrugalWareban:
    - mysql 4.0.20
    - tcsh 6.13.00
    - perl-xml up2date fix
    más:
    - valósággal elérhetetlen a kernel.org. és basszus azért, mert a barmok tükrözik a fredora core2t. közben van még m+1 tükör, akkor minek kell nekik is? hogy más egy kernel-forrást se tudjon letölteni? állatok...
    na megyek tanulni...


  • Thursday, 20 May 2004
    - nah, 3napja nem írtam (Comments)

    - nah, 3napja nem írtam ide. rádásul kifelejtettem a hétf?i szerver-vásárlást. azt most legalább pótoltam
    - el kéne kezdeni a szóbelire tanulni, persze semmi kedvem hozzá
    - a keddi matek felvi katasztrófa, örülök, ha 60% lesz


  • Monday, 17 May 2004
    - megvolt a fizika felvi, (Comments)

    - megvolt a fizika felvi, el?reláthatólag 85% lesz. nem rossz, de azért lehetne jobb is...
    - megvettük a frugalware szerverét!!! config: 200as mmx, 64mb ram, 3,2gig winchester (ezt majd kell még b?víteni), 2 hálókárya, usb - mindezt 8e pénzért! jó, a szerver kicsit gyenge, de kezdetnek nem rossz, és rohadtul olcsó ;-)


  • Sunday, 16 May 2004
    - egész nap fizikáztam, átnéztem (Comments)

    - egész nap fizikáztam, átnéztem az elektrosztatikát, termodinamikát, ilyesmiket
    - lehalt megin a piar hálózat és ezzel a honlapom is. ehh, kéne már egy saját szerver ;-)
    - tök jó volt az #r-chaten a kvíz. van minden h-sz-p-vas 9kor
    - le kéne feküdni, holnap fizika felvi


  • Sunday, 16 May 2004
    dolgozgattam egy kicsit a honlap (Comments)

    dolgozgattam egy kicsit a honlap motorján, mostmár legalább egy vacak txtb?l generálódik a hírek meg a régi hírek oldal, ja meg ebb?l a txtb?l, amibe most is írok generálódik a blog. ezt is közhírré tettem


  • Saturday, 15 May 2004
    - sokat fizikáztam (Comments)

    - sokat fizikáztam. sokkal jobben meg, mint a matek
    - Noncsy megint az #r-chat-en! régen találkoztunk már... Jófej csaj, megint elment az id?...


  • Friday, 14 May 2004
    - domain reg: jj tud (Comments)

    - domain reg: jj tud segíteni, már nálam a labda!
    - server hosting: már csak a server hiányzik, szentssel minden körülményt tisztáztunk!

    - találtam egy apróhirdetést a budapiacban, 8eért lehet, hogy össze tudunk hozni egy színes monitoros szervert!!!
    - wma2ogg: Peter comittelte Diego patcheit, úh újabb nagy lépés az mplayer cvsbe kerülés felé!
    - kiadták a gnome 2.6.1et. de jó lenne, ha már ezzel tudnék foglalkozni!
    - mivel már lehet pannonos valaki úgy, hogy megtartja a 30as számát, stb, stb, a következ? kóddal lehet ellen?rizni, hogy tulajdonképpen most mi is van: *126*xxyyyyyyy#, ahol az xek a körzetszám az yonok, meg a telefonszám


  • Thursday, 13 May 2004
    ez az els? blog bejegyzés (Comments)

    ez az első blog bejegyzés. ide fogom írni, hogy mi történt velem éppen ma. általában a rossz dolgokat nem fogom leírni - elég, hogy 1x már megtörténtek, a rossz emlékeket nem fogom még1x felidézni, meg időpocsékolás is -  de ebből nehogy arra következtessen bárki is, hogy velem mindig csak jó dolgok történnek... ;-)
    nagy változások a FrugalWare-ben:
    - a supermountot teljesen felváltotta a submount, bár még a kernelben modulként bennehagytam
    - az rc.udevben támogatás négy szinten a semmitől az automatikus submountig (indításkor végigkeresi a dvd-íróktól a cdromokig az eszközöket)
    - rájöttem, hogy hogyan kell gyártani a 2.6os forrásból a kernel-headers csomaot, úh sikerrel kigyomláltam a teljes 2.4es forrást a forrásfából!
    - még ami eszembe jutott, de nem volt már időm megcsinálni, abból elkészítettem az első TODO listát... nem hiszem hogy jelenleg más értené rajtam kívül, de lesz ez még jobb is! ;-)


more »