Viewing profile — barbolo
barbolo
HN member- Joined
- Mon, Apr 21, 2014, 12:22 AM UTC
- HN karma
- 199
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About barbolo
No profile information was provided.
Recent public activity
-
comment
Comment #48948441
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.
- comment
-
comment
Comment #48126193
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.
- story
-
comment
Comment #44906483
That's awesome. DINOv2 was the best image embedder until now.
-
comment
Comment #42280744
https://github.com/lwthiker/curl-impersonate
-
comment
Comment #40331537
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 reg…
- story
-
comment
Comment #25910415
It's much worse than that. The leak contains dozens of datasets (relatives, addresses, jobs (+ linkedin), schools, vehicles, income, debts, pictures of faces, companies).
-
comment
Comment #25910372
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.
- story
- story
- story
- story
-
comment
Comment #15702402
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 almo…
-
comment
Comment #15702358
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 …
-
comment
Comment #15699754
Would that be a viable option to deploy TensorFlow models on serverless environments (Lambda, Functions)?
-
comment
Comment #15591708
I’m reading over and over again since the last weekend. And I’m checking the code. And I’m still not understanding it.
-
comment
Comment #15587974
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.
- story
-
comment
Comment #15579463
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 solvi…
-
comment
Comment #15576616
Another interesting fact is that TensorFlow 1.4 supports native MFCC spectrogram tensors.
-
comment
Comment #15576600
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 se…
-
comment
Comment #15495057
Are you sure SES was the problem? Did you correctly configured DKIM/SPF?
-
comment
Comment #15353118
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.