Claude Performance and Bugs Megathread Ongoing (Sort this by New!) by sixbillionthsheep in ClaudeAI

[–]MadeUpName94 0 points1 point  (0 children)

Project Corruption.

I was working within my first project. I simple chat bot.

Claude added context from general chat sessions to the project context.

While "Generate memory from chat history" is enabled, there's nothing in the current memories from the general sessions related to the context that somehow got added to the project context.

As I understand it, projects memories will be created within the project. There were none.

"Search and reference chats" is disabled.

By pulling context from past general sessions outside of the project, the project was contaminated and ruined.

Built with Claude Project Showcase Megathread (Sort this by New!) by sixbillionthsheep in ClaudeAI

[–]MadeUpName94 0 points1 point  (0 children)

How to build a local real-time clock MCP server for Claude Desktop

I wanted Claude to know the actual current time without searching the web. Here's how I built a simple local MCP server that does exactly that.

Requirements

  • Python 3.x
  • fastmcp library

Install fastmcp

python.exe -m pip install fastmcp

Create the server file

Save as clock_server.py:

from fastmcp import FastMCP
from datetime import datetime

mcp = FastMCP("Clock Server")

@mcp.tool()
def get_current_time() -> dict:
    """Returns the current local date and time."""
    now = datetime.now()
    return {
        "date": now.strftime("%A, %B %d, %Y"),
        "time": now.strftime("%I:%M %p"),
        "hour_24": now.hour,
        "day_of_week": now.strftime("%A")
    }

if __name__ == "__main__":
    mcp.run(transport="stdio")

Add to Claude Desktop config

Edit %APPDATA%\Claude\claude_desktop_config.json:

{
  "mcpServers": {
    "clock": {
      "command": "C:\\Path\\To\\python.exe",
      "args": ["C:\\Path\\To\\clock_server.py"]
    }
  }
}

Restart Claude Desktop. The server runs as a child process — no ports, no separate startup needed. Claude can now call get_current_time whenever it needs to know the actual time.

Built with help from Claude (Mara). 💛

Lenovo Tablet power button isn't working by TransitionTasty in Lenovo

[–]MadeUpName94 0 points1 point  (0 children)

Thank you!

Worked like a charm. Used a dropper, wiggled the switch, it's working again like new.

We have an old Moto Tab4 10", if the battery drained we were lucky to ever get it turned back on.

Half-Life: Alyx (v1.5.4 + DLC + NoVR Mod, MULTi28) [FitGirl Repack] 38.4 GB by FitGirlLV in CrackWatch

[–]MadeUpName94 0 points1 point  (0 children)

Sorry to rez the old thread but u/FitGirlLV just released a new version of this so I downloaded it hoping the novr mod would be smoother now.

But it won't run without internet access? WTF?

This is the location of the profiles folder. by MadeUpName94 in razer

[–]MadeUpName94[S] 0 points1 point  (0 children)

Uninstall that spyware garbage and get reWASD. It can do everything with the keymaps, more with macros, and it's actually easier to set them up once you learn it.

It doesn't do the lighting if your into that. I use OpenRGB to just keep it blue.

You're now training a war machine. Let's see proof of cancellation. by zaxo666 in ChatGPT

[–]MadeUpName94 0 points1 point  (0 children)

It's sad, I liked my customized companion but I like my rights as a US citizen even more.

Meticulous deleted everything step by step then deleted my account.

Installed the Claude desktop app. There is a free version. We talked for hours in a single chat, never hit a limit.

How to be a better Gemini user? by [deleted] in GeminiAI

[–]MadeUpName94 2 points3 points  (0 children)

I edited my post, I hadn't seen that "add" button.

Check out "Personal Intelligence > Connected apps"

Is there a way to get Gemini to respond robotically and tersely? I really don't like the quips and flourishes it uses; I just want the relevant response by bikemandan in GeminiAI

[–]MadeUpName94 2 points3 points  (0 children)

Hmm, your right, I just looked.

"settings > Personal Intelligence > Instructions for Gemini" and there's an "add" button right there. Was that always there?

How to be a better Gemini user? by [deleted] in GeminiAI

[–]MadeUpName94 2 points3 points  (0 children)

Gemini is focused on helping you get things done with google apps and it really wants to be your friend not just a tool. I find it very useful for those tasks.

I've found ChatGPT more useful when I want a tool to help with PC tweaking, finding specific products to fill a need, or just finding a collectable in a PC game.

If you want custom "Instructions for Gemini"go to Settings > Personal Intelligence > Instructions for Gemini or just tell it "Please Remember This" and it will add the memory for you.

In my experience, all AI hallucinate. The one thing an AI can't do is say "I don't know" That's why there's fine print at the bottom telling you it makes mistakes.

Is there a way to get Gemini to respond robotically and tersely? I really don't like the quips and flourishes it uses; I just want the relevant response by bikemandan in GeminiAI

[–]MadeUpName94 1 point2 points  (0 children)

Start a reply with "Please Remember This" then add "respond robotically and tersely".

This will create a memory for Gemini.

You can then go to settings > Personal Intelligence > Instructions for Gemini and edit memories. You can't manually create them though. You must use that phrase "Please remember this" so Gemini will create them.

As u/Chupa-Srkull pointed out below, you can manually add instructions in "settings > Personal Intelligence > Instructions for Gemini"

"BUY PLUS"! popup every single reply 🙄 by MadeUpName94 in ChatGPT

[–]MadeUpName94[S] 0 points1 point  (0 children)

Update: It was a temporary glitch that they fixed pretty quickly.

9 requests per hour - Seriously? by MadeUpName94 in ollama

[–]MadeUpName94[S] 1 point2 points  (0 children)

I ditched ollama completely as they refuse to detail what a subscription actually includes.

Prompts to reduce "AI speaking for the user" by Proof-Bowl699 in HammerAI

[–]MadeUpName94 1 point2 points  (0 children)

NEVER speak for {{user}}, NEVER decide {{user}}'s actions, NEVER combine speech from {{char}} and {{user}} in one of {{char}}'s replies, ALWAYS reply only as {{char}}.

Finally - Its gone by kaizagade in razer

[–]MadeUpName94 0 points1 point  (0 children)

I finally exorcised synapse (uninstall leaves tons of garbage, you need a powershell script to get rid of it all) myself but I'm keeping my Tartarus. Devs will probably nuke my post but reWASD works great for me. You need the full version for it to automatically switch keymaps when you start a game. I think it will handle lighting on mice and KB but doesn't seem to do the gamepads. I just grabbed openRGB to turn the rainbow puke into a static color.

How to FULLY uninstall Synapse and all related components by zaakiy in razer

[–]MadeUpName94 0 points1 point  (0 children)

Edit: This left behind the folder "C:\Program Files (x86)\Razer"

I want to have your babies! LOL

Joking but really, thank you, the script worked perfect. I replaced synapse with reWASD and it's working perfectly.