HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rattt

no profile record

comments

rattt
·3 tháng trước·discuss
The free version can now export 4k too as of a few versions ago.
rattt
·2 năm trước·discuss
Shouldn't jdupes like tools already work now that ZFS has reflink copy support?
rattt
·2 năm trước·discuss
Microsoft's now shut down Mixer (formerly Beam.pro) primarly used WebRTC and had streams with up to 100k viewers at some point all via WebRTC, but can't find much info about it anymore now sadly.
rattt
·2 năm trước·discuss
*Up to 3x of average monthly data stored, then $0.01/GB for additional egress.

Or free if you go through Cloudflare since they have the bandwidth aliance.
rattt
·3 năm trước·discuss
Presumably referring to iPhone 14+ satelite emergency texting https://support.apple.com/en-us/HT213426
rattt
·3 năm trước·discuss
Yeah it supports generic tcp forwarding, I only tried it once when it released but worked without issues. Needs cloudflared on the client as well but so does the method in the blogpost so should be about the same:

https://developers.cloudflare.com/cloudflare-one/application...
rattt
·3 năm trước·discuss
> You could see that by how little RAM ended up being used in llama.cpp when they moved to mmaping the model.

From what I've read that was just an error in reading memory consumption after switching to the mmap version and not more memory efficient at all in the end.
rattt
·3 năm trước·discuss
Ohh wow that actually worked, that's awesome: https://i.imgur.com/4tYEphX.png

Tested on Intel MacOS 12.5 PC with AMD 8GB RX 580 GPU, about 28 secs for 20 steps, surprisingly fast too. I did have to go to chrome://flags and enable "Unsafe WebGPU" even on Chrome Canary (113.0.5656.0) before it would work, otherwise I just got "no adapter" errors.
rattt
·3 năm trước·discuss
Yes works with anything now, they removed the manual accepting of the terms and auth requirement some months after release.
rattt
·3 năm trước·discuss
You don't need a HF account to download the checkpoint, can be downloaded straight from the website/browser, direct url: https://huggingface.co/openjourney/openjourney/resolve/main/...
rattt
·4 năm trước·discuss
Something like HyperLogLog might be fine assuming you don't need perfect accuracy.

https://en.wikipedia.org/wiki/HyperLogLog
rattt
·4 năm trước·discuss
They could still be doing that through an Apple hosted proxy though? I believe services like discord and gmail webclient do that for links to not leak IPs.
rattt
·4 năm trước·discuss
BetterTouchTool has a lot of overlap with AHK I believe. Lets you remap keyboard/mouse actions globally and/or per application and perform actions or run scripts on keyboard/mouse input ands lots of features of that kind.

(Never used AHK myself but the couple times I looked for something similar to BetterTouchTool on Windows I got recommended AHK)
rattt
·4 năm trước·discuss
As far as I know the simple SSH "port forwarding" (-L and -R) used here is just layer 4 reading/writing from one TCP socket to another (plus some multiplexing/encryption in between) and doesn't suffer from any TCP over TCP problems, only the ssh tun forwarding option (-w) is level 2/3 and has that issue but that seems to be much more rarely used.