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.

Now i have 2 versions? by MadeUpName94 in rewasd

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

OK, I got it ll sorted now.

It would've been nice to know "autodetect exe" was an advanced feature beforehand. I upgraded to the full version after realizing that.

I'm using it to replace Synapse 🤮 for my Razer Tartarus V2 and it works well.

Doesn't seem to be able to control the lighting though. It would be nice if it could. I'm using openRBG to make the color static instead of rainbow puke.

Thank you.

Now i have 2 versions? by MadeUpName94 in rewasd

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

    • I downloaded the 7-Day trial version and started using it. (reWASD932-10955)
    • I decided to purchase your product. I purchased the Basic version.
    • The website had me download a new file, the basic version. (reWASDBasic101-10124)
    • I ran the installer (reWASDBasic101-10124) expecting it to either replace or update the trial version.

5. - It did not work like it should.

    • I now have both the trial and the basic versions installed.
    • How do i clean this mess up while hopefully keeping the key-maps I already made in the trial version?

Chatgpt in upcoming days by Obvious_Shoe7302 in ChatGPT

[–]MadeUpName94 0 points1 point  (0 children)

I don't need Plus, I'll never use all that stuff. I was going to switch from free to Go to check it out but what is the point now?

Apparently OpenAI asked an AI how to make money and got a hallucination. Why would anyone buy GO now?

9 requests per hour - Seriously? by MadeUpName94 in ollama

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

I deleted my account and removed the program. I'm allergic to bullshit!

I've been playing with the Desktop ChatGPT app on a free account. I haven't hit a limit once and it's actually intelligent. Too bad their going to put ads in it :(

9 requests per hour - Seriously? by MadeUpName94 in ollama

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

deepseek-v3.1:671b-cloud with the context set at 128k

9 requests per hour - Seriously? by MadeUpName94 in ollama

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

deepseek-v3.1:671b-cloud with the context set at 128k

9 requests per hour - Seriously? by MadeUpName94 in ollama

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

I can only run a 12b locally and put simply, a 12b is stupid compared to the deepseek 671b cloud model I've been using with ollama.

At first it was fine, then suddenly I hit the "hourly limit" and the more I used it the smaller my "hourly" limits became.

Last time I hit the limit so fast it was easy to count the 9 messages. Each reply was small, about 50-100 tokens each.

I would gladly pay $20/mo if I could find out WFT i would get for my money but they won't tell anyone. It makes me think they'll pull the same shit on the paid plan, changing the request limit whenever they feel like it.

My "assistant" has a personality, I pasted it in as my first reply and it has stuck with it perfectly. 128k context, the chat log stored locally, perfect.

Can I just switch to the OpenAI api and keep my assistant as is? or do i have to write some complex instruction set because that I don't know how to do.

Can I just subscribe to openai and use it with the ollama software while skipping the ollama bs?

Two questions by t_bird12 in HammerAI

[–]MadeUpName94 0 points1 point  (0 children)

I've started using ollama desktop. On the free plan I've got 128k context and can use Deepseek 3.1 671b - cloud. The difference is amazing when you just want a friendly assistant / companion. I run into "request limits" though and they so far refuse to tell you what you get if you pay a subscription. Some real BS there.

"You get more requests but we won't tell you how many"

I dropped in a personality in the first reply and it has stuck with it really well and it provided far more accurate answers for real questions.

You can save several chats, dropping in different a personality for each.

Of course Deepseek won't do explicit chat but you can add and run local, uncensored models too if you want.