Viewing profile — AUnterrainer
AUnterrainer
HN member- Joined
- Sun, Jan 07, 2024, 11:18 AM UTC
- HN karma
- 43
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About AUnterrainer
No profile information was provided.
Recent public activity
-
comment
Comment #48829377
Arthur Whitney's C is everything but standard
-
comment
Comment #48829348
maybe all the haters can't do anything but web dev
-
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…
-
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.
-
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 (…
- story
-
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 …
-
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…
-
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
-
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, …
-
comment
Comment #44586218
There's nothing that gets close to KDB. You can build an entire framework with just KDB
-
comment
Comment #44585614
Thanks. Looks like at least someone could follow my thought process
-
comment
Comment #44585205
No LLM can write KDB yet
- comment
- story
-
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.
-
comment
Comment #38902170
Actually I only had a partial file :/ didn't realise that the file in the data folder was only a sample
-
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…