Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
houqp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Kiorg: A neo filemanager with Vim keybind, zoxide-like teleport, and previews
(github.com)
4 points
by
houqp
4mo ago
|
0 comments
2.
▲
Show HN: Kiorg – a battery included file manager for keyboard nerds
(github.com)
1 points
by
houqp
6mo ago
|
0 comments
3.
▲
Neuralink Update, Summer 2025 [video]
(youtube.com)
6 points
by
houqp
1y ago
|
0 comments
4.
▲
Show HN: Serve CSV Files as APIs
(github.com)
1 points
by
houqp
1y ago
|
1 comments
5.
▲
A Year of Telepathy
(neuralink.com)
4 points
by
houqp
2y ago
|
1 comments
6.
▲
Building the Brain Simulator at Neuralink
(nitter.poast.org)
2 points
by
houqp
2y ago
|
0 comments
7.
▲
Show HN: Turn CSS files into high performance APIs
(roapi.github.io)
2 points
by
houqp
2y ago
|
2 comments
8.
▲
Show HN: Brain computer interface cursor control benchmark game
(neuralink.com)
2 points
by
houqp
2y ago
|
1 comments
9.
▲
Webgrid: Cursor control benchmark for brain computer interfaces
(neuralink.com)
6 points
by
houqp
2y ago
|
0 comments
10.
▲
Neuralink Surgical Robot Simulator
(twitter.com)
3 points
by
houqp
3y ago
|
0 comments
11.
▲
Roapi 0.9 release adds support for all cloud storage providers
(github.com)
2 points
by
houqp
4y ago
|
0 comments
12.
▲
by
houqp
4y ago
Very cool and well executed project. Love the sprinkle of Rust in all the other companion projects as well :) The ROAPI( https://github.com/roapi/roapi ) project I built also happened to support a similar feature set, i.
13.
▲
by
houqp
4y ago
bottomless looks really nice, thanks for sharing!
14.
▲
Show HN: A formally verified native Delta Lake implementation in Rust
(github.com)
8 points
by
houqp
4y ago
|
0 comments
15.
▲
by
houqp
4y ago
Haha, yeah, we should definitely put a little bit more efforts into SEO :) Everyone is so focused on the hard-core engineering at the moment. I think Matthew from the community is actually working on a new comprehensive benchmark for us at
16.
▲
by
houqp
4y ago
Datafusion out performs spark by a large margin. It is on par with photon based on my experiences, see benchmarks at https://github.com/blaze-init/blaze .
17.
▲
by
houqp
4y ago
Yes, I designed the code base so that the core of the IO and query logic are abstracted into a Rust library called columnq. My plan is to wrap it with pyo3 so the full API can be accessed as a Python package! If you are interested in helpin
18.
▲
by
houqp
4y ago
Most users already have pip installed, so they won't need to install a rust toolchain.
19.
▲
Run SQL on CSV, Parquet, JSON, Arrow, Unix Pipes and Google Sheet
(github.com)
294 points
by
houqp
4y ago
|
62 comments
20.
▲
by
houqp
4y ago
It's manual for now, ROAPI is designed for slowly moving datasets. You just hit the data update API to force a refresh. I have plan to add automated streaming data update in the background, starting with delta lake tables. It should al
21.
▲
by
houqp
4y ago
We cache all the data in memory in Arrow format so queries don't need to go through google api, it will only hit google api when a data refresh is needed.
22.
▲
Show HN: Query Google Sheet data using PostgreSQL clients
(roapi.github.io)
122 points
by
houqp
4y ago
|
22 comments
23.
▲
Apache Arrow Datafusion 8.0.0 release
(arrow.apache.org)
6 points
by
houqp
4y ago
|
0 comments
24.
▲
by
houqp
4y ago
We are hiring new grads across the board if you have proofs for exceptional skills. Feel free to take a look at all our engineering postings at: https://neuralink.com/careers .
25.
▲
by
houqp
4y ago
Up to 2x speed up with 20% of the resource consumption, pretty wild performance boost without changing a single line of code!
26.
▲
Dynamodb based distributed lock implemented in pure Rust
(crates.io)
1 points
by
houqp
4y ago
|
0 comments
27.
▲
by
houqp
4y ago
There are more companies noticing this now and have stopped asking these questions. For example, we at Neuralink[1] only give out practical programming challenges. If are you good at building practical systems, you should be able to ace our
28.
▲
Dynamodb based distributed lock in Rust
(crates.io)
3 points
by
houqp
4y ago
|
0 comments
29.
▲
by
houqp
4y ago
I love the product, not only does it have an easy to use web/offline app, I am also able to checkin the diagram source into git for version control, see: https://github.com/roapi/docs/blob/main/src&#
30.
▲
How to efficiently load data to memory
(jorgecarleitao.medium.com)
1 points
by
houqp
5y ago
|
0 comments
More ›