User contributions for Iwiseman
Jump to navigation
Jump to search
9 April 2025
- 02:1102:11, 9 April 2025 diff hist +3 Keycloak →Revisited 2025
- 02:1002:10, 9 April 2025 diff hist +46 Keycloak →Revisited 2025
- 02:0902:09, 9 April 2025 diff hist −2 Keycloak →Revisited 2025
- 02:0802:08, 9 April 2025 diff hist +413 Keycloak →Revisited 2025
- 01:5601:56, 9 April 2025 diff hist 0 Keycloak →Install Podman=
8 April 2025
- 06:5706:57, 8 April 2025 diff hist +116 CSharp Rest API →Two Projects current
5 April 2025
- 06:2106:21, 5 April 2025 diff hist +614 Web Site Building →Changing Flex Direction current
4 April 2025
- 03:1203:12, 4 April 2025 diff hist +187 Web Site Building →Changing Flex Direction
- 02:3202:32, 4 April 2025 diff hist +674 Web Site Building →Changing Flex Direction
3 April 2025
- 21:0921:09, 3 April 2025 diff hist +1,575 Web Site Building No edit summary
2 April 2025
- 03:5503:55, 2 April 2025 diff hist +539 N Web Site Building Created page with "=Introduction= This is a page for capturing thing that are website related =Dark Mode= When looking at implementing this be aware there is system, light and dark usually. Only if you go incognito do does the get switched off. I think it is held in LocalStorage somewhere =Sites= ==Components== Aceternity is a good place for NextJS components. You get the code and can change the components yourself. https://ui.aceternity.com/ here ==Generating Gradients== Go here to ge..."
- 03:5003:50, 2 April 2025 diff hist +118 Main Page →Web Technologies
1 April 2025
- 01:1801:18, 1 April 2025 diff hist +37 LLM and Ollama →RAG Retrieval-Augmented Generation current
- 01:0801:08, 1 April 2025 diff hist 0 LLM and Ollama →RAG Retrieval-Augmented Generation
- 01:0701:07, 1 April 2025 diff hist +1 LLM and Ollama →RAG Retrieval-Augmented Generation
- 01:0601:06, 1 April 2025 diff hist +3,581 LLM and Ollama →RAG Retrieval-Augmented Generation
- 00:4900:49, 1 April 2025 diff hist +95 LLM and Ollama →RAG Retrieval-Augmented Generation
- 00:4800:48, 1 April 2025 diff hist 0 N File:Simple Rag.png No edit summary current
- 00:3900:39, 1 April 2025 diff hist +5 LLM and Ollama →RAG Retrieval-Augmented Generation
- 00:3800:38, 1 April 2025 diff hist +444 LLM and Ollama →UI Based Client Msty
31 March 2025
- 23:4023:40, 31 March 2025 diff hist +174 LLM and Ollama →Rest API Interaction
- 22:1422:14, 31 March 2025 diff hist +1,698 LLM and Ollama No edit summary
- 21:1321:13, 31 March 2025 diff hist +2 LLM and Ollama →Introduction
- 21:1321:13, 31 March 2025 diff hist +383 N LLM and Ollama Created page with "=Introduction= This is a page about ollama and you guest it LLM. I have downloaded several models and got a UI going over them locally. The plan is to build something like Claude desktop in Typescript to Golang. First some theory in Python from [https://youtu.be/GWB9ApTPTv4?si=kP2V0AOANH8rEiDm here]. Here is the problem I am trying to solve.<br> [File:Ollama problem.png|500px]<br>"
- 21:1321:13, 31 March 2025 diff hist 0 N File:Ollama problem.png No edit summary current
- 21:0921:09, 31 March 2025 diff hist +94 Main Page →API Technologies
- 02:2502:25, 31 March 2025 diff hist +1,384 Useful Commands →Running an LSP in Neovim current
- 02:2102:21, 31 March 2025 diff hist +1,239 Useful Commands →Leaders and Neovim
- 02:2102:21, 31 March 2025 diff hist 0 N File:NVIM LSP.png No edit summary current
30 March 2025
- 23:0423:04, 30 March 2025 diff hist +1,270 Lua No edit summary current
- 22:4322:43, 30 March 2025 diff hist +197 N Lua Created page with "=Introduction= Had a fling with Neovim so needed to know some of this. Half hour video so should be short =Comments= <syntaxhighlight lang="lua"> -- One Line --Multiline -- </syntaxhighlight>"
- 22:4122:41, 30 March 2025 diff hist +69 Main Page →Programming Languages
- 22:2822:28, 30 March 2025 diff hist +437 Useful Commands →Show Neovim Bindings
- 05:5105:51, 30 March 2025 diff hist +92 Useful Commands No edit summary
29 March 2025
- 02:5802:58, 29 March 2025 diff hist +88 JSON-RPC and LSP →Rust Example current
- 02:4702:47, 29 March 2025 diff hist +30 N JSON-RPC Iwiseman moved page JSON-RPC to JSON-RPC and LSP current Tag: New redirect
- 02:4702:47, 29 March 2025 diff hist 0 m JSON-RPC and LSP Iwiseman moved page JSON-RPC to JSON-RPC and LSP
- 02:4602:46, 29 March 2025 diff hist +417 JSON-RPC and LSP →Rust Example
- 02:3702:37, 29 March 2025 diff hist +1,347 N JSON-RPC and LSP Created page with "=Introduction= This is probably the quickest thing to put my nose into. So here goes with rust =Rust Example= To get going we need <syntaxhighlight lang="toml"> [dependencies] jsonrpc-core = "18.0.0" jsonrpc-http-server = "18.0.0" serde_json = "1.0.140" </syntaxhighlight> And here is the code. Not must to discuss. The ServerBuilder I thought was pretty cool. <syntaxhighlight lang="rs"> fn main() { let mut io = IoHandler::default(); io.add_method("say_hello", |_p..."
- 02:3102:31, 29 March 2025 diff hist +85 Main Page →Web Technologies
26 March 2025
- 23:0923:09, 26 March 2025 diff hist +162 Microservice Design Patterns →Other Stuff current
- 23:0723:07, 26 March 2025 diff hist 0 N File:Microservices processes.png No edit summary current
- 22:5422:54, 26 March 2025 diff hist +352 Microservice Design Patterns →Other Stuff
- 22:4322:43, 26 March 2025 diff hist +5 Microservice Design Patterns →Other Stuff
- 22:4322:43, 26 March 2025 diff hist +368 Microservice Design Patterns →Other Stuff
- 22:4122:41, 26 March 2025 diff hist 0 N File:Screenshot from 2025-03-27 11-40-38.png No edit summary current
- 22:2922:29, 26 March 2025 diff hist +131 Microservice Design Patterns →Other Stuff
- 22:2922:29, 26 March 2025 diff hist 0 N File:Deathstar nanoservice.png No edit summary current
- 06:3506:35, 26 March 2025 diff hist +1 Boolean Algebra →Introduction current
- 06:3306:33, 26 March 2025 diff hist +21 Boolean Algebra →Introduction