Viewing profile — zodmaner
zodmaner
HN member- Joined
- Sat, Oct 15, 2011, 1:56 PM UTC
- HN karma
- 49
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About zodmaner
No profile information was provided.
Recent public activity
-
comment
Comment #47258273
The results would be the same: AI generated music and movies will be public domain.
-
comment
Comment #39950626
> Dump the decentralized model. ...and the author has lost me (I did read the entire post though). > If GitHub is down today I can't deploy anyway so I might as well embrace the se…
-
comment
Comment #37486575
The sad thing is, having a mandatory high school level statistics & probability class alone is not enough, you'll also need a good curriculum and a competent teacher to go along wi…
-
comment
Comment #36307073
Jerboa [1,2] by official Lemmy developers works pretty well for me. [1] https://f-droid.org/en/packages/com.jerboa/ [2] https://play.google.com/store/apps/details?id=com.jerboa&hl=…
-
comment
Comment #22977331
I have no idea why that reply got downvoted as well. It is essentially how I installed Firefox on my Debian stable laptop , and it has been working great as far.
-
comment
Comment #20374267
> Why other should suffer? I'm sorry, but what is stopping you or other people from using distros with faster release cycle or rolling release? If anything, there are so many rolli…
-
comment
Comment #19319575
pgloader [0] is one example. Interestingly, it was originally written in Python, but the author decided to rewrite the entire thing in Common Lisp due mainly to Python's poor perfo…
-
comment
Comment #17448088
>Package management is a non-thing in SBCL. It just doesn't exist. When is the last time you use SBCL, or Common Lisp in general? Quicklisp ( https://www.quicklisp.org/beta/ ), whi…
-
comment
Comment #17444459
>Is SBCL winning in anything? It is one of the most active implementation of Common Lisp (other being Clozure CL) and one of the fastest thanks to its support of optional type hint…
-
comment
Comment #15048965
> All that survived into Common Lisp but I am not up on the current state of lisp implementations and have no idea if people bother to take advantage of it any more. There are impl…
-
comment
Comment #14580068
Thank you for your hard work. I've just upgraded from Jessie to Stretch on my main laptop and the process is silky smooth. Even though I only started using Debian with Jessie (was …
-
comment
Comment #13099234
Maybe you could warm up by releasing a new, updated edition of Practical Common Lisp? ;)
-
comment
Comment #11014242
Thanks for the suggestion. I'm not the developers of Roswell, but I'll make a pull request to try and improve the readme.
-
comment
Comment #11013804
Yeah, that paragraph is a bit misleading (and the whole readme could use some more love). Roswell is basically a tool that help you quickly setup a Lisp development environment. Yo…
-
comment
Comment #10640717
Racket is an elegant and powerful language, you wouldn't regret learning it.
-
comment
Comment #10640715
There aren't that many Lisp implementations, especially those that are considered to be mature and ready for production. For Common Lisp, the open source ones are SBCL and Clozure …
-
comment
Comment #10640694
Common Lisp _IS_ the consolidation of various Lisp dialects that you've asked about. Back in the 70s and 80s there are numerous Lisp dialects (way, _way_ more then there are today,…
-
comment
Comment #10524191
That's not the case at all. The core of Racket, its syntax and basic constructs, is basically the small and elegant Scheme we all known and love. What set Racket apart is all of th…