lucymlx
lucymlx
ai and machine learning notes
14 posts
when i was small I used to talk to my computer chess machine. I thought if it could beat me at chess, of course it would understand. Now the machines are talking back.
Don't wanna be here? Send us removal request.
lucymlx · 8 days ago
Link
0 notes
lucymlx · 9 days ago
Text
Tumblr media
Midnight shutdown. A reminder
0 notes
lucymlx · 9 days ago
Text
Cloudflared to tunnel on the Doze Server
Sshd installed in WSL. Cloudflared installed in WSL.
Maps services to domain. so edit
~/.cloudflared/config.yml
to accommodate all the services you want to forward and
sudo systemctl (status|stop}start|restart) cloudflared
USEFUL: Cloudflared tunnel list (will check the yml config if any problems)
USEFUL: cloudflared tunnel run long-string-of-tunnel-name
USEFUL: Need this bit in ssh config, for your clients.
link
NOTE: Cloudflare want you to use zero trust - whatever that is, but I couldn't make it work. The above will likely be deprecated at some point.
0 notes
lucymlx · 9 days ago
Text
tips 4 wsl
Get bash when you ssh into the server, In admin powershell give the following command
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\WINDOWS\System32\bash.exe" -PropertyType String -Force
REM: On client if you need to reboot you'll need to powershell.exe and run a \~\~\~shutdown /r
0 notes
lucymlx · 1 month ago
Link
Gemini 2.5 pro topping the Chatbot arena. It's no longer a preview now, and is paid.
Prompts less than 200,00 tokens: $1.25/million tokens for input, $10/million for output
Prompts more than 200,000 tokens (up to the 1,048,576 max): $2.50/million for input, $15/million for output
0 notes
lucymlx · 3 months ago
Text
llm command line with openrouter keys
Quite enjoying this command line tool. (llm)[https://github.com/simonw/llm]
pip install llm
llm install llm-openrouter
llm keys set openrouter
Enter key:
Then to set your fave model, see what your options are
llm models list
And (this week) i like to use Gemini Flash
llm models default openrouter/google/gemini-2.0-flash-001
Then you can have crazy thoughts and just ask on the command line
llm 'what is new wave music?'
0 notes
lucymlx · 3 months ago
Link
So, you can add your own key for Gemini to OpenRouter and it will use your (free for a number of tokens) Google AI Studio key instead of it's own. Costs 5% of a model usage, but worth it for the all-in-one facility. Gemini flash 2 is getting some love at the moment in the stats.
Add pre-existing keys to Profile -> Settings -> Integrations.
0 notes
lucymlx · 3 months ago
Text
Using OBS without video
Setting up my Mac to record work calls for transcription and summarization with AI.
To record only audio in OBS Studio, go to File -> Settings -> Output, make sure Advanced mode is selected. Open Recording tab and choose Custom Output (FFmpeg) in dropdown. Choose e.g. mp3 as container, disable Video encoder and edit the rest of settings to suit your needs.
This will save the output to .mp3 directly and you can use a separate profile for that in case you're also using OBS for normal video recording.
0 notes
lucymlx · 3 months ago
Text
Interesting interactive page on BERT a very old LLM that helps show how probability works in the model.
0 notes
lucymlx · 3 months ago
Link
Making a tunnel is relatively easy. A tunnel forwards services (websites or other things) outiside of your home network via Cloudflare, which hides your IP, and adds SSL.
I have my website running on my raspberry pi, and my PC runs OpenwebUI for LLMs too.
No hosting fees too.
0 notes
lucymlx · 3 months ago
Text
Tumblr media
Things I'm working on. Custom requests via AppScript and Google Spreadsheets.
0 notes
lucymlx · 3 months ago
Text
Tumblr media
Perlexity gets DeepSeek with some bolded hyperbole, plus it'll answer all your 1989 Tiananmen Square questions.
This model is hosted on servers based in the US and Europe, meaning that your data is not shared with the model provider r or with China. Furthermore, we have eliminated all censorship on answers.
0 notes
lucymlx · 3 months ago
Link
In case you wondered. Great article
0 notes
lucymlx · 3 months ago
Link
571 million Amazon reviews in JSON.
0 notes