Live data from Hacker News

Viewing profile — leprechaun1066

leprechaun1066

HN member
Joined
Tue, Jun 30, 2020, 9:23 PM UTC
HN karma
133
Public activity
55 items

About leprechaun1066

No profile information was provided.

Recent public activity

  1. comment
    Comment #48809138

    For those interested, previous discussions here: https://news.ycombinator.com/item?id=14783539 https://news.ycombinator.com/item?id=21892432

  2. comment
    Comment #48795936

    It's not just the arcade machine implementation. The owners of these companies want to go all the way and move everything to data centers so they can rent compute time, similar to …

  3. comment
    Comment #48787154

    Or just use kdb+ and 1bn rows a day is par for the course.

  4. comment
    Comment #47212239

    The aj function at its heart is a bin ( https://code.kx.com/q/ref/bin/ ) search between the two tables, on the requested columns, to find the indices of the right table to zip onto…

  5. comment
    Comment #47100923

    > just like LLM agents were a new layer on top of LLMs, Claws are now a new layer on top of LLM agents, taking the orchestration, scheduling, context, tool calls and a kind of pers…

  6. comment
    Comment #46297175

    In this case the majority of the work was done by another company on your instruction. When you signed up was there anything in the terms that said you get ownership over the outpu…

  7. comment
    Comment #45603575

    Wayve have been working on London streets for some time now. This is from a few months ago: https://www.youtube.com/watch?v=KvctCbVEvwQ

  8. comment
    Comment #45581334

    Another way to look at it is everything a LLM creates is a 'hallucination', some of these 'hallucinations' are more useful than others. I do agree with the parent post. Calling the…

  9. comment
    Comment #44658710

    Most applications backed kdb+ do just this. It comes with its own parser and you can query tables using something like an ast. For example the user might ask for data with the cons…

  10. comment
    Comment #44586870

    Given Wes McKinney created Pandas for quantitative analysis, it's possible that Pandas wouldn't exist if AQR were paying for a q license.

  11. comment
    Comment #44585438

    The overview here is better than the marketing: https://code.kx.com/q4m3/0_Overview/

  12. comment
    Comment #44552471

    That does require someone to know that the take operator continues to treat the y list as circular when x is a list. I think this form might be a bit easier: {(x,x)#(x*x)#1,x#0}

  13. comment
    Comment #44510821

    It's not because of the left of right evaluation. If the difference was that simple, most humans, let alone LLMs, wouldn't struggle with picking up q when they come from the common…

  14. comment
    Comment #43241750

    I use perforce for my personal projects. Helix P4V's various ways of visualising streams, diffs and revisions are so nice.

  15. comment
    Comment #43011411

    These days it's usually better to try and find players on youtube or twitch than to read text based reviews.

  16. comment
    Comment #42802980

    > they're goats, as any self-respecting three year old could tell you Sheep or goat? https://www.youtube.com/watch?v=dCzZN--4Its

  17. comment
    Comment #42426910

    Financial market data (especially FX data) can have thousands of ticks per second. It's not unheard of for data engineers in that space to sometimes handle 1TB per day.

  18. comment
    Comment #42407565

    We do this in q/kdb+ systems often for patches. An important thing about these languages is that this kind of workflow is part of the core for solving problems. So when you are bui…

  19. comment
    Comment #42323626

    Calling them hallucinations was a huge mistake.

  20. comment
    Comment #41783721

    In 2021/2022 there were 60 people in the UK who probably fall into that last group. Together their taxes accounted for about 1.4% of the UK tax bill despite being something like 0.…

  21. comment
    Comment #41710386

    Shinmera recently talked about porting SBCL to the switch: https://reader.tymoon.eu/article/437

  22. comment
    Comment #41319954

    A couple of old fogies down in Tunbridge Wells, "I say old chap, how very uncouth." Meanwhile everyone else, "It's been almost 50 years since Fawlty Towers. Took them long enough."…

  23. comment
    Comment #38338751

    Transport Fever 2 if you like choo-choos.

  24. comment
    Comment #37160006

    APL (along with Matlab, K, Mathematica, etc.) was one of the influences for NumPy anyway.

  25. comment
    Comment #36849076

    Or q: https://code.kx.com/q4m3/9_Queries_q-sql/#93-the-select-temp...