TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

We were not accepted into Google Summer of Code. So, we started our own

146 pointsby andre-zabout 1 year ago

10 comments

vander_elstabout 1 year ago
In general it seems that organizations that are accepted to the GSoC program are no-profit like associations, that develop a product for the sake of developing it, probably there are also exceptions.<p>Anyway, it seems that qdrant is more a for-profit organization. So maybe that was the one of the criteria that was taken into account to exclude it?<p>My understanding might be wrong&#x2F;incomplete, please let me know if that&#x27;s not the case.
评论 #39495459 未加载
评论 #39495542 未加载
评论 #39495441 未加载
armchairhackerabout 1 year ago
This is what Haskell did last summer: <a href="https:&#x2F;&#x2F;summer.haskell.org&#x2F;news&#x2F;2024-01-20-summer-of-haskell-2023-results.html" rel="nofollow">https:&#x2F;&#x2F;summer.haskell.org&#x2F;news&#x2F;2024-01-20-summer-of-haskell...</a>. Fortunately they got accepted this summer.
评论 #39497157 未加载
cpercivaabout 1 year ago
FWIW most organizations aren&#x27;t accepted every year -- they have a limited number of slots and they like to use some of those to invite new organizations in each year.<p>So don&#x27;t start looking for reasons why any organization wasn&#x27;t accepted; there probably isn&#x27;t one.
treprinumabout 1 year ago
So they didn&#x27;t find potential hires that would work for free on improving qdrant without any certainty of employment, and now they are starting a competition for it (for free again)?
评论 #39497586 未加载
chaosprintabout 1 year ago
I also applied with Glicol (<a href="https:&#x2F;&#x2F;glicol.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;glicol.org&#x2F;</a>) and got rejected. I guess the main reason is that the project is not as mature as others. I am basically working this project on my own with almost zero extra funding. There are so many places I want to change.<p>I am currently working on a new website. The old stack is Vite, Svelte and Windi CSS (discontinued unfortunately). So this time maybe Astro + Solid + Tailwind.<p>And I am also trying to rewrite the whole Rust backend if possible, so there is quite some work to be done. What I want to change most is to make the dsp algorithm of each node clear and easy to understand and contribute to. And I also hope that the entire rust project can have complete bench and test, as well as ci, and get rid of the proc macro.<p>Generally speaking, what I actually care about is how to compose music, and the new possibilities that live coding brings to improvisation and composition. There is also network cooperation, real-time or non-real-time cooperation, and cooperation with AI. What possibilities can these bring?<p>Let me know on GH or Discord if you are interested.<p>It&#x27;s a good chance to try Rust, WASM, DSP, etc.
评论 #39499021 未加载
minimaxirabout 1 year ago
&gt; WASM-based dimension reduction viz<p>&gt; Implement a dimension reduction algorithm in Rust and compile to WASM and integrate the WASM code with Qdrant Web UI.<p>Easy, just use a Rust crate to fit a PCA (<a href="https:&#x2F;&#x2F;crates.io&#x2F;crates&#x2F;pca" rel="nofollow">https:&#x2F;&#x2F;crates.io&#x2F;crates&#x2F;pca</a>), then at runtime do a matmul between the fitted matrix and the embeddings to get it reduced. :P<p>Speaking of which, there&#x27;s a surprising spike in downloads for that crate on the date this blog post was made.<p>It&#x27;s not as simple in practice, and even popular dimensionality reduction techniques like UMAP require you to reference the original dataset which is infeasible for large datasets. The hacky approach that would be good for production use (maybe not &quot;just want to visualize 2D embeddings because they look cool&quot;) would be to train a small Parametric UMAP model (with likely a non-Rust implementation: <a href="https:&#x2F;&#x2F;umap-learn.readthedocs.io&#x2F;en&#x2F;latest&#x2F;parametric_umap.html" rel="nofollow">https:&#x2F;&#x2F;umap-learn.readthedocs.io&#x2F;en&#x2F;latest&#x2F;parametric_umap....</a>), then convert the trained model to ONNX for WASM.
评论 #39495205 未加载
eevmanuabout 1 year ago
Just dropping my $0.02 cents on the Jepsen testing for Qdrant&#x27;s distributed guarantees. While Jepsen is a solid choice, have you considered throwing Antithesis [1] into the mix as well? If it&#x27;s already on your radar, then no worries, just figured I&#x27;d mention it.<p>[1]: <a href="https:&#x2F;&#x2F;antithesis.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;antithesis.com&#x2F;</a>
LorenDBabout 1 year ago
What&#x27;s with the hashtags inside a normal blog post? It&#x27;s not like they&#x27;re writing this on Twitter or anything, and the hashtags aren&#x27;t clickable, so I wouldn&#x27;t expect this to serve as SEO. I would guess one of two things: (1) they plan to post the same content to social media or (2) they&#x27;ve decided that people search hashtags in their search engines in general.<p>I&#x27;d be interested if anybody has more insights into this.
评论 #39495406 未加载
评论 #39495395 未加载
评论 #39495545 未加载
评论 #39495392 未加载
ghostly_sabout 1 year ago
This is the first GDPR banner I&#x27;ve ever seen that gives no options but &quot;Consent&quot; or &quot;block our cookies with your browser.&quot; Is this willful noncompliance?
评论 #39496659 未加载
评论 #39498191 未加载
评论 #39496697 未加载
productlordtrabout 1 year ago
Who would spend even a minute for a unknown company called &#x27;Qdrant&#x27; ?<p>They would develop for Google because Google would give an additional value to their CV.
评论 #39495434 未加载
评论 #39495221 未加载
评论 #39495203 未加载
评论 #39495432 未加载
评论 #39498762 未加载