HackerTrans
TopNewTrendsCommentsPastAskShowJobs

convivialdingo

no profile record

comments

convivialdingo
·4 месяца назад·discuss
Or anti-Democrat forum? Let's not pretend this isn't a California law, or a bipartisan political power grab.
convivialdingo
·4 месяца назад·discuss
Man, that's pretty excellent!

I once built a demo-ish encrypted network boot system using similar initrd techniques. It's a fun hack working in the preboot environment.
convivialdingo
·5 месяцев назад·discuss
Anyone who's grown up around the upper class social strata understands this to be true.
convivialdingo
·5 месяцев назад·discuss
Similar story for myself. It was long and tedious for my mental model to go from Basic, to Pascal, to C, and finally to ASM as a teen.

My recent experience is the opposite. With LLMs, I'm able to delve into the deepest parts of code and systems I never had time to learn. LLMs will get you to the 80% pretty quick - compiles and sometimes even runs.
convivialdingo
·6 месяцев назад·discuss
That's super impressive! Definitely one of the best quality conversational agents I've tried syncing A/V and response times.

The text processing is running Qwen / Alibaba?
convivialdingo
·6 месяцев назад·discuss
That’s amazing effort - I am impressed.

Awesome to see more small teams making impressive leaps.
convivialdingo
·6 месяцев назад·discuss
Impressive! The cloning and voice affect is great. Has a slight warble in the voice on long vowels, but not a huge issue. I'll definitely check it out - we could use voice generation for alerting on one of our projects (no GPUs on hardware).
convivialdingo
·6 месяцев назад·discuss
I spent a few months working on different edge compute NPUs (ARM mostly) with CNN models and it was really painful. A lot of impressive hardware, but I was always running into software fallbacks for models, custom half-baked NN formats, random caveats, and bad quantization.

In the end it was faster, cheaper, and more reliable to buy a fat server running our models and pay the bandwidth tax.
convivialdingo
·7 лет назад·discuss
Sure - that's a solution - Apple's iCloud Keychain might work there also.

I don't use it and have some reservations as Apple’s iCloud services still do not provide end-to-end encryption.

I'd be interested to see what Matt Green has seen.
convivialdingo
·7 лет назад·discuss
Public keys are essentially trackable metadata if they're shared. The proposed hash of time + public key would be guessable if you had access to a particular public key. Apple certainly could get the public key.

They wouldn't know specifically what data was in the encrypted message, but with enough attributes (IP, time, Apple ID, etc) they could obviously gather a high-confidence amount of tracking data still.
convivialdingo
·7 лет назад·discuss
Could be - but time would be something easily guessable if you knew the public key.

Still not bad though since the public keys are being stored on the devices.
convivialdingo
·7 лет назад·discuss
The hard part is going to be the key rotation.

I’d suspect they’re using something similar to Moxie’s Double Ratchet algorithm since it’s got some years of real world usage.

https://en.m.wikipedia.org/wiki/Double_Ratchet_Algorithm
convivialdingo
·7 лет назад·discuss
Just awesome!!!

I built a 68k machine (no video, just CPU, Serial I/O, RAM/ROM) in high school and it was really nostalgic to see your incredible and awesome project!

Congrats on such an awesome build!!!