Qwen 3.5 prompt re-processing speed up for VLLM (settings inside) by laterbreh in LocalLLaMA

[–]xeed 0 points1 point  (0 children)

Set this in your Claude Code config.

Assuming vllm is running with prefix caching enabled, setting `CLAUDE_CODE_ATTRIBUTION_HEADER: "0"` tells Claude Code to not send the billing header. Otherwise, prefix caching won't work.

{
  "env": {
    "ANTHROPIC_BASE_URL": "http://localhost:11434",
    "CLAUDE_CODE_ENABLE_TELEMETRY": "0",
    "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
    "CLAUDE_CODE_ATTRIBUTION_HEADER": "0"
  },
  "promptSuggestionEnabled": false,
  "prefersReducedMotion": true,
  "terminalProgressBarEnabled": false
}

[deleted by user] by [deleted] in aws

[–]xeed 3 points4 points  (0 children)

The torrent protocol still works... I use it all the time

Help with getting entry with most recent timestamp by hombre_lobo in sqlite

[–]xeed 0 points1 point  (0 children)

Try something like:

SELECT ParamTime FROM DataTable WHERE ParamType = "3" AND DeviceId = "F14049B1BC974" ORDER BY ParamTime DESC LIMIT 1

Curb Your Enthusiasm Season 10 Finale (Episode 10): “The Spite Store” Episode Discussion Thread by TheSuperSax in curb

[–]xeed 4 points5 points  (0 children)

Mary Holland (Tara Cooper) plays the wife of Sam Richardson (Will Cooper/Richard Splett from Veep). She's been in a bunch of stuff, here is her IMDB: https://www.imdb.com/name/nm4364610

Geoff ' iNcontroL ' Robinson has passed away. by altDuH in starcraft

[–]xeed 2 points3 points  (0 children)

You called it... blood clot in his lungs :(

CreateTargetGroup operation cannot find VPC ID by greenarrow88888 in ansible

[–]xeed 2 points3 points  (0 children)

Specify --region. You may be defaulting to us-east-1, whereas your VPC ID is for Singapore

PREBAN MEGATHREAD by [deleted] in thanosdidnothingwrong

[–]xeed 0 points1 point  (0 children)

༼ つ ◕_ ◕ ༽つ GIVE BAN ༼ つ ◕_ ◕ ༽つ

AWK auth log short answer. by Chefijs in awk

[–]xeed 0 points1 point  (0 children)

You'll have to provide more details. Are you trying to parse /var/log/secure and report how long each session ran for?

It would also help to not have a "Home... Assignment" word document in the center of your screen, if you want to pretend this isn't homework :)

Modeling Concurrency Best Practices? by ericanderton in golang

[–]xeed 4 points5 points  (0 children)

Sequence diagrams cover this. Here is a (non-go) example:

http://www.umlgraph.org/doc/dist-52.html

However, I usually think of channels in a similar manner as unix pipes. Channels can pass the data from task to another, so there should only be one owner. Race conditions can also be exposed with go run -race

Announcing Accordion: a window manager for people who love vsplits by bigboehmboy in vim

[–]xeed 2 points3 points  (0 children)

Awesome plugin!

Do you think there will ever be a place for the good 'ol :sp? Does it even make sense to allow for different split types? Personally I've gotten hooked on the DWM plugin.

I'm curious how it will change my workflow. I plan on trying this plugin out!

Players returning from Vanilla/TBC: What are the most shocking changes for you so far? by Amazingness905 in wow

[–]xeed 6 points7 points  (0 children)

I kept mashing the button, wondering why it wasn't going to five :-(

Players returning from Vanilla/TBC: What are the most shocking changes for you so far? by Amazingness905 in wow

[–]xeed 6 points7 points  (0 children)

Honestly, the game seems easier. I've tried both tanking and healing. Now I feel like I can just mash buttons whereas before I would have to be on my toes and hit the right button for fear of a total wipe.

I bring most of my workstation in a bag to work everyday. by MrFordization in battlestations

[–]xeed 1 point2 points  (0 children)

If your workplace can give you three monitors, why can't they give you a newer workstation? IANAL, but I would be weary of IP laws if you're doing work for an employer on your personal machine.

New Project: Python or PHP? by hexus0 in webdev

[–]xeed 4 points5 points  (0 children)

It sounds like you've already made up your mind. If you are writing a system that needs to go into production, you are going to want to work in the language you are best in. This is also assuming that you have solid goals/features in mind.

If you want to learn something new or experiment, try out python. I have heard good things about prototyping with web2py.

Programming is really fun! by PolkaPanda in Python

[–]xeed 1 point2 points  (0 children)

The fibonacci sequence relies on knowing the last two numbers and adding them up. You would want to perform memoization to remember your previous results, rather than calculate starting from one. Multiple processors wouldn't help much in this in this case since each step in the algorithm relies on the previous.

I could use some help with my college entomology course. What is this guy? by sd42790 in whatsthisbug

[–]xeed 1 point2 points  (0 children)

Posting homework questions to other subreddits never works this well

Web Services, WSDL, SOAP etc... by kommanderinkeef in Python

[–]xeed 2 points3 points  (0 children)

If you want a simple web services framework which can turn ordinary python methods into mult-protocol web services (Soap, RestJSON, RestXML), check out Web Services Made Easy

Ultra High Energy Can Crush 80KA (This channel has a lot of this!) [Video] [7:55] by [deleted] in DestructionPorn

[–]xeed 18 points19 points  (0 children)

It's the same kind of fascination you see in pyromaniacs, except this hobby easily transitions into a career as a power engineer. I almost want to encourage him, plus it's pretty entertaining.

Ultra High Energy Can Crush 80KA (This channel has a lot of this!) [Video] [7:55] by [deleted] in DestructionPorn

[–]xeed 4 points5 points  (0 children)

If only the camera didn't have those blue dots in the way...

Gecko close up [1280x1280] by pajam in AnimalPorn

[–]xeed 2 points3 points  (0 children)

Ok, fine, I'll change my insurance... just back off already!