Viewing profile — bendavis381
bendavis381
HN member- Joined
- Sun, Dec 23, 2012, 12:02 AM UTC
- HN karma
- 210
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About bendavis381
No profile information was provided.
Recent public activity
-
comment
Comment #40252706
Nice. So if I understand correctly, pre-filtering means we'd get 10 results here if there are at least 10 returned from the subquery?
-
comment
Comment #40251878
Very very excited by this! I saw on the repo that `sqlite-vec` will support `row in`?
-
comment
Comment #40243365
This matches our experience too. Out of curiosity, do you use email as the identifier? And if so, do you verify during the initial signup flow?
-
comment
Comment #31043721
Yeah I can second this. I've been using native LSP since 0.5 nightly and it's been nothing but solid. The only thing that occasionally gave me issues were tree-sitter crashes (unr…
-
comment
Comment #29272698
What deficiencies with existing ticketing solutions do NFTs provide?
-
comment
Comment #29272686
What’s stopping you (or anyone) from building these communities now with existing tech?
-
comment
Comment #29272664
Do you know of any good resources for tracking what real-world usage there is for smart contacts? Preferably something that details actual usage statistics rather than a list of co…
-
comment
Comment #21838153
Check out how phabricator handles this. It's essentially what you're asking for: https://secure.phabricator.com/phame/post/view/766/write_rev... TL;DR: PRs are not based off a diff…
-
comment
Comment #20891527
On iOS: Library -> Songs -> Sort by recently added
-
comment
Comment #20691977
You're confusing the local observation time of a phenomena with the time the phenomena occurred as observed from our frame of reference and relative distance from its origin.
-
comment
Comment #20088640
This is more for other readers as I'm sure you know this, but VFX / animation facilities are very different than other post-production functions like editing and sound, which almos…
-
comment
Comment #19609177
This is incorrect. Safari 12 shipped with support for macOS 10.12 and 10.13 [1]. [1] - https://developer.apple.com/safari/whats-new/
-
comment
Comment #19022415
There's a trend amongst dynamic languages to slowly add type hints (see Mypy for Python, Typescript, etc) so I see these issues becoming less important over time. I've been using P…
-
comment
Comment #18629351
Can you give us an update on the International Entrepreneur Rule?
-
story
Ask HN: How does FB's friend suggestion mechanism work?
A recent Reddit thread [1] suggests that FB is able to track location even without the installation of any of their apps. Is this via tracking pixel or through a deal with Samsung/…
-
comment
Comment #18337779
Can someone more educated on the subject please explain to me what would be required to turn this into a proper development machine? I'm asking about what iOS changes would be need…
-
comment
Comment #18303343
I agree. Optimizing a developer library for developers who struggle to understand what a class is seems like a good way to build something very convoluted.
-
comment
Comment #18251721
And don’t use a class if it holds no state.
-
comment
Comment #18240418
4 hours of sleep doesn't do anyone any good.
-
comment
Comment #18240410
I would rephrase it as "the price is so much higher, suppliers are forced to develop alternative products to satisfy demand". Energy suppliers have been given massive subsidies for…
-
comment
Comment #18240155
Even though your question has been deservedly downvoted, it still deserves an answer. Global warming implies that our effect on the planet is restricted to an upward trend in globa…
-
comment
Comment #18240111
Not just that. Companies should have to pay for their emissions. Like how we have to pay local government to take our garbage, companies should have to pay to pollute the planet. I…
-
comment
Comment #18238705
I think the sentiment behind #5 is right, but your wording is wrong. It's not about bullshitting. It's about storytelling and choosing which parts of your story to emphasise and ho…
-
comment
Comment #17967736
It's worth noting that this is not a law in the commonly understood sense. It's an EU directive, which requires member states to achieve a required outcome, but leaves the legal im…
-
comment
Comment #17910136
So presumably you write all your non-web stuff in machine code? Compilers are pretty common.