From 7d10080a218c22865bd48768f9f3fab3d3ba2ffa Mon Sep 17 00:00:00 2001 From: pawiromitchel Date: Fri, 7 Jun 2024 07:13:57 -0300 Subject: [PATCH] revamped index and fixed ollama page --- docs/ai/local-ai-with-ollama.md | 6 ++--- docs/index.md | 42 ++++++++++++++++++++++++++------- 2 files changed, 37 insertions(+), 11 deletions(-) diff --git a/docs/ai/local-ai-with-ollama.md b/docs/ai/local-ai-with-ollama.md index 389b15a..e0ecde0 100644 --- a/docs/ai/local-ai-with-ollama.md +++ b/docs/ai/local-ai-with-ollama.md @@ -39,10 +39,10 @@ Go to the [download page of Ollama](https://ollama.com/download) and choose your ## Usage After the installation, you should be able to use it immidiately. You can find all available models [here](https://ollama.com/library) -We'll be using [Llama 3](https://ollama.com/library/llama3) in this example `ollama pull llama3` +We'll be using [Llama 3](https://ollama.com/library/llama3) in this example run `ollama pull llama3` You should be seeing something like this ``` -ollama pull llama3  ✔ +ollama pull llama3 pulling manifest pulling 6a0746a1ec1a... 100% ▕███████████████████████████████████████▏ 4.7 GB pulling 4fa551d4f938... 100% ▕███████████████████████████████████████▏ 12 KB @@ -71,7 +71,7 @@ curl -X POST http://localhost:11434/api/generate -d '{ ``` ### Github Copilot alternative -There's this VSCode extension that you can configure to use Ollama to become your Github Copilot replacement. https://www.continue.dev/docs/setup/overview +There's this VSCode extension that you can configure to use Ollama to become your Github Copilot replacement called [Continue](https://docs.continue.dev/how-to-use-continue#easily-understand-code-sections) After installing it you should be seeing a new icon in your sidebar to ask questions related to your code (give it time to index) ![image](https://github.com/pawiromitchel/pawiromitchel.com/assets/11035568/7665000a-7fa1-488f-a581-75672b8e780d) diff --git a/docs/index.md b/docs/index.md index 1586739..8645825 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,16 +1,42 @@ # Welcome -Hey :wave:, I'm Mitchel Pawirodinomo, a Software Engineer from Suriname. I've been coding since 2014, participated in many Hackathons and Coding challenges. I love challenging myself so the transition from trad web2 tech to web3 has been a blast so far! +Hey :wave:, I'm Mitchel Pawirodinomo, a Software Engineer from [Suriname](https://en.wikipedia.org/wiki/Suriname). I've been coding since 2014, participated in many Hackathons and Coding challenges. I love challenging myself so the transition from trad web2 tech to web3 has been a blast so far! My socials are in the footer so feel free to reach out and have a coffee with me if you wanna pick my brain. -## Goal of this website -This will be my home of all my knowledge, findings and collections of resources. I hope to spark and inspire others to share their knowledge as well. +## tech() -Best of luck on your journey! You can achieve greatness if you put your mind into it :heart: +- 2021-2024: Golang :fontawesome-brands-golang: | :material-language-typescript: Typescript | :simple-web3dotjs: Web3 +- 2017-2021: :simple-angular: Angular | :simple-nodedotjs: NodeJS +- 2014-2017: :simple-php: PHP | :material-language-javascript: JS | :material-wordpress: Wordpress -## Contribute -Want to contribute to this project? Please head over the [Repository](https://github.com/pawiromitchel/pawiromitchel.com) and start a discussion with me +## machine() -## Roadmap of guides -You can find all of the guides I'm working on [here](https://github.com/pawiromitchel/pawiromitchel.com/issues?q=is%3Aopen+is%3Aissue+label%3Aguide), please don't hesitate to submit an idea +``` + + ██████████████████ ████████ trustm3@trustm3 + ██████████████████ ████████ OS: Manjaro 24.0.1 Wynsdey + ██████████████████ ████████ Kernel: x86_64 Linux 6.9.2-1-MANJARO + ██████████████████ ████████ Uptime: 12h 27m + ████████ ████████ Packages: 1277 + ████████ ████████ ████████ Shell: zsh 5.9 + ████████ ████████ ████████ Resolution: 1920x1080 + ████████ ████████ ████████ DE: KDE + ████████ ████████ ████████ WM: KWin + ████████ ████████ ████████ GTK Theme: Breeze-Dark [GTK2], Breeze [GTK3] + ████████ ████████ ████████ Icon Theme: breeze + ████████ ████████ ████████ Disk: 313G / 920G (36%) + ████████ ████████ ████████ CPU: 13th Gen Intel Core i5-13420H @ 12x 4.6GHz [45.0°C] + ████████ ████████ ████████ GPU: NVIDIA GeForce RTX 3050 6GB Laptop GPU + RAM: 5901MiB / 31822MiB +``` + +## software() +- [VSCodium](https://vscodium.com/#), VSCode without the spyware + - [Continue](https://docs.continue.dev/setup/overview), AI Assistant with Ollama. Wrote a article about setting it up [here](./ai/local-ai-with-ollama/) + - [Thunder Client](https://www.thunderclient.com/), lightweight REST API Client +- [DBeaver Database Tool](https://dbeaver.io/), all-in-one DB tool +- [Brave Browser](https://brave.com/), auto block adds, cookie tracking, Tor support + - [Dark Reader](https://darkreader.org/), DarkMode every website + - [Bitwarden](https://bitwarden.com/), Password Manager that doesn't suck +- [Transmission](https://transmissionbt.com/), lightweight Bittorrent Client \ No newline at end of file