Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
defjosiah
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
defjosiah
5mo ago
Yeah, the memory is cool, just a file store that you can instruct the agent to use however you see fit.
2.
▲
by
defjosiah
5mo ago
Cool to hear, glad you enjoyed it! If you want to send any feedback on the output, feel free to send it to josiah at openai and I can take a look.
3.
▲
by
defjosiah
1y ago
FYI, there is actually this implementation detail in the model spec, https://model-spec.openai.com/2025-02-12.html#chain_of_comma... Platform: Model Spec "platform" sections and system messages Developer: Model Sp
4.
▲
Deep Dive: Testing a Microservice Architecture with QA Environments
(medium.com)
5 points
by
defjosiah
4y ago
|
0 comments
5.
▲
Serving front end applications with K8s, Cloudflare Workers, and S3
(medium.com)
5 points
by
defjosiah
5y ago
|
0 comments
6.
▲
by
defjosiah
5y ago
Author here, I'd love to answer any questions y'all might have!
7.
▲
Technical Deep Dive: How we built deploy previews at Opendoor
(medium.com)
3 points
by
defjosiah
5y ago
|
1 comments
8.
▲
How we improved app performance by upgrading React Navigation
(medium.com)
3 points
by
defjosiah
5y ago
|
1 comments
9.
▲
by
defjosiah
6y ago
This type of thing usually ends up being “death by a thousand cuts”. async + defer help out, but they do still incur parsing and evaluation (iirc, before document onload event) overhead. If you delay loading until you’re sure the page is in
10.
▲
by
defjosiah
6y ago
You can (usually accidentally) end up with a render blocking script tag. In this article example it was client-side optimizely. The parsing and execution of third-party javascript is definitely non-trivial if you profile it, especially on l
11.
▲
by
defjosiah
6y ago
I worked with Alexey on this project. It’s pretty straightforward to filter out bots (either before send, or in analysis later). For our traffic, it was mostly commonly known bot user-agents. I’m also pretty sure malicious bots get blocked
12.
▲
Implementing Edge Experiments at Opendoor
(medium.com)
3 points
by
defjosiah
6y ago
|
0 comments
13.
▲
Implementing Edge Experiments at Opendoor
(medium.com)
1 points
by
defjosiah
6y ago
|
0 comments
14.
▲
Serverless landing page optimization – implementing edge experiments at Opendoor
(medium.com)
2 points
by
defjosiah
6y ago
|
0 comments
15.
▲
Landing Page Infrastructure/Experiments with Cloudflare Workers
(medium.com)
1 points
by
defjosiah
6y ago
|
0 comments
16.
▲
Gofmt is not opinionated enough (go experience report)
(gist.github.com)
2 points
by
defjosiah
8y ago
|
0 comments
17.
▲
by
defjosiah
9y ago
It looks so cool! Just a bummer for potential users, I've been on the waiting list to try it since Nov '16.