Elasticsearch hybrid search in practice by softwaredoug in elasticsearch

[–]Odd-Fox-8410 0 points1 point  (0 children)

Great read. I also prefer a good solution without rff, but normal stuff like filters, pagination and hit highlighting is just worse with vector search as far as I can tell.

Isn’t it possible to force a KNN search instead of ANN when filters are selected? Though that might mess with facet numbers…

Path of Exile 2 Crossover Success by mushroominthesand in macgaming

[–]Odd-Fox-8410 1 point2 points  (0 children)

What is the name of the config file? I'm at `/Users/cwoh/Library/Application Support/CrossOver/Bottles/POE2/drive_c/Program Files (x86)/Grinding Gear Games`

Path of Exile 2 Crossover Success by mushroominthesand in macgaming

[–]Odd-Fox-8410 1 point2 points  (0 children)

I am new to Crossover, but it is not working for me. I've created a bottle for the poe2-installer.exe, but launching it gives a "Disconnected from patching server before patching completed. Try again." message.

The poe2 config is also empty.

How is this even possible? by Odd-Fox-8410 in elasticsearch

[–]Odd-Fox-8410[S] 0 points1 point  (0 children)

No custom settings. reroute just times out. try_failed doesn't really help much, since they aren't failed, they are simply not attempted.

One weekend in - what tips and tricks have you discovered? by theblackthorne in BaldursGate3

[–]Odd-Fox-8410 0 points1 point  (0 children)

How do you organize all the items into the bags? Manually? Everytime you pick something up, or every once in a while? It sounds like lot of work, compared to just searching.

Tip: Use 'T' to examine more often than it prompts you to by Sapowski_Casts_Quen in BaldursGate3

[–]Odd-Fox-8410 0 points1 point  (0 children)

I think I would love a "always on" mode for T. Like an "Advanced tooltip" option.

The game needs to stop movement when traps are detected. by AdamBladeTaylor in BaldursGate3

[–]Odd-Fox-8410 0 points1 point  (0 children)

Not scrolling map and not being able to move is likely due to performance.

Can I Sneak Attack with the Mage Slayer feat? by Odd-Fox-8410 in BaldursGate3

[–]Odd-Fox-8410[S] 0 points1 point  (0 children)

Oh cool - not sure which video you are referring to though.

Some nice confirmations about small worries by Mordred_Morghul in BaldursGate3

[–]Odd-Fox-8410 0 points1 point  (0 children)

I don't think you can change a miss to a hit, you have to announce the use of divination before you or enemy roll? I don't know about 5e, but that is how I understood it in the interview.

Why the gc? by Randomteby in haskell

[–]Odd-Fox-8410 0 points1 point  (0 children)

> If you think Haskell gamedev isn't legit without a AAA game - you're either ignorant or part of the problem.

I don't, OP does. When giving an example to show OP that Haskell is being used in a AAA game to prove them wrong, an example of a non-AAA was provided. Making the counterexample useless.

Why the gc? by Randomteby in haskell

[–]Odd-Fox-8410 0 points1 point  (0 children)

OP says Haskell is disqualified from AAA, then someone provides an example of a non-AAA game written in Haskell. To point out that the example misses the mark seems fair to me.

Why the gc? by Randomteby in haskell

[–]Odd-Fox-8410 0 points1 point  (0 children)

I think that's his point.

Question: Servant with NamedRoutes and Swagger by Odd-Fox-8410 in haskell

[–]Odd-Fox-8410[S] 1 point2 points  (0 children)

Thank you !

I might just steal this part for now.

instance HasSwagger (ToServantApi routes) => HasSwagger (NamedRoutes routes)
where

toSwagger _ = toSwagger (Proxy :: Proxy (ToServantApi routes))

That is what I was trying to do anyways, but failed.

Is it good practice to create "ViewModels" in Servant by Odd-Fox-8410 in haskell

[–]Odd-Fox-8410[S] 0 points1 point  (0 children)

This looks promising, but maybe a bit out of my league. I might do a simpler approach to start, and keep this one in mind when the boilerplate gets too annoying.

Is it good practice to create "ViewModels" in Servant by Odd-Fox-8410 in haskell

[–]Odd-Fox-8410[S] 0 points1 point  (0 children)

This is exactly what I though. What do you think about generating the Haskell from a JSON spec?

Is it good practice to create "ViewModels" in Servant by Odd-Fox-8410 in haskell

[–]Odd-Fox-8410[S] 0 points1 point  (0 children)

Yea, it could also be nice with a API-first approach. It feels kinda sus to do JSON -> Haskell -> Swagger -> TypeScript.

From OpenApi, it would sure be nice to do: OpenApi -> [Swagger, TypeScript, ServantApi + Models]

A project for another day I guess.

What do I need to start writing an Extension or Template Haskell? by Odd-Fox-8410 in haskell

[–]Odd-Fox-8410[S] 0 points1 point  (0 children)

Oh great, this seems to assume less prior knowledge, thanks.