Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ihnorton
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Duck Hunt: Moving Bauplan from DuckDB to DataFusion
(bauplanlabs.com)
1 points
by
ihnorton
13d ago
|
0 comments
2.
▲
by
ihnorton
1y ago
Numbers. I’ve read thousands of resumes over the past few months, screened dozens of applicants, and experienced a wide variety of weirdness and fakes both in resumes and on screen calls. Please note that I’m talking about raw “application
3.
▲
by
ihnorton
1y ago
LLM-driven application sites were not a thing in 2022 (used by both real humans and scammers).
4.
▲
by
ihnorton
1y ago
Seconding. These days I will rarely talk to anyone without a verified LinkedIn or other presence like a clearly inhabited GitHub (and I’m not looking for hyperactivity by any means)
5.
▲
by
ihnorton
2y ago
TileDB, Inc. | Full-time | REMOTE | USA, Greece | https://tiledb.com/ TileDB is the database designed for discovery, built to organize, structure, and analyze any data. Our solutions for single-cell and population genomics
6.
▲
by
ihnorton
2y ago
TileDB, Inc. | Full-Time | REMOTE | USA, Greece/EU | https://tiledb.com/ TileDB has recently announced a $34 million Series B fund-raise and is actively hiring for engineers across a range of roles (SRE, backend/d
7.
▲
by
ihnorton
3y ago
TileDB, Inc. | Full-Time | REMOTE | USA, Greece/EU | https://tiledb.com TileDB has recently announced a $34 million Series B fund-raise and is actively hiring for engineers across a range of roles (SRE, backend/distrib
8.
▲
by
ihnorton
3y ago
“Modern Compiler Implementation” by Appel is definitely worth a look. I read the ML version, and the code is really clean/readable (not sure about the C and Java versions).
9.
▲
by
ihnorton
3y ago
TileDB, Inc. | Full-Time | REMOTE | USA, Greece | https://tiledb.com TileDB is the database for complex data, allowing data scientists, researchers, and analysts to access, analyze, and share any data with any tool at global sca
10.
▲
by
ihnorton
3y ago
TileDB, Inc. | Full-Time | REMOTE | USA | Greece | https://tiledb.com TileDB is the database for complex data, allowing data scientists, researchers, and analysts to access, analyze, and share any data with any tool at global sc
11.
▲
by
ihnorton
3y ago
> Cxxwrap was broken for a while there, maybe a few years? Maybe it was cxx Yes, Cxx: https://github.com/JuliaInterop/Cxx.jl -- it uses Clang to generate JIT'd interop thunks, and does neat things to enable tha
12.
▲
by
ihnorton
3y ago
The fact that Buck2 is written in a statically-compilable language is compelling, compared to Bazel and others. It's also great that Windows appears to be supported out of the box [1,1a] -- and even tested in CI. I'm curious how m
13.
▲
by
ihnorton
4y ago
Does the library side of this provide an emulated socket API? The CheerJ docs [1] say: > Not yet. The main problem is that RuneScape requires low level network connections primitives (sockets) So, I'm guessing the same applies to th
14.
▲
by
ihnorton
4y ago
In practice it is POSIX-only, which is not viable in an organization where Windows needs to be a first class development and deployment platform. Running under cygwin or WSL is a non-starter for a number of reasons (I've done that myse
15.
▲
by
ihnorton
4y ago
> Use a package management system, and explicit dependencies vcpkg strongly recommends using it as a submodule. But at least that would only be one submodule.
16.
▲
by
ihnorton
4y ago
Really annoyed by the borrow checker? Use immutable data structures ... This is especially helpful when you need to write pure code similar to that seen in Haskell, OCaml, or other languages. Are there any tutorials or books w
17.
▲
High-confidence Lifetime Checks for C++ in Visual Studio version 17.5 Preview 2
(devblogs.microsoft.com)
2 points
by
ihnorton
4y ago
|
0 comments
18.
▲
by
ihnorton
4y ago
Skimming the docs, I was surprised to see that there appears to be no built-in support for foreign function calls to C libraries ("It's a bold strategy Cotton...") This makes more sense in light of a comment by the author in
19.
▲
by
ihnorton
4y ago
> I'm just relying on sending blocks of code to the interactive Python terminal. > [...] > the latter requires .ipynb files which maybe you don't want to check into git. I use `#%%` code blocks in the interactive window f
20.
▲
Dtype-next: a Clojure library to aid implementation of high performance systems
(github.com)
3 points
by
ihnorton
5y ago
|
1 comments
21.
▲
by
ihnorton
5y ago
Displacing git is certainly impossible in the short term, but that is not the only conceivable goal. Building a sustainable community does not require git levels of success. A few strategic adoptions can go a long way, as shown by Ocaml, Ni
22.
▲
by
ihnorton
5y ago
This breaks any python package versions that install dependencies via ‘pip install’ from a pinned git+git URL. (For example: google-cloud-cpp 1.23, which was released about a year ago).
23.
▲
by
ihnorton
5y ago
I just noticed that Deno merged their native FFI support: https://deno.land/manual@main/runtime/ffi_api I had been watching some issues around this, but lost track, so I'm very excited to see it is available
24.
▲
Deno Foreign Function Interface API
(deno.land)
2 points
by
ihnorton
5y ago
|
0 comments
25.
▲
by
ihnorton
5y ago
I would personally like to see less indexing of duplicate files! There are many things I’ve searched for which return 100s of results from independent checkin-uploads of big libraries like the Android SDK. It would be great if results were
26.
▲
by
ihnorton
5y ago
When I initially read the description, I thought this could provide a drop-in runtime-linked shared library stub, but looking deeper in the docs and examples it appears there is at least some setup code required on the client side? Can this
27.
▲
by
ihnorton
5y ago
“F(M)ANG scale” is an excellent touch.
28.
▲
by
ihnorton
5y ago
> I think one could radically change the way Python objects work internally, and have the C foreign function interface (FFI) wrap every object passed to a C extension in an API/ABI-preserving facade HPy is building an API abstractio
29.
▲
Why should I use OCaml?
(discuss.ocaml.org)
3 points
by
ihnorton
5y ago
|
0 comments
30.
▲
by
ihnorton
5y ago
Nix is likely a nonstarter because as far as I can tell it does not natively support Visual Studio and MSVC. I suspect Bazel was ruled out because it requires the JVM and it has limited open source uptake relative to CMake (huge open source
More ›