Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ZaneA
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ZaneA
10y ago
Hey, HackWM author here, this might be a better link https://github.com/ZaneA/HashTWM :) Unfortunately it has been largely unmaintained by myself since the initial release, I occasionally pick it up for a day or two bu
2.
▲
by
ZaneA
10y ago
It is the Heroku power being used in the Nestor shell example that gives this impression, using Trello or something else should solve this :)
3.
▲
by
ZaneA
11y ago
What tool is used to create the diagrams here? Is it GraphViz or something else? Looks very nice
4.
▲
by
ZaneA
11y ago
No syntax highlighting here either, Firefox 44.0.2, console shows that loadJS is undefined
5.
▲
by
ZaneA
12y ago
Not that this is any sort of proof but if you watch the last few videos you can definitely see the shading change on the tree leaves that move around in the wind.
6.
▲
by
ZaneA
12y ago
It may work, just haven't had the opportunity to try it out :)
7.
▲
by
ZaneA
12y ago
Though as I understand from the source this also acts as an emulator, so if you scan your phone it may replay those card details, worth keeping in mind.
8.
▲
by
ZaneA
12y ago
Working for me, Nexus 5 with Visa Paywave Edit: Reading that is...
9.
▲
by
ZaneA
12y ago
This was posted to the NZ Python User Group a couple of months back, where a bit of discussion around the name took place, https://groups.google.com/d/msg/nzpug/womO01rqF58/niM48Fn8QA...
10.
▲
by
ZaneA
12y ago
Thanks for the heads-up! Would be a fun project to revisit
11.
▲
by
ZaneA
12y ago
This looks great! I tinkered with building a similar service-oriented bot, using ZeroMQ for communication (though not very robust as it would block for responses IIRC); http://demonastery.org/2012/07/building-a-dec
12.
▲
by
ZaneA
13y ago
I'd recommend Piwik ( http://piwik.org/ ) as a decent self-hosted alternative to Google Analytics that is quick to set up on any PHP based hosting.
13.
▲
by
ZaneA
13y ago
I second the idea of using Prelude to start with Emacs, along with the package manager which makes the initial setup and adding modes/stuff very easy (see http://melpa.milkbox.net ). I haven't seen any lost functionalit
14.
▲
by
ZaneA
13y ago
The great thing about evil is you can enable it in your .emacs and it mostly just works. But even better, because this is Emacs the vi layer is also easily extendable. Here's an example of adding other operators (adding `mit`, `mit>
15.
▲
by
ZaneA
13y ago
Except that this isn't specific to Rails at all, this is just a method for combating it if you are using Rails.
16.
▲
by
ZaneA
13y ago
For the Emacs users, check out https://github.com/coldnew/linum-relative And for those with the melpa repository set up, it can be found as the "linum-relative" package.
17.
▲
by
ZaneA
13y ago
Here is a thread from a month ago that has some really great tips, "Ask HN: Those with intense focus, how do you do it?" https://news.ycombinator.com/item?id=5550366
18.
▲
An Update on Linode's Fremont Situation
(forum.linode.com)
2 points
by
ZaneA
13y ago
|
1 comments
19.
▲
by
ZaneA
13y ago
The blurry part isn't so nice, but I think that have snapshots of code might actually be better in a lot of ways if it forces people to type code out themselves without copy/paste (no better way to learn than to get it into your muscle memo
20.
▲
by
ZaneA
13y ago
Doesn't look like it. If you believe the IRC logs, the attacker broke in using a "0day" exploit of ColdFusion, which is being used on the site. Not because of a flaw in RAM upgrades. Although I believe that Linode beginning to offer free tr
21.
▲
by
ZaneA
13y ago
In my opinion animation is more important than just "graphics". In my experience a well motion-capped game is easily more enjoyable and immersive than a traditionally animated one. Of course this doesn't apply everywhere, but I think flui
22.
▲
by
ZaneA
13y ago
This RAM change is now reflected here. http://www.linode.com/backups/
23.
▲
by
ZaneA
13y ago
I believe Angular will search for inline templates first, so as long as you use the same path for the template name it won't attempt any AJAX fetching.
24.
▲
by
ZaneA
14y ago
In some ways it just encourages a different style of development. There is more emphasis on forking processes and communicating between them, which some may consider to be a better practice anyway. It all depends on your domain. On the othe
25.
▲
by
ZaneA
14y ago
I have no experience with it personally, so that might indeed be the case. If anyone mentions otherwise on IRC (#chicken on freenode) I will update this accordingly.
26.
▲
by
ZaneA
14y ago
There is at least an immutable maps implementation here, http://wiki.call-cc.org/eggref/4/persistent-hash-map Not too sure about the others though.
27.
▲
by
ZaneA
14y ago
FYI, this hasn't been true for 3 years now: http://lists.nongnu.org/archive/html/chicken-users/2010-03/m...
28.
▲
by
ZaneA
14y ago
Linode, Nginx, Jekyll, Git deployment using Gitolite. Workflow to get a static site online: git clone pr0d:www/skeleton-jekyll cd skeleton-jekyll/jekylldocs [... add/edit files here ...] git add . git commit -m "Initial commit."
29.
▲
by
ZaneA
14y ago
I've created a dead simple Chrome extension that uses Redact Script to block out YouTube comments, https://github.com/ZaneA/YT-Redact
30.
▲
by
ZaneA
14y ago
For those have a project with an existing .clang_complete file (used to pass options to the compiler with the clang_complete Vim plugin), this gist [1] will allow you to reuse that file with YouCompleteMe. Better I suppose would be a patch
More ›