Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ucarion
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ucarion
2mo ago
It does get at what I'm talking about. But I've seen retrying in this situation lead to worsening the situation, because your basic problem is two hot paths conflicting with each other and now you're conflicting even more.
2.
▲
by
ucarion
2mo ago
Do folks have any thoughts on ways of avoiding deadlocking access patterns? In a codebase where folks are sort of adding ad-hoc endpoints left and right, it's hard to avoid the case of two endpoints that more or less want to do:
3.
▲
by
ucarion
4mo ago
> I do not agree that slice() should operate on extended grapheme clusters. Don’t lump the grapheme cluster/scalar value split in with the sins of UTF-16 and its unreliable code point/code unit split. Maybe a simpler argument a
4.
▲
by
ucarion
5mo ago
In old-school chess AIs, zugzwang is also of interest because it can break null-move pruning[0], which is a way to prune the search tree. "Null move" just means "skip your turn", and the assumption that skipping your tur
5.
▲
by
ucarion
6mo ago
Leads me to discover: https://www.twitch.tv/chat_loadtest_01 ... neat!
6.
▲
by
ucarion
7mo ago
I've almost never needed any of these, but there's all sorts of weird redirections you can do in GNU Bash: https://www.gnu.org/software/bash/manual/bash.html#Redirecti...
7.
▲
by
ucarion
8mo ago
It is news to me that manipulating ASCII art is something AI can do well! I remember this being something LLMs were all particularly horrible at. But I just checked and it seems to work at least with Opus 4.5. claude(1) with Opus 4.5 seems
8.
▲
by
ucarion
10mo ago
Eddie Izzard was joking in 1998 about the "The" and the prohibited names for The City ( https://youtu.be/QRB_GhLXCds?si=R4kYkodzvYDxe33H&t=276 ), so it's probably been like this for many decades thence!
9.
▲
by
ucarion
1y ago
For those unfamiliar: https://news.ycombinator.com/item?id=26998308 ... It's basically a bunch of posts that 'dang and 'tomhow (others too? idk) think are underrated, so it tends to be potent hacker-catnip st
10.
▲
by
ucarion
1y ago
For others, I'm sure parent knows: OKLCH is largely a bugfix for CILEAB. Both try to make a color space where even steps feel evenly spaced to a human. But CIELAB had procedural flaws in its creation. See slide 19: https://w
11.
▲
by
ucarion
1y ago
Kind of moot anyway; 100x zoom is equivalent to a 2400mm lens (with no stabilization assist). If you can hand-aim that on target, you're an elite marksman.
12.
▲
by
ucarion
1y ago
Seems their IG has some of these, including the shot from the article: https://www.instagram.com/tripodtales/p/C8hRS0ctzCp/ Factory Butte: https://www.instagram.com/tripodtales/p/C6g
13.
▲
by
ucarion
1y ago
> Into the Past by Jim Hildreth The area in this photo -- the Caineville Mesa, Factory Butte, "Long Dong Silver" (I'm not aware of a more polite name) -- is some of the strangest land in America. It really is that lunar bl
14.
▲
Kashikodokoro Riding Car
(en.wikipedia.org)
2 points
by
ucarion
1y ago
|
0 comments
15.
▲
by
ucarion
1y ago
Since we both worked there: I can think of a few places at Segment where we'd have added more reporting/analytics/search if it weren't such a pain to set up a OLAP copy of our control plane databases. Remember how much e
16.
▲
by
ucarion
1y ago
Shuffle-sharding is similar to stochastic Blue stuff, and you'll find Amazon talking about it: https://aws.amazon.com/builders-library/workload-isolation-u... Which isn't exactly what you're talking abou
17.
▲
by
ucarion
1y ago
In practice, identity providers (Okta, Entra, etc.) will retry for a bit before reporting to the IDP admin that their SCIM connection to the SaaS vendor is unhealthy. From there, things get fixed ad-hoc. Okta and Entra have different reques
18.
▲
by
ucarion
1y ago
To really support Entra in particular, you must have to reference Entra's implicit spec, which is roughly documented here: https://github.com/AzureAD/SCIMReferenceCode/tree/master/Mic... One way thi
19.
▲
by
ucarion
1y ago
Django is in the works! As is Laravel and Rails (my first love).
20.
▲
by
ucarion
1y ago
Right now we offer prebuilt pages you can redirect to, as well as SDKs your clientside JavaScript can talk to if you want to reskin. Said SDKs are glorified cURL wrappers, and our prebuilt pages are built using them too. Prebuilt UIs: http
21.
▲
by
ucarion
1y ago
Since Tesseral's data model is that users belong-to organizations, anytime you have a user, an organization is also available to you (e.g. in the context of a JWT's claims, or an API call to `api.tesseral.com/v1/users&#x
22.
▲
by
ucarion
1y ago
Thanks Aeneas!
23.
▲
by
ucarion
1y ago
One way is that it's really obvious what you're supposed to do with Tesseral! Like, here's our Go SDK docs: https://tesseral.com/docs/sdks/serverside-sdks/tesseral-sdk-... It's pretty clea
24.
▲
by
ucarion
1y ago
It's a bit of a mix of subtle design decisions and discrete features. A few major things: 1. In business software, Organizations are your tenants. Users aren't tenants themselves. You have to think about things like "Which Or
25.
▲
by
ucarion
1y ago
We're aiming to abstract away our AWS dependencies -- KMS, S3, SES -- specifically to accommodate other clouds or non-clouds.
26.
▲
by
ucarion
1y ago
We're trying to offer a clear abstraction for specifically B2B SaaS. By taking opinions, we can make implementation quicker and easier for developers.
27.
▲
Show HN: Tesseral – Open-Source Auth
(github.com)
193 points
by
ucarion
1y ago
|
86 comments
28.
▲
by
ucarion
1y ago
And every other month was named after a coup d'etat!
29.
▲
Projection Connections: A Nerdy Poster
(somethingaboutmaps.wordpress.com)
1 points
by
ucarion
1y ago
|
0 comments
30.
▲
by
ucarion
1y ago
Is the main objection to RFC5234 its weird syntax for repetition (*THING, [THING], 5THING)?
More ›