Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
akeating
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
akeating
5y ago
Grio.com | Senior Ruby/Elixir Engineer | full-time | San Francisco | REMOTE https://grio.com is a consultancy that builds custom software. You will work on a variety of projects. Experience with Elixir, Ruby, Typescript pre
2.
▲
by
akeating
7y ago
I think that's a concrete area for you to explore. When I hire, I'm often looking to hire to fill a specific skill gap on a project. I look for the specific skills I need right now and for skills I think will help the employee gro
3.
▲
by
akeating
7y ago
Nice. I used this a dozen times over the outage period. Thank you for your work!
4.
▲
by
akeating
8y ago
Rust Elixir Rust=>wasm Flutter Elm
5.
▲
by
akeating
8y ago
I've been watching Revolut who introduced something like this a while back https://blog.revolut.com/introducing-disposable-virtual-card...
6.
▲
Project Mentat
(mozilla.github.io)
1 points
by
akeating
8y ago
|
0 comments
7.
▲
by
akeating
9y ago
There's a nice implementation of subscriptions over at https://hexdocs.pm/absinthe/subscriptions.html#content for Elixir.
8.
▲
by
akeating
9y ago
yeah, I considered holding onto a pair of old 2950s but ditched them considering my peak electricity rate is 43c kw/h. This setup makes me shudder.
9.
▲
by
akeating
9y ago
The typeyness of graphql gets you documentation, validation and a way to communicate intent with fellow developers in a way that's agnostic of the language and transport used. Win, win, win, win.
10.
▲
by
akeating
9y ago
Some Hex download details https://elixirforum.com/t/the-buzz-and-activity-around-elixi...
11.
▲
by
akeating
9y ago
I wonder whether you know how to nurture leaders under you and how to delegate effectively? Many founders are relatively inexperienced and I understand this might not be the case for you. But if it sounds like something that resonates, cons
12.
▲
by
akeating
10y ago
It's useful to think of the work of m Elixir processes being distributed to n cpu cores by the BEAM scheduler. An Elixir process is not a system process in the way we usually think of the word process if coming from a non-BEAM world.
13.
▲
by
akeating
10y ago
Buying one of these http://www.concept2.com/indoor-rowers/model-d worked for me. Full body workout I can do at home.
14.
▲
Tesla's solar roof
(tesla.com)
4 points
by
akeating
10y ago
|
0 comments
15.
▲
by
akeating
10y ago
If I read this correctly, you're interested in formatting your resume in a way that (hopefully) gets the right data into the right place in the target systems. Many of the systems you reference use third-party software such as http:&#
16.
▲
by
akeating
10y ago
Elixir and Erlang actually map remarkably well to the _web development_ use case. When every request gets it's own process and shared services are abstracted away, the mental model is quite simple. Use Elixir/ Erlang and you also
17.
▲
by
akeating
10y ago
The option to look for, irrespective of language of implementation, is "context". An example of usage may be found in https://github.com/graphql/express-graphql . Basically the context (session or user data) i
18.
▲
by
akeating
10y ago
You will always find something valuable that will improve your life. For example, software engineers can apply the abstract learning from Coursera's course about functional programming in Scala to any other language. Focused learning c
19.
▲
Show HN: Phoenix Elixir Angular2
(github.com)
3 points
by
akeating
10y ago
|
0 comments
20.
▲
by
akeating
10y ago
I find that timely feedback is essential to the pr process working effectively. A few things can help: * submit RFC prs that are not intended to be merged early so architectural or design issues can be socialized early * break your commits
21.
▲
by
akeating
11y ago
I think the author raises some valuable points but does not emphasize the key point about logging; that _logging has relatively limited applicability_. If you think of logging that way, you log everything, but keep only a time-bound window
22.
▲
by
akeating
11y ago
There is a strong case for transpiling if you have a node backend. Presently we use ES2015 features on the backend that wont work in the front-end code without a transpiler. It's not really inconvenient, but it would be nice to use man
23.
▲
by
akeating
11y ago
I've been watching Elixir (and Phoenix Framework) as well. In addition to lightweight processes, the functional style, immutability, pattern matching and Rubyish syntax are appealing too.
24.
▲
by
akeating
13y ago
This resonates with me. In my view the real superstars in this industry are people who listen well, have humility, are grounded in reality but are smart and confident.