Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pselbert
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
pselbert
3y ago
Jobs may crash due to VM issues or OOM problems. The more common cause of "orphans" is when the VM restarts and jobs can't finish during the shutdown period.
2.
▲
Oban Pro v0.14 Released
(getoban.pro)
2 points
by
pselbert
3y ago
|
0 comments
3.
▲
Sell Your Library for Money
(codecodeship.com)
2 points
by
pselbert
4y ago
|
0 comments
4.
▲
From GPT2 to Stable Diffusion: Hugging Face Arrives to the Elixir Community
(huggingface.co)
4 points
by
pselbert
4y ago
|
0 comments
5.
▲
Oban Starts Where Elixir’s Tasks End
(getoban.pro)
2 points
by
pselbert
4y ago
|
0 comments
6.
▲
by
pselbert
4y ago
How in the world does DocuSign have 7k employees? I’m genuinely baffled. 700 employee would seem like a stretch.
7.
▲
One Million Jobs a Minute with Oban
(getoban.pro)
3 points
by
pselbert
4y ago
|
0 comments
8.
▲
by
pselbert
4y ago
For many accounts the audit log isn’t going to show some crucial information—git activity. Clone events are only available through the REST API for Enterprise customers.
9.
▲
by
pselbert
5y ago
The only reason I’m able to maintain a reasonably successful open source library is because it is part of an open core business model. Without that I couldn’t justify the development effort or relentless support to myself, or my family. Get
10.
▲
by
pselbert
5y ago
One of the best parts of listening to Elixir Outlaws, the podcast that Chris co-hosts, is disagreeing with his wacky and strongly-held opinions on things. Personally, I don't agree with most of what he's calling out here, but it&#
11.
▲
by
pselbert
5y ago
Running 75 million jobs a year would be totally fine. Depending on the configuration and load Oban easily runs thousands of jobs a second, and 75 million breaks down to less than 3 a second. I’d argue it’s worth the switch, but I’m highly b
12.
▲
by
pselbert
5y ago
The size of Alpine and its package manager are brilliant. What gets me, and my team, is the support policy for “older” packages. For a while we would pin library versions (e.g. libvips) only to have the pin break the build because the packa
13.
▲
Cyberattack Forces Closure of Largest U.S. Refined-Fuel Pipeline
(wsj.com)
4 points
by
pselbert
5y ago
|
0 comments
14.
▲
by
pselbert
6y ago
Couldn't help but think of: Brian Called Brian: You don't need to follow me! You don't need to follow anybody! You got to think for yourselves! You're all individuals! You're all different! Man: I'm not...
15.
▲
Nx (Numerical Elixir) is now publicly available
(dashbit.co)
4 points
by
pselbert
6y ago
|
0 comments
16.
▲
Elixir Nx Repo Now Open
(github.com)
14 points
by
pselbert
6y ago
|
0 comments
17.
▲
by
pselbert
6y ago
There isn't an issue with Kafka and Elixir, it's the inherent complication around using Kafka when a lighter weight solution (Rabbit, PG) would work perfectly fine.
18.
▲
by
pselbert
6y ago
José is an enormous asset to the community and has an influence on many of the marquee projects, but it definitely isn't single-handedly done. He cares about the ecosystem and is very generous with his time and attention. Anecdotally s
19.
▲
by
pselbert
6y ago
That project is fantastic! I'll soon have need for some clean SVG language icons and these are perfect.
20.
▲
by
pselbert
6y ago
According to the recent Thinking Elixir podcast [0] the performance is comparable. They specifically cite the performance of dialyzer, which typically runs through HiPE, as being just as fast with the new JIT. From what I recall HiPE isn&#x
21.
▲
by
pselbert
6y ago
No idea. It is the foundation of VSCode and most of the other plugin systems powered by the language server standard.
22.
▲
by
pselbert
6y ago
The IDE type tooling is getting better all the time thanks to Elixir-LS. There was a 0.6 release a couple of days ago with a ton of improvements [0]. Better auto-completion triggers and Ecto completion come to mind as huge quality of life i
23.
▲
by
pselbert
6y ago
A lot of people have been moving from Exq to Oban. Come by the #oban channel on Slack if you have any questions.
24.
▲
by
pselbert
6y ago
Rolling your own tools is an irreplaceable way to learn things thoroughly. That said, HN readers from outside the Elixir should know there are great libraries for all of those use cases. Point in case is background job processors—we have
25.
▲
by
pselbert
6y ago
Anecdotally I don’t believe dual licensing is viable for smaller projects. There simply aren’t enough companies that care about your license to make it a reliable business model. This is something I explored initially for Oban[0] and I inte
26.
▲
by
pselbert
6y ago
You make an excellent point here—it takes a lot of effort to get a solo project (OSS or otherwise) to be profitable enough that can compete with a day job’s salary. As somebody that is monetizing OSS, making a supplanting my salary is my me
27.
▲
by
pselbert
6y ago
If your database based queue is introducing lock contention then it is doing things wrong. Since Postgres 9.6 there is `FOR UPDATE SKIP LOCKED` which completely eliminates the issue.
28.
▲
by
pselbert
6y ago
> Never use your primary DB as a queue. Using a separate Postgres instance can work if you over-provision capacity and don't need to maximize throughput, and a Redis-based solution can work if you don't need high availability a
29.
▲
by
pselbert
6y ago
“Please excuse the crudity of this model. I didn’t have time to paint it or build it to scale” — Doc Emmett Brown (Decidedly not Google)
30.
▲
Whitehouse Considera Broad Intervention Ti Secure 5G Future
(wsj.com)
1 points
by
pselbert
6y ago
|
0 comments
More ›