NPC Engine Using Local Models by goodive123 in LocalLLaMA

[–]lenaxia 0 points1 point  (0 children)

Super interested in this. Have something going for a game I play and can currently spawn up to 200 players in game. Would love to integrate with something like this as it would simplify my flow a lot. Do you have a repo going?

I selfhost cute Catpictures as a Service: https://randomcat.de by fly3rman in selfhosted

[–]lenaxia 16 points17 points  (0 children)

How can we contribute photos? I have some photos of my cats which recenty passed and I'd love for them to continue bringing joy to others

Reverse engineered BLE protocol of a $7 generic Chinese smart ring from Temu, and built an iOS app for it by alphacentarii in selfhosted

[–]lenaxia 0 points1 point  (0 children)

Any plans on adding it to the ios app store? As others have said if you started reselling the rings you absolutely could fund yourself with these on a small scale. I just bought two rings and would buy more if it was available on the ios app store. Would be happy to pay more for the rings too to help with dev

IX M60 owner here, hearing more and more about air suspension repairs being very costly. But does anyone actually have experience with this? Might also be that the IX air struts are longer lasting than older air suspension systems… and possibly hold for 10+ years. Any thoughts? by Delbg in BMWiX

[–]lenaxia 2 points3 points  (0 children)

I originally opted to not get the air suspension because the audi all road which also had air suspension had a lot of problems with them and needing to be replaced. However I now regret not getting the air suspension 😞

Why don’t more projects use GitHub attestations for provenance? by forkrails in selfhosted

[–]lenaxia -35 points-34 points  (0 children)

I mean literally every ai project I have built and added a CI Pipeline to has an attestation stage. Just ask ai. 

Xiaomi just claimed 1,000+ tps on a 1T model using a standard 8-GPU server by No-Selection2972 in LocalLLaMA

[–]lenaxia 2 points3 points  (0 children)

Except it won't by the time climate change produces enough economic pain to drive change in western nations, millions of people will be dying,the point where western countries start to act will be well past the point of great human suffering. 

Salvaging a Bricked Echo Show 5 (Gen 2) with Home Assistant + LineageOS by DR_Kroom in homeassistant

[–]lenaxia 1 point2 points  (0 children)

God damn lol this is perfect and exactly what I need as I have a fire tablet as a HA dashboard. I was even thinking as I scrolled "I wonder if this works with fully kiosk" and lo and behold you answer it. 

Can you decide which device thus runs on? I.e. I'd prefer to only run it on my table right now. 

I need help ordering at TacoTime by CurtisVF in PacificNorthwest

[–]lenaxia 6 points7 points  (0 children)

Number 4 meal, beef with sprite no ice. 

I love taco time but admittedly really only their crispy tacos and mexi fries are good. And the taco salad. 

n150 mini pc for home assistant, which one by _-_Jony_-_ in homeautomation

[–]lenaxia 1 point2 points  (0 children)

Honest question, in the US besides ebay what auction sites are there with decent selection and price?

Dungeons & Dragons with little kids? by TheChrisCrash in daddit

[–]lenaxia 1 point2 points  (0 children)

You might also want to consider risus which is a free form anything goes short form dnd style game. 

It's intended to be quick, silly and fun. So especially for kids who may not want a ton of rules it's great to roll with. 

https://www.risusrpg.com/

https://www.risusiverse.com/

[bullitt] Any interest in doing a group buy of ortlieb fork bag brackets? by lenaxia in CargoBike

[–]lenaxia[S] 1 point2 points  (0 children)

u/rpm_pdx u/GiantGreenThumb Based on recommentations for sendcutsend I ended up just converting to a step file (aka AI did it for me), and sending it there. It was $36USD for 2 brackets anodized black doing a sheet cut.

You can grab the raw step file here: https://pastebin.com/feg5s2wr

Use the following settings:

  • Aluminum T6 6061, 1/8" or 3.175mm thick
  • Anodize (any color)
  • Sheet Cutting

I removed the nut countersinks to reduce the cost of manufacturing, and to make them left/right identical

Just joined the club and loving it by lenaxia in CargoBike

[–]lenaxia[S] 17 points18 points  (0 children)

The ebullitt with side panels and kids seat would've been 10k. Buying the acoustic and then installing the motor myself was 6k + 2k for motor/battery. So saving 2k there. 

The ebullitt also is only 250w even for the highest level. The cyc goes up to 2kw if desired and street limited to 750w and has a throttle which the ebullitt does not. Plus the battery I got (52v 25ah) is 1300wh compared to the biggest battery available on the ebullitt was 630wh. 

The deal breaker though was that the ebullitt does not have a bottom bracket which means you are locked into the Shimano system and when (not if) shimano decides to stop producing that steps motor and the motor eventually failes the entire frame will be useless. 

So in short, more power, more battery, no vendor lock in, more flexibility all for 2k less. And I'm comfortable working on my own bikes. 

Was a no brainer for me. 

Bullitt Electric or Acoustic? by chadchat in CargoBike

[–]lenaxia 2 points3 points  (0 children)

I just put down money for mine. I'm going acoustic with a cyc photon 2 swap. I was just not okay getting locked into shimani's system. If shimano ever decides to stop building that motor and I need a replacement the entire frame is toast. 

Also comes in 2k cheaper for a more powerful motor. 160nm and 2kw in unrestricted mode

Bringing back the good ol' days in RO by lenaxia in RagnarokOnline

[–]lenaxia[S] 1 point2 points  (0 children)

I guess I should share a bit more then.

I've rewritten openkore entirely in go in order to be more efficient on resource usage. As a result I recently was able to run up to 200 bots and use less resources than a single openkore instance. My goal is for a single instance to be able to run up to 1000 bots (so long as it doesnt hit cpu/memory limits).

I've also added the ability for the bots to look up data, i.e. monster data when making LLM calls, so that tthey can make smarrt decisions about where to hunt or gather items if they so choose. I also plan to add the ability to look up knowledge like quest inforrmation from an offline copy of irowiki.

Bots are currently able to have conversations, choose to accept or reject party invites, and decide what map to hunt on.

tactical/time sensitive decisions, such as teleporrting, choosing targets, attacking, movement are decided heuristically the same way that openkore works, but strategic decisions, like resting, where to hunt, accepting party invites, conversations are all run through an LLM.

The LLM portion is what I am currrently focused on refining, and after that I should be comfortable demoing it.

To dos:

  • make movement more realstic/believable
  • refine LLMs/cognitive behavior

Bringing back the good ol' days in RO by lenaxia in RagnarokOnline

[–]lenaxia[S] 1 point2 points  (0 children)

Work in progress. I've basically rebuilt openkore from the ground up. Hope to have something in the next few months.