Directory | Tags | Index | LinkIt | Submit   | Help
    Thursday, 20 June 2013 - anonymous
Login/Register to vote and to have access to more features

Here is the Linkit source code!

points visits

Categories:

Lisp web site, Lisp, Development, Software, Internet

Comments

Turning LinkIt into a Lisp resource

Now that LinkIt is finished, I plan to turn it into a resource for the Lisp community.
I have several ideas on the subject. It will show up in the next versions of LinkIt.

Submitted by admin 2748 days 9 hours 16 min ago

Note:

This source code corresponds to the version of Linkit after 7 hours of development. That is without the ranking, comments and visit counts.

Submitted by admin 2748 days 6 hours 28 min ago

Fractal framwork

The code listing is interesting. Is Fractal Framework proprietary, or am I just overlooking it somewhere?

Submitted by procrustes 2747 days 15 hours 42 min ago

Re: Fractal Framework

The Fractal Framework is mostly proprietary though I've published some parts of it (mod_lisp, cl-pdf and cl-typesetting)

Submitted by admin 2747 days 14 hours 18 min ago

Re: Fractal Framework

Thanks for the info.
Inicentally, after I browse to linkit I see continuous chatter between my machine and the linkit server:
% tcpdump port 80 -s 0 -w /tmp/dump
...
% tcpdump -r /tmp/dump | head -n 2
reading from file /tmp/dump, link-type EN10MB (Ethernet)
23:04:21.706778 IP 192.168.2.101.52024 > LAubervilliers-151-11-74-149.w193-251.abo.wanadoo.fr.http: P 2049711804:2049712365(561) ack 3361238669 win 16022 <nop,nop,timestamp 3884943 34846614>
23:04:21.945940 IP LAubervilliers-151-11-74-149.w193-251.abo.wanadoo.fr.http > 192.168.2.101.52024: . ack 561 win 16646 <nop,nop,timestamp 34846988 3884943>
It seems that these acks take place about once per second. Does this have something to do with keeping a connection alive perhaps?
Sorry that tcpdump is so munged. If this is news and you would like more info let me know and I'll send email.

Submitted by procrustes 2747 days 10 min ago

Re: Fractal Framework

Yes, there is a keep alive link between the browser and the server for the refresh of values like the number of points for instance.

Submitted by admin 2746 days 23 hours ago

RSS feed

Argh! There isn't a RSS feed for Hot/New pages :(

Submitted by blakie 2746 days 13 hours 37 min ago

RSS feed

Yes, I plan to put RSS feeds for the hot and new categories at every category level.

Submitted by admin 2746 days 13 hours 21 min ago

Proprietary vs. Community

Good effort, but really don't see the point. Maybe I mis something, but I don't see how a one programmer effort (while good as it is) and the use of a proprietary framework can help to build a sense of community or promote the love for a language.

Submitted by asaade 2746 days 12 hours 9 min ago

Re: Proprietary vs. Community

Just for fun!
I generally only make complex and rather big web applications. I've always wandered if the Framework could be as effective to make small applications. This was just the occasion. BTW as you may have noticed R just added comments ;-)
But don't worry, I will transform LinkIt into a directory for Lisp resources so I will leave the R path soon. (I'm not a funded startup ;-)

Submitted by admin 2746 days 8 hours 37 min ago

: Proprietary vs. Community

I find it quite educational actually to see what can be achieved using
a commercial/proprietary framework: I am basically reinventing the wheel
on my own pet project (currently using mod_lisp2 with apache 2.0, lml,
cl-ppcre, clsql with postgresql, etc.), having fun in the process, but
this might convince me eventually to adopt something like Fractal
Framework.

Submitted by Sylvain 2746 days 6 hours 1 min ago

Source Code

The source seems incomplete. Where are the class definitions for example?

Submitted by Asim Jalis 2745 days 15 hours 37 min ago

Re:Source Code

The classes are generated by the Framework. I mean the Framework is itself a webapp written with the Framework. It generates and compile code on the fly for classes, views etc. So I don't type things like defclass. Look at my paper for details.

Submitted by admin 2745 days 9 hours 11 min ago

I believe these should be the slides/paper for Marc's fractal framework... hope these show up well as links, don't have time to test what this forum does with html...
http://www.fractalconcept.com/download/framework-presentation.ppt
http://fresh.homeunix.net/files/ilc02/proceedings/marc-battyani.pdf

Submitted by tayssir 2745 days 7 hours 5 min ago

I believe these should be the slides/paper for Marc's fractal framework... hope these show up well as links, don't have time to test what this forum does with html...
http://www.fractalconcept.com/download/framework-presentation.ppt
http://fresh.homeunix.net/files/ilc02/proceedings/marc-battyani.pdf

Submitted by tayssir 2745 days 7 hours 4 min ago

xoxo

Weird, firefox was complaining that this form was trying to send muliple times, complained about POST data being resent.

Submitted by tayssir 2745 days 7 hours 3 min ago

Firefox Plugin to add links from anywhere

Hello,
It will be great if linkit has a firefox plugin which will allow one to add links from anywhere. Something similar to the plugins provided by furl or delicious, will be cool.
Marc, I think you should think about making it commerical website or at least promote it. Lisp needs a popular website to show not just proof of concept but viability.
Cheers.

Submitted by tayssir 2745 days 6 hours 9 min ago