Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cipherself
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Did the Operation Succeed? On End-to-End Arguments in System Design
(mohamed.computer)
1 points
by
cipherself
2mo ago
|
0 comments
2.
▲
by
cipherself
3mo ago
The article’s distinction about memory is a bit too simplified. Virtual memory is address space mapped or reserved by the process. RSS is resident physical pages, not necessarily “actively used.”. RSS also overcounts shared memory, which is
3.
▲
by
cipherself
4mo ago
For anyone else who's suffering, paste this in the console in devtools: document.getElementsByTagName('main')[0].style.margin = '0 auto';
4.
▲
by
cipherself
8mo ago
It's quite exciting how far we've come from the modern exposition of world models by David Ha and Jürgen Schmidhuber in 2018 https://worldmodels.github.io/
5.
▲
by
cipherself
8mo ago
Here's a Dockerfile that will spin up postgres with pgvector and paradedb https://gist.github.com/cipherself/5260fea1e2631e9630081fb7d... You can use pgvector for the vector lookup and paradedb for bm25.
6.
▲
by
cipherself
8mo ago
https://mohamed.computer
7.
▲
by
cipherself
8mo ago
I am trying to get the TLA+ tools to run completely in the browser https://github.com/tlaplus/tlaplus/tree/master/tlatools
8.
▲
by
cipherself
9mo ago
I don't think this is bad, if you know Python then most of the code will be fine for you. I think you're probably referring to pm_reduce_collapse , but while it looks daunting at first, it really isn't when you consider the
9.
▲
by
cipherself
9mo ago
I have written parsers using parser combinators in Haskell and Clojure. I find that ML-like (Haskell, OCaml, StandardML) languages generally are great at writing parsers, even hand-written ones in it is a superior experience. In this case,
10.
▲
by
cipherself
9mo ago
One anecdote in the same vein, a couple of months ago, I wanted to parse systemd-networkd INI files in Python and the python built-in ConfigParser [0] and pytest's iniconfig parser [1] couldn't handle multiple sections with th
11.
▲
by
cipherself
9mo ago
I have used systemd services before to do this to run an application, I had a user created specifically for the application, and I defined the capabilities the application needed via CapabilityBoundingSet and AmbientCapabilities [0] and
12.
▲
by
cipherself
10mo ago
That was a great book, I wonder what the 2025 equivalent of it is...
13.
▲
by
cipherself
10mo ago
12 (13?) years ago I had also written a Naïve Bayes classifier in Perl https://github.com/cipherself/NaiveBayes_perl IIRC, next thing on my TODO list was to add vectorization. Also (like OP) it uses log probabilities t
14.
▲
by
cipherself
10mo ago
10 years ago I've implemented SCAMP (a gossip protocol) in Clojure, you might find it interesting, the implementation is quite small https://github.com/cipherself/gossip
15.
▲
by
cipherself
10mo ago
> I recommend using the `dir` function in a REPL A while back I wrote this https://mohamed.computer/posts/python-internals-cpython-byte... , perhaps it's interesting for people who use `dir` and wonder what some
16.
▲
by
cipherself
11mo ago
Assuming that's what he meant, why would it be considered baseline versus anything else? I am genuinely curious because I'd like to know more about issues people face with this or that vector store in general.
17.
▲
by
cipherself
11mo ago
Moreover, you can have SICP inside emacs by just downloading a package from Melpa: https://melpa.org/#/sicp
18.
▲
by
cipherself
11mo ago
Got it, I think this might make sense for a "conversation" type of search not for an instant search feature because lowest latency is gonna be too high IMO.
19.
▲
by
cipherself
11mo ago
S3 Vectors is hands down the SOTA here SOTA for what? Isn't it just a vector store?
20.
▲
by
cipherself
11mo ago
I am working on search but rather for text-to-image retrieval, nevertheless, I am curious if by that's all baked into Azure AI search you also meant synthetic query generation from the grandparent comment. If so, what's your l
21.
▲
by
cipherself
1y ago
While I haven’t tried --pull=missing, I have tried --pull=never, which I assume is a stricter version and it was still attempting the HEAD request.
22.
▲
by
cipherself
1y ago
I’ll admit I haven’t checked before posting, perhaps an admin can merge both submissions and change the URL on the one you linked to the one in this submission.
23.
▲
by
cipherself
1y ago
In the case where you still have an image locally, trying to build will fail with an error complaining about not being able to load metadata for the image because a HEAD request failed. So, the real question is, why isn't there a way t
24.
▲
Docker Hub Is Down
(dockerstatus.com)
199 points
by
cipherself
1y ago
|
100 comments
25.
▲
by
cipherself
1y ago
There was a way to experience this demo interactively https://dougengelbart.org/content/view/374/ Unfortunately, it seems like it's not working properly anymore. I just messaged Bret Victor and maybe he
26.
▲
by
cipherself
1y ago
In the list of features, it mentions: > vision-based search for comprehensive document understanding but it's not clear to me what this means, is it just vector embeddings for each image in every document via a CLIP -like model? In
27.
▲
About premium requests
(docs.github.com)
4 points
by
cipherself
1y ago
|
0 comments
28.
▲
by
cipherself
1y ago
This in turn, is based on black [0] which is an extension to scheme , which in turn is inspired by [1] [0] http://pllab.is.ocha.ac.jp/~asai/Black/ [1] https://www.lirmm.fr/~dony/enseig/
29.
▲
by
cipherself
2y ago
Pygfx uses webgpu while VisPy uses OpenGL.
30.
▲
by
cipherself
2y ago
This is ~albeit not being very deep~ very cool.
More ›