Viewing profile — ljouhet
ljouhet
HN member- Joined
- Mon, Mar 06, 2023, 10:41 PM UTC
- HN karma
- 53
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About ljouhet
No profile information was provided.
Recent public activity
-
comment
Comment #48644377
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, …
-
comment
Comment #46922965
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…
-
comment
Comment #46682994
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/tem…
-
comment
Comment #46323647
I have a regular scroll wheel and it moves two items each time. Totally unusable for me. (great idea, though)
-
comment
Comment #46002452
TLDR: "I drive an ambulance and I could save more people if I could drive faster, so speed limits are bad!"
-
comment
Comment #44330629
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 …
-
comment
Comment #43958737
It is a satire, right? I don't know what to think anymore
-
comment
Comment #43958564
https://en.wikipedia.org/wiki/Interface_(matter)
-
comment
Comment #43921864
[flagged]
-
comment
Comment #43921055
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:…
-
comment
Comment #43901727
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 …
-
comment
Comment #43550090
Isn't it the goal of https://openworm.org/ ?
-
comment
Comment #42523551
https://statebox.org/what-is/ leads to https://typedefs.com/
-
comment
Comment #42521356
Page not found (404) : https://github.com/simonw/shot-scraper-template/generate
-
comment
Comment #42397265
I love the way it's written: see this ChatGPT-like code that fits in your screen? Let's break it down!
-
comment
Comment #42382069
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): """ …
-
comment
Comment #42338282
"AI is like ....". "A very eager ...". "That sounds like AI to me.". Yup
-
comment
Comment #42290718
You can use Firefox: "Copy as cUrl" ( https://superuser.com/a/1382425 )
-
comment
Comment #42230811
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.")
-
comment
Comment #42180334
Great work: this tool will be really useful to me! (Note: the "terminal animations" in github make the examples difficult to read.)
-
comment
Comment #41838708
Thank you! I love this article, but I couldn't find it. I always search "Curse of dimensionality" instead of "Counterintuitive properties..."
-
comment
Comment #40726191
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...
-
comment
Comment #40513241
Amazing work! Tutorial: https://slipshow.readthedocs.io/en/latest/tutorial.html >
-
comment
Comment #39219066
Needs nvim version 0.9.2 or higher: https://github.com/neovim/neovim/blob/master/INSTALL.md
- comment