Skip to content

Instantly share code, notes, and snippets.

View ibuziuk's full-sized avatar
🏠
Working from home

Ilya Buziuk ibuziuk

🏠
Working from home
View GitHub Profile
@ibuziuk
ibuziuk / devfile.yaml
Created February 4, 2025 10:39
UBI 9 devfile
schemaVersion: 2.3.0
metadata:
name: ubi9-minimal-demo
components:
- name: tools
container:
image: registry.access.redhat.com/ubi9-minimal:9.3-1552@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
args: ['tail', '-f', '/dev/null']
endpoints:
- exposure: public
schemaVersion: 2.3.0
metadata:
name: ollama
displayName: Ollama
description: Get up and running with large language models with Ollama, Continue, Llama3, and StarCoder2
icon: https://ollama.com/public/ollama.png
tags:
- Ollama
- Continue
- Llama3
@ibuziuk
ibuziuk / ocx.txt
Last active October 30, 2024 11:08
EclipseCon 2024
psql -d postgres
\c food_db

Hello,

Due to the empty agenda, today's Che Community call is canceled, according to the Policy [1]. Our next Che community meeting takes place on July 15th, 07:30 - 08:30 AM Pacific Time / 16:30 - 17:30 PM CET.

If you would like to discuss any Eclipse Che-related topic, ask a question, or present a demo of some feature - please, add it to the agenda document [2]. It's open to anyone interested. We really appreciate the time of all participants, so we cancel the meeting when there are no topics on our agenda. We ask you to provide your topic for discussion by Monday, July 15th, 03:00 AM Pacific Time / 12:00 PM CEST. A topic received after that time will be moved to the next meeting. You can find the invitation on the Eclipse Cloud Dev Tools Community calendar [3].

schemaVersion: 2.2.0
metadata:
generateName: ollama-demo
projects:
- name: ollama-demo
git:
remotes:
origin: https://github.com/ibuziuk/ollama-demo

Crafting a Cloud Development Environment with Eclipse Che and Personal AI Assistants

No surprises that developers are looking for ways to include new powerful technologies like AI Assistants to improve their workflows and productivity. However, nowadays many companies are reluctant to allow such technology due to concerns about privacy, security, and IP laws. This session addresses the concerns about privacy and security and describes how to deploy and integrate private AI assistants in your CDE (Cloud Development Environment) using Eclipse Che. We will also discuss open large language models (LLMs), their training datasets, and licenses. Gain a deeper understanding of Eclipse Che's role in this transformative era and how it might influence your future cloud development decisions!

schemaVersion: 2.2.2
metadata:
name: java-quarkus
displayName: Quarkus Java
description: Java application using Quarkus and OpenJDK 17
icon: https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg
tags:
- Java
- Quarkus
projectType: Quarkus