HackerTrans
TopNewTrendsCommentsPastAskShowJobs

infiniteregrets

28 karmajoined 4 anni fa

Submissions

Show HN: KV-psi, using Linux PSI to to trim an LLM KV cache

github.com
8 points·by infiniteregrets·17 giorni fa·0 comments

Show HN: Parallax – Coordinate adversarial AI agents over durable streams

github.com
5 points·by infiniteregrets·4 mesi fa·1 comments

Behind y-s2: serverless multiplayer rooms

s2.dev
3 points·by infiniteregrets·9 mesi fa·0 comments

Show HN: Multiplayer AI Chat

s2.dev
3 points·by infiniteregrets·9 mesi fa·0 comments

How to become your own ISP [video]

youtube.com
2 points·by infiniteregrets·11 mesi fa·0 comments

Tensorflow.js Typosquatting Attack

safedep.io
1 points·by infiniteregrets·11 mesi fa·0 comments

Show HN: Making AI chat sessions durable to network failures

github.com
5 points·by infiniteregrets·11 mesi fa·0 comments

Keeping Time on a Stream

s2.dev
3 points·by infiniteregrets·anno scorso·0 comments

False Sharing

mechanical-sympathy.blogspot.com
1 points·by infiniteregrets·2 anni fa·0 comments

comments

infiniteregrets
·7 giorni fa·discuss
this is very cool! i also made a kokoro based tts tool which runs on a jetson orin kit. it serves tts generations over durable streams, try it out here: https://streamtts.dev/ , i also wrote about it: https://s2.dev/blog/local-ai
infiniteregrets
·3 mesi fa·discuss
this is very cool! i recently hacked on something similar https://github.com/s2-streamstore/parallax

and also wrote about it https://s2.dev/blog/distributed-ai-agents
infiniteregrets
·4 mesi fa·discuss
I also wrote about it here: https://s2.dev/blog/distributed-ai-agents
infiniteregrets
·9 mesi fa·discuss
It builds trust if its live
infiniteregrets
·anno scorso·discuss
indeed, we wanted to build an example for a quickstart to showcase "data in motion" and starwars seemed like a perfect fit, the OG had IP blocks in place which made it really difficult to use, so we thought of finding some OSS project that we could self-host and after a lot of searching we found "ascii-movie" (our patch: https://github.com/s2-streamstore/ascii-movie) and the end result was just as similar to towel.blinkenlights.nl -- https://s2.dev/docs/quickstart or simply telnet starwars.s2.dev 23

ps, it is running on fly.io so please don't melt the poor baby
infiniteregrets
·anno scorso·discuss
Nope! I think I did come across this, but the ecosystem around it didnt seem to be there. You can get AMG8833 for quite cheap in some places
infiniteregrets
·anno scorso·discuss
That's awesome! I love the idea of having everything self hosted, but I have various ideas like being able to share the streams on devices etc which i havent built upon. Please do share what you end up building!
infiniteregrets
·anno scorso·discuss
I would suggest against it, I feel handicapped using AI sometimes. its helpful in a lot of cases eg repetitive work, but drivers feel like you need to be very careful so I would use AI to learn concepts and write things myself! Good luck!
infiniteregrets
·anno scorso·discuss
Hi, thank you for your question!

I have been interested in this since I was in college. I was building a capacity counting system for our gym. Our gym used density.io and seemed like a waste of money and I though how about if we could have our own solution homegrown by students. But I couldn't get people on board, but I was able to prototype something.

The thermal camera is just a pixel array, which each pixel is denoting its temperature. Kitchens are tricky, since hot items can gravely affect the temperature readings. I use it at the entrance to check if my roomie is in or not/.

you have drivers for amg8833 in rust and c I believe, but adafruit stuff is good in python so I would say its a good place to start IOT projects! You can write your own drivers, which is quite fun!
infiniteregrets
·anno scorso·discuss
Hi! I am the author of this post, feel free to ask any questions about the project! I use this project at home to monitor the kitchen sometimes (:
infiniteregrets
·anno scorso·discuss
(S2 dev) I think it took a bit of time to figure out what was going on as it was more of a game of enabling a feature in the sha2 crate since the profile showed us that it was using `soft` while we needed the hardware optimized. We thought being on neoverse-v1 would automatically detect to use hardware optimization, but that wasn't the case and we ended up looking at the sha2 crate closely only to figure that enabling the asm feature fixes it!
infiniteregrets
·anno scorso·discuss
hi, S2 dev here. I found that if you explicitly set the algorithm for the checksum (crc32c) aws SDK would ignore the provided checksum and we were doing both. I also found a related issue https://github.com/awslabs/aws-sdk-rust/issues/1103
infiniteregrets
·2 anni fa·discuss
my middle school English teacher used to say the last four lines of this poem often, but I never understood why... or maybe I do now
infiniteregrets
·2 anni fa·discuss
(S2 Team member) As we move forward, a Java/Kotlin and a Python SDK are on our list. There is a Rust sdk and a CLI available (https://s2.dev/docs/quickstart) . Rust felt as a good starting point for us as our core service is also written in it.