August 25, 2004

webkit packaging horrors.

ugh. stuck with packaging webkit. I'm less than happy. Mostly because of the lacking documentation, the complete unstandard installation set and the complete lack of standard paths or recommendations.
Agh. And don't talk about expressing configuration files as python expressions. Just. Dont.

Posted by spider at 02:43 PM

August 22, 2004

I hate hopes

Well, appears that I was led to believe I'd get the PPC system system for naught. Fsck. I hate getting hopes for things. :-(

Posted by spider at 03:23 PM

August 20, 2004

got root?

I often reflect that if "privileges" had been called "responsibilities" or "duties", I would have saved thousands of hours explaining to people why they were only gonna get them over my dead body.


-- Lee K. Gleason, VMS sysadmin



Posted by spider at 10:22 PM

August 17, 2004

Its done

Well, finally the gconf defaults, mandatory settings are fixed up to provide a clean, smooth desktop , and the updater and merger scripts are settled and package. Yey.


now to just find the missing pieces.

Posted by spider at 02:17 AM

August 15, 2004

bork

will it crash again?



Posted by spider at 06:08 PM

FireyFilter

I just found FireyFilter today. It's an act-alike to the windows personal firewalls that will show you both inside and outside view, controlling connections from both ends. Quite impressive really.

I'd want a few things to be fixed with it though :
* DNS lookups in a separate thread so that it doesnt hang the UI when trying to lookup the host of my DNS server... erm.. ;)
* instant apply of rules when you create them based on actions.
* ability to filter based on interface without setting in/out direction.
* Lookup of user & application name

Actually, I'd probably prefer to have a fairly simple netfilter firewall, and using an interactive ACL control like Systrace for the "allow this app to connect to..." sort of things. However, the systrace gui.. erm. needs love.
I've been peeking at both grsecurity, LIDS and SELinux. However, none of them seem to have an interactive rules generator with a GUI, Which makes me uninclined to use them.

Posted by spider at 06:07 PM

August 09, 2004

symbolic link hell

Symbolical hell?


well..


/usr/X11R6/lib/X11/xkb/compiled is a link pointing at /mnt/old/usr/X11R6/lib/X11/xkb/compiled


/mnt/old/usr/X11R6/lib/X11/xkb/compiled is a link, pointing at ../../../../../var/lib/xkb


following the first link, to the second, leaves you in a path relative to the second links home, which is the read-only place "/mnt/old/var/lib/xkb" instead of the relative to the first link "/var/lib/xkb" that is writeable.


Lesson: Relative and absolute links don't mix well.


Posted by spider at 10:57 PM

August 07, 2004

Debug helper for Gentoo

So you're stuck with a crasher, and a corrupted debug build so you need to check what to rebuild with FEATURES="nostrip" to make sure you get good symbols?


Heres a pretty crude oneliner :


ldd /usr/bin/gossip |cut --delimiter=" " -f 3 |while read F; do readlink -f ${F} ; file `readlink -f ${F}` |grep -vq "not stripped" && qp kg -v -I -f ${F};done



The packages output are the ones that are stripped, the rest are just the libraries, cut the first "readlink -f ${F}" out to remove that verbosity

Posted by spider at 02:20 PM

storms in teacups

ugh. I just feel sick from looking at that thread in the foundation list. Too many posts, too unclear waters.


As I read the copyright assignment, I know my code will be avaiable for free, in one version or the other. It might get cut out later, so what, that usually happens in all development. Old code gets cut out.


I'm perfectly clear with my small fixes being relicensed for selling and corporate consumption.



The issues about the Bounties are hairier. I like the bounties, they offer good hacking opportunities, and good incentive. Some might not be too well worked through, esp. that planner thing. But thats logistics, should have been thought over, but works well.


Too bad that the foundation won't work with it in the future, I like the idea.


Posted by spider at 03:47 AM

August 06, 2004

Testing Meme Propagation In Blogspace: Add Your Blog!

This posting is a community experiment that tests how a meme, represented by this blog posting, spreads across blogspace, physical space and time. It will help to show how ideas travel across blogs in space and time and how blogs are connected. It may also help to show which blogs are most influential in the propagation of memes. The dataset from this experiment will be public, and can be located via Google (or Technorati) by doing a search for the GUID for this meme (below).

The original posting for this experiment is located at: Minding the Planet (Permalink: http://novaspivack.typepad.com/nova_spivacks_weblog/2004/08/a_sonar_ping_of.html) --- results and commentary will appear there in the future.

Please join the test by adding your blog (see instructions, below) and inviting your friends to participate -- the more the better. The data from this test will be public and open; others may use it to visualize and study the connectedness of blogspace and the propagation of memes across blogs.

The GUID for this experiment is: as098398298250swg9e98929872525389t9987898tq98wteqtgaq62010920352598gawst (this GUID enables anyone to easily search Google (or Technorati) for all blogs that participate in this experiment). Anyone is free to analyze the data of this experiment. Please publicize your analysis of the data, and/or any comments by adding comments onto the original post (see URL above). (Note: it would be interesting to see a geographic map or a temporal animation, as well as a social network map of the propagation of this meme.)

INSTRUCTIONS

To add your blog to this experiment, copy this entire posting to your blog, and then answer the questions below, substituting your own information, below, where appropriate. Other than answering the questions below, please do not alter the information, layout or format of this post in order to preserve the integrity of the data in this experiment (this will make it easier for searchers and automated bots to find and analyze the results later).

REQUIRED FIELDS (Note: Replace the answers below with your own answers)

(1) I found this experiment at URL: http://www.inkstain.net/fleck/archives/001181.html

(2) I found it via "Newsreader Software" or "Browsing the Web" or "Searching the Web" or "An E-Mail Message":
"Newsreader Software"

(3) I posted this experiment at URL: http://darkmere.wanfear.com/blog

(4) I posted this on date (day, month, year): 06/08/04

(5) I posted this at time (24 hour time): 16:49:00

(6) My posting location is (city, state, country): Norrköping, Östergötland, Sweden


OPTIONAL SURVEY FIELDS (Replace the answers below with your own answers):

(7) My blog is hosted by: Myself

(8) My age is: Secret

(9) My gender is: Male

(10) My occupation is: Hacker

(11) I use the following RSS/Atom reader software: Straw

(12) I use the following software to post to my blog: Movable Type, Pybloxom

(13) I have been blogging since (day, month, year):

(14) My web browser is: Epiphany

(15) My operating system is: Gentoo Linux

Posted by spider at 04:51 PM

August 03, 2004

Stuff.

Got some more hardware auto-probe+load modules to work dynamically. "Fixed" menus in a fairly broken way, dealt with mime database on new installed systems.

Currently debugging why cdda:// doesn't associate automagically with cd's that cant be mounted.
Need to look at HAL more

Posted by spider at 11:45 PM