HackerTrans
TopNewTrendsCommentsPastAskShowJobs

quadrature

732 karmajoined 13 năm trước
Work on distributed analytics.

comments

quadrature
·Hôm qua·discuss
> Does not look trustworthy

what are you implying specifically ?
quadrature
·3 ngày trước·discuss
best of luck to you, it will be great to see a rearchitected postgres.
quadrature
·3 ngày trước·discuss
also have you told Ben Dicken ? https://x.com/BenjDicken/status/2074326407795417435
quadrature
·3 ngày trước·discuss
Are you fixing the heap and table management ?. Postgres does not use an undo log and manages all table updates directly in table storage which slows MVCC.

also have you told Ben Dicken ? https://x.com/BenjDicken/status/2074326407795417435
quadrature
·13 ngày trước·discuss
A credible journalist would not entertain writing a story based on a screenshot some random user posts on social media.
quadrature
·13 ngày trước·discuss
Yes people frequently fake screenshots on social media. I'd want either a screenshot from a credible person, reporting from a journalist, trusted blogger, company statement etc.
quadrature
·13 ngày trước·discuss
Is there actual proof that they are doing this. Theres not much to go on in the tweet.
quadrature
·16 ngày trước·discuss
Is there something better than Swiss tables ?.
quadrature
·18 ngày trước·discuss
VHDL is not a language for spatial design. Its more akin to a programming language with circuit semantics.
quadrature
·tháng trước·discuss
thank you, how do they live like this.
quadrature
·tháng trước·discuss
> Most people will make the lazy choice. But you can choose to do otherwise

I'd like for it to be a choice. AI is injected into search now, when you install vscode they have a prompt input sitting there and they nudge you to use it. Of course you can opt out of this stuff but it has become the default.

As someone teaching their nephew how to code i really want him to struggle and exercise his problem solving skills instead of having every touchpoint offer him an instant answer.
quadrature
·2 tháng trước·discuss
Does the model have capacity for in context learning ?, if we give it examples of patterns can it follow them ?.
quadrature
·2 tháng trước·discuss
"Equivocal describes something ambiguous, uncertain, or open to multiple interpretations, often used to intentionally mislead or evade."

do you mean equivalent ?.
quadrature
·4 tháng trước·discuss
In a traditional SLAM pipeline you do periodically fix drift by detecting when you've visited an area that you've mapped before this lets you align your sub maps so they are globally consistent.

In the areas you have visited previously you have two estimates of your position one from your frame-to-frame estimates and another from the map you built of the area the first time. You can then solve an optimization problem to bring those two estimates closer together.

In order to find out if you've already visited an area you store a description of the locations in a DB and search through them. The paper says they use a compressed representation of the "maps" and use test time training to optimize the global consistency between their sub maps.
quadrature
·5 tháng trước·discuss
Sure but the exploit here isn’t prompt injection, it is an edge case in their billing that isn’t attributing agent calls correctly.
quadrature
·5 tháng trước·discuss
Thats a completely different scenario than fully autonomous driving.
quadrature
·5 tháng trước·discuss
LLMs sample the next token from a conditional probability distribution, the hope is that dumb sequences are less probable but they will just happen naturally.
quadrature
·6 tháng trước·discuss
Had this same experience back when I first learned to program a PIC microcontroller. You really shouldn't be driving LEDs directly off IO pins anyways. I think the digitalness of IO pins also lends itself to not thinking about the underlying circuitry and coming at it from a software lens.
quadrature
·6 tháng trước·discuss
theres more information here https://docs.usetero.com/introduction/how-tero-works the link in the article is broken.

They determine what events/fields are not used and then add filters to your observability provider so you dont pay to ingest them.
quadrature
·6 tháng trước·discuss
> So "stripe webhook" matches /services/stripe/webhook.handler.ts highly because the path literally contains both terms in logical positions

This sounds a lot like document search ontop of your specific attributes and you have a custom ranking algorithm.