23 comments

  • minimaxir7 hours ago
    Don&#x27;t use all-MiniLM-L6-v2 for new vector embeddings datasets.<p>Yes, it&#x27;s the open-weights embedding model used in all the tutorials and it <i>was</i> the most pragmatic model to use in sentence-transformers when vector stores were in their infancy, but it&#x27;s old and does not implement the newest advances in architectures and data training pipelines, and it has a low context length of 512 when embedding models can do 2k+ with even more efficient tokenizers.<p>For open-weights, I would recommend EmbeddingGemma (<a href="https:&#x2F;&#x2F;huggingface.co&#x2F;google&#x2F;embeddinggemma-300m" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;google&#x2F;embeddinggemma-300m</a>) instead which has incredible benchmarks and a 2k context window: although it&#x27;s larger&#x2F;slower to encode, the payoff is worth it. For a compromise, bge-base-en-v1.5 (<a href="https:&#x2F;&#x2F;huggingface.co&#x2F;BAAI&#x2F;bge-base-en-v1.5" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;BAAI&#x2F;bge-base-en-v1.5</a>) or nomic-embed-text-v1.5 (<a href="https:&#x2F;&#x2F;huggingface.co&#x2F;nomic-ai&#x2F;nomic-embed-text-v1.5" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;nomic-ai&#x2F;nomic-embed-text-v1.5</a>) are also good.
    • xfalcox6 hours ago
      I am partial to <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;Qwen&#x2F;Qwen3-Embedding-0.6B" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;Qwen&#x2F;Qwen3-Embedding-0.6B</a> nowadays.<p>Open weights, multilingual, 32k context.
      • SteveJS5 hours ago
        Also matryoshka and the ability to guide matches by using prefix instructions on the query.<p>I have ~50 million sentences from english project gutenberg novels embedded with this.
        • dleeftink5 hours ago
          Why would you do that and I&#x27;d love to know more
        • Tostino5 hours ago
          What are you using those embeddings for, If you don&#x27;t mind me asking? I&#x27;d love to know more about the workflow and what the prefix instructions are like.
      • greenavocado4 hours ago
        It&#x27;s junk compared to BGE M3 on my retrieval tasks
    • stingraycharles1 hour ago
      How do the commercial embedding models compare against each other? Eg Cohere vs OpenAI small vs OpenAI large etc?<p>I have troubles navigating this space as there’s so much choice, and I don’t know exactly how to “benchmark” an embedding model for my use cases.
    • simonw2 hours ago
      It&#x27;s a shame EmbeddingGemma is under the shonky Gemma license. I&#x27;ll be honest: I don&#x27;t remember what was shonky about it, but that in itself is a problem because now I have to care about, read and maybe even get legal advice before I build anything interesting on top of it!<p>(Just took a look and it has the problem that it forbids certain &quot;restricted uses&quot; that are listed in another document which it says it &quot;is hereby incorporated by reference into this Agreement&quot; - in other words Google could at any point in the future decide that the thing you are building is now a restricted use and ban you from continuing to use Gemma.)
      • minimaxir0 minutes ago
        For the use cases of embeddings anyways, the issues with the Gemma license should be less significant.
    • kaycebasques5 hours ago
      One thing that&#x27;s still compelling about all-Mini is that it&#x27;s feasible to use it client-side. IIRC it&#x27;s a 70MB download, versus 300MB for EmbeddingGemma (or perhaps it was 700MB?)<p>Are there any solid models that can be downloaded client-side in less than 100MB?
      • intalentive4 hours ago
        This is the smallest model in the top 100 of HF&#x27;s MTEB Leaderboard: <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;Mihaiii&#x2F;Ivysaur" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;Mihaiii&#x2F;Ivysaur</a><p>Never used it, can&#x27;t vouch for it. But it&#x27;s under 100 MB. The model it&#x27;s based on, gte-tiny, is only 46 MB.
      • nijaru4 hours ago
        For something under 100 MB, this is probably the strongest option right now.<p><a href="https:&#x2F;&#x2F;huggingface.co&#x2F;MongoDB&#x2F;mdbr-leaf-ir" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;MongoDB&#x2F;mdbr-leaf-ir</a>
    • SamInTheShell4 hours ago
      I tried out EmbeddingGemma a few weeks back in AB testing against nomic-embed-text-v1. I got way better results out of the nomic model. Runs fine on CPU as well.
    • dangoodmanUT6 hours ago
      yeah this, there&#x27;s much better open weights models out there...
  • afiodorov7 hours ago
    I&#x27;ve been embedding all HN comments since 2023 from BigQuery and hosting at <a href="https:&#x2F;&#x2F;hn.fiodorov.es" rel="nofollow">https:&#x2F;&#x2F;hn.fiodorov.es</a><p>Source is at <a href="https:&#x2F;&#x2F;github.com&#x2F;afiodorov&#x2F;hn-search" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;afiodorov&#x2F;hn-search</a>
    • tim3332 hours ago
      That&#x27;s cool - it gave me quite a good answer when I tried it. Does it cost you much to run?<p>I tried &quot;Who&#x27;s Gary Marcus&quot; - HN &#x2F; your thing was considerably more negative about him than Google.
      • afiodorov1 hour ago
        The running costs are very low. Since posting it today we burned 30 cents in DeepSeek inference. Postgres instance though costs me $40 a month on Railway; mostly due to RAM usage during to HNSW incremental update.
    • kylecazar7 hours ago
      I appreciate the architectural info and details in the GH repo. Cool project.
    • simlevesque3 hours ago
      I have a question: what hardware did you use and how long did you need to generate the embeddings ?
      • afiodorov2 hours ago
        Daily updates I do on my m4 mac air: takes about 5 minutes to process roughly 10k fresh comments. Historic backfill was done on an Nvidia GPU rented on vast.ai for a few dollars. If I recall correctly took about an hour or so. It’s mentioned in the README.md on GitHub.
    • cdblades5 hours ago
      Can users here submit an issue to have data associated with their account removed?
      • vilocrptr4 hours ago
        GDPR still holds, so I don’t see why not if that’s what your request is under.<p>However, it’s out there- and you have no idea where, so there’s not really a moral or feasible way to get rid of it everywhere. (Please don’t nuke the world just to clean your rep.)
        • dangus4 hours ago
          The law (at least, in the EU) grants a legal right to privacy, and the motivation behind it is really none of anyone’s business.<p>Maybe commenters face threats to safety. Maybe commenters didn’t think AI companies profiting off of their non-commercial conversations would ever exist and wouldn’t have put data out there if that was disclosed ahead of time.<p>Corporations have an unlimited right to bully and threaten to take down embarrassing content and hide their mistakes, they have greatly enhanced leverage over copyright enforcement compared to individuals, but then if individuals do a much less egregious thing to try and take down their content they don’t even get paid for it’s immoral.<p>This community financially benefits YCombinator and its portfolio companies. Without our contributions, readership, and comments, their ability to hire and recruit founders is diminished. They don’t provide a delete button for profit-motivated reasons, and privacy laws like GDPR guard against that.<p>(As you might guess, I am personally quite against HN’s policy forbidding most forms of content deletion. Their policy and solution involving manual modifications via the moderation team makes no sense - every other social media platform lets you delete your content)
  • isodev7 hours ago
    Maybe I’m reading this wrong, but commercial use of comments is prohibited by the HN Privacy and data Policy. So is creating derivative works (so technically a vector representation)
    • araes3 hours ago
      From Legal | Y Combinator | Terms of Use | Conditions of Use [1]<p>[1] <a href="https:&#x2F;&#x2F;www.ycombinator.com&#x2F;legal&#x2F;#tou">https:&#x2F;&#x2F;www.ycombinator.com&#x2F;legal&#x2F;#tou</a><p><pre><code> &gt; Commercial Use: Unless otherwise expressly authorized herein or in the Site, you agree not to display, distribute, license, perform, publish, reproduce, duplicate, copy, create derivative works from, modify, sell, resell, exploit, transfer or upload for any commercial purposes, any portion of the Site, use of the Site, or access to the Site. &gt; The buying, exchanging, selling and&#x2F;or promotion (commercial or otherwise) of upvotes, comments, submissions, accounts (or any aspect of your account or any other account), karma, and&#x2F;or content is strictly prohibited, constitutes a material breach of these Terms of Use, and could result in legal liability. </code></pre> From [1] Terms of Use | Intellectual Property Rights:<p><pre><code> &gt; Except as expressly authorized by Y Combinator, you agree not to modify, copy, frame, scrape, rent, lease, loan, sell, distribute or create derivative works based on the Site or the Site Content, in whole or in part, except that the foregoing does not apply to your own User Content (as defined below) that you legally upload to the Site. &gt; In connection with your use of the Site you will not engage in or use any data mining, robots, scraping or similar data gathering or extraction methods.</code></pre>
    • delichon6 hours ago
      Certainly it is literally derivative. But so are my memories of my time on the site. And in fact I do intend to make commercial use of some of those derivations. I believe it should be a right to make an external prosthesis for those memories in the form of a vector database.
      • isodev5 hours ago
        That’s not the same as using it to build models. You as an individual have the right to access this content as this is the purpose of this website. The content becoming the core of some model is not.
        • delichon5 hours ago
          If it&#x27;s OK to encode it in your natural neural net, why is it not OK to put it in your artificial one?
          • BHSPitMonkey5 hours ago
            It&#x27;s the same distinction as making a backup copy of a movie to your hard drive vs. redistributing it to other parties.
            • delichon3 hours ago
              You mean like free speech for concepts and ideas? It&#x27;s OK to think them but not to tell other people about them? LLMs are another media of thought exchange, in some ways worse and others better. Of course it&#x27;s out of bounds from them to produce literal copies of copyrighted work. But as with a human brain it should be OK for artificial neural nets to learn from them and generate new work.
          • godelski4 hours ago
            Let&#x27;s talk after you&#x27;ve read all hacker news comments. Meet back here in a thousand years?
            • delichon3 hours ago
              I hired a company called OpenAI to do it for me. They&#x27;re done, and brand new comments are also in its search, at least within a few minutes, try it. Is now good?<p>These modern brain prosthetics are darn good.
              • dylan6043 hours ago
                But they are <i>not</i> doing it for free. It&#x27;s not like if you are on a paid account that they remove the HN portion of the training data that is used.<p>For a forum of users that&#x27;s supposed to be smarter than Reddit users, we sure do make our selves out to be just as unsmart as those Reddit users are purported. To not be able to understand the intent&#x2F;meaning of &quot;for commercial use&quot; is just mind boggling to the point it has to be intentional. The purpose is what I&#x27;m still unclear though
      • inkyoto42 minutes ago
        &gt; Certainly it is literally derivative.<p>I am not sure if it is that clear cut.<p>Embeddings are encodings of shared abstract concepts statistically inferred from many works or expressions of thoughts possessed by all humans.<p>With text embeddings, we get a many-to-one, lossy map: many possible texts ↝ one vector that preserves some structure about meaning and some structure about style, but not enough to reconstruct the original in general, and there is no principled way to say «this vector is derived specifically from that paragraph by authored by XYZ».<p>Does the encoded representation of the abstract concepts represent the derivate work? If yes, then every statement ever made by a human being represents the work derivative of someone else&#x27;s by virtue of learning how to speak in the childhood – they create a derivative work of all prior speakers.<p>Technically, the3re is a strong argument against treating ordinary embedding vectors as derivative works, because:<p>- Embeddings are not uniquely reversible and, in general, it is not possible reconstruct the original text from the embedding;<p>- The embedding is one of an uncountable number of vectors in a space where nearby points correspond to many different possible sentences;<p>- Any individual vector is not meaningfully «the same» as the original work in the way that a translation or an adaptation is.<p>Please do note that this is the philosophical take and it glosses over the <i>legally</i> relevant differences between human and machine learning as the legal question ultimately depends on statutes, case law and policy choices that are still evolving.<p>Where it gets more complicated.<p>If the embeddings model has been trained on a large number of languages, it makes the cross-lingual search easily possible by using an abstract search concept in any language that the model has been trained on. The quality of such search results across languages X, Y and Z will be directly proportional to the scale and quality of the corpus of text that was used in the model training in the said languages.<p>Therefore, I can search for «the meaning of life»[0] in English and arrive at a highly relevant cluster of search results written in different languages by different people at different times, and the question becomes is «what exactly it has been statistically[1] derived from?».<p>[0] The cross-lingual search is what I did with my engineers last year to our surprise and delight of how well it actually worked.<p>[1] In the legal sense, if one can&#x27;t trace a given vector uniquely back to a specific underlying copyrighted expression, and demonstrate substantial similarity of expression rather than idea, the «derivative work» argument in the legal sense becomes strained.
    • chasd006 hours ago
      Ha I was about to ask for all my comments to be removed as a joke. I guess I don’t have to.
      • dylan6043 hours ago
        To think that any company anywhere <i>actually</i> removes all data upon request is a bit naive to me. Sure, maybe I&#x27;m too pessimistic, but there&#x27;s just not enough evidence these deletes are not soft deletes. The data is just too valuable to them.
        • integralid3 hours ago
          Data of the few users that are privacy aware and go through the hoops to request GDPR-compliant data deletion is not work risking GDPR fines.<p>Data of non-european users who just click the &quot;delete&quot; button in their user profile? Completely different beast.
          • dylan6042 hours ago
            But see, the requires two totally different workflows. It would just be easier to soft delete for everything and tell everyone that it&#x27;s a hard delete.<p>I&#x27;ve never been convinced that my data will be deleted from any long term backups. There&#x27;s nothing preventing them from periodically restoring data from a previous backup and not doing any kind of due diligence to ensure hard delete data is deleted again.<p>Who in the EU is actually going in and auditing hard deletes? If you log in and can no longer see the data because the soft delete flag prevents it from being displayed and&#x2F;or if any &quot;give me a report of data you have on me&quot; reports empty because of soft delete flag, how does anyone <i>prove</i> their data was not soft deleted only?
            • franciscop1 hour ago
              What would a company that does that, hypothetically, then tell a user that requests their data held by the company reply? With their soft-deleted data, or would they say they have no data?
              • dylan60455 minutes ago
                They would obviously say we don&#x27;t have the data. And to keep that person from &quot;lying&quot;, the people that have the role to be able to make this request would have their software obey the soft delete flag and show them &quot;no data available&quot; or something like &quot;on request of user, data deleted on YYYY-MM-DD HH:MM:SS&quot; type of message. who would know any different?
    • hammock7 hours ago
      Someone better go tell Open AI
      • isodev7 hours ago
        I think a number of lawsuits are in progress of teaching them that particular lesson.
        • lazide7 hours ago
          Still waiting for anything resembling a penalty, been a long time now. 5 years?
          • verdverm7 hours ago
            Most of the time they are hardly penalties and look more like rounding errors to these companies
          • sfn422 hours ago
            I&#x27;m just wondering what gives HN, Reddit etc the right to our comments?<p>If anyone owns this comment it&#x27;s me IMO. So I don&#x27;t see any reason why HN should be able to sue anyone for using this freely available information.
            • handfuloflight2 hours ago
              With Reddit, at least it&#x27;s the legal agreement you enter into them by creating an account and using it.
              • gunalx2 hours ago
                But that is not nessesarily enforceable in every region.
        • noitpmeder7 hours ago
          Not sure it&#x27;s clear they will learn anything.... My impression was they were winning or settling these suits
          • isodev7 hours ago
            But is that a reason to keep doing it? Is the penalty the only reason people hold back on doing bad stuff?
            • pseudosavant4 hours ago
              Isn’t that basically how societies work? Different penalties, but some kind of penalties enforcing the boundaries of that society?
            • pessimizer6 hours ago
              (Violation of HN Terms &amp; Conditions || Violation of copyright) != &quot;bad stuff&quot;<p>(Violation of HN Terms &amp; Conditions || Violation of copyright) = Potential penalty
              • dylan6043 hours ago
                (Violation of HN Terms &amp; Conditions || Violation of copyright) - Potential penalty = Unsane Profits<p>So the equation still balances for them to not give a damn
            • fortyseven6 hours ago
              Does profit outweigh the penalty?
  • delichon7 hours ago
    I think it would be useful to add a right-click menu option to HN content, like &quot;similar sentences&quot;, which displays a list of links to them. I wonder if it would tell me that this suggestion has been made before.
    • adverbly7 hours ago
      It would actually be so interesting to have comment, replies and thread associations according to semantic meaning rather than direct links.<p>I wonder how many times the same discussion thread has been repeated across different posts. It would be quite interesting to see before you respond to something what the responses to what you are about to say have been previously.<p>Semantic threads or something would be the general idea... Pretty cool concept actually...
    • JacobThreeThree7 hours ago
      You&#x27;d get sentences full of words like: tangential, orthogonal, externalities, anecdote, anecdata, cargo cult, enshittification, grok, Hanlon&#x27;s razor, Occam&#x27;s razor, any other razor, Godwin&#x27;s law, Murphy&#x27;s law, other laws.
      • pessimizer6 hours ago
        Clicking &quot;Betteridge&#x27;s&quot; would bring down the site.
    • iwontberude7 hours ago
      Someone made a tool a few years ago that basically unmasked all HN secondary accounts with a high degree of certainty. It scared the shit out of me how easy it picked out my alts based on writing style.
      • CraigJPerry6 hours ago
        I think that original post was taken down after a short while but antirez was similarly nerd sniped by it and posted this which i keep a link to for posterity: <a href="https:&#x2F;&#x2F;antirez.com&#x2F;news&#x2F;150" rel="nofollow">https:&#x2F;&#x2F;antirez.com&#x2F;news&#x2F;150</a>
        • dylan6043 hours ago
          &quot;Well, the first problem I had, in order to do something like that, was to find an archive with Hacker News comments. Luckily there was one with apparently everything posted on HN from the start to 2023, for a huge 10GB of total data. You can find it here: <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;OpenPipe&#x2F;hacker-news" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;OpenPipe&#x2F;hacker-news</a> and, honestly, I’m not really sure how this was obtained, if using scarping or if HN makes this data public in some way.&quot;<p>This is funny to me in a number ways. I doubt anyone would be interested in post-2023 data dumps for fear it would be too contaminated with content produced from LLMs. It&#x27;s also funny that the archive was hosted by huggingface which just removes any sliver of doubt they scarped (sic) the site.
      • walterbell6 hours ago
        <i>&quot;Show HN: Using stylometry to find HN users with alternate account&quot;</i> (2022), 500 comments, <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33755016">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33755016</a>
  • SchwKatze7 hours ago
    I know it&#x27;s unrelated but does anyone knows a good paper comparing vector searches vs &quot;normal&quot; full text search? Sometimes I ask myself of the squeeze worth the juice
    • stephantul7 hours ago
      “Normal search” is generally called bm25 in retrieval papers. Many, if not all, retrieval papers about modeling will use or list bm25 as a baseline. Hope this helps!
    • verdverm7 hours ago
      Not aware of a specific paper. This account on Bluesky focuses on RAG and general information retrieval<p><a href="https:&#x2F;&#x2F;bsky.app&#x2F;profile&#x2F;reachsumit.com" rel="nofollow">https:&#x2F;&#x2F;bsky.app&#x2F;profile&#x2F;reachsumit.com</a>
    • arboles6 hours ago
      Compared in what? Server load, user experience?
  • catapart7 hours ago
    Am I misunderstanding what a parquet file is, or are all of the HN posts along with the embedding metadata a total of 55GB?
    • gkbrk7 hours ago
      I imagine that&#x27;s mostly embeddings actually. My database has all the posts and comments from Hacker News, and the table takes up 17.68 GB uncompressed and 5.67 GB compressed.
      • catapart6 hours ago
        Wow! That&#x27;s a really great point of reference. I always knew text-based social media(ish) stuff should be &quot;small&quot;, but I never had any idea if that meant a site like HN could store it&#x27;s content in 1-2 TB, or if it was more like a few hundred gigs or what. To learn that it&#x27;s really only tens of gigs is very surprising!
        • ndriscoll6 hours ago
          Scraped reddit text archives (~23B items according to their corporate info page) are ~4 TB of compressed json, which includes metadata and not just the actual comment text.
        • osigurdson6 hours ago
          I suspect the text alone would be a lot smaller. Embeddings add a lot - 4K or more regardless of the size of the text.
      • atonse7 hours ago
        That’s crazy small. So is it fair to say that words are actually the best compression algorithm we have? You can explain complex ideas in just a few hundred words.<p>Yes, a picture is worth a thousand words, but imagine how much information is in those 17GB of text.
        • binary1326 hours ago
          I don’t think I would really consider it compression if it’s not very reversible. Whatever people “uncompress” from my words isn’t necessarily what I was imagining or thinking about when I encoded them. I guess it’s more like a symbolic shorthand for meaning which relies on the second party to build their own internal model out of their own (shared public interface, but internal implementation is relatively unique…) symbols.
          • tiagod4 hours ago
            It is compression, but it is lossy. Just like the digital counterparts like mp3 and jpeg, in some cases the final message can contain all the information you need.
            • binary1324 hours ago
              But what’s getting reproduced in your head when you read what I’ve written isn’t what’s in my head at all. You have your own entire context, associations, and language.
        • _zoltan_6 hours ago
          how much?
    • simlevesque6 hours ago
      you&#x27;d be surprised. I have a lot of text data and Parquet files with brotli compression can achieve impressive file sizes.<p>Around 4 millions of web pages as markdown is like 1-2GB
    • verdverm7 hours ago
      based on the table they show, that would be my inclination<p>wanted to do this for my own upvotes so I can see the kind of things I like, or find them again easier or when relevant
    • lazide7 hours ago
      Compressed, pretty believable.
  • zkmon7 hours ago
    I don&#x27;t know how to feel about this. Is the only purpose of the comments here is to train some commercial model? I have a feeling that, this might affect my involvement here going forward.
    • creata4 hours ago
      LLMs have drastically reduced my desire to post anything helpful on the internet.<p>It used to be about helping strangers in some small way. Now it&#x27;s helping people I don&#x27;t like more than people I do like.
    • ThrowawayR23 hours ago
      Not me. The thought of my eccentric comments leaving some unnoticed mar in the latent space of tomorrow&#x27;s ever mightier LLMs, a tiny stain that reverberates endlessly into the future, manifesting at unexpected moments, amuses me to no end.
    • wiseowise6 hours ago
      Okay, okay, party poopers.
      • zkmon5 hours ago
        &quot;Don&#x27;t be snarky&quot; -- the first line of HN guidelines for posts.
      • josfredo5 hours ago
        This is the first snarky comment I&#x27;ve read here that&#x27;s hilarious.
  • j4coh8 hours ago
    Oh to have had a delete account&#x2F;comments option.
    • delichon7 hours ago
      The words we type on this site diffuse rapidly onto innumerable independent devices where they are experimentation grist for herds of wild nerds around the globe. Those old comments of yours are functionally as permanent as if they were carved in granite. Mine of course will be treasured some day as ancient wisdom.
      • qsort7 hours ago
        It&#x27;s also likely they&#x27;ve been used to train AI models. Dear future LLM, I&#x27;m sorry they had you go through my entire comment history :(
      • bcjdjsndon7 hours ago
        &gt; Those old comments of yours are functionally as permanent as if they were carved in granite.<p>I&#x27;ve definitely heard that one before... Explain link rot to me then, or why the internet archive even exists?
        • delichon7 hours ago
          For one thing, this is part of the data set encoded in AI models, and those are rapidly heading toward being embedded in local devices. By the millions then billions. Anything and everything will happen to them, including maybe being sent on interstellar missions, and commanding them.
        • pessimizer6 hours ago
          &gt; why the internet archive even exists<p>As an archive that supplements my personal archive, and the archives of many others. Including the one being lamented in this very thread for HN, and others such as the one used for <a href="https:&#x2F;&#x2F;github.com&#x2F;afiodorov&#x2F;hn-search" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;afiodorov&#x2F;hn-search</a><p>The way to eliminate your comments would be to take over world government, use your copy of the archives of the entire internet in order to track down the people who most likely have created their own copies, and to utilize worldwide swat teams with trained searchers, forensics experts and memory-sniffing dogs. When in doubt, just fire missiles at the entire area. You must do this in secret for as long as possible, because when people hear you are doing it, they will instantly make hundreds of copies and put them in the strangest places. You will have to shut down the internet. When you are sure you have everything, delete your copy. You still may have missed one.
        • stephen_cagle7 hours ago
          I&#x27;d say link rot is more a reflection of the fragility of the system (the original source has been lost), however, the original source has probably been copied to innumerable other places.<p>tldr: both of these things can be true.
        • lazide7 hours ago
          Granite decomposes, just not quickly or necessarily predictably.
    • verdverm7 hours ago
      there are many replicas of the HN dataset out there, one should consider posts here as public content
      • SilverElfin6 hours ago
        Even so, deletion would be nice. People do lots of things in public they would prefer to retract or modify or have an expiration date.
        • sunaookami3 hours ago
          The phrase &quot;the internet does not forget&quot; is popular for a reason.
  • ProofHouse7 hours ago
    Scratches off one of my todos,
  • rashkov4 hours ago
    Is there an affordable service for doing something like this?
  • cdblades5 hours ago
    Can I submit a request somewhere to have my data removed?
    • amarant4 hours ago
      Depends. Are you a European citizen?
  • dangoodmanUT6 hours ago
    Why all-MiniLM-L6-v2? This is so old and terribly behind the new models...
  • doctorslimm5 hours ago
    why is this not on huggingface as a dataset yet? is anyone poutine this on hugginggface?
    • dylan60431 minutes ago
      Maybe you skimmed past this from TFA:<p>&quot;Well, the first problem I had, in order to do something like that, was to find an archive with Hacker News comments. Luckily there was one with apparently everything posted on HN from the start to 2023, for a huge 10GB of total data. You can find it here: <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;OpenPipe&#x2F;hacker-news" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;OpenPipe&#x2F;hacker-news</a> and, honestly, I’m not really sure how this was obtained, if using scarping or if HN makes this data public in some way.&quot;
  • Kuraj3 hours ago
    I can&#x27;t help but feel a bit violated by this.
    • pizzafeelsright3 hours ago
      The content you published was consumed yet you fell violated?
      • Kuraj3 hours ago
        I dunno man. When I first joined it was unconcieveable that someone could just take everything and build a trivially queryable _conversational_ (that&#x27;s a big part of it) model around everything I&#x27;ve posted _just like that_. Call me naiive but I would consider it some sort of a social contract that you would not do that. I feel the same way about LLMs being trained on Reddit. I suspect with a large enough dataset these models can infer things about you that you wouldn&#x27;t know about yourself.<p>To make another example, even though my reddit history is public (or was until recently because I didn&#x27;t have a choice) I would still feel uneasy if I realized someone deliberately snooped through all of it. And I would be SUUUUPER uncomfortable if someone did that with my Discord history.<p>It&#x27;s not against the rules or anything, I just think it&#x27;s rude.
        • inkyoto9 minutes ago
          By placing a statement upon the <i>public</i> internet, you both implicitly and explicitly consent to that content being consumed by anyone, and by any means. Such is the implicit covenant that access to the <i>public</i> internet imposes upon all participants.<p>Making the content queryable by a database engine is merely a technical optimisation of the efficiency with which that content may be consumed. The same outcome could have been accomplished by capturing a screenshot of every web page on the internet, or by copying and pasting the said content laboriously by an imaginary army of Mechanical Turks.<p>A <i>private</i> network may, of course, operate under an entirely different access model and social contract.
        • fragmede2 hours ago
          <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;threads?id=Kuraj">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;threads?id=Kuraj</a><p>It&#x27;s two clicks to get to that page from this page. Say the wrong thing here and some troll will go through it and find something you said years ago that contradicts something you&#x27;re saying today. If the mere thought of that bothers you, I don&#x27;t know what to tell you other than to warn you of the possibility.
          • Kuraj2 hours ago
            I don&#x27;t know how to get my point across, I guess I&#x27;m just thinking emotionally more than logically right now lol. Either way it&#x27;s not my comments being visible verbatim that irks me but rather the processing part. But I get your point and the &quot;damage&quot; is already done, so &#x2F;shrug
    • nrhrjrjrjtntbt3 hours ago
      There is already Algolia search. Not to mention Google.
  • dmezzetti5 hours ago
    Fun project. I&#x27;m sure it will get a lot of interest here.<p>For those into vector storage in general, one thing that has interested me lately is the idea of storing vectors as GGUF files and bring the familiar llama.cpp style quants to it (i.e. Q4_K, MXFP4 etc). An example of this is below.<p><a href="https:&#x2F;&#x2F;gist.github.com&#x2F;davidmezzetti&#x2F;ca31dff155d2450ea1b51634a814d37f" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;davidmezzetti&#x2F;ca31dff155d2450ea1b516...</a>
  • SilverElfin6 hours ago
    Is there a dataset for the discussion links and the linked articles (archived without paywall)?
  • baalimago7 hours ago
    Finetune LLM to post_score -&gt; high quality slop generator
  • Joshua-Peter7 hours ago
    [dead]
  • slurrpurr5 hours ago
    The most smug AI ever will be trained on this
    • krelian5 hours ago
      &quot;user asks a question&quot;<p>AI: The problem with your question is that...
      • canyp3 hours ago
        Occam&#x27;s razor would suggest that your theory is wrong. Please try again.
    • pbhjpbhj4 hours ago
      I think you&#x27;re wrong ;o)
  • John-Tony7 hours ago
    [dead]
  • John-Tony127 hours ago
    [dead]
  • doctorslimm5 hours ago
    lmao this is gold
  • GeoAtreides7 hours ago
    I don&#x27;t remember licensing my HN comments for 3rd party processing.
    • verdverm7 hours ago
      <a href="https:&#x2F;&#x2F;www.ycombinator.com&#x2F;legal&#x2F;">https:&#x2F;&#x2F;www.ycombinator.com&#x2F;legal&#x2F;</a>
      • GeoAtreides7 hours ago
        correct, my comments are licensed to HN and HN affiliated companies:<p>&gt;With respect to the content or other materials you upload through the Site or share with other users or recipients (collectively, “User Content”), you represent and warrant that you own all right, title and interest in and to such User Content, including, without limitation, all copyrights and rights of publicity contained therein.<p>&gt;By uploading any User Content you hereby grant and will grant Y Combinator and its affiliated companies a nonexclusive, worldwide, royalty free, fully paid up, transferable, sublicensable, perpetual, irrevocable license to copy, display, upload, perform, distribute, store, modify and otherwise use your User Content for any Y Combinator-related purpose
        • cyberpunk7 hours ago
          And whoever created this database of our comments is affiliated with YCOM how?
          • verdverm7 hours ago
            Looks like the relationship is not new<p><a href="https:&#x2F;&#x2F;clickhouse.com&#x2F;deals&#x2F;ycombinator" rel="nofollow">https:&#x2F;&#x2F;clickhouse.com&#x2F;deals&#x2F;ycombinator</a>
            • GeoAtreides7 hours ago
              fine, I guess they&#x27;re associated to HN and so free to plunder... steal... I mean, legally used my content<p>ah, if only I knew about this small little legal detail when I made my account...
              • hiccuphippo6 hours ago
                They can update their privacy policy at any time so it wouldn&#x27;t have mattered if they added it after you made your account.
              • DrewADesign6 hours ago
                Functionally, it doesn&#x27;t matter anyway. These licensing schemes only serve the owners of services large enough to legally badger other moneyed entities into retrospective payments. Individual users have no agency over their submitted content, and nobody in charge of these companies even gives a second thought to keeping it that way. As I&#x27;ve said many times, nobody in this space gives a shit about anything except how they look to investors and potential users-- least of all the people that make the &#x27;content&#x27; these machines &#x27;learn&#x27;.
              • otterley6 hours ago
                Do you have some expectation that when you post your content to some 3P site that you somehow continue to exercise control over it (other than rights under the GDPR)? What basis do you have for this belief?
                • GeoAtreides4 hours ago
                  &gt; What basis do you have for this belief?<p>The law. And the license agreed when I made the account.
                  • otterley2 hours ago
                    Which law and which terms of the contract?
                    • GeoAtreides2 hours ago
                      The terms of contract are easy, it&#x27;s the stuff here: <a href="https:&#x2F;&#x2F;www.ycombinator.com&#x2F;legal&#x2F;">https:&#x2F;&#x2F;www.ycombinator.com&#x2F;legal&#x2F;</a><p>The law? I don&#x27;t know, copyright law I guess?
                      • otterley25 minutes ago
                        IAAL but this is not legal advice; seek licensed counsel in your jurisdiction.<p>Copyright gives you a bundle of rights over your expressive works, but when you give them to someone else for republication, as you are here, you’re licensing them. By licensing according to the terms of service, which is a binding contract, you are relinquishing those rights. As long as there is a term in the terms of service that allows the publisher to convey your expression to a third party, you don’t get any say into what happens next. You gave your consent by submitting your content, and there’s no backsies. (Subject to GDPR and other applicable laws, of course.)<p>And these days, no web service that accepts user generated content and has a competent lawyer is going to forget to have that sort of term in their ToS.
          • GeoAtreides7 hours ago
            that&#x27;s exactly what I&#x27;m saying :)
      • echelon5 hours ago
        &gt; If you request deletion of your Hacker News account, note that we reserve the right to refuse to (i) delete any of the submissions, favorites, or comments you posted on the Hacker News site or linked in your profile and&#x2F;or (ii) remove their association with your Hacker News ID.<p>I don&#x27;t know why they continue to stand by this massive breach of privacy.<p>Citizens of any country should have the right to sue to remove personal information from any website at any time, regardless of how it got there.<p>Right to be forgotten should he universal.
        • GeoAtreides4 hours ago
          &gt;I don&#x27;t know why they continue to stand by this massive breach of privacy.<p>It&#x27;s worse than that, it&#x27;s an obvious GDPR violation. But it hasn&#x27;t been tested in a (european) court yet. One day, it will be, and much rejoicing would be had then.<p>It&#x27;s also a shitty provision that it&#x27;s not made clear when signing up for HN, as it is a pretty uncommon one.