Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
leprechaun1066
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
leprechaun1066
2mo ago
For those interested, previous discussions here: https://news.ycombinator.com/item?id=14783539 https://news.ycombinator.com/item?id=21892432
2.
▲
by
leprechaun1066
2mo ago
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 the idea of the time-sharing days of the 60s.
3.
▲
by
leprechaun1066
2mo ago
Or just use kdb+ and 1bn rows a day is par for the course.
4.
▲
by
leprechaun1066
7mo ago
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 the left table. aj[`sym`t
5.
▲
by
leprechaun1066
7mo ago
> 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 persistence to a next level. Layers of "I have no idea w
6.
▲
by
leprechaun1066
9mo ago
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 output?
7.
▲
by
leprechaun1066
11mo ago
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.
▲
by
leprechaun1066
11mo ago
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 them hallucinations is not an accurate way
9.
▲
by
leprechaun1066
1y ago
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 constraint where TradingDesk=`Eq, AvgPx>500.0 which kd
10.
▲
by
leprechaun1066
1y ago
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.
▲
by
leprechaun1066
1y ago
The overview here is better than the marketing: https://code.kx.com/q4m3/0_Overview/
12.
▲
by
leprechaun1066
1y ago
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.
▲
by
leprechaun1066
1y ago
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 languages. Usually when someone solves problems w
14.
▲
by
leprechaun1066
2y ago
I use perforce for my personal projects. Helix P4V's various ways of visualising streams, diffs and revisions are so nice.
15.
▲
by
leprechaun1066
2y ago
These days it's usually better to try and find players on youtube or twitch than to read text based reviews.
16.
▲
by
leprechaun1066
2y ago
> 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.
▲
by
leprechaun1066
2y ago
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.
▲
by
leprechaun1066
2y ago
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 building a system one of the aspects of its design will al
19.
▲
by
leprechaun1066
2y ago
Calling them hallucinations was a huge mistake.
20.
▲
by
leprechaun1066
2y ago
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.002% of the population.
21.
▲
by
leprechaun1066
2y ago
Shinmera recently talked about porting SBCL to the switch: https://reader.tymoon.eu/article/437
22.
▲
by
leprechaun1066
2y ago
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.
▲
by
leprechaun1066
3y ago
Transport Fever 2 if you like choo-choos.
24.
▲
by
leprechaun1066
3y ago
APL (along with Matlab, K, Mathematica, etc.) was one of the influences for NumPy anyway.
25.
▲
by
leprechaun1066
3y ago
Or q: https://code.kx.com/q4m3/9_Queries_q-sql/#93-the-select-temp...
26.
▲
by
leprechaun1066
3y ago
Azure has prices that vary: https://azuremarketplace.microsoft.com/en-us/marketplace/app... That's for commercial though. One can get a personal use license for hobbies as other commenters have pointed out.
27.
▲
by
leprechaun1066
3y ago
https://spacetraders.io/ is API based. Considering that q is used for trading and analysis in the real world seems like it's a good way to go on an adventure.
28.
▲
by
leprechaun1066
3y ago
The favicon for that site is the Zimbabwean flag. Interesting...
29.
▲
by
leprechaun1066
3y ago
And Dyalog also has https://course.dyalog.com/
30.
▲
by
leprechaun1066
3y ago
Sounds like you want q: https://code.kx.com/q/ref/ https://code.kx.com/q4m3/
More ›