Live data from Hacker News

Viewing profile — marginalia_nu

marginalia_nu

HN member
Joined
Thu, Sep 16, 2021, 12:48 PM UTC
HN karma
25,699
Public activity
6,309 items

About marginalia_nu

I built an internet search engine from scratch and somehow this is my full time job now?!

https://www.marginalia.nu/ https://marginalia-search.com/ kontakt@marginalia.nu <-- email

Recent public activity

  1. comment
    Comment #49224604

    Steve Bannon's involvement in promoting Gamer Gate and co-opting it into a (what would become MAGA) recruitment funnel is fairly well documented[1]. There's absolutely nothing "all…

  2. comment
    Comment #49222636

    Most of the nonsense comes through botnets/residential proxies, so it's very hard to say.

  3. comment
    Comment #49220070

    Maybe it is, maybe it isn't, not really something I spend much time thinking about. I'm on a ton of different social media because I run a business and need to be where people are …

  4. comment
    Comment #49216307

    Think it's often depression rather than addiction that's at the core. Trying to get depressed people to stop ruminating and to start engaging with the world is a notorious challeng…

  5. comment
    Comment #49216166

    > By the way, I know you from your search engine. This might be an out there question but do you offer your search index as a downloadable structure? If so, how much does that cost…

  6. comment
    Comment #49215815

    It's not really very useful in this particular case, as you can't actually navigate the "dictionary" any other way than finding the base word form somewhere in the text you're look…

  7. comment
    Comment #49215788

    Well where does meaning come from? It doesn't seem to exist in nature. Some say it's something we have to create ourselves.

  8. comment
    Comment #49215652

    I'm not sure if this is arguing for or against my point, but it's good you're touching grass I guess?

  9. comment
    Comment #49215486

    The negativity is affecting you negatively though, that's my whole point. Doom scrolling and blackpill cirklejerking hasn't fixed even one singular problem in the history of the ph…

  10. comment
    Comment #49215284

    https://ancientlibrary.net/claudian-carminum-minorum-corpusc... I don't get a definition for 'fulgere', third word first entence, just a reference to 'fulgo'. I can guess what it m…

  11. comment
    Comment #49215159

    As an experiment, completely stop consuming news and social media for a few weeks. People have lived their entire lives without these information streams, you'll survive unplugging…

  12. comment
    Comment #49214026

    I'm pretty sure the reason for the difference is that production machine exists in a state of mixed memory residency and low grade resource contention that is incredibly hard to re…

  13. comment
    Comment #49213799

    How do you know if you're making the right optimizations? I struggle with this a lot with Marginalia's index. Where I identify a hot method in a prod profiler run, try to replicate…

  14. comment
    Comment #49213013

    There's much more overlap than you'd think. Quants generally have a STEM background, and stay in the field much for the same sort of reasons tech workers stick around building torm…

  15. comment
    Comment #49212541

    Should being the operative word. In practice it's both easy and common to have a database do unnecessary work when generating a page, a problem that often only rears its head when …

  16. comment
    Comment #49212062

    It's almost always the DBMS that's the bottleneck when websites drop from traffic. As long as you don't do anything fancier than primary key look-ups you're probably fine though. I…

  17. comment
    Comment #49212002

    Static files on literally any hardware from the last 15 years on modern server software simply won't get cooked by bots. The network switch will bottleneck you before the server wi…

  18. comment
    Comment #49210931

    A counterpoint would be that you don't really ever see investment bankers reacting in this fashion.

  19. comment
    Comment #49210565

    Saw a meme on mastodon the other day contrasting people of the '90s going online to escape from offline reality, and people of the '20s going offline to escape from online reality.…

  20. comment
    Comment #49158984

    Yeah I think a worrying thought is that it has to be that way. A big conundrum for technologically advanced societies is that technology gives us so much power that if people are a…

  21. comment
    Comment #49158574

    Yeah came here to say the same thing. The Hard Problem of software engineering isn't making a complex monstrosity with millions of lines of code and endless feature creep, but not …

  22. comment
    Comment #49154334

    Yeah it's as old as time to be honest. When Plato complains about writing diminishing our faculties for memorizing things, it's sometimes treated as an example of how we've always …

  23. comment
    Comment #49109337

    That is to the extent of my understanding, not correct. At least in the EU, "Given this framework, it follows that purely AI-generated outputs—those created automatically by an AI …

  24. comment
    Comment #49109258

    Makes sense. The G in GCC is for GNU right, GNU as in Stallman-style Free Software. The GPL operates based on copyright licenses. If LLM output can not be copyrightable (as the cou…

  25. comment
    Comment #49082384

    Concerns that shape my own decision to run Marginalia Search as a service based architecture rather than one blob include: * NUMA optimization - on multi-CPU architectures, I/O and…