nutbutter

joined 2 years ago
[–] [email protected] 1 points 6 hours ago

Thanks! I will definitely look into it.

[–] [email protected] 7 points 1 day ago (7 children)

Bro, you're awesome!

Why not start a full fledged blog site? Using Jekyll is pretty easy and free to deploy.

[–] [email protected] 7 points 2 days ago

My app is nothing compared to the features Open WebUI. I just wanted to make a simple native app. Honestly, I made this just because I wanted to see if I can make something like that.

Also, Open WebUI is slightly complex for someone who is not into self-hosting. My app is for someone who just installs Ollama on their laptop or any computer and has exposed it to on the local network.

[–] [email protected] 2 points 2 days ago (3 children)

That's odd. I did test it on Mint.

Can you run it via a terminal and tell me if it shows any errors?

 

Camel Chat

Camel Chat is a feature-rich Flutter application designed to provide a seamless interface for communicating with large language models (LLMs) served via an Ollama server. It offers a user-friendly way to interact with open-source AI models on your own hardware.

Features

  • Connect to Ollama Servers: Easily connect to any Ollama server with optional basic HTTP authentication.
  • Multiple Model Support: Chat with any model available on your Ollama server.
  • Complete Chat History: View and manage your conversation history.
  • Dark Mode Support: Switch between light and dark themes for comfortable viewing.
  • Custom System Prompts: Define system prompts to set the AI's behaviour and context.
  • Export Conversations: Export your chats as markdown files for sharing or archiving.
  • Chat Organisation: Auto-generated meaningful titles for your conversations.
  • Responsive UI: Works seamlessly on both mobile and desktop devices.
  • Code Formatting: Proper rendering and formatting of code blocks in responses.
  • Local Storage: All your conversations are stored locally for privacy.

Getting Started

Prerequisites

  • A running Ollama server (local or remote).

Installation

Android

Download and install the APK from the releases page.

Linux

Choose one of the following packages from the releases page:

  • Debian/Ubuntu: Download and install the .deb package.
  • Fedora/RHEL: Download and install the .rpm package.
  • Arch: Download and install .zst package.
  • Other distributions: Download the AppImage, make it executable and run it.

Setting Up Your Ollama Server

  1. Install Ollama from https://ollama.com/.
  2. Pull the models you want to use (e.g., ollama pull gemma3).
  3. Run the Ollama server.
  4. Connect Camel Chat to your server by entering the URL (e.g., http://localhost:11434/).

Roadmap

Here are some features and improvements planned for future releases:

  • Stream Responses: Implement streaming responses for more interactive conversations.
  • File Attachments: Upload and process files during conversations.
  • Chat Statistics: View usage statistics and performance metrics.
  • Release on Flathub
  • Windows & macOS Support
 
[–] [email protected] 2 points 5 days ago (4 children)
[–] [email protected] 17 points 6 days ago
[–] [email protected] 12 points 6 days ago

You probably need someone to share those hotdogs with.

[–] [email protected] 2 points 1 week ago

Do you have any source to refute this?

[–] [email protected] 41 points 1 week ago

I used to think I was a redditor, but something always felt odd. I realised a few things, learnt a lot more, and then I came out as a lemming.

[–] [email protected] 5 points 2 weeks ago

यह क्या हो रहा है, भाई?

[–] [email protected] 3 points 3 weeks ago (1 children)

What is it?

[–] [email protected] 2 points 3 weeks ago

I have used an old MacBook Air as a home server with Fedora for about 2 years. Fedora with Podman can be great, especially when you can use Cockpit (a GUI for managing containers), which is pre-installed and perfectly integrated.

Another option is to use TrueNAS. I can also recommend OpenMediaVault.

For exposing your services on the internet I suggest caution. If your ISP does not let you forward your ports, you can read this. https://blog.aiquiral.me/bypass-cgnat

344
company rule (discuss.tchncs.de)
 
 
 

I got Amazon Prime Gaming for free for a month. I claimed a few games I liked but there were many that I didn't want. So, I am giving away some GOG keys. Here's a list of games I haven't claimed:

How to get these games?

  1. Comment the name of the game you want.
  2. DM me saying that you want the key.
  3. Once I give you the key, copy-paste the here, and claim it.
  4. Install the game like you normally would. If you are a linux user, I recommend using Heroic Games Launcher, to download and install it, it has a nice interface and even supports controller navigation.

Prerequisites:

  • One user can claim only one game.
  • Your account must be at least 3 days old.

Yes, you will still own the game even when my Prime ends.

 

I need some suggestions on what to play. Single Player games only. Most of the games make me feel lonely and alone. In most of the games, the protagonist has to deal with the problems on their own, like Control, Crysis, Ghost of Tsushima, God of War (I liked the original 6 more than the new ones, even though the new ones had companions), horror games like Outlast, Echo and Alan Wake, and many others.

I want something that won't give me anxiety. I really enjoyed Guardians of the Galaxy, having those teammates by my side always made me feel "safe". I also liked Spider-Man and Deadpool because the humour makes me feel comfortable. In old Harry Potter games, Ron, Hermione and Harry were usually together, so, I never felt alone while playing those either. In Indika, that one hand man was with me for most of the game.

Open world games also give me less anxiety, like most Assassin's Creed games, Ghost of Tsushima, Just Cause series, etc.

I think you all get my point. So, what do you suggest I should play?

 

I bought an Optiplex 5040, with an i5-6500TE, and 8 GB DDR3L RAM.

When I bought it, I installed Fedora Server on it. It got stuck every few days but I could never see the error. The services just stopped working, I couldn't ssh into it, and connecting it to a monitor showed a black screen.

So, I thought let's install Ubuntu Server, maybe Fedora isn't compatible with all of its hardware. The same thing is happening, now, but I can see this error. Even when there's nothing installed on it, no containers, nothing other than base packages, this happens.

I have updated the bios. I have tried setting nouveau.modeset=0 in the grub config file. I have tried disabling and enabling c-states. No luck till now.

Would really appreciate if anyone helps me with this.

UPDATE:

  • I cleaned everything and reapplied the thermal paste. I did not see any change in the thermals. It never goes over 55°C even under full load.
  • I reset the motherboard by removing that jumper thing.
  • I ran memtest86, which took over 2½ hours. It did not show any errors.
  • I ran a CPU stress test for over 15 hours, and nothing crashed.
  • I also ran the Dell's diagnostic tool, available in the boot menu of the motherboard. The whole test took over 2 hours but did not show any errors. It tested the memory, CPU, fans, storage drives, etc.
 

This repo is also mirrored to Codeberg.

I made an easy to use ToDo app, just to learn a bit about programming and Flutter. It does not really provide any benefits over other ToDo apps, but I am glad that I was able to make this.

You can download the APK for Android, rpm for RHEL/Fedora or just use the AppImage.

I am willing to work more on this, you can read the roadmap in the link provided.

Any guidance, criticisms, or comments will be greatly appreciated.

2
🐈🐈🐈 (discuss.tchncs.de)
 

🐈

 
1
iPhone (discuss.tchncs.de)
 
 

Someone DM me, I have no friends. 👉👈

view more: next ›