HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Anunayj

no profile record

Submissions

Coconut Ventures: A game where you start your own VC Fund in Bengaluru

coconutventures.in
1 points·by Anunayj·3 miesiące temu·1 comments

comments

Anunayj
·3 miesiące temu·discuss
Original Post: https://www.reddit.com/r/bangalore/comments/1sqeuzd/i_made_a...
Anunayj
·2 lata temu·discuss
Can someone also comment on how secure the built in password in manager in Firefox is to unsophisticated malware attacks that simply copy your browser extension data and such. Compared to bitwarden which requires a password to unlock it, and as I understand stores everything encrypted on disk.
Anunayj
·2 lata temu·discuss
I recently experimented with running llama-3.1-8b-instruct locally on my Consumer hardware, aka my Nvidia RTX 4060 with 8GB VRAM, as I wanted to experiment with prompting pdfs with a large context which is extremely expensive with how LLMs are priced.

I was able to fit the model with decent speeds (30 tokens/seconds) and a 20k token context completely on the GPU.

For summarization, the performance of these models are decent enough. However unfortunately in my use case I felt using Gemini's Free Tier with it's multimodal capabilities and much better quality output made running local LLMs not really worth it as of right now, atleast for consumers.
Anunayj
·2 lata temu·discuss
Where was the off by one error? I read the article and didn't find any mention of it.
Anunayj
·2 lata temu·discuss
Why is low latency livestream so hard, while at the same time Cloud Gaming Tech like Nvidia Gamestream and such can have such a flawless experience?

I've used Moonlight + Nvidia Gamestream with ~40ms RTT and couldn't feel a difference in competitive shooters, so total latency must be pretty low.

Does it have something to do with the bandwidth requirements? (1 stream v/s potentially hundreds)
Anunayj
·2 lata temu·discuss
Was this laptop in question from Hewlett Packard (HP)? Because I swear I've seen this exact behaviour on a HP laptop.
Anunayj
·2 lata temu·discuss
Well there are a couple of ways one can do this!

1. Recursively lookup DNS, so domains will have to be blocked at the registrar level, since DNS is unencrypted, it can be blocked at ISP level as well.

2. Use a protocol alternative to DNS, a good mature example is GNS. It aims to replace DNS, with a built from group up, modernish protocol. Using a DHT and public-key cryptography.

3. There are "block chain" solutions to the whole domain problem, look at Handshake, ENS etc.
Anunayj
·2 lata temu·discuss
I wanted to play around with this! But too bad I have a Samsung Snapdragon :(

And it doesn't expose ADR/carrier phase.
Anunayj
·2 lata temu·discuss
Are there any observable effects of such events that I can see on everyday equipment? Something like increased Bit Flips caused by Cosmic Rays or such?
Anunayj
·5 lat temu·discuss
there is a Open issue from 2017 about pressure sensitivity [1] but seems like the author does not plan to actively maintain the project.

Honestly I'll play around a little to see if can quickly add that functionality.

[1] https://github.com/dli/paint/issues/9

EDIT: Just made a quick and dirty pull request, a live version here: https://brushpaint.pages.dev/ Now If someone puts more time into this they could: Add support for tilted pens (Change bristle direction based on tilt, my pen doesn't support tilt.) Also the scaling is linear, which is probably not perfect.