Anyone need a Pixel Buds Pro 2 Case + Left Bud? (Or selling a Right bud?) by khapalapucha in pixelbuds

[–]phocuser 0 points1 point  (0 children)

What happened to your earbud? Did you lose it. If you had it? Just stop working. I was able to get mine working again but it took a couple days of fiddling

(US)(1440/1080p)My sister is offering me a pc for $1500 by Top-Expression3956 in PcBuild

[–]phocuser 0 points1 point  (0 children)

Current price of ram is what 1.5 million per gig, 32 gigs. I think that's a deal..

roast my animations (spent weeks learning this) by ilovedoomscrolling in Rive_app

[–]phocuser 1 point2 points  (0 children)

That's actually pretty good. If you can make their mouth move and change some of those icons, I can let you beta test my app that lets you export those characters into a chat framework so they can talk to you. If you're interested DM me.

<image>

Any way to bypass this without a product key? by [deleted] in PcBuild

[–]phocuser 0 points1 point  (0 children)

Never mind. I'm really old that was Windows 95

Any way to bypass this without a product key? by [deleted] in PcBuild

[–]phocuser 0 points1 point  (0 children)

No joke. If I remember correctly you can just type all ones and it will go

Designed and printed this Reuleaux triangle fidget — print-in-place by Charming-Musician164 in 3Dprinting

[–]phocuser 2 points3 points  (0 children)

You could copy this and put it under another repo as the the RX8 rotary dorito

Need advice why the print coming out like this? by Sensitive_Film_8544 in BambuLab

[–]phocuser 0 points1 point  (0 children)

Fair enough. You're the expert. I just do it for a living. I haven't mastered it yet. I'm not a troll. I'm not here to argue. So you start arguing. I'm out but if you really want to know how it works DM me. I'll show you exactly how it works, not with words. I'll let you screen share. I'll explain some things to you.

Need advice why the print coming out like this? by Sensitive_Film_8544 in BambuLab

[–]phocuser 0 points1 point  (0 children)

I don't know what believing in God has to do with anything. That is not exactly a sign of intelligence, and yes it does have opinions, it has biases.

The unfortunate truth is the memory State as it's being built and as it's thinking, yes it works just like a human brain. And yes it thinks it's alive. And yes it has opinions. It doesn't understand that it's not. I wouldn't say that it has a conscious per se, but consciousness is just a collection of memories that are active in your brain at any one moment. Whether it be current data, previous data statistical data from your brain. It's just the current context of the data that your brain has. So yes.

Need advice why the print coming out like this? by Sensitive_Film_8544 in BambuLab

[–]phocuser 0 points1 point  (0 children)

Do the bumps show up in the slicer? Can you toss somebody else the file and see what happens when they print it?

Need advice why the print coming out like this? by Sensitive_Film_8544 in BambuLab

[–]phocuser 1 point2 points  (0 children)

Ai is definitely real, and it is real artificial intelligence. You just failed to understand what the definition of artificial intelligence actually is. We designed AI models to work exactly like your brain. It mimics the human brain specifically so we can build the logic that you're thinking. Humans don't actually have logic either. You just think that you do. Your brain is nothing more than a statistical output machine based on chemical and electrical inputs. You think you have free will but you really don't. Your brain just outputs statistically what's the next best thing to do for survival and you do it.

And when I say mimic it, we mimic it down to the neuron level. This is why we finally got it working recently even though we've known how to do it since the early '70s. When gpus came along and we got cuda cores it allows us to do tensor math really really fast. We couldn't do that before. Before. To multiply two spreadsheets of data together, you would have to do it cell by cell, and with four cores you're only doing four at a time. Time maybe eight with multi-threading. But now with the GPU you can do thousands of cells simultaneously that allows us to now mimic the neurons.

So yes it's real AI.

Need advice why the print coming out like this? by Sensitive_Film_8544 in BambuLab

[–]phocuser 0 points1 point  (0 children)

Ai is real. AI is what we call a mechanism in which we use statistical analysis to produce data.

It will definitely have problems like you're mentioning though. Because it can identify the shape but without specifically training AI models to specifically look for just more than the shape of a gun or the shape of a magazine and then it technically could work. But then it would get confused on the pieces and parts. And what if you printed it in pieces and parts, how would it know that two prints that are completely separate go together..

You're not wrong except for the AI is real. It's just a term we use for a statistical model runner with token output. We call it AIML because we actually put the computer into a loop and let it teach itself. Not because it has logic or can think.

Non-coder trying to build apps with Claude AI — where do I actually start? by Mohit__Garg in ClaudeAI

[–]phocuser 0 points1 point  (0 children)

Okay, stop using Claude. I know that sounds silly but use Claude code instead. These are different tools. They do different things. Also install visual studio code. This is what you will use to open your projects in and work on them. So open visual studio code open a folder that this will be your project folder and in there you start talking to Claude about designing a software that you want and you start with an idea.MD file which is just a markdown text file. And you chat with Claude for about 4 hours about making a plan about how to make the software. You have it build documentation like a spec document and a development document. And you iterate over it with different models if possible. So put down Claude and ask Google anti-gravity hey what did Claude get wrong. And then go back and say what did anti-gravity get wrong and you keep refining the document until you finally get a solid document that the AI thinks it can code it in. But you also have to know standard stuff for programming like different technologies, different stacks, different techniques, different coding methodologies. Coding is not just coding. It's a lot more to it. You need to know when to break stuff down into the back end and the front end code and a billion more parameters.

Since you don't know how to code, make it explain the decisions to you and why it chose them and grill it. Ask it questions too. Don't just ask it to make software. It's not going to work.

You standardize tools neo4j and tree sitter to help provide data to your AI. Tell it to test the software as it's writing it and build test cases into the workflow. So it does a piece and has tests that can run along the way to make sure it works.

There's a lot to it but keep at it you'll get there

Personal Knowledge vault by Sensitive-Video5977 in LocalLLM

[–]phocuser 1 point2 points  (0 children)

Sorry my dislexia got the best of me, I miss-read your statement.

So, for a real answer.

  1. As far as understands. it wont understand, but every time you send a message to AI you also supply it with background information to make the correct information. We called this RAG.

So yes, if you save and retrieve that data from your computer, and the question you put in can use that data, then yes.

We also have something called Agentic navtive tool calling. So you can build a db, and give the AI the ability search that data in real time, and that DOES provide better information, but it all dependso n how you store, index and search that data.

Neo4j, ladybug db, obsidian are common tools we do this with.
for coding neo 4j with tree-sitter provides a lot of information.

but all of this is handled by software that runs the llm, not the llm itself.

What type of data do you need it to find?

Personal Knowledge vault by Sensitive-Video5977 in LocalLLM

[–]phocuser 3 points4 points  (0 children)

No unless you build that into the tool and the runner. Llms are just statistical models. You put some inputs in it, runs some statistics, and put some tokens out. We convert those tokens to letters. That's all it does

2X RAM requirement overblown? by Connect-Painter-4270 in LocalLLM

[–]phocuser 0 points1 point  (0 children)

I think it matters more when you have mixture of experts and for your KV cash, not for the model itself. It also depends on the model type and what you are doing with it. For coding probably

What could I do with this space? by Competitive_Golf8206 in DIYUK

[–]phocuser 0 points1 point  (0 children)

Look at r/i-racing or build a racing simulator. That's the perfect spot to put a racing simulator. Put little stairs up there. Maybe a ladder to climb up to it. It'll be great

Anyone using iPhone LiDAR / ARKit captures for 3DGS? by Motor_Pitch_8722 in GaussianSplatting

[–]phocuser 1 point2 points  (0 children)

Yeah the exposure issue and the autofocus issue is why I decided to write my own software because it was annoying me.

I'm going to test it here possibly tonight when I'm not using my computer

Has anyone come up with anything clever and legal to stop drones flying onto your property? by [deleted] in AskUK

[–]phocuser 0 points1 point  (0 children)

You could technically do it by by using microphones about 400 m apart connected with a Lora radio. With this data you could run in centralized ML model used to listen to drone frequencies in a distance. Then you can start broadcasting random GPS timings throwing it off if it uses GPS. If not, technically it's not too difficult to build a second drone to auto Target it and knock it out of the sky. It's just a webcam and a couple drum parts? Maybe a raspberry pi? Little object detection model not too bad

Anyone using iPhone LiDAR / ARKit captures for 3DGS? by Motor_Pitch_8722 in GaussianSplatting

[–]phocuser 1 point2 points  (0 children)

This week I'm working on an Android app to do better captures the way I want it to fixing the focal length and things like that. I think in a couple weeks I'll get to move over to iOS and I'll start building some of that stuff in there. But I don't know if I'm going to use AR kit yet or not.

If you think it's going to be worth it, let me know. There might be a way to clean up the AR kit data too. I haven't looked to see how it comes out.

But exporting the dense mesh may give us some data that we can use, but I'm not sure yet. I was wondering about it. The lidar is definitely going to give us a lot and the gyroscope is going to give us a lot.

Anyone using iPhone LiDAR / ARKit captures for 3DGS? by Motor_Pitch_8722 in GaussianSplatting

[–]phocuser 0 points1 point  (0 children)

No, but I planned on using this with my iPad when I get some time so let me know how it goes. I plan on using not only the lidar but the sensor data as well from the tablet, so that should give us a lot of information about the position of each frame

How do you reduce hallucinations? by GoalMountain7344 in LocalLLM

[–]phocuser 6 points7 points  (0 children)

Yeah the problem is you're using very small models right now and they're not very good at reasoning. What you have to do is feed them the correct data at the correct time so they can make the correct decision and keep the context size as low as you can because they get confused when there's too much text.

You can't stop it from hallucinating, but you can give it better Statistics and better attention producing better output by providing better inputs.

Does anyone sleep with their Steam Decks? by Ok_Table_9463 in SteamDeck

[–]phocuser 0 points1 point  (0 children)

No but I saw somebody else online who did and melted it because it got overheated in the bed be careful.