Hacker Newsnew | past | comments | ask | show | jobs | submit | more zachbeane's commentslogin

The code hasn't been released in five years. There have been a bunch of security fixes since then, and likely many other changes as well.


Reminds me a bit of a thrift shop book I picked up a while ago, "The Coming Exploration of Space" by Lester del Rey from 1959.

https://www.flickr.com/photos/xach/sets/72157601657100517/


If you want to compile it, you need a Common Lisp implementation. SBCL, CLISP, and Clozure CL can usually do it, though SBCL is the most reliable and well-tested.

There are binary versions available for download, too. They've been precompiled with an existing CL compiler.


> running code in a REPL won't fix your web app since it's a separate process

Not in a Common Lisp web app.


Apparently what OP was talking about was a remote console into the webapp. You still can't open a random REPL and change the features of another process.


It's true that you can't open a random REPL and change the features of another process.

It is the norm for a webapp in Common Lisp to have an accessible REPL or "remote console".


http://pages.umpi.edu/~nmms/solar/ is another version of this idea.


https://groups.google.com/forum/#!topic/comp.lang.lisp/HQFMh... has some discussion between the author and others from 2009 regarding Clojure and Common Lisp.


I suspect it's more a lack of resources (time, energy, interest) than maturity. CLISP has bugs. Some bugs are fixed in version control. It would be nice to have a new release.


One of SBCL's claims to fame is that it doesn't necessarily require a previous copy of itself to bootstrap; it can in theory use CLISP or Clozure CL. (In practice it isn't always tested and working, and I don't know if it would work on ARM if you tried it today.)


See also http://idlewords.com/2003/12/100_years_of_turbulence.htm, by HN-banned author and entrepreneur Maciej Cegłowski.


That article is painfully flawed, though its point remains valid. What makes Alberto Santos-Dumont, a dedicated experimenter with a positive genius for simple solutions to baffling problems, a "one-man freakshow"? The author never explains, and it's not obvious to the reader. The author's dismissive analysis of the innovations of the Wright Flyer minimizes its advantages and inflates its idiosyncrasies beyond any sense of scale — and for what purpose? His frivolous distortion of fact does nothing to enhance his point.


Usually if I'm downvoted I understand why, but in this case I'm baffled. Can anyone help me understand why this wasn't considered a useful contribution to the discussion?


As I understand it, downmodding can currently mean as little as that somebody disagreed with your comment.


It could even be someone accidentally tapping the down arrow while scrolling on a phone.


What-the-wha? The creator of pinboard.in, an awesome bookmarking site, is banned from HN? How? Why? Link?


HN-banned? Why? How? By whom? When?



https://news.ycombinator.com/item?id=4108008

The whole affair is really sad. Especially due to high quality of Maciej's blog.


Interesting. So that's the story of the origin of lobste.rs.


Maciej isn't banned and he's welcome back anytime.


Maciej was banned, though, and left immediately when that happened, like many reasonable people would.

Mistakes happen. I don't think there's much drama to mine here.


Oh I know, and I wasn't implying otherwise. (It struck me as a big misunderstanding, though I don't know all the details.) My point is, he's not banned and he's welcome. The comment upthread was at best ambiguous on this, so I felt obliged to say something.


I think I misread your comment, and also that we are probably totally agreed about Maciej. :)


I've been pretty happy using Hugin for making Brenizer method panoramas, e.g. https://www.flickr.com/photos/xach/10301052666/in/set-721576...

The UI is not great, but it's better than nothing, and the results are generally pretty good. And it's free.


Curious: Can you do the same using the Hugin command line tools, or do you have to use the GUI?


I'm not sure; I suspect you could go CLI-only. The GUI seems like a pretty thin layer over the GUI in most places. Some of the perspective/projection interface elements seem like they would be difficult to do from the command line, though.


Another question, does Hugin do the transform and alignment for your Breziner method images? I'm assuming some transformation has to be done to accommodate the tilting of your shots?

I've been interested in trying the method but have never gotten around to it.


Yeah, Hugin does that for you. It's pretty neat.

I've had two problems with it:

  - Alignment errors, where objects don't match up with each other across different shots

  - Missing coverage, where I left a hole from missing a picture when trying to cover a scene
The former is something better software might be able to handle, but the latter is all my fault.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: