Skip to content

Commit

Permalink
revamped index and fixed ollama page
Browse files Browse the repository at this point in the history
  • Loading branch information
pawiromitchel committed Jun 7, 2024
1 parent 7c228f5 commit 7d10080
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/ai/local-ai-with-ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
42 changes: 34 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7d10080

Please sign in to comment.