Viewing profile — ihnorton
ihnorton
HN member- Joined
- Sun, Oct 23, 2011, 10:25 PM UTC
- HN karma
- 1,471
- Public activity
- 539 items
- HN profile
- View on Hacker News ↗
About ihnorton
isaiah plus hnhiring -at- tiledb -dot- com
Recent public activity
-
comment
Comment #45310074
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…
-
comment
Comment #45308974
LLM-driven application sites were not a thing in 2022 (used by both real humans and scammers).
-
comment
Comment #45308771
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…
-
comment
Comment #42927771
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 solutio…
-
comment
Comment #40227445
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…
-
comment
Comment #38492572
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 …
-
comment
Comment #38276602
“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).
-
comment
Comment #37361830
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…
-
comment
Comment #36960970
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, analyz…
-
comment
Comment #35915451
> 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 …
-
comment
Comment #35472263
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 …
-
comment
Comment #35156131
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 primitiv…
-
comment
Comment #35009763
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 n…
-
comment
Comment #35008739
> 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.
-
comment
Comment #34431897
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…
- story
-
comment
Comment #31955341
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 …
-
comment
Comment #31680885
> 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 `#%%…
- story
-
comment
Comment #29994053
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 …
-
comment
Comment #29893702
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 …
-
comment
Comment #29877095
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 exc…
- story
-
comment
Comment #29490880
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 librar…
-
comment
Comment #29278527
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…