HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bart__

no profile record

comments

bart__
·7 months ago·discuss
I had similar ideas in the past but never made anything. I wanted to have a host mode where it is hosted on a Chromecast. I believe Chromecast can run custom JS so it should be possible. Maybe even rendering on a phone and streaming to the Chromecast. That would make it even more low friction, so nobody needs to get a tablet or laptop out and hook it up to the screen. Would you be interested in adding that? If you'd want I can maybe even help out with implementing it. Maybe somebody mentioned this before but I couldn't find it.
bart__
·7 months ago·discuss
The best solution I could think of on the spot was this: First write down every license place until it fills up. Then for each time a car drives by, give it a 1/2 chance to write it down. Moving down the list regardless of the outcome. Then once the bottom is reached, do it again but with 1/3 a chance. Over and over again, decreasing the chance each time.

I checked for which situations it is valid, and it surprisingly was when there are many more cars than the list size. But it is not valid when there are just a few more cars than the list size.
bart__
·7 months ago·discuss
Nice statistical problem! I only thought of a solution that is valid for many cars and few worksheet spots. Were you able to fully solve it on the spot?
bart__
·2 years ago·discuss
Certificate Transparency, all CA's log their issued certificates to central log servers, managed by Cloudflare, google etc. If this is not done, the certificate will not be seen as trusted by Browsers. It was designed to have a publicly auditable source of issued certificates, exactly so we can notice rogue google.com certs.
bart__
·3 years ago·discuss
https://developer.mozilla.org/en-US/docs/Web/Security/Certif...

As the other commenter already pointed out, Firefox does not require this. Safari and Chrome do. This indeed is not directly applicable to this situation, since XMPP don't involve browsers. But for websites, the parents attack scenario is not applicable.
bart__
·3 years ago·discuss
Browsers will check if a certificate is in the transparency log, and alert the user if it isn't if I am not mistaken.
bart__
·3 years ago·discuss
Probably the coolest answer in this thread! Did Antarctica have any other option for internet, next to the previous gen satellites?
bart__
·3 years ago·discuss
4090 only has 24 GB and will only be able to fine tune (and merge, which is more memory intensive) the 7B model. The RTX6000 with 48 GB is able to fine tune the 13B model. The 70B model presumably needs multiple GPUs, like 4 RTX6000. For people starting out, you can also use a free GPU from Google colab to fine tune a 7B model. Finetuning 70B gets more expensive and I would suggest trying smaller models first with a high quality dataset.

It is mostly linear I think.
bart__
·3 years ago·discuss
~20 GB vram for the 7B model and 48 GB for the 13B model. It depends on the context size as well. I'd recommend renting a 4090 from a cloud provider like runpod/vast ai to get started, using a PEFT tutorial.