Not_Oles
Not_Oles
About
- Username
- Not_Oles
- Joined
- Visits
- 12,917
- Last Active
- Roles
- Member, Hosting Provider, Content Writer
- Thanked
- 3328
Comments
-
root@reliable:~# curl -sL yabs.sh | bash# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Yet-Another-Bench-Script ## v2024-06-09 ## https://github.com/masonr/yet-another-bench-s…
-
Multiline Prompts With eliben/gemini-cli ? What happens if I want to use eliben/gemini-cli to send Google Gemini a multiline "prompt" or "chat" message -- for example a question about code together with the relevant multiline pr…
-
HN links: * https://news.ycombinator.com/item?id=40998158 (July 18, 2024; 60 comments) * https://news.ycombinator.com/item?id=30688691 (March 15, 2022; 150 comments)
-
This is cool! I tried it! It worked! Had two very fun chats! Thanks @jqr!
-
chronos@penguin:~/gemini-cli$ date -uThu Jul 18 03:19:17 AM UTC 2024chronos@penguin:~/gemini-cli$ gemini-cli modelsName Version Max In Max Out Descriptionmodels/chat-bison-001 001 4096 102…
-
(Quote) @FrankZ will never be forgotten! <3 I have asked about @FrankZ several times, both in the Pit during and after the period when his return had been scheduled, and also via private messages. @FrankZ's profile still says that he will will b…
-
(Quote) Thanks to @Mason and to @bikegremlin! Without you guys working hard for free we wouldn't have wonderful LES! <3
-
Compare Google Gemini 1.5 Pro And 1.5 Pro Latest Answers To Questions About sed Syntax I enjoyed investing some time this afternoon trying Google AI Studio. Really nice! The AI Studio Quickstart describes Google AI Studio as "a browser-based I…
-
Is gemini-1.5-pro-latest Significantly Better? Just for a fun comparison, here's a reply to "Why is the sky blue?" from gemini-1.5-pro-latest. Please compare this response with the above response given during the eliben/gemini-cli Chromeb…
-
Installing Go And eliben/gemini-cli On A Chromebook eliben/gemini-cli now seems to be working inside the Linux Debian 12 Crostini container on my Lenovo Duet 5 Chromebook. To get eliben/gemini-cli working I first had to remove the older, incompati…
-
(Quote) Sure, but only if our friends at Google knew about the proxy and approved in advance. (Quote) Thanks for telling me about Gemma-2-27B, which I haven't yet tried. However, for the moment, in allowed locations, gemini-1.5-pro-latest is availa…
-
As mentioned above, access to the Google Gemini API seems to be free from the location in Mexico where I currently am visiting but not from my server's location in Finland. Therefore, yesterday, I tried installing Go with apt-get and then installin…
-
In addition to the reason @vyas mentioned, even more reasons for installing gemini-cli are very well explained in Eli Bendersky's excellent blog post.
-
Above I posted the little curl command which Google Gemini presents on its Get API key page. The idea is that you can run the curl command as a fast, easy way to confirm whether your API key is working or not. Of course, if you love command line an…
-
(Quote) Thank you @vyas! My first time hearing about groq! Are you using https://github.com/sanity-io/groq-cli? Thanks again!
-
(Quote) @vyas Thanks for your kind words! When I originally posted this thread, I really didn't know what to do. I've learned a little, but I'm still vastly ignorant clueless!™ For example, I had no idea that the Google Gemini API Free Tier wasn't…
-
Significant variation in repeated execution times of the same C program might be normal and expected: https://stackoverflow.com/questions/54271755/why-the-execution-time-of-the-same-code-on-the-same-computer-could-be-different https://scholar.goog…
-
Installing eliben/gemini-cli After reading gemini-cli: Access Gemini models from the command-line on Eli Bendersky's website I decided to try Eli's eliben/gemini-cli. I cloned the sources off Github so I could take a look. Then I needed to install …
-
I ran three sets, each set consisting of the two programs compiled from the above hello_world_files_lua-10.0.c and hello_world_files_luajit-10.0.c source code. The file results2 shown at the end of this post contains the complete output of all thre…
-
root@lol ~/c-luajit-python # cat -n hello_world_files_luajit-10.0.c 1 #include <stdio.h> 2 #include <string.h> // for strlen 3 #include <time.h> // for clock, CLOCKS_PER_SEC 4 #include <Python.h> // …
-
root@lol ~/c-luajit-python # cat -n hello_world_files_lua-10.0.c 1 #include <stdio.h> 2 #include <string.h> // for strcmp, strlen 3 #include <time.h> // for clock, CLOCKS_PER_SEC 4 #include <Python.h>…
-
@cmeerw Thanks for catching this mistake! You made my day!! Please let me work through what you said to make sure that I understand. (Quote) This change you are decribing starts with the write_hello_lua() function in Version 5 (the first version …
-
A kind person suggested that I try this search on DuckDuckGo: https://duckduckgo.com/?q=llm+chat+interface+command+line+for+google+gemini&ia=web Although I already knew about the first two DDG results (which are listed in the OP), https://git…
-
Just for fun, I shared the above OP with Google Gemini. Here is a link to what Gemini had to say: (Spoiler) Please click the "v" Expand Text link to see the entire prompt sent to Gemini.
-
Here is the second version or the program using LuaJIT. with the compile command and the output. root@lol ~/c-luajit-python # cat -n hello_world_files_luajit-9.1.c 1 #include <stdio.h> 2 #include <string.h> // for strlen …
-
Gemini and I kept going through many more versions of this program, trying to modify it to use either with the regular Lua Interpreter or with LuaJIT. Finally we mutually decided to give up on the idea of combining Lua Interpreter and LuaJIT in the …
-
Google Gemini wrote a program in response to my request to compare time taken to write "hello world" 10,000 times to /dev/null in C versus in Lua from C versus in Python from C. Here is the program, the compile command, and the result in c…
-
@entrailz mentioned on OGF that Cloudflare uses Lua. I didn't know that! I found https://blog.cloudflare.com/more-consistent-luajit-performance which is a really interesting blog post from December 2018 covering Lua performance testing at King's Col…
-
(Quote) Thanks for the link to the changelog. I have to look at those changelogs! (Quote) Yup! See apt full-upgrade output just posted above. (Quote) May I please ask, did you pick Lua for speed in these two uses? Or, was there another advantage o…
-
(Quote) root@lol ~ # date; apt autoremoveWed Jul 3 07:18:30 PM UTC 2024Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 4root@lol ~ # Looks like a couple more updates were added since yesterday. root@lol…