Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ljouhet
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ljouhet
16d ago
I used `cargo install --path . --locked` to install (had an error when compiling `librespot`)
2.
▲
by
ljouhet
3mo ago
Real question: what tool do you use? (for long/complex documents with tables, code, maths) - marker (with --force-ocr) gives me the best results - Mistral OCR (seems really great, but I never managed to get it work) - Mathpix (tried a
3.
▲
by
ljouhet
7mo ago
Most of my aliases contain `--` for the same reason, `git--progress`, `grep--rIn`, `nvidia--kill`, `ollama--restart`, `rsync--cp`, `pdf--nup`... Easy autocomplete, I know there won't be any collision, and which command is mine.
4.
▲
by
ljouhet
8mo ago
Something like ollama run hf.co/ngxson/GLM-4.7-Flash-GGUF:Q4_K_M It's really fast! But, for now it outputs garbage because there is no (good) template. So I'll wait for a model/template on ollama.com
5.
▲
by
ljouhet
9mo ago
I have a regular scroll wheel and it moves two items each time. Totally unusable for me. (great idea, though)
6.
▲
by
ljouhet
10mo ago
TLDR: "I drive an ambulance and I could save more people if I could drive faster, so speed limits are bad!"
7.
▲
by
ljouhet
1y ago
First line of https://t3x.org/klong/prime.html "The braces around an expression denote a function. Because this function contains a single variable, x, it is a monadic function or a monad." I never understood
8.
▲
by
ljouhet
1y ago
It is a satire, right? I don't know what to think anymore
9.
▲
by
ljouhet
1y ago
https://en.wikipedia.org/wiki/Interface_(matter)
10.
▲
by
ljouhet
1y ago
uv is an incredible tool ; ty will be also. It's insanely fast For now, I have some false negative warnings : 'global' variables are flagged as undefined `int:unresolved-reference: Name ... used when not defined` (yeah, it&#x
11.
▲
by
ljouhet
1y ago
Who defines "value-aligned, safety-conscious project"? "Instead of our current complex non-competing structure—which made sense when it looked like there might be one dominant AGI effort but doesn’t in a world of many great
12.
▲
by
ljouhet
1y ago
Isn't it the goal of https://openworm.org/ ?
13.
▲
by
ljouhet
2y ago
https://statebox.org/what-is/ leads to https://typedefs.com/
14.
▲
by
ljouhet
2y ago
Page not found (404) : https://github.com/simonw/shot-scraper-template/generate
15.
▲
by
ljouhet
2y ago
I love the way it's written: see this ChatGPT-like code that fits in your screen? Let's break it down!
16.
▲
by
ljouhet
2y ago
In Python: Leaf = [] Stem = lambda x: [x] Fork = lambda a, b: [a, b] is_leaf = lambda x: len(x)==0 is_stem = lambda x: len(x)==1 is_fork = lambda x: len(x)==2 def apply(a, b): """ From
17.
▲
by
ljouhet
2y ago
"AI is like ....". "A very eager ...". "That sounds like AI to me.". Yup
18.
▲
by
ljouhet
2y ago
You can use Firefox: "Copy as cUrl" ( https://superuser.com/a/1382425 )
19.
▲
by
ljouhet
2y ago
Yes, all these forms should handle existing names... but the author's own website doesn't (url: xn--stpie-k0a81a.com, bottom of the page: "© 2024 ę ń. All rights reserved.")
20.
▲
by
ljouhet
2y ago
Great work: this tool will be really useful to me! (Note: the "terminal animations" in github make the examples difficult to read.)
21.
▲
by
ljouhet
2y ago
Thank you! I love this article, but I couldn't find it. I always search "Curse of dimensionality" instead of "Counterintuitive properties..."
22.
▲
by
ljouhet
2y ago
Didn't understand either: Extract, transform and load... vs ETL: Extract, transform and load data... Extract, transform and load (ETL) data... Extract, Transform and Load data...
23.
▲
by
ljouhet
2y ago
Amazing work! Tutorial: < https://slipshow.readthedocs.io/en/latest/tutorial.html >
24.
▲
by
ljouhet
3y ago
Needs nvim version 0.9.2 or higher: https://github.com/neovim/neovim/blob/master/INSTALL.md
25.
▲
by
ljouhet
3y ago
Sorry to write this comment: isn't it exactly like ComfyUI?
26.
▲
by
ljouhet
3y ago
I would start with a first hour, then The first 20 hours ( https://www.youtube.com/watch?v=5MgBikgcWnY ), then you just need 90 minutes. Every day
27.
▲
by
ljouhet
3y ago
https://xkcd.com/221/
28.
▲
by
ljouhet
4y ago
That's why the title says other people's production code /s
29.
▲
by
ljouhet
4y ago
(I used the wrong strings: "A X" not "A X\n") many constants work with 13 : 0x93f0687f, 0x8c38599e, 0x8f5e14c2, 0x932d2c11 some with 71 : 0xd9526a52, ... couldn't find mod 923
30.
▲
by
ljouhet
4y ago
pub fn phf_noshift(x: u32) -> u8 { (x.wrapping_mul(0x9e4c340a)%13) as u8 // Not a hash table }
More ›