Viewing profile — bencyoung
bencyoung
HN member- Joined
- Tue, Jul 13, 2021, 1:41 PM UTC
- HN karma
- 86
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About bencyoung
No profile information was provided.
Recent public activity
-
comment
Comment #47922155
Unless your memory allocator runs a form of garbage collection, which most of the advanced ones do! Worst memory performance issue I've ever seen was in a C++ program where the dea…
-
comment
Comment #47321039
Sounds like the Chronophage clock in Cambridge: https://en.wikipedia.org/wiki/Corpus_Clock . It it's purely mechanical but has odd pauses in the ticks etc
-
comment
Comment #46510600
Sorry for the delay! It's fairly simple. 1. You have a column on your objects you want secured as an LTREE[] 2. You add a GIST index on that column The values should be the differe…
-
comment
Comment #46510573
Sorry for the delay! It's fairly simple. 1. You have a column on your objects you want secured as an LTREE[] 2. You add a GIST index on that column The values should be the differe…
-
comment
Comment #46374566
If you're using Postgres then using the ltree module is great for permission systems. Available in RDS too
-
comment
Comment #45833416
Not majorly odd, just an area I thought Rust would be hot on when it comes to performance...
-
comment
Comment #45833410
Having worked in HPC a fair bit I'm not a fan of autovectorization. I prefer the compiled code's performance to be "unsuprising" based on the source and to use vectors etc where I …
-
comment
Comment #45827014
Odd that c# has a better stable SIMD story than Rust! It has both generic vector types across a range of sizes and a good set of intrinsics across most of the common instruction se…
-
comment
Comment #45748566
Cheapest MSK cluster is $100 a month and can easily run a dev/uat cluster with thousands of messages a second. They go up from there but we've made a lot of use of these and they a…
-
comment
Comment #45747999
Kafka is great tech, never sure why people have an issue with it. Would I use it all the time? No, but where it's useful, it's really useful, and opens up whole patterns that are h…
-
comment
Comment #45577562
JIT compilation can be faster for compiled languages too, as it allows data driven inlining and devirtualization, as well as "effective constant" propogation and runtime architectu…
-
comment
Comment #45386281
I think this is exactly the same approach PyPy used 15 or so years ago! Partially evaluate the language runtime
-
comment
Comment #45371976
I almost did a PhD with David but ended up working at Transversal instead, which was a company he co-founded to do some interesting work in the search engine space! It's what got m…
-
comment
Comment #44558304
The Fens in East Anglia in the UK has a lot of interesting pumping tech. The latest can do 100m3/s ( https://www.edie.net/st-germans-pumping-station-keeps-fens-f... ). If all the p…
-
comment
Comment #44179548
I think it's more that western cultural cliches become invisible to western audiences rather than moving on. E.g. the "superhero" is definitely a western cliche. "A lone operative …
-
comment
Comment #44124822
Dotnet is getting a fully interpreted mode in 10 or 11 so I wonder if they'll switch to that for things like this https://github.com/dotnet/runtime/issues/112748
-
comment
Comment #44050691
We have https://www.myenergi.com/ for our car charger and it seems to be able to integrate batteries, charging and panels like you suggest, only you have to go all in. We have part…
-
comment
Comment #44041096
Ok I drilled down a bit and looks like you are right, although I'm still not sure I've built up a clear understanding! ( https://physics.stackexchange.com/questions/187917/thought-…
-
comment
Comment #44040668
Seems amazing similar to the changes a junior would make (jump to the solution that "fixes" it in the most shallow way) at the moment
-
comment
Comment #44040632
Thanks! Hmm, I think we're talking about slightly different things but it's been too long since I studied it to put it in the right words :) I completely agree that spacetime can b…
-
comment
Comment #44040503
Some example PRs if people want to look: https://github.com/dotnet/runtime/pull/115733 https://github.com/dotnet/runtime/pull/115732 https://github.com/dotnet/runtime/pull/115762
-
comment
Comment #44029889
Apart from my MSci in Physics... Perhaps you could post some links to the spacetime diagrams you are talking about?
-
comment
Comment #44028532
Well, I disagree. Light literally can't move in a direction that makes it further from the singularity once inside the event horizon. I don't see what space being flat or not local…
-
comment
Comment #44027299
You can do plenty of experiments to see if you are falling, e.g. hitting the surface of a planet you are falling towards. The event horizon is a surface like any other with a locat…
-
comment
Comment #44017302
Consider that every "surface" inside the event horizon is like a stronger event horizon so passing through you'd certainly notice things like not being able to see your feet any mo…