Viewing profile — breisa
breisa
HN member- Joined
- Wed, Jan 24, 2024, 11:54 PM UTC
- HN karma
- 34
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About breisa
No profile information was provided.
Recent public activity
-
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 …
-
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.
-
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.
-
comment
Comment #47911181
They only offer pay-as-you-go. The $9/month plan includes $2 credits and then its payg without markup.
-
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.
-
comment
Comment #47777457
There is only one and for this model you need the one with 128GiB RAM.
-
comment
Comment #47637541
They also do not allow non-coding usage of their coding plan in their ToS.
-
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…
-
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.
- story
-
comment
Comment #47214512
Isn't that just Google trying to dark-pattern you into finally clicking that checkboxes you unchecked during setup?
-
comment
Comment #47148108
Alibaba released a whole set of new Qwen 3.5 models including a ~120B and a ~35B MoE.
-
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/
-
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.
-
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…
-
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…
-
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.
-
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
-
comment
Comment #46890160
Deepinfra offers Whisper V3 at 0.00045$ / minute of transcribed audio.
- comment
-
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…
-
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…
-
comment
Comment #39124586
VLC is able to cast to Chromecast. You can use it to cast from desktop/mobile.
-
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 …