Viewing profile — sandstrom
sandstrom
HN member- Joined
- Mon, Mar 23, 2009, 4:25 PM UTC
- HN karma
- 2,544
- Public activity
- 735 items
- HN profile
- View on Hacker News ↗
About sandstrom
Recent public activity
-
comment
Comment #48414649
I totally agree. If one needs to put metadata in commits, usually better to just put it in a Git trailer. https://git-scm.com/docs/git-interpret-trailers `Co-authored-by: Alice` is…
-
comment
Comment #45492320
I understand forking is sometimes needed, but it's also somewhat discouraging to see that the differences couldn't be reconciled. As long as people are aligned on advancing the Rub…
-
comment
Comment #45279559
This is the part that I think most politicians simply don't understand. I've been trying to argue this point with my government several times (some MPs even replied friendly, so th…
-
comment
Comment #45208638
Does anyone working at Github know why 'semi-linear' merge isn't supported as a merge strategy in the merge queue (and regular PRs)? I Gitlab and Azure DevOps (also owned by MS) su…
-
comment
Comment #45039242
Does anyone know if immutable also means I cannot delete a release? (even after say 3 years) Because I'm guessing allowing deletes would also make re-publishing possible, which wou…
- story
- story
-
comment
Comment #44661820
"What are your main use cases for search or log indexing?" To me, storing and searching logs is quite different from most other search use-cases, and it's not obvious that they sho…
-
comment
Comment #44659455
For anyone who's interested, two other popular contenders for replacing Elasticsearch are Typesense ( https://typesense.org/ ) and Meilisearch ( https://www.meilisearch.com/ ). (bo…
-
comment
Comment #44376940
This would be very useful. Basically, the 'translate this' button you see on Twitter or Instagram next to comments in foreign languages. This API would make it trivial for all deve…
-
comment
Comment #44376917
I honestly don't understand the arguments Mozilla have against it. Safari/webkit is positive (though no official stance yet): https://github.com/WebKit/standards-positions/issues/3…
-
comment
Comment #44376905
This is not auto-translation. Rather, it's an API developers can use to add inline translation to web apps. For example, under a comment in your app, you can (a) detect the languag…
-
comment
Comment #44345980
On this topic, I have to recommend Hush! It is an excellent free, open-source and well-maintained app for iOS. https://oblador.github.io/hush/
-
comment
Comment #42584473
> When Amazon allows any of the millions of ephemeral clone-storefronts to sell shady or illegal stuff, would you rather have the authorities spend years chasing ghosts or have Ama…
-
comment
Comment #42584457
I guess it depends on what you read into it. But when I read this it seems like they are unhappy with Google no longer enforcing their view of fingerprinting: We think this change …
-
comment
Comment #42583875
One thing that strikes me reading this, is that the only thing that's changed is that Google won't disallow it. But I think it would make more sense if the ICO actually just went a…
-
comment
Comment #40858029
Another interesting Rust-based Javascript bundler is Oxid / OXC. - https://github.com/oxc-project/oxc - https://oxc.rs It's also what Rolldown ( https://rolldown.rs/about ) is basi…
-
comment
Comment #40800786
I see it in the readme now, interesting! A question out of curiosity: Would you say that this is still a good fit for company-internal docker images? I.e. a packaged rails app that…
-
comment
Comment #40791606
I've started using Mise for some stuff at work. Haven't digged in a lot yet, but looks really promising. https://mise.jdx.dev/ It handles task running (wipe local test db, run lint…
-
comment
Comment #40791578
Not sure if this works with artifacts pushed to GHCR (Github Container Registry), for example Docker containers. I think not. But it's still a good step towards more integrity in t…
- story
-
comment
Comment #40335647
Great, thanks! I made a mistake in my comments above: I meant to write "Would be neat if the *Linear* integration had configurable fields (at the team level set which ones are visi…
-
comment
Comment #40320533
Some thoughts: - Make the scrubbed headers configurable (if it isn't already). For example, our token header is called `X-Session-Token` and is passed on every request. Would your …
-
comment
Comment #39973695
Key features mentioned in the release notes are: - Bloom filters for queries ('needle in haystack' problem) - Native OpenTelemetry support - Updated helm charts - Lambda/Promtail s…
- story