Live data from Hacker News

Viewing profile — breisa

breisa

HN member
Joined
Wed, Jan 24, 2024, 11:54 PM UTC
HN karma
34
Public activity
24 items

About breisa

No profile information was provided.

Recent public activity

  1. comment
    Comment #48120014

    Thats far from reality. Just use the online form of BSI for disclosure. They contact the affected party for you. This way you optionally can stay anonymous and the vulnerabilities …

  2. comment
    Comment #48113981

    They don't have to offer a version of the website without consent. As long as they inform you that the site will use cookies if you use it that should be GDPR-compliant.

  3. comment
    Comment #47938338

    https://en.wikipedia.org/wiki/Payment_Services_Directive tldr: eu mandates secure 2fa for online banking and most banks only implement it using their app as second factor.

  4. comment
    Comment #47911181

    They only offer pay-as-you-go. The $9/month plan includes $2 credits and then its payg without markup.

  5. comment
    Comment #47824594

    If such a backdoor exists, it is probably cryptographically secured to prevent "unauthorized" access. E.g. the xz backdoor was secured like that.

  6. comment
    Comment #47777457

    There is only one and for this model you need the one with 128GiB RAM.

  7. comment
    Comment #47637541

    They also do not allow non-coding usage of their coding plan in their ToS.

  8. comment
    Comment #47624318

    They are talking about the chat template and not the system prompt. With current gen models, the system prompt is only part of a larger pretext that is passed to the model at the s…

  9. comment
    Comment #47481117

    Just did a quick write-up on how to modify Firefox's AI features after spending some time figuring out how to modify the prompts/commands.

  10. story
  11. comment
    Comment #47214512

    Isn't that just Google trying to dark-pattern you into finally clicking that checkboxes you unchecked during setup?

  12. comment
    Comment #47148108

    Alibaba released a whole set of new Qwen 3.5 models including a ~120B and a ~35B MoE.

  13. comment
    Comment #47093533

    Maybe look into model finetuning/distilation. Unsloth [1] has great guides and provides everything you need to get started on Google Colab for free. [1] https://unsloth.ai/

  14. comment
    Comment #47093426

    I mean they already supported the project quite a bit. @ngxson and maybe others? from Huggingface are big contributors to llama.cpp.

  15. comment
    Comment #47039853

    The thing is, with most banks you aren't even allowed to use the Wero app that has this play integrity restriction. The banks integrate Wero directly into their own apps. So its mo…

  16. comment
    Comment #47039657

    Those Ryzen AI Max+ 395 systems are all more or less the same. For inference you want the one with 128GB soldered RAM. There are ones from Framework, Gmktec, Minisforum etc. Gmktec…

  17. comment
    Comment #46890276

    Thats just the result of the model only supporting russian (and 12 other languages) and not urkainian. It maps to the closest words from training data.

  18. comment
    Comment #46890241

    Not sure if its "realtime" but the recently released VibeVoice-ASR from Microsoft does do diarization. https://huggingface.co/microsoft/VibeVoice-ASR

  19. comment
    Comment #46890160

    Deepinfra offers Whisper V3 at 0.00045$ / minute of transcribed audio.

  20. comment
  21. comment
    Comment #39689952

    That is a common misconception. In EU law, there are regulations and directives. Regulations are immediately active in all EU countries. In contrast, directives need to be translat…

  22. comment
    Comment #39439526

    There is "Signed Pages" by the developer of EteSync. It is a browser extension, that checks webapps based on signatures in the html file. The addon then warns the user if the signa…

  23. comment
    Comment #39124586

    VLC is able to cast to Chromecast. You can use it to cast from desktop/mobile.

  24. story
    Show HN: Record, plot and replay arbitrary 433mhz signals using a Raspberry Pi

    I made a Python command-line tool to record and replay arbitrary 433mhz signals. This allows to clone key fobs, garage door openers etc. In addition to the recording/replaying, it …