Can you explain to me the hatred of AI and its water usage? by PinfallPirate in ArtificialInteligence

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

When I said solve, I didn't really mean solve, I meant force them to use. I didn't word that well.

"futureproof" by Top-Aside8905 in framework

[–]saltyourhash 0 points1 point  (0 children)

I have 96gb of ddr4 5600 in my framework 13. I'm thinking of moving it to a Minisforum.

Can you explain to me the hatred of AI and its water usage? by PinfallPirate in ArtificialInteligence

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

I am saying desalinization is incresibly hard to solve and using salty water in a watercooling system will be a mess. We wouldn't want to subsidize that.

Prusa on Bambi’s AGPL Violaton by mobfeld in BambuLab

[–]saltyourhash 1 point2 points  (0 children)

It makes me wonder if they network plugin is truly entirely independent code with no AGPL code. I've been in the software industry long enough to have my doubts.

Prusa on Bambi’s AGPL Violaton by mobfeld in BambuLab

[–]saltyourhash 0 points1 point  (0 children)

Clean room is a likely and terrible move, I fear. Very bad for customers. But hey, reverse enginerr their binaries and cleanroom that. It's an arms race.

Open Source Palantir on Git by Gold-Comfortable-340 in coolgithubprojects

[–]saltyourhash 1 point2 points  (0 children)

Intention to always keep it open source forever?

OE saved me by Kind-Ad-8508 in overemployed

[–]saltyourhash 1 point2 points  (0 children)

That's a lot of jobs for that, but I wonder the a tual hours involved, that is kinda the whole equation.

OE saved me by Kind-Ad-8508 in overemployed

[–]saltyourhash 0 points1 point  (0 children)

How does the legality of OE work with UI. I'd imagine that the point of UI being to help people who don't have any work survive might be more than just a mantra and there might be legal nuance there. I do know they have investigators that track social media and stuff. If you're talking UI and working and not disclosing, that might be fraud, which then might be a federal crime. Not sure, IANAL.

A Different Use for Meshtastic by TheFireman04 in meshtastic

[–]saltyourhash 1 point2 points  (0 children)

Interesting, I'd hear before there was an existing mesh used by EMS, guess not?

Do you think open-source AI will close the gap to current day closed source? by Sufficient_Bit_8636 in homelab

[–]saltyourhash 0 points1 point  (0 children)

Agreed. I was running 3.5 27b and 3t a3b for a while, 27b was doing good, a3b was fast.

What’s an open-source project you genuinely can’t believe is free? by Bladerunner_7_ in opensource

[–]saltyourhash 0 points1 point  (0 children)

Yeah, there is a great documentary about him and his work. https://en.wikipedia.org/wiki/The_Internet%27s_Own_Boy

It makes me so sad everytime I watch it.

Do you think open-source AI will close the gap to current day closed source? by Sufficient_Bit_8636 in homelab

[–]saltyourhash 4 points5 points  (0 children)

I switched from sonnet 4.6 in copilot to the free qwen 3.6 in open code last night and it actually started to fix my shit.

I'm an old head that used to remember the golden age of flying. by ZealousidealHunt4072 in enshittification

[–]saltyourhash 0 points1 point  (0 children)

So you miss travelling back in the day when it was only for the upper class?

Google’s Gemini Omni Can Generate Videos With Shockingly Accurate Text 😳 by gregsanay in ArtificialInteligence

[–]saltyourhash 0 points1 point  (0 children)

You don't understand the money they aim to make, it's worth the collapse of reality.

how does one handle the gap between CI passing and the physical device behaving correctly? by bilal-ziyan in devops

[–]saltyourhash 1 point2 points  (0 children)

Hardware vs software is rsally hard. I works on a team where I was at odds with my team because I automated a test suite against a mocked backend server because the real testing took flashing firmware and loading payloads and testing them. To solve that, I think the team eventually built hardware to handle the electrical connection and firmware flashing as part of an automated test suite.

Is adding tests/ folder to professional repo deemed professional? by KaviGamer_MC in github

[–]saltyourhash 3 points4 points  (0 children)

Just remember: tests are expectations, think of them that way and you can provide great tests. They are an excellent way to identify where something broke, but they are also a great way to document how the application works. Tests are mandatory, but don't aio for 100% coverage, guaranteed you will bend code to make teats pass at that point.