Live data from Hacker News

Viewing profile — kwillets

kwillets

HN member
Joined
Wed, Aug 31, 2016, 5:38 PM UTC
HN karma
655
Public activity
364 items

About kwillets

No profile information was provided.

Recent public activity

  1. comment
    Comment #48612159

    This trend has been obvious since at least the Poland deal. Korea gets much more return on its defense dollar manufacturing exportable weapons systems than relying on imports or do…

  2. comment
    Comment #48463025

    I'm curious to see what patterns it's grepping.

  3. comment
    Comment #47708482

    This has a lot in common with a columnstore, but there are a few interesting differences. The main one is subrow versioning. Column stores (in OLAP at least) have always used row-l…

  4. comment
    Comment #47491843

    One of the founders of Antithesis gave a talk about this problem last week; diversity in test cases is definitely an issue they're trying to tackle. The example he gave was Spanner…

  5. comment
    Comment #47280362

    This site is underweighted on OLAP. Columnstores were invented for precisely this use case; nobody in the field wants to normalize everything. Which brings me to the question, why …

  6. comment
    Comment #47228412

    Can you be more specific about what type of data mining you're doing?

  7. comment
    Comment #47090914

    He doesn't want to manage the database the way he manages the rest of his infrastructure. All of his bullet points apply to other components as well, but he's absorbed the cost of …

  8. comment
    Comment #46447169

    The object storage stuff is new, but it's mostly confirmed that the older architecture works. MPP with shared (S3) storage and everything above that on local SSD and compute delive…

  9. comment
    Comment #46342823

    Over time I've realized that the best abstraction for managing a computer is a computer.

  10. comment
    Comment #46339109

    This is a fairly simple idea of indexing characters for each column/offset and compressing the bitmaps. Simple is good, as the overhead of more sophisticated ideas (eg suffix sorti…

  11. comment
    Comment #46246750

    It's been around for quite while, but DB people hate to explain where they got an idea. For all I know Vertica got it from somewhere else; I think postgres got jsonb around the sam…

  12. comment
    Comment #46018330

    My last dive into matrix computations was years ago, but the need was the same back then. We could sparsify matrices pretty easily, but the infrastructure was lacking. Some things …

  13. comment
    Comment #45709429

    I wrote part of that -- it needed a tight summary that covers all the main components, so I packed as much as I could into a sentence or two. I believe the second paragraph is most…

  14. comment
    Comment #45696452

    This is fun, but I'm confused by the architecture. Duckdb is based on one-off queries that can scale momentarily and then disappear, but this seems to run on k8s and maintain a per…

  15. comment
    Comment #45695804

    Don't forget the 2 hour tableau cloud runtime limit.

  16. comment
    Comment #45619398

    I'm just learning about agentic search so I'm a bit adrift. One of my side projects is a full text index for pattern search, and I'm trying to understand how it might fit with that…

  17. comment
    Comment #45613358

    Are you actually using grep here? How much data are you searching?

  18. comment
    Comment #45568979

    This article seems somewhat fanciful. Medieval Koreans ate two meals a day, and famines were common. Only a small area of the country is suitable for rice cultivation. The photos s…

  19. comment
    Comment #45402166

    Nam (Man Tea) and other brands have been in convenience stores for years; most have a full shelf of it. As I heard it the male part of the name is due to its use in manly herbal mi…

  20. comment
    Comment #45400039

    I built the ads audience system. Most of the effects of that are already known here; Ads became a big trophy within the org; everybody had to have ads and post-sale revenue, even t…

  21. comment
    Comment #45396568

    I worked at Samsung and saw plenty of enshittification (including losing my own job in some kind of sketchy power struggle), but oddly their audio stuff didn't seem like a bad deal…

  22. comment
    Comment #45291712

    The SIMD string matching optimization unfortunately missed a trick -- it's more selective to match the first and last characters of a pattern than the first two, and it's the same …

  23. comment
    Comment #45212517

    Sorting wins for unbounded strings because it only needs a prefix of each string.

  24. comment
    Comment #45105416

    The blog links on the infra listings are dead :(.

  25. comment
    Comment #44963917

    My company is doing the dbx thing, and the best I can tell my manager is that I'm neutral on it. My working theory is that the UI, a low-grade web-based SQL editor and catalog brow…