

This meme was originally made for the [email protected] community in an attempt to give a super niche manga artist fan place a little bit of engagement, I crossposted it here as an afterthought didn’t expect go be brigaded so hard by armchair memologist over the objective definition and location of the funny.
You’re absolutely correct that you need to have read the Blame! manga to get the reference on this one to really enjoy, even if you did its not that deep. Not too much thought went into it I was high as shit just pasting icons with the ‘linux chad big energy beam, windows/microsoft wojak bad guys its fired at’. Im personally okay with not every one of my memes being super accessible or community bangers I had fun making this and putting the template together. If you get the humor or like the template great. If you don’t, oh well downvote say ‘where funny’ and move on with your life cause im not wasting my time explaining what a graviational beam emitter is to snobs who don’t care in the first place.
Hi! So heres the rundown.
You are going to need to be willing to learn how computer program services send text messages to eachother over open ports, how to call on a API in a programming script, and slowly piece together how to work with ollamas external API calling tool functions. Heres the documentation
Essentially you need to
learn how ollama external API works. How to send it text data using a basic program in python on an open port and recieve data back to put into a text file.
learn how to make that python program pull weather and time data from openweather
learn how to feed that weather and time data into ollama on an open port as part of a tool calling function. A tool call is a fancy system prompt that tells the model how to interface with the data in a well defined paratamized way. you say a keyword like get weather, it sends a request to your python program to get data from openweather and sends it back in way the llm is instructed to process.
example: https://medium.com/@ismalinggazein/openai-function-calling-integrating-external-weather-api-6935e5d701d3
Unless you are already a programmer who works with sending and recieving data over the internet to be processed, this is a non-trivial task that requires a lot of experimentation and getting your hands dirty with ports and coding languages. Im currently getting ready to delve into this myself so I know its all can feel overwhelming. Hope this helps.