Live data from Hacker News

Viewing profile — AUnterrainer

AUnterrainer

HN member
Joined
Sun, Jan 07, 2024, 11:18 AM UTC
HN karma
43
Public activity
18 items

About AUnterrainer

No profile information was provided.

Recent public activity

  1. comment
    Comment #48829377

    Arthur Whitney's C is everything but standard

  2. comment
    Comment #48829348

    maybe all the haters can't do anything but web dev

  3. comment
    Comment #48829334

    Maybe because people focus on what's important rather than a fancy website? How many startups can't offer more than a fancy website. Warren Buffet, one of the greatest investors of…

  4. comment
    Comment #48828923

    So many keyboard warriors with all the hate about a vibe coded website? If you judge a project based on its website, that tells everything about you.

  5. comment
    Comment #47531489

    DefconQ and Stephen Taylor are looking at bringing back Iverson College this September. We’re planning something special just for KDB/Q devs. We’re looking at a 4-day residential (…

  6. story
  7. comment
    Comment #44660470

    For everyone who is still convinced that the community edition isn't free (forever). You can rewatch the Q&A with KX here https://streamyard.com/watch/RGMjB6mdK4eg Sincerely Yours …

  8. comment
    Comment #44603794

    QuestDB is just a DB. What people get wrong about KDB is that it's so much more. It's a programming language with DB capabilities. You can use for real time streaming, in memory DB…

  9. comment
    Comment #44586891

    KDB code is as proprietary as java, python, C++ code found at other financial institutions. What's proprietary is the Q language. not the code you write with it

  10. comment
    Comment #44586815

    Q is not just a query language or a database. It's an array programming language with database capability. You can build an entire framework with just Q, from real-time streaming, …

  11. comment
    Comment #44586218

    There's nothing that gets close to KDB. You can build an entire framework with just KDB

  12. comment
    Comment #44585614

    Thanks. Looks like at least someone could follow my thought process

  13. comment
    Comment #44585205

    No LLM can write KDB yet

  14. comment
  15. story
  16. comment
    Comment #41388725

    I have been using docusaurus for my tech blog (www.defconq.tech) and it's easy enough to use for a non front end dev.

  17. comment
    Comment #38902170

    Actually I only had a partial file :/ didn't realise that the file in the data folder was only a sample

  18. comment
    Comment #38900292

    My one liner solution runs in 76ms on my 10 year old mac. q)\ts exec (min;max;avg)@\:measurement by city from flip `city`measurement!("SF";";") 0: `:weather_stations.csv 76 8720688…