Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
senex
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
senex
2y ago
Does anyone have experience making tests against real databases fast? I resonate with the sentiment of this article, but have struggled to find an alternative that’s fast enough as the test suite grows, isn’t flakey in CI, and is able to sh
2.
▲
by
senex
3y ago
You could “yield” the record instead of constructing the list. This makes “read_portfolio” into an iterator instead of returning a list. Use a list comprehension or list constructor to convert the iterator to a list if needed.
3.
▲
by
senex
8y ago
would old be something like: implementation is no longer relevant (the software itself is obsoleted), but the idea is seminal -- a basic conceptual building block upon which current systems are implemented? Example: Lambda Papers ( https:&#
4.
▲
by
senex
9y ago
This is really interesting. What kind of metrics is the culture focused on? How were they established. Can you think of examples when critical/deliberate decisions were made to pursue the integrity of the culture (rather than shifting
5.
▲
by
senex
9y ago
I work for a global / English-speaking company in Japan. We don't have futsal and basketball instead of vball, but it's pretty easy to get started. PM me if you're interested.
6.
▲
by
senex
10y ago
A related market for some of this tech: remote interviews. I've seen lots of solutions for this: collaborative code editors, hangouts, Skype etc. There are frequently problems with bandwidth and friction with coordination (handoff to o
7.
▲
by
senex
10y ago
I really like: daemontools + static binary + setuidgid and maybe chroot. Or mesos where everything needs to be in a tarball, which is extracted and sole program run. If stuff is statically linked and related files (config, assets, ...) are
8.
▲
by
senex
10y ago
Yep, you're absolutely right. I guess that maybe if you care about inventing new kinds of loops (e.g. a DSL that wants to loop as a specialized kind of `fold` construct), there's more flexibility with TCO. But Clojure shows that t
9.
▲
by
senex
10y ago
Another thing to mention: having guarantee of TCO supports higher-level control-flow abstractions (capturing continuations), which is also an interesting outcome...
10.
▲
by
senex
10y ago
Yep, and the same can be implemented in any language that supports functions-as-objects (for example, javascript). It's a practical solution/workaround, but isn't quite composable/generalizable as first-class support for
11.
▲
by
senex
10y ago
When TCO is "lexically scoped" like loop/recur, the compiler can handle it. When HoF are involved, you may have a case where a procedure calls a procedure-parameter, which calls another, and another... Something about the run
12.
▲
by
senex
10y ago
An interesting thing about general tail recursion is that it's composable. Closure's loop/recur is a special case implementation of a common pattern. That's Ok, but it can't extend. Any higher order function in sche
13.
▲
by
senex
10y ago
I've been tracking the beta for a while. I'm confused about this announcement. These issues still seem unresolved? (1) docker can peg the CPU until it's restarted https://forums.docker.com/t/com-docker-xh
14.
▲
by
senex
10y ago
I use Duo Mobile for some accounts; it supports push. Definitely nicer than rushing to type a number in before the timer expires :)
15.
▲
by
senex
10y ago
Besides karma, I wonder if users will be motivated by career opportunities? Contributing to documentation could be a good signal to recruiters that are looking for experts in a particular technology.
16.
▲
by
senex
12y ago
There are frameworks that run on Mesos capable of running Docker containers. Check out Singularity, for example.
17.
▲
Finding key themes from free-text reviews
(tech.opentable.com)
12 points
by
senex
12y ago
|
0 comments
18.
▲
by
senex
15y ago
Does anybody know how they'll be funded over the next few years?
19.
▲
by
senex
15y ago
Congrats on this release, Sam. Pow just keeps getting better!
20.
▲
by
senex
15y ago
I bought a burger from a mobile restaurant (large truck) the other day. They swiped my card through a Square reader. I appreciated not having to find an ATM. I'll eat there again next time it shows up near my office since the experience was
21.
▲
by
senex
15y ago
Thanks, we'll take a look!
22.
▲
by
senex
15y ago
Thanks for the feedback! We'll tweak the payment form to make it more usable.
23.
▲
by
senex
15y ago
Hey johnrob, that's a good question. Showoff is currently implemented in three parts: a Ruby client that's essentially a lightweight wrapper around SSH, a custom unix shell implemented in Node.js, and a server written in Node.js. When a cli
24.
▲
by
senex
15y ago
Hey maheswaran, Showoff doesn't touch the body of the requests, so you'd need to use relative URLs, change the "domain" config variable each time you make a new showoff tunnel, or set up an unlimited account where you can choose a permanent
25.
▲
by
senex
15y ago
Ah, interesting. Thanks for the feedback!
26.
▲
by
senex
15y ago
Yup, try using something like `show --host=mysite.local 80`.
27.
▲
by
senex
15y ago
Yup, this is basically what showoff is doing. Showoff is nice because it gives you: * HTTPS * Works without access to public-facing server. * Pretty URL * Eventually will support more stuff besides just port-forwarding :)
28.
▲
by
senex
15y ago
We're planning to make more "normal" installation scenarios if we see good interest. Using gem was a quick way for us to get the idea out.
29.
▲
by
senex
15y ago
We're going to add CNAME support soon. Thanks for the feedback about the color scheme. If you sign up for an unlimited account and you're _really_ unhappy, send an email to support@showoff.io and we can talk about a refund :)
30.
▲
by
senex
15y ago
Hey crikli, could you send an email to support@showoff.io with any extra details that seem relevant? We'd love to track this down!
More ›