Live data from Hacker News

Viewing profile — barbolo

barbolo

HN member
Joined
Mon, Apr 21, 2014, 12:22 AM UTC
HN karma
199
Public activity
46 items

About barbolo

No profile information was provided.

Recent public activity

  1. 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.

  2. comment
  3. 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.

  4. story
  5. comment
    Comment #44906483

    That's awesome. DINOv2 was the best image embedder until now.

  6. comment
    Comment #42280744

    https://github.com/lwthiker/curl-impersonate

  7. 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…

  8. story
  9. 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).

  10. 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.

  11. story
  12. story
  13. story
  14. story
  15. 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…

  16. 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 …

  17. comment
    Comment #15699754

    Would that be a viable option to deploy TensorFlow models on serverless environments (Lambda, Functions)?

  18. 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.

  19. 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.

  20. story
  21. 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…

  22. comment
    Comment #15576616

    Another interesting fact is that TensorFlow 1.4 supports native MFCC spectrogram tensors.

  23. 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…

  24. comment
    Comment #15495057

    Are you sure SES was the problem? Did you correctly configured DKIM/SPF?

  25. 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.