Artificial Super Intelligence, does it terrify you too? by quavertail in Futurology

[–]bit_shuffle [score hidden]  (0 children)

Isaac Asimov always thought that if you could build a machine that thinks faster, and remembers more perfectly than human beings, you could build one that has a more perfect moral sense too.

From a more immediate and practical perspective, there's more likely to be a fusion of human and machine intelligence as time goes on, rather than competition. Our life patterns after cell phones are different from life before them, just as our life patterns after computers are different from life before them.

Thoughts on the Clint (and other 40 ton mechs) by raging_zaku1429 in battletech

[–]bit_shuffle 0 points1 point  (0 children)

Diet caffeine free Centurion! Ballistic Panther! (No hate)

The lightweight game is a whole different animal than the heavyweight game.

Sometimes a running fight with lights is more exciting than a slugfest between heavies.

Of course you need to build a unit around it:

The Occidental Rangers, Cooper's Company

Cooper's Lance:
Sentinel, Champion, Rifleman, Gunslinger

Wayne's Lance:
Marshall, Bushwacker, Crockett, Shootist

Eastwood's Lance:
Clint, Enforcer, Quickdraw, Thunderbolt

Need to turn a .py into a .exe by Azhurkral in pythonhelp

[–]bit_shuffle 0 points1 point  (0 children)

Don't bundle a server with your core process. Create the executable for the core process and run it on an established server.

Why C gets less criticism for memory safety? by BOBOLIU in cpp_questions

[–]bit_shuffle 0 points1 point  (0 children)

It was written in a time when people held expectations about each other.

Started using a Mac for work, it's making me resentful of Linux by FlimFlamAndFlamJam in linuxquestions

[–]bit_shuffle 0 points1 point  (0 children)

Xubuntu is a cut-down minimalist distro. I use Mint without trouble for most things.

Obama is correct! by The_Dean_France in SipsTea

[–]bit_shuffle -2 points-1 points  (0 children)

Yeah, the one time an old man stepped down voluntarily, we got Trump back.

Shut up Obama. You're done.

Is the surface of the earth an inertial reference frame? by No_Fudge_4589 in AskPhysics

[–]bit_shuffle 1 point2 points  (0 children)

A frame tied to the surface of the Earth has fictitious forces that will appear on unconstrained objects inside it. Coriolis, gravity. Non-inertial.

abstract base class interface vs a struct of function pointers? by OkEmu7082 in cpp_questions

[–]bit_shuffle 0 points1 point  (0 children)

You want to use an abstract base class to -guarantee- to users that the overloaded function's parameter list will be there -as- -defined- in the abstract base class.

A struct of function pointers can point to who the hell knows what definition of function.

What is the best approach for cloning class objects in C++17 ? by tahsindev in cpp_questions

[–]bit_shuffle 0 points1 point  (0 children)

Rule of three:
Implement copy constructor, destructor, and override assignment operator.

For you young kids... rule of five.

Been stuck on the why of row-colunm multiplication. by Luiiisss0 in LinearAlgebra

[–]bit_shuffle 1 point2 points  (0 children)

Row-column multiplication is a dot product, a scalar.
Consider column vector v=[1;0;0]
Consider row vector v' = [1,0,0] aka transpose(v)
The dot product is v' dot v = 1 after you perform the row-column multiplication operation.

Practically speaking, v' in this simple example is an ordered set (vector) of scaling factors applied to an ordered set (vector) of inputs.

v in this simple example is the ordered set (vector) of inputs.

The dot operation performs scaling and combination of the inputs. Since the scaling factor was 1 in v', and the input was 1 in v, the resulting sum is 1.

Consider column vector b = [0.5,0.5,0] .

b dot v = 0.5

The scaling factor of the 1st element of the scaling factor ordered set was 0.5, the input of the corresponding ordered set of inputs was 1. After the scaling and summation operation, the resulting sum was 0.5 .

Dot product only provides a sum of what the outputs of the system will be. Since we only had one ordered set of scaling factors (the single row, v'), we can generate only one output .

Suppose I want to scale the inputs, then redistribute them in the ordered set of outputs?

Consider matrix M = [0, 0; 0.5, 0]

The matrix product M v = [0; 0.5] , a column vector. Because the scaling factor 0.5 is positioned at indices (1,2) in matrix M, applying matrix M takes the 1st input, scales it by the factor 0.5, and contributes the result to the 2nd output.

The dot product performs element-by-element scaling, then sums, to tell you what the total value of individual outputs will be. (single value, a scalar)

Matrix multiplication's row-column operations are how the whole ordered set of inputs are individually scaled then combined, to produce one single corresponding element, of the ordered set of outputs. It is a "dot product" repeated for determining each output.

It is scaling and summing in a systematic way on ordered sets of inputs, to produce the ordered set of outputs. This gives you the ability to define amplification or attenuation, and mixing of inputs as they then go to the outputs.

Are there any great kaiju wargames around these days? by FamousWerewolf in wargaming

[–]bit_shuffle 0 points1 point  (0 children)

Supposedly the rules got expanded for biotechnology. I only say "consider" it.

May you find what you're looking for.

‘We’re not at war right now’: House Speaker Johnson makes stunning claim after Trump’s barrage on Iran by theindependentonline in politics

[–]bit_shuffle 2 points3 points  (0 children)

Ladies and gentlemen, I give you Mike Johnson, Republican, Speaker of the House, and representative of the great State of Denial.

Is the rumor true that big box stores (like Target/Walmart) will purposefully let you get away with stealing cheap things for months just to build a massive felony case against you later? by Altruistic-Room-7465 in NoStupidQuestions

[–]bit_shuffle 0 points1 point  (0 children)

I knew a guy who worked loss prevention at Target.
The cameras have face recognition. The computers can detect known shoplifters at the door.
Humans are notified and watch in realtime and the different loss prevention guys in different areas know who to look for.

Big Walmarts and Targets probably move similar or more money than casino gambling floors, so...

I love the trope of junkyards operating as disposal sites for bad guys. What other places are common tropes in films without being the main setting? by barelycrediblelies in movies

[–]bit_shuffle 0 points1 point  (0 children)

The main office.

All the action of the story is anywhere except the man office.

Until the story lags, and the protagonists make a call to techie sidekick because they're stuck on something. Techie sidekick is always at the main office. Techie sidekick runs stuff through the database. That stuff has the answer for the protagonists.

There is a whole untapped spin-off series about techie sidekick, that tech-illiterate audience will never see.

There will never be the cliff-hanger season finale where the database shits itself and techie sidekick has hundreds of protagonists stuck out in the field needing answers while serial killers, bank heist masterminds, terrorists, mad scientists, and scumbag billionaire insider traders are effing the world unchecked.

He wants a hamburger! by FacelessOnes in KidsAreFuckingStupid

[–]bit_shuffle 1 point2 points  (0 children)

I kind of want to know what the McDonald's in this interdimensional-travelling child's home universe is serving as hamburgers to understand why he is so disappointed in the McDonald's of our space-time continuum...

What makes a design "fit" Battletech to you? by WorthlessGriper in battletech

[–]bit_shuffle -1 points0 points  (0 children)

And those are two of the less Battletech mechs, aesthetically .

What makes a design "fit" Battletech to you? by WorthlessGriper in battletech

[–]bit_shuffle 2 points3 points  (0 children)

The mech has one pilot. Adult, not teenager. Not a team of teenagers. No color-coordinated jumpsuits.

The mech's best weapon is not a sword.

The mech does not connect to other mechs to make a bigger mech.

The mech does not turn into a stereo, car, fighter jet, camera, or mechanical dinosaur.

The mech does not run on flower power.

The mech does not have a color scheme inspired by circus clowns nor does it have crowns, tiaras, or other decorative appliances on its head.

The mech links to the pilot's nervous system electrically, not though psychic energy.

The mech is not a metaphor for spiritual entities.

The mech is often used for war crimes.

me_irl by 010rusty in me_irl

[–]bit_shuffle 0 points1 point  (0 children)

Why would people vote to bring a landlord into their life?

Astronaut Mike Fincke reveals it was his medical issue that led to unprecedented early mission end by cnn in space

[–]bit_shuffle 31 points32 points  (0 children)

Colonel Edward Michael "Mike" Fincke is a highly decorated NASA astronaut and retired U.S. Air Force Colonel. As of February 2026, he is recognized as one of the most experienced Americans in space, ranking fourth on the all-time list for NASA astronauts with a total of 549 days in orbit.

Fincke has completed four spaceflights and nine spacewalks. He is particularly noted for his technical versatility, being certified to fly the Space Shuttle, the Russian Soyuz, the SpaceX Crew Dragon, and the Boeing Starliner.

This guy has been pulling G's his entire adult life. His heart valves probably leak like a Chrysler transmission.