I've spent the last few weeks building a new OSS r...
# feed
j
I've spent the last few weeks building a new OSS rank evaluation UI called Rankquest Studio (rankquest.jillesvangurp.com) using the recent release candidates of Fritz2 and kotlin-js. I'm using my own fork for now until they can merge my pr for updating everything to kotlin 1.9.10. I'm also using the k2 compiler and this is making life a lot nicer with very speedy incremental compilation, which is really nice when you are constantly switching between browser and IDE. The new headless components in fritz2 are nice once you figure them out and everything is styled using tailwind css. I'm not a frontend developer but I was able to figure this out. I will be presenting this at the Elastic search meetup in Berlin tomorrow and I would appreciate people trying this out and giving me some feedback. Disclaimer, this is a beta release and there are still some rough edges.
K 4
👍 4
👍🏾 1
o
Is the talk going to be recorded and published?
j
No, I made the slides available here if you are interested. https://docs.google.com/presentation/d/1jbYJ77AvjrEA2h8saJGhtitvejcDyrI_Rb69YV1AuS8/edit?usp=sharing Also, the application has some demo content that you can enable in the configuration screen if people want to play with this a little. It uses a few of my multiplatform libraries kt-search (elasticsearch/opensearch) client and querylight, an in memory tf/idf search engine for use in browser applications.
o
Thanks, I'll have a look at the slides. 👍