Viewing profile — beckford
beckford
HN member- Joined
- Sun, Jun 06, 2021, 3:59 PM UTC
- HN karma
- 256
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About beckford
Recent public activity
-
comment
Comment #49266868
The most important lines to me are the CFTC Chairman's quote: > These are financial exchanges that offer financial instruments and operate across state lines. They match the bid fr…
-
comment
Comment #49215615
They did the same for a Samsung Fold phone delivered to me last month (in the US).
-
comment
Comment #49215089
Awesome! How did you find that out?
- story
-
comment
Comment #47822140
Using fragments for secure data has been discussed before on hn: https://news.ycombinator.com/item?id=23036515 . Tldr: it may not go directly to the server (unless you are using a …
-
comment
Comment #47709417
That hasn't been true for a few years at least. https://www.jetbrains.com/help/clion/cmake-debug.html is has had CMake debugging since cmake 3.27. Ditto for vscode and probably oth…
- story
-
comment
Comment #46569065
> One reason is that far more of their students actually applied than would be expected. This sentence is buried midway through the article. It would be good for a future post to e…
-
comment
Comment #46567036
If you were looking at the parse link in the author's comment, you were looking at a spec (called a module interface in OCaml/OxCaml, similar to an interface in Java). The parse im…
-
comment
Comment #45970357
Since the link is paywalled, the TLDR paragraph is: > Boasberg said in the ruling that the FTC had incorrectly excluded YouTube and TikTok from the market where it challenged Meta'…
-
comment
Comment #45796846
> The first main disadvantage is that they require the kernel to support syscall tracing, which essentially means they only work on Linux. I have Ideas™ for how to get this working…
-
comment
Comment #45721362
Good advice but still: > investors warn the good times won’t last forever Umm ... these aren't short-term investors. They are investing because they think at least one of their bet…
- story
-
comment
Comment #45707489
Introduction paragraph: Metalang99 is a firm foundation for writing reliable and maintainable metaprograms in pure C99. It is implemented as an interpreted FP language atop of prep…
- story
- story
- story
- story
- story
- story
-
comment
Comment #45337073
Yeah, I don't disagree. I'd go further and say the examples are on-point for a "human oriented" language. But the formal spec reveals how simple or complicated this language is. (A…
-
comment
Comment #45336911
Not OP, but I think it does run Postgres as a process. However, IMHO the general use case for SQL is for external actors (humans, machines) to get access to the underlying data in …
-
comment
Comment #45336695
For something like this I would love to see a formal spec to go along with the examples.
-
comment
Comment #45335292
Disclaimer: I took over maintenance of the Cap'n Proto C bindings a couple years ago. That makes sense. There is some opportunity though since the Cap'n Proto RPC had always lacked…
-
comment
Comment #45334592
Since Cap'n Web is a simplification of Cap'n Proto RPC, it would be amazing if eventually the simplification traveled back to all the languages that Cap'n Proto RPC supports (C++, …