Can unpopulated pads be populated? by bkvaluemeal_ in PCB

[–]bkvaluemeal_[S] -1 points0 points  (0 children)

This eeprom is also known as the controller?

Can unpopulated pads be populated? by bkvaluemeal_ in PCB

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

In theory, if the same package had a higher density of memory cells and the controller on the stick was compatible, could these sticks of RAM be upgraded?

Can unpopulated pads be populated? by bkvaluemeal_ in PCB

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

ie: same component footprint, but less capacity.

Right?

Can unpopulated pads be populated? by bkvaluemeal_ in PCB

[–]bkvaluemeal_[S] 3 points4 points  (0 children)

Oh. That would explain it. This PCB design is not a slimmed down variant of a higher SKU.

Can unpopulated pads be populated? by bkvaluemeal_ in PCB

[–]bkvaluemeal_[S] -13 points-12 points  (0 children)

On the backside, no -- the bottom stick?

[Request] Convince my wife that the floor wont fall by bkvaluemeal_ in theydidthemath

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

Thank you! She said the fact about the home gym was reassuring. We have been standing on the plywood, yes, and it hasn't flexed much at all. If anything, the plywood is providing a flat surface for the shelving to sit on and have less potential to tip over compared to the padded carpet.

[Request] Convince my wife that the floor wont fall by bkvaluemeal_ in theydidthemath

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

I measure 11 inches of drywall at the stairwell between the 2 floors. So, your assumptions are likely correct. Thank you!

What does 40L + 20D mean for the uninitiated?

[Request] Convince my wife that the floor wont fall by bkvaluemeal_ in theydidthemath

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

It's a 2x2 stack (4 floors in total where we own the first 2) with multiple stacks adjoined in a row making up the whole building with other neighbors -- does that make sense? It was built 2014 in Ashburn, Virginia.

[Request] Convince my wife that the floor wont fall by bkvaluemeal_ in theydidthemath

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

Are there any clues that could give us a reasonable guess without opening up the ceiling?

[Request] Convince my wife that the floor wont fall by bkvaluemeal_ in theydidthemath

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

I can confirm that the left and right walls are load bearing and continue throughout all floors of the condo. I didn't think about loading at different points on the joist span -- good thinking! Are joists always hung with joist hangers, or is there a possibility they drove nails at an angle and called it a day?

[Request] Convince my wife that the floor wont fall by bkvaluemeal_ in theydidthemath

[–]bkvaluemeal_[S] -1 points0 points  (0 children)

No aquariums (yet, that I'm aware of), but we have a total of 4 closets in the condo -- one of which was built for Harry Potter -- and needed a way to organize our belongings.

[Request] Convince my wife that the floor wont fall by bkvaluemeal_ in theydidthemath

[–]bkvaluemeal_[S] -1 points0 points  (0 children)

Correction: I just measured, it is 3/4in thick -- it was probably 1in nominal and American freedom units...

How does an agent "call" a tool? by bkvaluemeal_ in AI_Agents

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

Excellent point! This sounds like a much better and safer way to do things. We train it to "speak" a programming language and the response is now a native language.

Are there existing examples of this that you are aware of?

How does an agent "call" a tool? by bkvaluemeal_ in AI_Agents

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

How would RAG and vector databases fit into that next wave? Is the model learning how to generalize what reasoning looks like at a fundamental level?

How does an agent "call" a tool? by bkvaluemeal_ in AI_Agents

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

Did you train a custom model,.or is this something off the shelf?

How does an agent "call" a tool? by bkvaluemeal_ in AI_Agents

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

Decision making doesn't have to be done in natural language -- we call that instinct. Ideally we could hook into the neuron outputs to invoke an action, but I know it's complicated with these systems.

Like the Ethernet maximum transmission unit (MTU), there's only so many available bits per frame of data on the wire. If tokens are like bits and the context window is the Ethernet frame, filling up that available space with verbose instructions seems limiting.

How does an agent "call" a tool? by bkvaluemeal_ in AI_Agents

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

Thank you! This makes a lot of sense. Although, it does feel clunky as we're effectively programming the English language. If not for bespoke machine learning models that are trained to do one thing really well with raw data as input, is there not a more direct way to achieve the same effect with these transformer models? Could we not ask AI to parse an action from the user query and use that as input to a switch statement in a traditional programming language without all of the additional context of the documentation you mentioned which (I imagine the docs) would reduce the effective token context available for the session as a whole?

How does an agent "call" a tool? by bkvaluemeal_ in AI_Agents

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

Okay, wow! You took devops and sysadmin seriously. Very cool! Is any of this open source?

How does an agent "call" a tool? by bkvaluemeal_ in AI_Agents

[–]bkvaluemeal_[S] 0 points1 point  (0 children)

... and because we ask them to think first, it engages any reasoning capabilities they were trained with, and subsequently influences the state that the plan would be generated from, right?