#ollama is great it’s the only valid way of running LLMs - locaLLy
I've just attended the meeting where one of my coworkers was showing to the leadership the process of automating software builds with GenAI.
Nothing fancy, just running the build tool with product specific parameters and scheduling a test run on a device farm. The leadership was in awe that it worked, but the thing is that this prompt costed 2$ to run
Am I the only one who finds this totally irrational?
Hardware-Aware Coding: CPU Architecture Concepts Every Developer Should Know
https://open.substack.com/pub/codeconfessions/p/hardware-aware-coding
Can someone explain why all these #customer #support tech-writers provide bullet lists with instructions, rather that providing simple link to get the job done? Seems like it's driven by #seo not the customer experience
For example:
https://support.google.com/chrome/thread/299879732/how-to-disable-sign-in-with-google-prompt?hl=en
After reading the contents for 30 seconds, I still can't find information I'm looking for.
Then I go to #reddit and boom, I get this link as a first result:
C++/Rust Interoperability Problem Statement
https://github.com/rustfoundation/interop-initiative
Discussions: https://discu.eu/q/https://github.com/rustfoundation/interop-initiative
Name a critical and important #rust software that isn't a rewrite of something else
found it in my phone while cleaning up storage
Totally recommend this video on #economics It explains why compound interest is an illusion and why middle class is set to be gone in next years. Enjoy!
Question to #cpp devs...
Can someone explain why do we get 0 and MAX_INT for those two?
```
#include <string_view>
#include <iostream>
int main() {
std::string_view haystack = "hello";
std::string_view needle1 = "\u0000";
auto pos1 = haystack.find(needle1);
std::cout << "haystack.find(needle1) [" << pos1 << "]" << std::endl;
char needle2 = 0;
auto pos2 = haystack.find(needle2);
std::cout << "haystack.find(needle2) [" << pos2 << "]" << std::endl;
}
```
Is there a standard way for getting argument types for std::function?
Why is this not a part of standard library https://github.com/aminroosta/sqlite_modern_cpp/blob/master/hdr/sqlite_modern_cpp/utility/function_traits.h
Why Neural Networks can learn (almost) anything ?
There are some cold, hard truths in this. You leave a place, you tell people they can get in touch with you a few other ways, and by and large they don't, and you try to keep it up but it's always you doing the work, and then you have to decide whether or not you're ready to get right with the fact that a lot of the people you called "friends" were really just people who happened to be in the same place at the same time.
- The Time Distiller; a philosopher and master brewer, crafting infusions that dissolve the boundaries of future and past.
- The Circuit Antiquarian; a walking museum of forgotten technologies.
State of the art image to 3D asset creation