Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adambrod
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
adambrod
4mo ago
They mentioned that they wanted to port their compiler over to retain existing behavior (vs a re-write) and Rust has a hard time with their cyclic data structures.
2.
▲
by
adambrod
2y ago
Ditto, it feels like more people are coming around to the ML style type systems. I'm hoping Gleam will fill the void with a scalable BEAM backend and compiling to JS with Lustre on the frontend (or even just serverside with htmx).
3.
▲
by
adambrod
2y ago
I really rooting for the Riot framework. It's based on the actor model and makes using multi core in OCaml a breeze.
4.
▲
by
adambrod
2y ago
I think they were saying that Gleam was Go of functional programming? OCaml may be like Go compared to Haskell but IMHO Gleam really embraces simplicity and pragmatism.
5.
▲
by
adambrod
7y ago
The one thing that could really push it into "dream language" territory is a sound type system. The Gleam language recently popped up as an up and coming solution to that... It's ReasonML/Javascript like syntax makes it
6.
▲
by
adambrod
7y ago
Haven Connect | Multiple Senior Software Engineers (front-end, back-end) | Full Time | Austin, TX | ONSITE | https://havenconnect.com Haven Connect is a software company that uses automation and a deep understanding of the regul
7.
▲
by
adambrod
7y ago
Haven Connect | Multiple Software Engineers (front-end, back-end) | Full Time | Austin, TX | ONSITE | https://havenconnect.com Haven Connect is a software company that uses automation and a deep understanding of the regulatory c
8.
▲
by
adambrod
7y ago
Haven Connect | Multiple Software Engineers (front-end, back-end) | Full Time | Austin, TX | ONSITE | https://havenconnect.com Haven Connect is a software company that uses automation and a deep understanding of the regulatory c
9.
▲
by
adambrod
8y ago
Haven Connect | Multiple Software Engineers (front-end, back-end) | Full Time | Austin, TX | ONSITE | https://havenconnect.com Haven Connect is a software company that uses automation and a deep understanding of the regulatory c
10.
▲
by
adambrod
8y ago
Haven Connect | Multiple Software Engineers (front-end, back-end) | Full Time | Austin, TX | ONSITE | https://havenconnect.com Haven Connect is a software company that uses automation and a deep understanding of the regulatory c
11.
▲
by
adambrod
8y ago
Thanks for the article! I find it really surprising how difficult it is to deploy Elixir apps when it's so much more popular now and the Elixir team is so great at the developer experience.
12.
▲
BuckleScript Releases Webpack Competitor (bsb 4.0)
(bucklescript.github.io)
4 points
by
adambrod
8y ago
|
0 comments
13.
▲
by
adambrod
9y ago
Marketing 101... tell people what you do and how it can help them.
14.
▲
by
adambrod
9y ago
It's very readable if you've used a typed language before. The <> brackets are like generics.
15.
▲
by
adambrod
9y ago
Apollo works fine with Meteor. It works like any other node module.
16.
▲
by
adambrod
10y ago
Have you tried a retina display? I find that the higher DPI panel reduces my eye strain.
17.
▲
by
adambrod
10y ago
Just found the blog post... a little easier to consume: http://eslint.org/blog/2016/07/eslint-v3.0.0-released
18.
▲
ESLint hits 3.0
(github.com)
4 points
by
adambrod
10y ago
|
1 comments
19.
▲
Primaries and Caucuses – Last Week Tonight with John Oliver
(youtube.com)
2 points
by
adambrod
10y ago
|
0 comments
20.
▲
by
adambrod
10y ago
I agree, you can spend almost an entire years worth of office rent from the midwest and spend it in a month in Silicon Valley/SF. Sure some people may benefit from the high density of funding but if you're just working on product.
21.
▲
by
adambrod
10y ago
What about companies that need to save money? SV is extremely expensive compared to other parts of the country and SV is not a good value for everyone (also i'm assuming this is your post from the name)
22.
▲
by
adambrod
10y ago
Thanks, I was not aware of this :)
23.
▲
by
adambrod
10y ago
I'm honestly not sure. I was under the impression that it was limited... but thinking back perhaps I was thinking of the software that usually doesn't take advantage of multiple processes. Also half joking :D
24.
▲
by
adambrod
10y ago
What would be really interesting is Elixir-OS/Erlang-OS where the entire OS can take advantage of a 50 core CPU.
25.
▲
by
adambrod
11y ago
Not trying to troll but wouldn't it be easier to just use Elixir and Phoenix with OTP to run microservices for IoT? IoT typically will have long lived connections and Erlang was built on computers much smaller than raspberry pi's.
26.
▲
by
adambrod
11y ago
My company will be hiring soon and is using Elixir for backend services. Knowing Elixir is just a plus and any competent engineer can pick it up in a week. However, finding Elixir jobs is harder if you're the seeker... I agree.
27.
▲
by
adambrod
11y ago
author here, note 2 million concurrent users is in theory and based off of Phoenix's benchmarks. My use case calls for a much more modest 20-30k concurrent users which is out of scope for Meteor but well within Erlang's limits
28.
▲
Show HN: Scaling Meteor to 2 Million Concurrent Users
(github.com)
9 points
by
adambrod
11y ago
|
1 comments
29.
▲
by
adambrod
11y ago
You can use dialyzer to add type safety at compile time. It's not quite as good as Elm's compiler but it's much better than JS type checkers. http://learningelixir.joekain.com/elixir-type-safety/
30.
▲
by
adambrod
11y ago
I'm not a rubyist but it could be that their jaded with the current state of Ruby and constant performance struggles with Rails. Elixir has a similar community that's focused on testing, tooling, and quality. However I agree, very
More ›