Skip to content

Commit

Permalink
correcting yt and adding DeFi
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Feb 3, 2024
1 parent 5d0776c commit e5edc1b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
3 changes: 0 additions & 3 deletions content/docs/Linux_&_Cloud.md/llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ You can **Get LLMs Running** in your personal computer or in big servers just fo
* **Others:** [LibreChat](https://www.youtube.com/watch?v=0BRnK5BGZHU), Autogen + AutogenStudio https://microsoft.github.io/autogen/blog/2023/12/01/AutoGenStudio/ or [Quivir](https://github.com/StanGirard/quivr) with great [docs](https://docs.quivr.app/home/intro) or [LocalGPT](https://github.com/PromtEngineer/localGPT).
* Bindings:
* https://github.com/abetlen/llama-cpp-python
*



Expand Down Expand Up @@ -82,8 +81,6 @@ Yes, there are many ways to replace Github Copilot for Free:

* [Tabby](https://fossengineer.com/selfhosting-Tabby-coding-assistant/)
* [LLama Coder](https://github.com/ex3ndr/llama-coder) in a [vscode extension](https://marketplace.visualstudio.com/items?itemName=ex3ndr.llama-coder&ssr=false#review-details)
* Codeium
* BITO
* [CodeLLama in HF](https://huggingface.co/codellama/CodeLlama-70b-hf)
* Others: Bito, Codeium, or [Adrenaline](https://github.com/shobrook/adrenaline/)

Expand Down
15 changes: 13 additions & 2 deletions content/docs/Privacy/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ Check your DNS with: WireShark
And the DNS performance with: GRC's DNS Benchmark, Knot DNS Resolver , DNSPerf or dnsmasq
{{< /callout >}}

<iframe width="560" height="315" src="https://www.youtube.com/watch?v=xAo61IaXun8" frameborder="0" allowfullscreen></iframe>

<iframe width="560" height="315" src="https://www.youtube.com/embed/xAo61IaXun8" frameborder="0" allowfullscreen></iframe>

## Changing Bad Habits

Expand Down Expand Up @@ -95,6 +94,18 @@ flatpak install flathub org.featherwallet.Feather #Monero
Use them wisely and be responsible.

* DeFi Protocols Info: <https://defillama.com/top-protocols>
* Example: <https://defillama.com/yields?attribute=stablecoins>
* <https://ethereum.org/stablecoins>
* Create your own Crypto Analytics Dashboard with: <https://github.com/duneanalytics/docs>
* Also, you can see what others have created and whats trending: <https://dune.com/browse/dashboards?tags=DeFi>

{{< callout type="info" >}}
How this also resonates with Linux?

Well, nature of crypto is F/OSS (if it is not you better run):

* Many [wallets](https://ethereum.org/wallets/find-wallet) are F/OSS
* Smart Contracts are F/OSS
* And [dApps](https://dappradar.com/) sense is also F/OSS
* And you can have a look to full history of transactions: [ETH](https://etherscan.io/txs), [BTC](https://bitcoinexplorer.org/)...
{{< /callout >}}

0 comments on commit e5edc1b

Please sign in to comment.