Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
djm_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
djm_
4mo ago
OpenAI is not Anthropic, the original comment is valid. Anthropic have bought out a tool their competitor used too, they even have an OpenAI case study still on the Stainless website.
2.
▲
by
djm_
1y ago
You could do with using an LLM to make your site work on mobile.
3.
▲
Rippling's suit against Deel is wild
(cautiousoptimism.news)
2 points
by
djm_
2y ago
|
1 comments
4.
▲
by
djm_
3y ago
Same over here, we're down due to a deploy. Heroku Status green as grass. Edit: Good Twitter thread with some support replies [1] https://twitter.com/nunotomas/status/1663642609527431168
5.
▲
by
djm_
3y ago
This is so important if you want to avoid incredibly gnarly race conditions. In particular for us: jobs being run even before the transaction has been fully committed to the database. We utilise a decorator for our job addition to external
6.
▲
by
djm_
3y ago
Dependabot is based on releases from the various package repositories; running of main is pre-release - hence they’re probably using GitHub Actions to pin their Gemfile-defined Rails version to a commit hash.
7.
▲
by
djm_
4y ago
Correct. Which means if you’re taking deliveries it’s probably better to have a house number as you get validated more frequently.
8.
▲
by
djm_
4y ago
I remember working with SagePay as a payment provider back in 2008 (before we knew of Stripe!) and finding it interesting that card address validation was only done on the numbers in a full address. For example, from "20 Windsor Road,
9.
▲
by
djm_
4y ago
Fantastic write-up. This seems to me like a combination of multiple foot-guns, first being the Docker one - followed by the fact Mongo was not configured to authenticate the connection. Heroku by default run PostgreSQL open to the world (wh
10.
▲
by
djm_
4y ago
Yes! And it’s actually not either/or for us, we still use Docker Compose to run our services (Redis, PostgreSQL, etc) that don’t require file syncing with the host. It’s good at that.
11.
▲
by
djm_
4y ago
As a Mac-using Python shop, we had serious file-sync performance issues when mounting our codebase inside a container via docker-compose. Nix completely freed us from them and allowed us to develop with Python natively speedily and without
12.
▲
by
djm_
4y ago
This looks great! If you're building CLI tooling in Elixir, you may also be interested in TableRex, my ASCII-table drawing library. [1] [1] https://github.com/djm/table_rex
13.
▲
by
djm_
4y ago
Did you miss the whole pandemic bit or are you too “disconnected from reality”?
14.
▲
by
djm_
5y ago
From experience, I can tell you that many people simply refer to this entire domain as CORS despite that S standing for Sharing. The Same Origin Policy is treated verbally more like the default state of CORS in some circles. It is very conf
15.
▲
by
djm_
5y ago
There is a lot of movement in the offline-first/multiplayer space at the moment, after apps like Linear [1] & Figma [2] have pushed the paradigms. [1]: https://linear.app [2]: https://figma.com Some other
16.
▲
by
djm_
5y ago
A solid set of changes and incredibly well presented for digesting what changed and why - congrats on the release!
17.
▲
Automerge: A TodoMVC multiplayer demo featuring document compression
(inkandswitch.github.io)
1 points
by
djm_
6y ago
|
0 comments
18.
▲
by
djm_
6y ago
The post is about how they built their own internal API Gateway; it's not a product Digital Ocean offer (yet?).
19.
▲
by
djm_
6y ago
Yes, running pytest with the --pdb flag will drop you into the debugger on an unhandled exception which gets a comparable workflow but it's not quite the same as, a) writing tests to file first is not repl-driven development, and b) yo
20.
▲
by
djm_
6y ago
Followed you in case you ever do! I'm a big fan of Jackbox and I'd love to read about where CRDTs fit in your stack.
21.
▲
by
djm_
6y ago
Generally if a service was to keep them it would be to keep a history of passwords you may not use ever again. They wouldn't be available for use in authentication. Obviously this is very implementation specific though, and can't
22.
▲
by
djm_
6y ago
Augmented Reality. Adding copy/paste as a feature to reality definitely falls under that banner.
23.
▲
by
djm_
6y ago
>latest hottest tech rarely make sense I would agree! But I'd also say that I believe Elixir has moved past this part of the curve and is seeing serious adoption amongst companies. I first got interested in 2014 and back then it was
24.
▲
by
djm_
7y ago
Re-read the first sentence.
25.
▲
by
djm_
7y ago
That screenshot likely shows a warm startup; while they've improved recently, from personal experience .NET has the worst cold startup times of all the officially supported languages on Lambda by quite a large margin. A source which su
26.
▲
by
djm_
7y ago
I'd imagine it'll be handled the same way as Actions handles it now: via Secrets [1]. [1] https://developer.github.com/actions/managing-workflows/stor...
27.
▲
by
djm_
7y ago
Other languages have large ecosystems of packages that allow users to do common tasks quickly. I can imagine not having something similar would be a sticking point to adoption; how does Dark picture the Dark ecosystem working and competing
28.
▲
by
djm_
7y ago
> A much smaller (5-10MB) quota with no time limit Eeesh. Be careful taking advice from someone who has no intention of paying now. You're doing a great job Takuya, keep on trucking.
29.
▲
by
djm_
8y ago
>Anyone know whats going on there? Yup, many things. It's worth reading this very long thread about exactly this, from 2016. Look for Sasa Juric and Chris McCord's comments in particular. [1] tl;dr benchmarks are hard, not all
30.
▲
by
djm_
8y ago
It's an Atlas Guide written by Joanna Wiebe who is not a Stripe employee. Even if she was, companies are companies - not individuals.
More ›