Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
barbolo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
barbolo
2mo ago
It seems fixed. I've tested some Math ops that were previously failing and now are consistent on Chrome 150.0.7871.128 for linux and 150.0.7871.129 for macOS.
2.
▲
by
barbolo
4mo ago
It was a sad surprise last week when we tried to upgrade the workspace AI plan for some of our team members to Ultra and it was gone. We're moving to Claude/Codex.
3.
▲
New vibe coding experience – Google AI Studio
(twitter.com)
6 points
by
barbolo
6mo ago
|
0 comments
4.
▲
by
barbolo
1y ago
That's awesome. DINOv2 was the best image embedder until now.
5.
▲
by
barbolo
2y ago
https://github.com/lwthiker/curl-impersonate
6.
▲
by
barbolo
2y ago
I’ve been using DinoV2 for some months now. I’ve tried the models with 4 register tokens along with CLS + patch tokens. I’ve several embeddings (tokens) from previous model (no registers) which are part of my solution, so I didn’t adopt the
7.
▲
Code for EfficientNetV2 (Deep Learning model) released
(github.com)
2 points
by
barbolo
5y ago
|
0 comments
8.
▲
by
barbolo
6y ago
It's much worse than that. The leak contains dozens of datasets (relatives, addresses, jobs (+ linkedin), schools, vehicles, income, debts, pictures of faces, companies).
9.
▲
by
barbolo
6y ago
This leak is much more harmful. If the data really comes from Serasa Experian, they have more accurate and structured data from people/companies/assets in Brazil than anyone else.
10.
▲
Detect Headless – Run several tests against your browser
(github.com)
1 points
by
barbolo
8y ago
|
0 comments
11.
▲
Google Cloud Functions with Python (beta)
(cloud.google.com)
5 points
by
barbolo
8y ago
|
0 comments
12.
▲
ReCAPTCHA v3 Beta – The new way to stop bots
(google.com)
1 points
by
barbolo
8y ago
|
0 comments
13.
▲
Semi-supervised image classification explained
(thecuriousaicompany.com)
2 points
by
barbolo
9y ago
|
0 comments
14.
▲
by
barbolo
9y ago
Thanks, @rasmi. I have a feedback for you guys. The pricing for predictions inference in GCP is not very fair. If I deploy a small model (like a SqueezeNet or Mobilenet) I pay almost the same price of someone deploying large models (like Re
15.
▲
by
barbolo
9y ago
Thanks for the answer. Currently I’m using AWS Lambda to deploy my TensorFlow models. But it’s pretty hard and hacky. I need to remove a considerable portion of the code base that is not needed for inference only routines. I do that so the
16.
▲
by
barbolo
9y ago
Would that be a viable option to deploy TensorFlow models on serverless environments (Lambda, Functions)?
17.
▲
by
barbolo
9y ago
I’m reading over and over again since the last weekend. And I’m checking the code. And I’m still not understanding it.
18.
▲
by
barbolo
9y ago
Automating searches on a government website that decided to use reCAPTCHA just because it wants to look modern. There are dozens of them in Brazil for example.
19.
▲
RCN is much more data efficient than traditional Deep Neural Networks
(vicarious.com)
235 points
by
barbolo
9y ago
|
46 comments
20.
▲
by
barbolo
9y ago
Blocking audio means blocking visually impaired people from accessing websites with reCAPTCHA. Hacking reCAPTCHA is not only for bad people. There are several use cases where solving reCAPTCHA automatically is needed.
21.
▲
by
barbolo
9y ago
Another interesting fact is that TensorFlow 1.4 supports native MFCC spectrogram tensors.
22.
▲
by
barbolo
9y ago
Nice work. It also publishes a file mfcc.py which uses Mel spectrogram to solve the audio offline. With enough data, a model based on MFCC should work much better than any cloud service (general speech recognizer).
23.
▲
by
barbolo
9y ago
Are you sure SES was the problem? Did you correctly configured DKIM/SPF?
24.
▲
by
barbolo
9y ago
Segmentation is not needed for a modern deep learning system, since this is learned by the neural network. It’s a solved problem for many handwritting recognition problems.
25.
▲
by
barbolo
9y ago
Which way to go: Chrome headless, Firefox headless or both?
26.
▲
by
barbolo
9y ago
Would be nice if it was possible to change the proxy settings for each request or for each session. Last time I checked it was only possible with the C API.
27.
▲
by
barbolo
10y ago
Every now and then I have to train models (mostly neural networks) that bypass captchas. My company provides web automation in Brazil, not for spam, not for marketing purposes. Sometimes the client has a website (like an intranet) that she
28.
▲
by
barbolo
10y ago
I agree with rkaplan. I've been working with many different visual problems and that comment is pretty consistent with what I've seen.
29.
▲
by
barbolo
10y ago
Go with cs231n or the neural networks and deep learning online book from Nielsen. Both valuable and introductory.
30.
▲
by
barbolo
10y ago
Sure you can. The term you are looking for is "multi task learning".
More ›