Email or username:

Password:

Forgot your password?
4 posts total
akater

I've written #Emacs interface to Bugzilla web-based bug trackers quite some time ago. That includes the #Gentoo bug tracker bugs.gentoo.org

I can't pay as much attention to this Emacs package as I'd like to, and not everything is great in it but it seems to work and be useful enough. Maybe if somebody else finds it useful, I'll work more on it. So, if you're interested, you are welcome to

eselect repository enable akater &&
emerge app-emacs/bugz

(Hopefully that will go without errors.)

See the brief intro at Framagit.

Use at your own risk.

I've written #Emacs interface to Bugzilla web-based bug trackers quite some time ago. That includes the #Gentoo bug tracker bugs.gentoo.org

I can't pay as much attention to this Emacs package as I'd like to, and not everything is great in it but it seems to work and be useful enough. Maybe if somebody else finds it useful, I'll work more on it. So, if you're interested, you are welcome to

akater

Hey fellow #Emacs users, would you like to join an Emacs meetup in Tbilisi (Georgia) some time between Nov 11 and Dec 11?

We already have 3 (#o3, #x3, ?\C-c) people coming so I’m pretty sure it will happen.

akater

I write all my Elisp in Org files, so distributing my packages can be challenging. For those who write entire Lisp packages in Org or are interested to, I recently made public a tool that helps: fakemake. Please note that it deletes local files, and I’m the only user so far, so always make sure you have backups.

If first paragraphs are unclear, send me a note please. ❤ Emacs

akater
It's unfortunate that package repositories don't support setting per-package paywalls.

I think a stance like the following from a developer is entirely understandable:

> I want this software I write to be offered commercially in every repository you package it for. In the same time, I'm not going to enforce this, for I strictly oppose the use of force “to protect [so-called] intellectual property”.

I suspect plenty of developers want it but there's just no venue.

Paywalls, if implemented, could fund open source development much better than the donation model. I wish it were possible to do in the mainstream package managers.

The goal is not to obsessively introduce restricitons, which could never be impassable anyway. Open source is still open source: if you can't pay, build it manually, or use a package from a maintainer who doesn't care about developer's wishes. The goal is to provide new incentives.

A good package manager could allow for an unintrusive third-party implementation. I have an ebuild repository (ebuilds are Portage packages), and I could have added a procedure which checks the receipt before merge, and if there's none, it would report that a payment is necessary to proceed. However, Portage is not flexible enough for such messages to appear before merges of revdeps, which is inconvenient for users. (One could do something with conditional package masks but it could easily break if Portage doesn't calculate the whole chain of deps when it encounters the first obstruction which is sometimes a reasonable thing to do, so a dedicated support for paid deps is needed.)
It's unfortunate that package repositories don't support setting per-package paywalls.

I think a stance like the following from a developer is entirely understandable:
Go Up