Not_Oles
Not_Oles
About
- Username
- Not_Oles
- Joined
- Visits
- 15,581
- Last Active
- Roles
- Member, Provider
- Karma
- 3,615
Comments
-
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&…
-
(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…
-
root@crunchy:~# date; systemctl rebootTue Jul 2 11:19:06 PM UTC 2024root@crunchy:~# chronos@penguin:~/servers/crunchbits/crunchy$ date -u; ping -c 2 xx.xx.xx.xxTue Jul 2 11:29:54 PM UTC 2024PING xx.xx.xx.xx (xx.xx.xx.xx) 56(84) bytes of data.64 b…
-
(Quote) Nobody seems to have any issue. So, okay, here we go! I will post a report afterwards. Thanks!
-
Also, there might be one VPS which seems to be still running but which, as of a few days ago, stopped sending and receiving network data. Has someone given up on his VPS? Thanks!
-
Hey Guys! I'm thinking a Nodeupdate and a reboot might be good. So, reboot coming soon, unless I hear from somebody who has an issue. Thanks!
-
Guys! Maybe it might be helpful if I mention a few factors relevant to the pricing: * The server costs me €84.00/month, which is US$90.22 at today's exchange rate. * I love command line! Command line makes me happy every day! I don't w…
-
Do you accept yeticoin?
-
(Quote) I miss @FrankZ!
-
+1 for @crunchbits! Crunchy continues running great! <3 root@crunchy:~# curl -sL yabs.sh | bash# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Yet-Another-Bench-Script ## v2024-06-09 …
-
Here's something interesting that I can see inside the server: root@lol ~ # ls /dev/driby-path card0 renderD128root@lol ~ # and the same listing also shows up from inside a chroot: root@altroot0:/# ls /dev/driby-path card0 renderD128roo…
-
Hi @sh97! Thanks for your kind words! I especially appreciate being corrected when I make mistakes. <3 Definitely I will take a look at binou! More soon! Tom
-
Here's another yabs, this time from inside a chroot. Do you see any virtualization overhead? root@lol ~ # chroot /altroot0 /bin/bashroot@altroot0:/# curl -sL yabs.sh | bash# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Ye…
-
(Quote) Works for me! Anybody else also interested? Thanks!
-
Or, might anybody want to mess with something more or less like https://terminal.shop ? Which apparently uses Golang libraries Bubbletea and Wish, from Charm ? See also (Spoiler) beginning around 31:30.
-
Anybody with mad skillz interested in trying to help me set up * https://github.com/oobabooga/text-generation-webui plus maybe either or both of * https://github.com/eliben/gemini-cli and * https://github.com/reugn/gemini-cli ?
-
For me, MetalVPS is mostly an educational project these days. I learn from the MetalVPS Neighbors who also are using our servers. Originally, I had imagined that a few servers might sustain a small business with a profit of $1,000 per month. Howeve…
-
root@lol ~ # curl -sL yabs.sh | bash# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Yet-Another-Bench-Script ## v2024-06-09 ## https://github.com/masonr/yet-another-bench-scrip…
-
Congrats! :)
-
China regional, from [Redacted] in Helsinki ---------------------------------- nws.sh --------------------------------- A simple script to bench network performance using speedtest-cli ------------------------------------------------------…
-
(Quote) I'm unfamiliar with the details, but, my impression is that crunchbits is not a reseller. Hope this helps!
-
The Crunchbits guys are very nice, and they are doing a great job as a provider! I also think there is room for humor in our beautiful Low End! Best wishes from NYC and Mexico! 🏜️🗽
-
(Quote) I jokingly suggested to crunchbits that I shouldn't mention [redacted] while I have a free server from crunchbits. :)
-
(Quote) Good luck! Have fun!
-
@jqr Guessing that the disk tests you did with the System Rescue CD might omit the encryption/decryption steps which occur within the system as installed? And skipping the encryption/decryption steps resulted in a significant speed increase? Can yo…
-
There isn't much free memory, so nothing or not much gets cached? The partition where the command binaries and linked libraries live is encrypted? So, every time you run a new command the first time, the binary and maybe some libraries have to…
-
@Amadex I am using an i9-13900 in Helsinki. I like it cuz it's very fast when I compile stuff.
-
@zgato Nice! Thanks! :)
-
(Quote) Just so I can understand for sure, are you saying that Calin is moving into Voxility IRD Bucharest? (Quote) Awhile back when I talked with Zetservers.com about renting a server, they seemed very nice. But I thought they were the datacenter.…
-
(Quote) How do you know? :)