Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jamamp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jamamp
6mo ago
The Github readme doesn't list this: what data trained this? Was it done by the voices of the creators, or was this trained on data scraped from the internet or other archives?
2.
▲
by
jamamp
7mo ago
I hope people can ask themselves why the goal is "winning" and "winning big", and not making a product that you are proud of. It shouldn't be about VC funding and making money, shouldn't we all be making softwa
3.
▲
by
jamamp
7mo ago
I think it's valiant to try to do all of this with semantic HTML elements to achieve the right effects, and try to go for a "classless CSS" paradigm to get a nice looking and functional web app (as a fan of classless CSS myse
4.
▲
by
jamamp
10mo ago
I would argue that the author has no obligation to engage with more counter-arguments, or provide something "new" (to you) to the conversation. This is a blog. Blog posts are a way to show the voice of the author, share their thou
5.
▲
by
jamamp
11mo ago
Unfortunately that might also be due to how Instagram shows ads, and not necessarily Anthropic's marketing push. As soon as you click on or even linger on a particular ad, Instagram notices and doubles down on sending you more ads from
6.
▲
by
jamamp
1y ago
> Another drawback is the difficulty of learning Typst. The official documentation is confusingly organized, with information scattered unpredictably among "Tutorial", "Reference", and "Guides" sections. I w
7.
▲
by
jamamp
1y ago
You're right. Section 10.4 does make that more clear as well for the default schemas.
8.
▲
by
jamamp
1y ago
Something I wish SCIM did better was break apart group memberships from the user resource. In the realm of SCIM's schema with the ability to have write-only, read/write, and read-only properties it makes a ton of sense to have a u
9.
▲
by
jamamp
1y ago
Another point: the SCIM schema can be confusing. The RFCs make it seem like you can define your schema however you like, and it provides a default schema with which it bases examples in other parts of the RFC. In reality, most systems expec
10.
▲
by
jamamp
1y ago
In primarily throwable languages, it's more idiomatic to not include much error handling throughout the stack but rather only at the ends with a throw and a try/catch. Catching errors in the middle is less idiomatic. Whereas in Go
11.
▲
by
jamamp
1y ago
I like Go's explicit error handling. In my mind, a function can always succeed (no error), or either succeed or fail. A function that always succeeds is straightforward. If a function fails, then you need to handle its failure, because
12.
▲
by
jamamp
2y ago
I'll also agree with you. I want to start with the fact that building FlowRipples is a monumental feat of its own. Generic tools that are adaptable to lots of situations is a difficult task, and it's impressive what was built. But
13.
▲
by
jamamp
2y ago
That makes a lot of sense, thank you! Extending out to other operations and not just event handlers/workflows would be neat.
14.
▲
by
jamamp
2y ago
I wonder how this compares, conceptually, to Temporal? While Temporal doesn't talk about a single centralized log, I feel the output is the same: your event handlers become durable and can be retried without re-executing certain action
15.
▲
by
jamamp
2y ago
My experience with `prompt=login` is also mixed. Okta's behavior does not indicate which account you're logging into (no username/email address), and only asks to re-input your password. They have a "Back to sign in"
16.
▲
by
jamamp
2y ago
Dear Okta, please include your OIDC profile claims in your ID tokens. Actually no, that's on the spec for not enforcing they're in the ID token, and only must be available in the userinfo endpoint.
17.
▲
by
jamamp
2y ago
I'd like to add that so many providers do not support either `prompt=select_account` or just natively ask the user which account to login to, mainly for OIDC. Working with IAM systems at work and using different test accounts, it'
18.
▲
by
jamamp
2y ago
If you thought random bit flips were bad, wait until you get random tit flips.
19.
▲
by
jamamp
2y ago
Location: San Diego, United States Remote: Yes Willing to relocate: No Technologies: Senior Software Engineer, backend and cloud, Go, .NET, Swift, AWS, Terraform, Web (HTML + frameworks), Okta/IAM/OAuth/OIDC Résu
20.
▲
by
jamamp
2y ago
I think the article has good sentiments about it. Actually using your application a lot helps polish it down a ton. However, wouldn't putting the input inside of the label (before the label text) be a better solution than fiddling too
21.
▲
by
jamamp
2y ago
Location: San Diego, United States Remote: Yes Willing to relocate: No Technologies: Senior Software Engineer, backend and cloud, Go, .NET, Swift, AWS, Terraform, Web (HTML + frameworks), Okta/IAM/OAuth/OIDC Résu
22.
▲
by
jamamp
2y ago
I remember during the screenwriters guild strikes in the Movie and TV industry, many writers were advocating _not_ to boycott movies/TV. Mainly in order to show that the people still wanted to watch the media that these people were wri
23.
▲
by
jamamp
2y ago
I believe this is because the code `counts[word]++` basically works by: 1. Hash word, retrieve the value from the counts map 2. Increment the value 3. Hash word, store the value into the counts map By change counts to a map
24.
▲
by
jamamp
3y ago
It'll be nice to see increased competition and, hopefully as a result, costs being driven down along with more advanced designs.
25.
▲
by
jamamp
3y ago
Swift's `Codable`[0] system seems very similar to serde in this regard. Structs that you define can be marked with the Codable protocol, and the Swift compiler automatically generates code during compilation that encodes from and decod
26.
▲
by
jamamp
3y ago
You might like this: http://youmightnotneedjs.com/
27.
▲
by
jamamp
4y ago
Not only that but here is some of my output: $ otool -L AdventOfCode2022 AdventOfCode2022: /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0) /usr/lib/libS
28.
▲
by
jamamp
4y ago
Ah, I forgot that compiling with an SDK version doesn't necessarily mean you get the runtime with it. Dynamic linking instead of static linking. Sometimes, software development gets too complicated; too many things to keep in mind.
29.
▲
by
jamamp
4y ago
But that's my question. Similar to the other comment at https://news.ycombinator.com/item?id=33848354 , I have 5.7.1 on Monterey. 5.7 isn't restricted to Ventura. Is the problem that the fix in 5.7/5.7.1 didn&
30.
▲
by
jamamp
4y ago
I'm confused. The post mentioned that this was fixed in Swift 5.7, but I have Swift 5.7.1 on my macOS Monterey and the bug is still present if I modify my AoC solution to exhibit the problem. Is Swift 5.7.1 on Monterey different from t
More ›