Quantcast
Channel: Eli Bendersky's website
Browsing latest articles
Browse All 171 View Live

Image may be NSFW.
Clik here to view.

Sign in with GitHub in Go

It's common to see web applications that let you log in through third-party services. "Sign in with Google" is particularly popular; on developer-oriented websites, "Sign in with GitHub" also pops up...

View Article



Image may be NSFW.
Clik here to view.

Using Gemini models from Go

Google has recently made their newest family of multimodal LLMs available via an API with a generous free tier. Google also released SDKs in several popular programming languages, including Go.This...

View Article

Summary of reading: October - December 2023

"Nomadland: Surviving America in the Twenty-First Century" by Jessica Bruder - describes the lives of the modern van-dwellers, mostly of older adults that travel around the country between seasonal...

View Article

Image may be NSFW.
Clik here to view.

Sign in with Google in Go

This post provides some code samples for implementing a "Sign-in with Google" flow for your web application in Go. For an overview of auth/authz and the OAuth protocol, please refer to my earlier post...

View Article

Using Gemini models in Go with LangChainGo

In a previous post I've discussed how to access Google's multimodal Gemini models from Go (with a nice free tier!)Recently, Google's SDKs were added as providers for LangChainGo; this makes it possible...

View Article


gemini-cli: Access Gemini models from the command-line

This post is about a new command-line tool I've recently built in Go - gemini-cli, and how to use it for LLM-based data analysis with Google's Gemini models.Background: I've been reading Simon...

View Article

Gemma, Ollama and LangChainGo

Yesterday Google released Gemma - an open LLM that folks can run locally on their machines (similarly to llama2). I was wondering how easy it would be to run Gemma on my computer, chat with it and...

View Article

Image may be NSFW.
Clik here to view.

The life of an Ollama prompt

In a previous post I've described how - thanks to standardized tooling - we could use a locally-running Gemma model from a Go program within hours from its public release.This post dives into the...

View Article


Summary of reading: January - March 2024

"Lessons in Chemistry: A Novel" by Bonnie Garmus - a research chemist finds her way in the world following multiple personal tragedies and facing extreme gender discrimination. I have some mixed...

View Article


Method of differences and Newton polynomials

I was reading about Babbage's Difference engine the other day, and stumbled upon a very interesting application of the forward differences method. It turns out that if we get a sequence generated by a...

View Article
Browsing latest articles
Browse All 171 View Live




Latest Images