Time |
S |
Nick |
Message |
00:26 |
|
pdurbin |
aditsu: so hard to focus on writing JSF. I just pushed some unit and API integration tests :) |
00:28 |
|
pdurbin |
much more fun |
03:03 |
|
pdurbin |
aditsu: ok, you can edit via the GUI (and API) now at http://tmp.greptilian.com:8080/javaee7addressbook-1.0-SNAPSHOT/ |
09:55 |
|
pdurbin |
very nice wicket demo by aditsu at http://phonebookdemo.aditsu.net/ ! |
09:55 |
|
pdurbin |
via http://irclog.greptilian.com/friendlyjava/2015-03-30#i_105631 |
09:55 |
|
* pdurbin |
nudges prologic |
09:55 |
|
aditsu |
heh, you're up already? |
09:56 |
|
pdurbin |
gotta make the donuts |
09:58 |
|
aditsu |
I just made a new depeche official release... thanks for the motivation :) |
09:59 |
|
pdurbin |
nice! |
09:59 |
|
pdurbin |
searchbot: lucky depeche java orm |
09:59 |
|
searchbot |
pdurbin: http://sourceforge.net/blog/guest-post-from-the-depeche-project/ |
09:59 |
|
prologic |
pdurbin, hmm? |
10:00 |
|
* pdurbin |
looks at http://sourceforge.net/projects/depeche/files/depeche-0.7.5/ |
10:00 |
|
aditsu |
nice, it finds the sf blog post |
10:00 |
|
pdurbin |
aditsu: good job |
10:00 |
|
aditsu |
thanks :) |
10:00 |
|
pdurbin |
prologic: we now have two addressbook implementations (JSF and Wicket). Looking for one in circuits.web :) |
10:01 |
|
pdurbin |
aditsu: you're not "done" yet, though... you owe me a pull request :) |
10:01 |
|
pdurbin |
and a Vagrantfile ideally, but I can help you with this |
10:01 |
|
aditsu |
I only owe you build instructions, we'll see about the other stuff :p |
10:02 |
|
prologic |
pdurbin, coming |
10:02 |
|
prologic |
bit flat out atm |
10:02 |
|
prologic |
I'm trying to mirror a colleage's website |
10:02 |
|
prologic |
http://pandora.nla.gov.au/pan/110622/20141111-0806/www.annekempslungfish.com/ |
10:02 |
|
prologic |
but I'm having a hard time doing such a simple thing |
10:03 |
|
prologic |
well it's an archived website I'm trying to mirror |
10:03 |
|
prologic |
wget is just being stupid |
10:03 |
|
aditsu |
pdurbin: btw, from that sf post: "Finally, Depeche is not an ORM", "An ORM based on Depeche, named Depeche-objects (loosely inspired from ActiveObjects) is also under development" |
10:08 |
|
pdurbin |
prologic: maybe `wget -r` will help |
10:08 |
|
pdurbin |
aditsu: sure, but maybe mention something about jetty in your readme |
10:08 |
|
prologic |
no it's useless |
10:08 |
|
prologic |
wget is just utterly useless really |
10:09 |
|
prologic |
it isn't smart enough to cope with crappy websites |
10:09 |
|
pdurbin |
for downloading a tarball it's great :) |
10:10 |
|
prologic |
that's about all it's good for :) |
10:10 |
|
prologic |
to date I have never had success doing any kind of mirroing with wget |
10:10 |
|
prologic |
it's too stupid |
10:10 |
|
prologic |
works fine if you have DirectoryIndex adn such |
10:10 |
|
prologic |
but useless otherwise |
10:13 |
|
pdurbin |
someone has probably solved this with Perl |
10:13 |
|
pdurbin |
probably something on CPAN :) |
10:15 |
|
prologic |
probably |
10:16 |
|
prologic |
I've written a few web crawlers myself in Python |
10:16 |
|
prologic |
but not something that mirrors a crappy website |
10:16 |
|
prologic |
and rewrites links, etc |
10:28 |
|
aditsu |
I did some mirroring with wget a looong time ago |
10:28 |
|
prologic |
arhh man |
10:28 |
|
prologic |
this is nuts |
10:28 |
|
prologic |
and time wasting |
10:28 |
|
prologic |
just been trying to use httrack for the last hour |
10:28 |
|
prologic |
gah |
10:31 |
|
prologic |
omg :) |
10:31 |
|
prologic |
I think I've finally got it |
10:31 |
|
prologic |
gah |
10:32 |
|
prologic |
who would have thoughts robots.txt would have stopped anyone :) |
10:32 |
|
prologic |
haha |
11:32 |
|
pdurbin |
this was really good: 137: The Haskell Renaissance (Pat Brisbin) | Giant Robots Smashing into other Giant Robots Podcast - http://giantrobots.fm/137 |
12:10 |
|
sivoais |
pdurbin: don't know if I can right now :-) jberger might be a better person to ask since he's on the Mojo core devs |
12:28 |
|
pdurbin |
sivoais: want to put a bug in his ear for me? |
12:38 |
|
sivoais |
heh, will see if he's around on perl.org/#mojo |
12:41 |
|
pdurbin |
+1 |
12:58 |
|
sivoais |
here! <http://irclog.perlgeek.de/mojo/2015-03-30#i_10362016> |
13:00 |
|
pdurbin |
sivoais: thanks! |
18:59 |
|
codex |
pdurbin: i am very biased towards framework. I am a fan of what sinatra does in ruby b/c it has a bare minimum handling (just enough to do the annoying stuff) but then it stays out of the way |
19:00 |
|
codex |
pdurbin: as far as PHP goes, cakephp and ignite are the two i've used. Ignite use to be better, I think cake has by far better now |
19:01 |
|
codex |
for perl - dancer is the standard. Catalyst is super complicated. |
19:01 |
|
codex |
for python - people seem to favor django |
19:02 |
|
codex |
(dancer is btw exactly like sinatra) |
20:43 |
|
pdurbin |
codex: can you send me a pull request for one of those under "examples" at https://github.com/pdurbin/addressbookmvc/tree/master/examples ? |
21:16 |
|
pdurbin |
maybe ruby/sinatra. that would be neat to see |