quot; which has a walkthrough of the (quite
old-school, "two SSH sessions and tmux") process of NEW package review.
(video[2], etherpad[3])
There's certainly space for better tooling.
Cheers,
Luke Faraone
[1]: https://debconf16.debconf.org/talks/38/
[2]: https://debconf24.deb
Debian is a brilliant OS; I use it daily on my Raspberry Pi! 😉
On Wednesday, March 1, 2023, wrote:
> March 1, 2023 5:11 AM, "Toshaan Bharvani | VanTosh"
wrote:
>> Yes, please, I am interested.
>> I would use it for PowerEL, LibreBMC and LibreSOC.
>> All open source projects.
>> Is this just a board or also a CPU?
>
> It is just the motherboard. :)
so some
On Tuesday, February 28, 2023, wrote:
> Hello you fabulous developers!
>
> My friend has a spare Talos II motherboard that is currently sitting in
his house
> in Indiana USA collecting dust.
>
> https://www.raptorcs.com/TALOSII/
>
> I have convinced him to donate/sell it to an open source project
> Do you have a publication of that analysis? I was thinking the same
> about the organization of Debian for some time but never did analysis
> or compared it to other distros.
i found it here http://lkcl.net/reports/wot/ it's dated 2017 (not a bad
guess, 4 years). please bear in mind, the primary
https://yro.slashdot.org/story/21/07/05/2155212/open-source-audio-editor-audacity-has-become-spyware
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
On Friday, August 23, 2019, Karsten Merker wrote:
>
> and decide for themselves who is displaying "violent hatred" on
> mailing lists and come to their own judgement about your
> allegations:
You've now violated the Debian Conduct twice in under an hour.
https://www.debian.org/code_of_conduct
On Thu, Aug 22, 2019 at 7:58 PM Karsten Merker wrote:
> On Fri, Aug 23, 2019 at 01:49:57AM +0800, Luke Kenneth Casson Leighton wrote:
>
> > The last time that we spoke, Theo, some time around 2003 you informed me
> > that you were doing so very deliberately "to show everyo
On Thursday, August 22, 2019, Theodore Y. Ts'o wrote:
> On Wed, Aug 21, 2019 at 10:03:01AM +0100, Luke Kenneth Casson Leighton
> wrote:
> >
> > so i hope that list gives a bit more context as to how serious the
> > consequences of dropping 32 bit support really is.
i remembered a couple more:
* the freescale iMX6 has a 19-year supply / long-term support (with
about another 10 years to go). it's used in the bunnie huang "Novena
Laptop" and can take up to 4GB of RAM. processor core: *32-bit* ARM
Cortex A9, in 1, 2 and 4-core SMP arrangements.
* the Zync 700
On Tue, Aug 20, 2019 at 3:31 PM Sam Hartman wrote:
>
> >>>>> "\Luke" == Luke Kenneth Casson Leighton writes:
> Hi.
> First, thanks for working with you.
> I'm seeing a lot more depth into where you're coming from, and it is
> greatly appreci
On Tue, Aug 20, 2019 at 2:52 PM Sam Hartman wrote:
> I think my concern about your approach is that you're trying to change
> how the entire world thinks.
that would be... how can i put it... an "incorrect" interpretation. i
think globally - i always have. i didn't start the NT Domains
Reverse
On Tue, Aug 20, 2019 at 1:17 PM Sam Hartman wrote:
> I'd ask you to reconsider your argument style.
that's very reasonable, and appreciated the way that you put it.
> I'm particularly frustrated that you spent your entire reply moralizing
> and ignored the technical points I made.
ah: i really
On Mon, Aug 19, 2019 at 7:29 PM Sam Hartman wrote:
> Your entire argument is built on the premise that it is actually
> desirable for these applications (compilers, linkers, etc) to work in
> 32-bit address spaces.
that's right [and in another message in the thread it was mentioned
that builds h
On Wed, Aug 14, 2019 at 5:13 PM Aurelien Jarno wrote:
> > a proper fix would also have the advantage of keeping linkers for
> > *other* platforms (even 64 bit ones) out of swap-thrashing, saving
> > power consumption for build hardware and costing a lot less on SSD and
> > HDD regular replacement
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
On Thu, Aug 8, 2019 at 9:39 PM Aurelien Jarno wrote:
> We are at a point were we should probably look for a real solution
> instead of relying on tricks.
*sigh* i _have_ been pointing out for several years now that thi
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
On Fri, Aug 9, 2019 at 1:49 PM Ivo De Decker wrote:
>
> Hi Aurelien,
>
> On 8/8/19 10:38 PM, Aurelien Jarno wrote:
>
> > 32-bit processes are able to address at maximum 4GB of memory (2^32),
> > and often less (2 or 3GB)
e redirects for the HTML pages.
Feel free to redirect this to an appropriate list, but perhaps
redirecting non-`apt` user agents is worthwhile? E.g. something like
the solution detailed[1] for nginx. (I'm sure there's something easier
for Apache). Happy to send a patch if that'
On Mon, Jan 7, 2019 at 11:30 PM Mike Hommey wrote:
> > it would be extremely useful to confirm that 32-bit builds can in fact
> > be completed, simply by adding "-Wl no-keep-memory" to any 32-bit
> > builds that are failing at the linker phase due to lack of memory.
>
> Note that Firefox is built
https://sourceware.org/bugzilla/show_bug.cgi?id=22831 sorry using phone to
type, mike, comment 25 shows some important options to ld gold would it be
possible to retry with those? 32 bit. Disabling mmap looks really important
as clearly a 4gb+ binary is guaranteed going to fail to fit into 32bit mm
On Tue, Jan 8, 2019 at 7:26 AM Luke Kenneth Casson Leighton
wrote:
>
> On Tue, Jan 8, 2019 at 7:01 AM Luke Kenneth Casson Leighton
> wrote:
> trying this:
>
> $ python evil_linker_torture.py 3000 400 200 50
>
> running with "make -j4" is going to take a few
On Tue, Jan 8, 2019 at 7:01 AM Luke Kenneth Casson Leighton
wrote:
> i'm going to see if i can get above the 4GB mark by modifying the
> Makefile to do 3,000 shared libraries instead of 3,000 static object
> files.
fail. shared libraries link extremely quickly. reverted to
$ python evil_linker_torture.py 3000 100 100 50
ok so that managed to get up to 1.8GB resident memory, paused for a
bit, then doubled it to 3.6GB, and a few seconds later successfully
outputted a binary.
i'm going to see if i can get above the 4GB mark by modifying the
Makefile to do 3,000 sh
On Tue, Jan 8, 2019 at 6:27 AM Luke Kenneth Casson Leighton
wrote:
> i'm just running the above, will hit "send" now in case i can't hit
> ctrl-c in time on the linker phase... goodbye world... :)
$ python evil_linker_torture.py 2000 50 100 200
$ make -j8
oh,
$ python evil_linker_torture.py 2000 50 100 200
ok so it's pretty basic, and arguments of "2000 50 10 100"
resulted in around a 10-15 second linker phase, which top showed to be
getting up to around the 2-3GB resident memory range. "2000 50 100
200" should start to make even a system
On Tuesday, January 8, 2019, Mike Hommey wrote:
> On Mon, Jan 07, 2019 at 11:46:41PM +0000, Luke Kenneth Casson Leighton
> wrote:
>
> > At some point apps are going to become so insanely large that not even
> > disabling debug info will help.
>
> That's less
On Tuesday, January 8, 2019, Mike Hommey wrote:
> .
>
> Note that Firefox is built with --no-keep-memory
> --reduce-memory-overheads, and that was still not enough for 32-bts
> builds. GNU gold instead of BFD ld was also given a shot. That didn't
> work either. Presently, to make things link at a
(hi edmund, i'm reinstating debian-devel on the cc list as this is not
a debian-arm problem, it's *everyone's* problem)
On Mon, Jan 7, 2019 at 12:40 PM Edmund Grimley Evans
wrote:
> > i spoke with dr stallman a couple of weeks ago and confirmed that in
> > the original version of ld that he wro
On Sun, Jan 6, 2019 at 11:46 PM Steve McIntyre wrote:
>
> [ Please note the cross-post and respect the Reply-To... ]
>
> Hi folks,
>
> This has taken a while in coming, for which I apologise. There's a lot
> of work involved in rebuilding the whole Debian archive, and many many
> hours spent analy
s into
> Policy.
This also is the case with snapd, which uses `/snap` in all other
distributions. We currently override it, but the issue was brought up
in a bug report.[1] I think the same arguments apply to both Nix and
snapd; but perhaps two is not yet numerous enough to warrant
documenting
On Fri, Nov 23, 2018 at 12:18 AM Lisandro Damián Nicanor Pérez Meyer
wrote:
> So: what's the best outcome for our *current* users? Again, pick only one.
here's a perspective that may not have been considered: how much
influence and effect on purchasing decisions would the choice made
have?
we k
For this library specifically, I suspect you might have luck engaging
with the Debian Multimedia Team — they address your type of request in
their team-specific FAQ[4].
Thank you for your contribution to Debian!
Cheers,
Luke Faraone
[1]: https://www.debian.org/devel/wnpp/
[2]: https://mentor
ty of your architecture's continued inclusion.
So, in the first instance, would you like to continue being part of
unstable/experimental?
[0]: https://ftp-master.debian.org/archive-criteria.html
[1]: https://buildd.debian.org/stats/
Cheers,
Luke Faraone
signature.asc
Description: OpenP
n.
So, in the first instance, would you like to continue being part of
unstable/experimental?
[0]: https://ftp-master.debian.org/archive-criteria.html
[1]: https://buildd.debian.org/stats/
Cheers,
Luke Faraone
signature.asc
Description: OpenPGP digital signature
|> In addition, general status reports are posted by the release
manager to the debian-devel-announce mailing list.
Cheers,
Luke W Faraone
best
instigate action by taking this discussion to a bug (perhaps spilling
over to debian-devel if it is in fact of interest to the wider project
for discussion).
Cheers,
Luke W Faraone
signature.asc
Description: OpenPGP digital signature
2020.
> I found strange to put an override for this so I didn't.
While not required, including an override is a sign to other Debian
developers that "yes, I thought about this and it is not applicable for
this reason". So I think it would have been good to include one, but not
absolutely required.
Cheers,
Luke W Faraone
signature.asc
Description: OpenPGP digital signature
make this harder.
+100 to this. Even at a previous life in a fast-moving startup, I
convinced the rest of engineering that "if you want to use it, and it
isn't in Debian, you get to package it first".
(aside, also had the advantage of convincing people to use more
commonly-used packages, rather than some random fork of a fork they
found one day…)
Cheers,
Luke Faraone
rded
several FTP trainees since the August 2017 call, but they are generally
done in batches.
Cheers,
Luke
signature.asc
Description: OpenPGP digital signature
Package: wnpp
Severity: wishlist
Owner: Luke W Faraone
* Package name: powershell
Version : 6.0.0~alpha9
Upstream Author : Microsoft
* URL : https://github.com/PowerShell/PowerShell
* License : Expat
Programming Lang: C#
Description : scripting
https://www.crowdsupply.com/eoma68/micro-desktop
i've been working on a strategy to make it possible for people to have
more control over the hardware that they own, and for it to cost less
money for them to do so, long-term. i've had to become an open
hardware developer in order to do that.
i b
do we think? Is there any hope for it?
Thanks!
Luke
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: node-handlebars
Version : 4.0.4
Upstream Author : Yehuda Katz
* URL : http://www.handlebarsjs.com/
* License : Expat
Programming Lang: JavaScript
Description : semantic templating
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: zxcvbn.js
Version : 3.5.0
Upstream Author : Dan Wheeler
* URL : https://github.com/dropbox/zxcvbn
* License : Expat
Programming Lang: JavaScript
Description : JavaScript password
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: zulip-server
Version : 1.3.0
Upstream Author : Dropbox
* URL : https://www.zulip.org/
* License : Apache 2.0
Programming Lang: Python, JavaScript
Description : group chat for teams
http://news.slashdot.org/story/15/06/09/1722236/mozilla-responds-to-firefox-user-backlash-over-pocket-integration
after seeing this, i'm becoming increasingly alarmed at where firefox
is going [the first signs were the way in which the announcement was
made to focus on "speed improvements" when ch
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: mahimahi
Version : 0.90
Upstream Author : Keith Winstein
* URL : https://github.com/keithw/mahimahi
* License : GPL-3+
Programming Lang: C++
Description : tools for network emulation
On Wed, Feb 18, 2015 at 12:16 AM, Axel Wagner wrote:
> Luke Kenneth Casson Leighton writes:
>> what *does* concern me is that it takes such incredible (and amazing)
>> efforts by people like adam for the average end-user or sysadmin to
>> contemplate replacing {in
On Wed, Feb 18, 2015 at 12:27 AM, Steve Langasek wrote:
> On Tue, Feb 17, 2015 at 11:52:21PM +0000, Luke Kenneth Casson Leighton wrote:
>> On Tue, Feb 17, 2015 at 10:52 PM, Josh Triplett
>> wrote:
>
>> > So, please go educate yourself on what libsystemd0 actually does
On Tue, Feb 17, 2015 at 10:52 PM, Josh Triplett wrote:
> So, please go educate yourself on what libsystemd0 actually does,
i know what it does, and what it does - technically - is *not* the
issue that i am concerned about.
> and if
> for some reason you still consider it a problem after doing
On Tue, Feb 17, 2015 at 6:25 PM, Luke Kenneth Casson Leighton
wrote:
> which should help answer the question you asked: your work - fantastic
> as it is - was *impossible to find*. it doesn't even remotely come up
> on the radar of queries. *nobody knows what you've ach
however still think that such lengthy writeups do really belong
> somewhere else, maybe to a blog, with a short post with a link being
> posted here.
yehh, i wasn't expecting it to be that long - i lost track of
time, but also i wanted to make sure i addressed and included everyone
adam, i apologise for not being in a position to reply in-thread: as
mentioned previously i tried (via gmane) but the entire discussion is
completely missing, and i forgot to ask people in the original post to
cc me if they would like an ongoing threaded reply.
i also notice that you removed debia
On Tue, Feb 17, 2015 at 5:58 PM, Andrew Shadura wrote:
> Hi,
>
> On 17 February 2015 at 18:20, claude juif wrote:
>> Really rude answer. Really bad.
>
> I find it really rude to send emails of about 300 lines of text in
> total. Extremely rude.
i did apologise in advance, and explained why i to
On Tue, Feb 17, 2015 at 5:20 PM, claude juif wrote:
>
>
> 2015-02-17 17:55 GMT+01:00 Andrew Shadura :
>>
>> Hi Luke,
>>
>> On 17 February 2015 at 17:28, Luke Kenneth Casson Leighton
>> wrote:
>> > <265 lines of text and counting snipped>
>
ok, so there's been quite a discussion, both on slashdot, where
amazingly the comments that filtered to the top were insightful and
respectful, and also here on debian-devel and debian-users. as i
normally use gmane to reply (and maintain and respect threads) but
this discussion is not *on* gmane,
On Mon, Feb 16, 2015 at 11:42 AM, Christian Seiler wrote:
> Am 16.02.2015 um 02:54 schrieb Luke Kenneth Casson Leighton:
>>
>> http://lkcl.net/reports/removing_systemd_from_debian/
>
>
> It's funny that when Wheezy (not Jessie!) came out, nobody complained
> that
http://lkcl.net/reports/removing_systemd_from_debian/
i've documented the process by which it is possible to run some of the
debian desktop window managers (TDE, fvwm, twm etc.) without the need
for systemd or libsystemd0 or any components related to systemd
whatsoever.
the process is not without
close 760906
thanks
Silly me, this is already packaged :)
--
Luke Faraone;; Debian & Ubuntu Developer; Sugar Labs, Systems
lfaraone on irc.[freenode,oftc].net -- http://luke.faraone.cc
PGP fprint: 5189 2A7D 16D0 49BB 046B DC77 9732 5DD8 F9FD D506
signature.asc
Description: Digital signature
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: speedtest-cli
Version : 0.3.1
Upstream Author : Matt Martz
* URL : https://github.com/sivel/speedtest-cli
* License : Apache-2.0
Programming Lang: Python
Description : command-line
https://soundcloud.com/luke-helmond
Check my music
==
Unsubscribe debian-devel@lists.debian.org from this list:
http://lukehelmond.us8.list-manage.com/unsubscribe?u=3c4e3acca2485b5f3f655fde4&id=40426c7452&e=305875a5cb&c=d751629945
--
To
Dear i'm writing to you because i want to let you hear my music.I'm searching
a great label to sell my music.Hope you are the right choice for my music
carrier.
Hope to hear soon from you
Best Regards
Luke Helmond
http://www.lukehelmond.com
Track private link:
https://soundclou
Good morning,here is my free download music
https://www.facebook.com/pages/Luke-Helmond/189702991126547?ref=hl
Best
Luke Helmond
lukehelm...@gmail.com
==
Unsubscribe debian-devel@lists.debian.org from this list:
http://lukehelmond.us8.list-manage.com
On Thu, May 15, 2014 at 2:10 AM, Wookey wrote:
> The debian-port arm64 rebootstrap is progressing nicely, and we just
> passed 4200 source packages built, with another few hundred
> pending. There are now 2 buildds running.
awesome
> Thus I'd love it if anyone else could help go through the fai
> suggestion, wookey: i'd love to help... but obviously with no
> hardware that's kinda hard: is there a clear set of instructions
> somewhere - a wiki page for example - on how to debootstrap an arm64
> qemu so that even if it's dead slow it's still possible to help out?
https://wiki.debian.org/
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: python-apns-client
Version : 0.1.8
Upstream Author : Sardar Yumatov
* URL : https://bitbucket.org/sardarnl/apns-client/
* License : Apache 2.0
Programming Lang: Python
Description
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: python-gcm-client
Version : 0.1.4
Upstream Author : Sardar Yumatov
* URL : https://bitbucket.org/sardarnl/gcm-client/
* License : Apache-2.0
Programming Lang: Python
Description
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: camo
Version : 1.1.1
Upstream Author : Rick Olson and Cory Donohoe
* URL : https://github.com/atmos/camo
* License : Expat
Programming Lang: JavaScript (nodejs)
Description : SSL
On Tue, 2013-08-13 at 08:45 +0200, Bastian Blank wrote:
> On Mon, Aug 12, 2013 at 11:14:14PM -0400, Luke Faraone wrote:
> > This package is designed to be used in conjunction with the Android
> > "adb" utility to view logs on an Android device or emulator.
>
> Why
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: logcat-color
Version : 0.5
Upstream Author : Marshall Culpepper
* URL : https://github.com/marshall/logcat-color
* License : Apache-2.0
Programming Lang: Python
Description : a
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: statsd
Version : 0.6.0
Upstream Author : Etsy
* URL : https://github.com/etsy/statsd
* License : Expat
Programming Lang: Javascript (node.js)
Description : Stats aggregation daemon
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: defusedxml
Version : 0.4.1
Upstream Author : Christian Heimes
* URL : https://pypi.python.org/pypi/defusedxml
* License : Python
Programming Lang: Python
Description : XML bomb
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: python-django-bitfield
Version : 1.6.4
Upstream Author : DISQUS
* URL : http://github.com/disqus/django-bitfield
* License : Apache 2.0
Programming Lang: Python
Description : Django
Roger Leigh codelibre.net> writes:
> If you want a reliable system, you need a reliable PID 1.
yes. this was i believe why richard lightman implemented depinit
in i think it was under 1,000 lines of code. he was delighted
when i came up with a simple modification which would allow
him to remov
On Fri, Jul 20, 2012 at 12:54 AM, Hideki Yamane wrote:
> Hi,
>
> On Thu, 19 Jul 2012 18:35:44 +0100
> Steve McIntyre wrote:
>> buildds
>> ===
>>
>> Both armel and armhf are doing well, covering ~96% of the archive. We
>> don't have any ARM server hardware yet, so we're stuck using
>> developm
On Thu, Jul 19, 2012 at 9:15 PM, Adam D. Barratt
wrote:
> On Thu, 2012-07-19 at 20:09 +0100, Luke Kenneth Casson Leighton wrote:
>> On Thu, Jul 19, 2012 at 6:35 PM, Steve McIntyre wrote:
>> > Both armel and armhf are doing well, covering ~96% of the archive. We
> [...]
&
On Thu, Jul 19, 2012 at 6:35 PM, Steve McIntyre wrote:
> Both armel and armhf are doing well, covering ~96% of the archive. We
> don't have any ARM server hardware yet, so we're stuck using
> development boards as build machines. They work, but they're a PITA
> for hosting and they're not designe
-
> PEEBLES (pl.n.) Small, carefully rolled pellets of skegness (q.v.)
> --- Douglas Adams, The Meaning of Liff
>
>
I have the added issue that GNOME seems to (somehow) manage to spawn in
excess of 100 Xserver when I try to log in.
I s
for simple ones.
> […]
So I'd need a table to decipher the package difficulty?
> B : only one file like copyright or control need attention
What does this mean?
--
Luke Faraone;; Debian & Ubuntu Developer; Sugar Labs, Systems
lfaraone on irc.[freenode,oftc].net -- http://luke.f
mosh (scheme) was
custom-installed. Therefore a transition to a debian-provided package
would need changes already.
--
Luke Faraone;; Debian & Ubuntu Developer; Sugar Labs, Systems
lfaraone on irc.[freenode,oftc].net -- http://luke.faraone.cc
PGP fprint: 5189 2A7D 16D0 49BB 046B DC77 9732 5DD8
folks, hi,
please take a deep breath before reading.
i'm keenly aware of the view that many people hold of me in debian.
that i'm even bringing something to your attention and asking for your
help (not for me, personally) should therefore tell you a lot more
than needs to actually be said.
i'm p
On Tue, Aug 2, 2011 at 2:05 PM, Luke Kenneth Casson Leighton
wrote:
> now, i've discussed this on the bugtracker and there clearly isn't -
> and really shouldn't be - a listed debian dependency between
> linux-image-2.6.39 kernel and a userspace library. Â however
On Tue, 2011-07-12 at 14:29 -0700, Luke Cycon wrote:
> Mhm. Mojang seems to be building a modding API which they say is going
> to simply be a full release of the source code of the server. There is
> a condition of use that whatever is made using the modding API must be
> prov
On Tue, 2011-07-12 at 13:41 +, The Fungi wrote:
> On Tue, Jul 12, 2011 at 12:43:03AM -0700, Luke Cycon wrote:
> [...]
> > It is effectively an LGPL rewrite of the closed source Minecraft
> > server.
> [...]
>
> I gather that it's a partial reverse-engineer-and
y I led an
extensive search either. If anyone knows of one, point me towards it so
I can take a look!
Looking forward to everyone's input,
--
Luke Cycon
0x36A0D0AA
Git Repo for craftbukkit: https://github.com/Bukkit/CraftBukkit
Bukkit Homepage: http://bukkit.org/
signature.asc
Descrip
ooting, odd bootloader setup, etc)
can set debconf to prompt on things with a lower priority to ensure the
system is set up as desired.
--
Luke Faraone;; Debian & Ubuntu Developer; Sugar Labs, Systems
lfaraone on irc.[freenode,oftc].net -- http://luke.faraone.cc
PGP fprint: 5189 2A7D 16D0 49BB 0
On Tue, May 31, 2011 at 5:22 PM, Wookey wrote:
> In my experience anyone distributing binaries actually picks a small
> set of distros and builds for those explicitly, rather than relying
> on the LSB. Does that mean that it's not actually useful in the real
> world? I guess in a sense this posti
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: pithos
Version : 0.3.1
Upstream Author : Kevin Mehall
* URL : http://kevinmehall.net/p/pithos/
* License : GPL-3
Programming Lang: Python
Description : Pandora radio on the GNOME
On Thu, Sep 2, 2010 at 1:44 PM, Oscar Morante wrote:
> Have you seen this project [1]? It looks like they have been already
> thinking about the git+bittorrent idea.
>
> [1] http://code.google.com/p/gittorrent/
yes. it's effectively shelved. the name "gittorrent" was abandoned
and the name "mi
On Wed, Sep 1, 2010 at 6:47 PM, Yaroslav Halchenko
wrote:
> Just - Wow... thanks!
>
> Hopefully digesting of this tasty post would not cause too much of farting ;-)
:)
> seems might be worth adding (if I am not missing the point), then the
> concept of "derivatives" would then converge finally
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: python-aiml
Version : 0.8.5
Upstream Author : Cort Stratton
* URL : http://pyaiml.sf.net/
* License : FreeBSD
Programming Lang: Python
Description : an Artificial Intelligence Markup
Package: wnpp
Severity: wishlist
Owner: Matthew Gallagher
* Package name: turtleart
Version : 93+git20100803.9bee2c4
Upstream Author : Walter Bender
* URL : http://wiki.sugarlabs.org/go/Activities/Turtle_Art
* License : Expat
Programming Lang: Python
Desc
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: stackapplet
Version : 1.2.0
Upstream Author : Nathan Osman
* URL : http://stackoverflow.quickmediasolutions.com/stackapplet/
* License : MIT
Programming Lang: Python
Description
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: sugar-surf-activity
Version : 115
Upstream Author : Lucian Branescu Mihaila
* URL : http://people.sugarlabs.org/lucian/
* License : GPL-3+
Programming Lang: Python
Description
On Wed, Jul 14, 2010 at 8:52 AM, Mike Hommey wrote:
> On Tue, Jul 13, 2010 at 06:07:27PM +0000, Luke Kenneth Casson Leighton wrote:
>> hi folks,
>>
>> i don't know if you're aware of the ... issues shall we say ...
>> surrounding xulrunner 1.9.2 but there'
hi folks,
i don't know if you're aware of the ... issues shall we say ...
surrounding xulrunner 1.9.2 but there's a few changes going on.
python-xpcom is being *dropped* from xulrunner as a first class
citizen and is being turned into a third-rate one. this isn't a
problem right now because debia
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: sugar-physics-activity
Version : 4
Upstream Author : Alex Levenson and Brian Jordan
* URL : http://wiki.sugarlabs.org/go/Activities/Physics
* License : GPLv3+
Programming Lang: Python
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: python-elements
Version : 0.13+svn230
Upstream Author : The Elements Team,
* URL : http://elements.linuxuser.at/
* License : GPLv3+
Programming Lang: Python
Description : python
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: sugar-terminal-activity
Version : 28
Upstream Author : Eduardo Silva
* URL : http://wiki.laptop.org/go/Terminal_Activity
* License : GPL-2+
Programming Lang: Python
Description
Package: wnpp
Severity: wishlist
Owner: Luke Faraone
* Package name: chipw
Version : 2.0.4.2
Upstream Author : Christopher Elsby
* URL : http://www.microstupidity.com/chipw/
* License : GPL-2
Programming Lang: C
Description : custom level editor for
1 - 100 of 155 matches
Mail list logo