back
user profile
kimi
2,549karma·798submissions·November 19, 2014
recent activity (798 total)
comment
Google+ has been quite a bit of a disaster. They wanted to tie everything to it, and it ended dragging down everything else. Nowadays, for a quick chat, Jit.si seems to be the easiest thing - it just …
comment
If you're not into Emacs, IntelliJ has a sick integration that works through a nREPL called Cursive that is a joy to use https://cursive-ide.com/ …
comment
REPL are obviously a poor substitute for unit tests; but a unit test is a poor substitute for a REPL.
comment
For those who are not into VoIP and telephony, an IVR is the common menu "press 1 for choice A, press 2 for choice B..." you get when calling many services.
comment
While I was a Commodore boy in the 80's, I know what you're talking about and I came across a book that had the same feeling "Clojure for the Brave and True": https://ww…
comment
I use jitsi meet everyday - it has desktop sharing (well, desktop showing) and it usually "just works". Better than skype for the casual chat.
comment
Like what? :-)
comment
FYI - not trying to market any product here. Wombat (though closed-source) is free to use for small sites / hackers - if you just want to run it with a couple of phones, or play with speech synth…
comment
Loway | Java sysadmin | Lugano, Switzerland | ONSITE Loway builds call-center software solutions and is based in the Italian-speaking part of Switzerland. We run a quickly-growing SaaS cloud platform,…
comment
If you want something more ready-to-go, you can use https://www.wombatdialer.com/ - works with Asterisk clusters and requires no explicit programming - you just declare what you want …
comment
Well done!
comment
Enough times that I remember it. Luckily, with modern IDEs, going from fields to accessors is just a "refactoring" menu away.
comment
No: the idea that immutable is a sensible default, and active enforcing of immutability.
In Java, e.g., a linked list's cell might be immutable, but its contents are most likely mutable - so bac…
comment
Immutable data structures?
comment
I agree: one of the things I do appreciate in Java is that the compiler does catch those silly things and I don't really have to think about them any more. As a side effect, refactoring is very s…
comment
Sure: https://github.com/arohner/spectrum I think the main advantage of a type system (e.g. Java's) is that it avoids a lot of stupid mistakes; and therefore does help refac…
comment
Dynamically, but there are some libraries out there that are working to bring static analysis on steroids to spec-enabled code.
And as spec is opt-in, you can spec just how much (or little) you find …
comment
Amen brother.
Unless we want to talk about "apps" in general that - in 95% of cases - could be mobile-optimized web sites.
comment
Any transcripts yet?