Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
DylanSp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
DylanSp
2mo ago
First time I've heard of so_reuseport, which is interesting. The important parts of the setup seem to be that + peering; is peering built-in to PgBouncer and simple to set up?
2.
▲
by
DylanSp
4mo ago
They're very small on desktop as well.
3.
▲
Another termination issue (Semantics of the Futhark language)
(futhark-lang.org)
2 points
by
DylanSp
9mo ago
|
0 comments
4.
▲
by
DylanSp
9mo ago
I've been learning the basics of using Z3 by creating a solver for the daily puzzle game Clues By Sam (very fun game; https://cluesbysam.com/ ). Repo is https://github.com/DylanSp/clues-by-sam-solve
5.
▲
by
DylanSp
10mo ago
Echoing the others who say they can't understand the bug/difference; only thing I can think of is that the input string needed the escape sequence for a newline in it? So the correct code would be written as "POST"
6.
▲
Itiner-e – an open digital dataset of roads in the Roman Empire
(itiner-e.org)
4 points
by
DylanSp
10mo ago
|
0 comments
7.
▲
by
DylanSp
1y ago
Thanks for the explanation - I was deeply confused by this article's premise. I've never worked with Next.js or Astro, so I didn't have the background.
8.
▲
by
DylanSp
1y ago
To be slightly more specific - training pilots that can train/certify other pilots.
9.
▲
by
DylanSp
1y ago
Not gender-related; the correct form for the possessive is "its" without an apostrophe, not "it's".
10.
▲
by
DylanSp
1y ago
I'm working on an app for easily conducting and organizing evals for LLM-powered applications. The core idea is making it easy for domain experts to review examples of interactions and tests with synthetic data, as well as tracking an
11.
▲
The Future of Customer Support Is Lies, I Guess
(aphyr.com)
6 points
by
DylanSp
1y ago
|
1 comments
12.
▲
by
DylanSp
1y ago
Works now (I noticed the same issue).
13.
▲
The AWS Common Runtime (2023)
(aws.amazon.com)
1 points
by
DylanSp
2y ago
|
0 comments
14.
▲
by
DylanSp
2y ago
It's not a perfect situation, but C# has some dedicated collection classes for concurrent use - https://learn.microsoft.com/en-us/dotnet/api/system.collecti... . There's still some footguns possible,
15.
▲
by
DylanSp
2y ago
This is definitely a big factor. I've found one compiler bug, but it was in a feature that had been added all of two months earlier (optional chaining in Typescript 3.7).
16.
▲
by
DylanSp
2y ago
The same author has full articles on Jedi Knight [1] and X-Wing/TIE Fighter. [2]. If you go through his archives [3], he's also written a lot about LucasArts' adventure games; I think the first posts that talk about them are
17.
▲
by
DylanSp
2y ago
Take a look at the links and sources mentioned in his retrospective on the Sparta series: https://acoup.blog/2022/08/19/collections-this-isnt-sparta-r... . Devereaux mentions some different approaches that mod
18.
▲
by
DylanSp
2y ago
The bug with a-file moves has been fixed: https://github.com/carlini/regex-chess/issues/1 .
19.
▲
by
DylanSp
2y ago
It sounds like the indexing time/complexity is increased a lot by the amount of detailed data they're storing. They mention determining which `using` statement is used to resolve each symbol reference in C++ source, to enable dead
20.
▲
by
DylanSp
2y ago
Haskell's Ord typeclass is for ordering; it just represents types that have a total order, it doesn't represent ranges.
21.
▲
by
DylanSp
2y ago
Case 1 is definitely addressed by the Polonius-related work. There's a post [1] on the official Rust blog from 2023 about that, and this post [2] from Niko Matsakis' blog in June 2024 mentions that they were making progress on it,
22.
▲
by
DylanSp
2y ago
It's outlined in their previous post on the Rope/SumTree data structure they use, which this article links to: https://zed.dev/blog/zed-decoded-rope-sumtree .
23.
▲
by
DylanSp
2y ago
Looks like he's been continuing to work on it. GitHub repo: https://github.com/davidlattimore/wild List of his blog posts, a couple of which are about wild: https://davidlattimore.github.io/
24.
▲
by
DylanSp
2y ago
Looks like it was an offhand tweet from 2013: https://web.archive.org/web/20220805112242/https://twitter.c... . I got that from a comment on the first Antithesis post on HN, https://news.ycombi
25.
▲
by
DylanSp
2y ago
My guess would be that it would take too much extra design work. Making the current upper stage reusable is necessary for the HLS contract anyways, and they've got a lot of work to do already on refining the heat shield & fin prote
26.
▲
by
DylanSp
2y ago
It wasn't a financial cost, but the biggest single performance improvement I've seen firsthand came from optimizing a SQL query. One of our Professional Services people had written a query that did repeated self-joins on a fairly
27.
▲
by
DylanSp
2y ago
Nitpick about history: the LM was definitely not one of the easiest parts of Apollo. It was the long pole in the schedule for a good while; part of why Apollo 8 was flown as a lunar orbit mission was because the LM wasn't going to be r
28.
▲
by
DylanSp
2y ago
If the upper stage wasn't designed to be reusable, it'd probably have a lot less structural dry mass - no heat shield, no fins, possibly different geometry (depending on how much volume they wanted). It might also be possible to d
29.
▲
by
DylanSp
2y ago
That's the repo Trail of Bits was working with; the PR they ended up submitting is at https://github.com/mchehab/zbar/pull/294 .
30.
▲
by
DylanSp
2y ago
This is on Bluesky, not Twitter.
More ›