Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xaritas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
xaritas
11y ago
This is a really great looking service. I couldn't find a contact form that wasn't for sales inquiries, but I thought you might like to know that your website is extremely buggy on my phone (iPhone 5s, iOS 9.0.2, Mobile Safari). T
2.
▲
by
xaritas
11y ago
Ah, yes, I remember now that this happened with Yosemite too. I had to let the install finish over night. Thank you for the timely reminder.
3.
▲
by
xaritas
11y ago
Enlive and related libraries for Clojure, Lift for Scala, and heist for Haskell use node transformation. I know that there are a few others I'm forgetting. Basically given a fragment of an HTML 5 or XML document, your view functions tr
4.
▲
by
xaritas
11y ago
In terms of languages that facilitate doing work concurrently or in parallel with the HTTP request/response cycle: - Java / Scala / Clojure - Go - Erlang (add Elixir if you are comfortable with its maturity) Not me
5.
▲
by
xaritas
11y ago
I'm teaching my kids how to program using the 2nd edition because it's the introduction to programming that I always wish I had received. They love it! Thanks.
6.
▲
by
xaritas
12y ago
This article contains so many elements of a Borges story that by the second paragraph I assumed I was reading a work of fiction. Upon further reflection, it seems plain that, while every word of it is without doubt true, the story is a hoax
7.
▲
by
xaritas
12y ago
I haven't gone through the course so I can't vouch for it, but perhaps this is of interest: http://bitfountain.io/course/ios-design/?couponCode=general For people who purchased the iOS 8 course based on
8.
▲
by
xaritas
12y ago
Indeed. Not being familiar with that particular passage, my thought would be that he means, his uncle does not consider the status-signaling property of "beautiful" (and expensive) property to have any utility. This seems in line
9.
▲
by
xaritas
12y ago
As Horace wrote around 14 BC: Graecia capta ferum victorem cepit et artes intulit agresti Latio. - Ep. II.i.156 "Greece, once conquered, herself conquered the artless victor, and planted the banner of civilization in the farmlands of
10.
▲
by
xaritas
12y ago
I haven't read it, but the developer of Luminus (a collection of libraries, not a framework) authored this fairly recently: Web Development with Clojure: Build Bulletproof Web Apps with Less Code ( https://pragprog.com/
11.
▲
by
xaritas
12y ago
For those looking for some additional recommendations that are "literary" (by which I mean, densely allusive and layered with meaning, yet not painfully self-conscious or lacking in any sense of awe and wonder, let alone enjoyment
12.
▲
by
xaritas
12y ago
It is definitely thought-provoking on the subject of computation and human culture; it's also really enjoyable. It's available for free under a Creative Commons license: http://www.antipope.org/charlie/blog-st
13.
▲
by
xaritas
12y ago
What a strange fit of pique. I make extensive use emacs chords to navigate in the shell, and I show them to people all the time if they seem curious. It never occurred to me to be outraged if somebody didn't already know. I suppose I o
14.
▲
by
xaritas
12y ago
Wagtail's authoring interface and Django's admin coexist. I believe the demo sets up the Wagtail interface at /admin and puts the standard admin at /django-admin. Presumably you can change those in your urls.py to whatev
15.
▲
by
xaritas
12y ago
I'm not on the team, but I've used both. I would be interested in seeing both maintainer's answer to this, too. At a high level, I can see how there might have been a bit of friction in trying to implement Wagtail on top of M
16.
▲
by
xaritas
12y ago
It's not like django-cms or various PHP-based CMS (Conrete5 comes to mind) where a template defines "slots" into which an administrator can drop different type of content widgets. In spirit, it's much more like Mezzanine
17.
▲
by
xaritas
13y ago
Have you looked at http://www.chicagoboss.org ? "Chicago Boss is the answer to slow server software: a Rails-like framework for Erlang that delivers web pages to your users as quickly and efficiently as possible." I pla
18.
▲
by
xaritas
13y ago
The most striking similarity is the template syntax, it uses an Erlang implementation of Django templates. I think it draws some inspiration from Django's "batteries included" philosophy in a couple of ways. It encourages dev
19.
▲
by
xaritas
13y ago
It sounds like you are comparing Zotonic to Django in an apples-to-apples sort of way, so I'm not sure why you don't consider it to be a framework. I think that it's definitely a framework as much as Django is, it just happen
20.
▲
by
xaritas
13y ago
Very high failure rate (including one case where my wife called the fire department because something was burning in the house and she couldn't identify it), warm up time, and has to be treated like HAZMAT after it has completed it
21.
▲
by
xaritas
13y ago
Great, that's what I was hoping. The client is planning to stick with iOS devices so I may not test much cross-browser, but it's good to know we'll have options. Again, thanks for this and I hope I can find a way to contribut
22.
▲
by
xaritas
13y ago
First of all, thanks for this @yesiamhuman, I came across it a few days ago just when I was despairing of finding something with the right look and feel (somebody mentioned it in an earlier HN item about a curated list of CSS frameworks). I
23.
▲
by
xaritas
13y ago
But close enough, if I understand, that an average Greek speaker might have accepted the statement as true, in the way that an average American English speaker might agree that "saw" and "pot" have the same vowel sound,
24.
▲
by
xaritas
13y ago
This is music to accompany spoken poetry, so the it's not necessarily comparable to opera or pop music, where the voice is used as an instrument. In Greek lyric poetry the syllables are arranged according to fairly strict rules; having
25.
▲
by
xaritas
13y ago
This is a great talk by Stuart Halloway on what sets emacs apart from typical editors/IDEs. It's 25 minutes and well worth the time. http://vimeo.com/1013263
26.
▲
by
xaritas
13y ago
> Using Thread/sleep inside of a go block is questionable. Using >!! and <!! inside a go block is simply wrong. They both block the thread and any other go-blocks that happen to be mapped to it. I think you get 2 x NUM_CPU thr
27.
▲
by
xaritas
13y ago
> The only web framework available got dissolved, Rather, turned from a framework into a library. I only recently started with Clojure and found Luminus pretty easy to pick up. It just generates a simple scaffolding project which cherry-
28.
▲
by
xaritas
13y ago
Neat. In working with Angular it has definitely seemed that it is particularly well suited to building single-purpose form-based apps (because building really simple things in Angular is shockingly easy). I've had a few ideas like this
29.
▲
by
xaritas
13y ago
Unless things have changed dramatically recently, Hacker News uses the file system to store comments ( https://news.ycombinator.com/item?id=5229522 ) and it seems to work well. I can imagine a few cases where having your comm
30.
▲
by
xaritas
13y ago
I haven't used it, but I think this might be what you are looking for: https://github.com/tuyen/yeoman-angular-haml Based on yeoman ( http://yeoman.io ), which I used briefly for the first time a few day
More ›