Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fred123
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
fred123
1y ago
It’s just $20, that’s almost free compared to cost of human labor
2.
▲
by
fred123
2y ago
With an LLM integrated into your IDE like Cursor or Copilot, oftentimes the LLM autocompletes the correct code faster than I can think about what must be done next. I’ve been coding for 15 years.
3.
▲
by
fred123
2y ago
I feel like text detection is much better covered by the various ML models discussed elsewhere in the comments. Maybe you can combine those with Live Text. I found Tesseract pretty ok for text detection as well but I don’t know if any of th
4.
▲
by
fred123
2y ago
Fair enough. There are some new OCR APIs in the next macOS release. I wonder if the model has been improved.
5.
▲
by
fred123
2y ago
You can get them through the Vision API (Swift/Objective-C/AppleScript)
6.
▲
by
fred123
2y ago
It seems to struggle with German text a lot (umlauts etc)
7.
▲
by
fred123
2y ago
Azure Vison OCR is supposed to be the best commercial OCR model right now and it’s really cheap (same price as Google‘s)
8.
▲
by
fred123
2y ago
IIRC Tesseract is trained on 300 DPI
9.
▲
by
fred123
2y ago
Something wrong with your setup. It should be less than 30 s per page with your hardware
10.
▲
by
fred123
2y ago
macOS Live Text is incredible. Mac only though
11.
▲
by
fred123
2y ago
https://en.m.wikipedia.org/wiki/Extraversion_and_introversio...
12.
▲
by
fred123
3y ago
> sharing state between threads is such a narow niche use case It is the norm. „Kafka scale“ problems are not the norm.
13.
▲
by
fred123
3y ago
Do you think Meta (Instagram) are pushing GIL removal and Cinder for no reason? They clearly have that scale and still benefit from faster single machine performance
14.
▲
by
fred123
3y ago
Why? On AWS you can rent a 24 TB, 500 core machine. Almost all problems are smaller than that so don’t need to scale to more than one machine. Building applications that run on multiple machines is at least one order of magnitude more compl
15.
▲
by
fred123
3y ago
In most parts of Europe the standard room socket has >= 3.6 kW
16.
▲
by
fred123
3y ago
More like 20x actually, eg Germany has a homicide rate of 0.8 (and 0.3 if you don’t take attempted homicides into account)
17.
▲
by
fred123
3y ago
I’d consider that dangerous when you compare it to the ~10x lower rate in Western Europe
18.
▲
by
fred123
4y ago
SIMD, multithreading, better handling of NaN, maybe other factors.
19.
▲
by
fred123
4y ago
Or just use Conda/Mamba.
20.
▲
by
fred123
4y ago
You should provide a way for people to reach out to you privately eg email. If you have any public profile/CV that helps as well.
21.
▲
by
fred123
4y ago
Somewhat related: I built a library to speed up matching many regexes with mostly mismatches by adding non-regex pre matchers. https://github.com/Quantco/multiregex
22.
▲
by
fred123
4y ago
Where are you based?
23.
▲
by
fred123
5y ago
SSDs and other storage drives have two layers (or more). The last layer is stable storage (= when you disconnect power no data is lost or corrupted). When you write to such a device your writes are first made in an earlier layer that is mor
24.
▲
by
fred123
5y ago
What’s your expertise and technology stack? 100€ is easily possible, I think it is kind of the default rate in my space (Python Data Engineering, cloud stuff, …). From my experience there are almost exclusively very professional people on t
25.
▲
by
fred123
5y ago
Actually I think chapters 1–8 are more valuable than the chapters dealing with a concrete implementation because they teach you ideas and principles
26.
▲
by
fred123
5y ago
Out of the tar pit is the best paper on this I’ve ever read: http://curtclifton.net/papers/MoseleyMarks06a.pdf
27.
▲
by
fred123
5y ago
Bjoern author here. The code looks very nice, looks like it’s inspired by bjoern but much cleaner. I’ve wanted to clean up the mess that the bjoern code is for years but never came around to actually doing it. That being said I don’t think
28.
▲
by
fred123
6y ago
Reported by the browser but not always accurate. Used in browser fingerprinting btw
29.
▲
by
fred123
6y ago
Captcha submit requires two touches on iPhone 6S because the submit button will scroll out of view on first touch. Do your devs or product people ever use your own product? That’s one of the first things I’d notice and fix.
30.
▲
by
fred123
6y ago
Yes. Noise suppression is very similar to speech separation (separating multiple speaker voices that talk at the same time). For example you can use ConvTasNet for both speech separation and denoising; in the denoising case you set target t
More ›