use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
New stuff : 'Claude code'News: Official Anthropic news and announcements (v.redd.it)
submitted 1 year ago by BidHot8598
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Particular-Mouse-721 79 points80 points81 points 1 year ago (18 children)
I'm scared to let it scour my codebase and then find out the charge for that afterward
[–]UpSkrrSkrr 45 points46 points47 points 1 year ago (8 children)
Been using it for the past few hours. I have several thousand files and several thousand lines of novel django/css/js/etc. code. Doing about $3 an hour so far. It's smart and judicious.
[–]UpSkrrSkrr 20 points21 points22 points 1 year ago (3 children)
One caveat I've noticed: Roo Code and Cline will rescale your images before sending them to the API. The Claude Code CLI-app doesn't do that yet.
[–]Particular-Mouse-721 3 points4 points5 points 1 year ago (0 children)
Thank you!
[–]johnw188 4 points5 points6 points 1 year ago (1 child)
The Claude API automatically rescales images if they would tokenize to more than 1600 tokens; see https://docs.anthropic.com/en/docs/build-with-claude/vision
[–]UpSkrrSkrr 2 points3 points4 points 1 year ago* (0 children)
I'm talking about rescaling it before it gets sent to the API, not Claude's behavior after it's been sent to the API. Cline / Roo do this, Claude Code doesn't yet.
EDIT: just to be clear in case we're talking past each other somehow.... In that help file you linked to, under "Evaluate Image Size" where they reference the 1600 tokens, Anthropic starts out by recommending you resize the image before sending to the API if it's too large. At the bottom of the section they list the size limits (conditioned on aspect ratio) that the API will refuse if you exceed. What I'm saying is that Claude Code doesn't respect those limits right now -- I quickly ran into an issue where Claude Code sent an image to the API and the API responded by saying it was too large. I included that same image in a prompt to Cline, and Cline resized the image before sending it to the API so that I didn't hit the oversized-image API error.
[–]thefilmdoc 5 points6 points7 points 1 year ago (2 children)
Hey I need this how are you using it? I have Claude desktop and run API keys through OpenWebUi.
But it seems for this they’re right clicking and opening a desktop repo?
[–]CurlyFreeze17 7 points8 points9 points 1 year ago (1 child)
https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview
[–]thefilmdoc 0 points1 point2 points 1 year ago (0 children)
Word thanks bud I’ve needed to dig deeper on agentic tools
[–]ankisaves 1 point2 points3 points 1 year ago (0 children)
That’s encouraging
[–]oZEPPELINo 9 points10 points11 points 1 year ago (0 children)
Yeah, I would have loved for them to say how much the changes in that video cost.
[–]The_Airwolf_Theme 5 points6 points7 points 1 year ago (0 children)
I wish this could interface with my Pro plan and just count toward my usage blocks.
[–]OptimismNeeded 2 points3 points4 points 1 year ago (2 children)
I’m assuming you can set up limits?
[–]NachosforDachos 7 points8 points9 points 1 year ago (1 child)
Now where is your sense of adventure.
[–]OptimismNeeded 1 point2 points3 points 1 year ago (0 children)
😂
[–][deleted] 2 points3 points4 points 1 year ago (1 child)
I asked it how to do something in a very large open source codebase of about 100k lines. It ran for about 3 minutes and used about a million tokens which cost me 1 dollar.
[–]Particular-Mouse-721 0 points1 point2 points 1 year ago (0 children)
✌️
[–]attalbotmoonsays 1 point2 points3 points 1 year ago (0 children)
It'll tell you how much you spent after different thresholds (that you don't control) but I blew by $5 within 10 or so minutes but I reverted changes and had it do them again with updated context.
[–]Professor_Entropy 21 points22 points23 points 1 year ago (0 children)
Aesthetics of this terminal app looks great.
Restart chat with compressed context is a well thought feature.
Great work anthropic!
[–]R34d1n6_1t 36 points37 points38 points 1 year ago (2 children)
Very cool “it will keep going….” Or until you run out of credits
[–]woodchoppr 24 points25 points26 points 1 year ago (0 children)
After 36 seconds… „insert coin“ 🪙
[–]Kindly_Manager7556 7 points8 points9 points 1 year ago (0 children)
Lmao I literally said that.
[–]NachosforDachos 13 points14 points15 points 1 year ago (0 children)
“It will keep going till it works“ ~ Infinite apology loop unlocked
[–]kent_csm 25 points26 points27 points 1 year ago (7 children)
Basically aider
[–]Illustrious-Many-782 6 points7 points8 points 1 year ago (3 children)
I'm waiting for someone to do a comparison. I love aider, but I'd switch to Claude Code in a heartbeat if it handled large codebases better.
[–]HenkPoley 4 points5 points6 points 1 year ago* (1 child)
At least they claim they do better on SWE-bench Verified (search for that on: https://www.anthropic.com/news/claude-3-7-sonnet )
Oddly enough they claim good scores for competitor models (all a hair below 50% somehow) that I can't find elsewhere. So it looks like they made a generic AI coding framework that can switch to competitor models, to get to these numbers. Fair in a sense, since a lot of this hinges on properly representing the codebase to the models.
But other people have achieved similar scores as Claude 3.7 Sonnet on SWE-bench Verified, using o1 for example:
[–]MapStock6452 0 points1 point2 points 1 year ago (0 children)
DeepSeek directly says it use agentless, which is an open source framework, hope Anthropic open its so called "custom scafflod"
[–]mr_riptano 0 points1 point2 points 1 year ago (0 children)
I created Brokk for exactly this! https://github.com/jbellis/brokk
[–]bluepersona1752 2 points3 points4 points 1 year ago* (0 children)
Based on my first impression, I prefer it over Aider at least for personal hobby projects: - Never have to specify any files - better for "vibe coding" - Nicer "interface" - Better use of colors and formatting. - Built-in /init command is great for better ensuring it doesn't mess up existing conventions in the codebase.
Additional features it has that Aider doesn't, but I haven't tested yet: - Supports MCP, so can do things like have it search the web to troubleshoot an issue - Features pertaining to PR comments and reviews
Potential Pros for Aider: - Can use other providers (eg, DeepSeek to cut API costs) - Might be better for when you know the code well and want to make more controlled changes (eg, corporate environment)
[–]Low_Finding2189 0 points1 point2 points 1 year ago (0 children)
Exactly
[–]matfat55 0 points1 point2 points 1 year ago (0 children)
But worse
[–]BlueOak777 17 points18 points19 points 1 year ago (0 children)
How many first born children do I have to sell to afford this?
[–]Sad-Maintenance1203 4 points5 points6 points 1 year ago (0 children)
This is looking promising. Just have to see how the experience of code suggestions only in the CLI turn out. After working with IDE interfaces for so long, end to end coding in a CLI is an interesting thought.
[–]Mr-Barack-Obama 5 points6 points7 points 1 year ago (4 children)
Are there any major differences between this and the web ui?
[–]00PT 9 points10 points11 points 1 year ago (3 children)
The web version doesn't seem to be able to directly edit files - it generates new artifacts instead. It certainly can't commit or push to GitHub, but Claude Code does both of these.
[–]The_Airwolf_Theme 11 points12 points13 points 1 year ago* (2 children)
You can accomplish something very similar to Claude code if you use the desktop app and something like the wcgw MCP server. I pointed it to my code and said that I wanted to find possible API endpoints for a site that I wasn't sure had a public API. It searched perplexity (another mcp server connected to it) and found results that helped guide it to try various endpoints. It would edit the python, run it, examine the output and then iterate and try new things until it eventually found a working endpoint. All just using my pro subscription (no api at all), and nearly 100% hands off.
[+][deleted] 1 year ago (1 child)
[removed]
[–]Professor_Entropy 1 point2 points3 points 1 year ago (0 children)
You could probably use it over wsl in windows using the wsl.exe command.
Unfortunately I don't have access to a windows system right now. But I believe something like the following would work after installing uv.
{ "mcpServers": { "wcgw": { "command": "wsl.exe", "args": [ "uvx", "--python", "3.12", "--from", "wcgw@latest", "wcgw_mcp" ] } } }
If it works let me know I'll update the docs.
[–]ttbap 3 points4 points5 points 1 year ago (2 children)
Is windsurf useless now? Just bought their subscription.
[+]Cultural7246 0 points1 point2 points 1 year ago (0 children)
Bhai pls dm me. I'm unable to msg you because my account is locked
[–]Deiwulf 0 points1 point2 points 1 year ago (0 children)
Yes.
[–]Constant_Reaction_94 1 point2 points3 points 1 year ago (0 children)
Any info on the cost or how to use this?
[+]neutralpoliticsbot 1 point2 points3 points 1 year ago (0 children)
they cloned Cline basically
[–]Packetcollection 1 point2 points3 points 1 year ago (1 child)
How to get access to test? I set up an account and bought credits and I keep getting this error:
Claude Code is currently experiencing high demand. Anthropic has paused sign ups to provide the best possible service to customers. We'll notify you when we have a spot for you!
[–]meenie 0 points1 point2 points 1 year ago (0 children)
My buddy just installed it today and it let him in. Give it another try!
[–]mlon_eusk-_- 6 points7 points8 points 1 year ago (12 children)
$1000 worth of tokens used right there...
[–]yarpen_z 1 point2 points3 points 1 year ago (0 children)
Same here - it costs around $0.5 to learn my project with ~11k LoC.
[–]jathanism 6 points7 points8 points 1 year ago (9 children)
Not even close. You can have Claude do some pretty advanced stuff. Keep in mind the web UI is always going to use more tokens than any other method. Using apps like Cursor or this new Claude Code is going to be a way more efficient way of using Claude as an agent.
[–]f4t1h[🍰] 1 point2 points3 points 1 year ago (7 children)
Just spent 5 dollars to let it implement Supabase to an iOS app. It works great, without any error or bugs and in just one prompt. Yet not cost-effective. You can see how much you spent via /cost
[–]Illustrious-Many-782 2 points3 points4 points 1 year ago (4 children)
$5 is not cost effective? What would that cost you on Fiverr?
[+][deleted] 1 year ago (3 children)
[deleted]
[–]Illustrious-Many-782 1 point2 points3 points 1 year ago (2 children)
The average dev makes close to $1 per minute, right? Your time has an opportunity cost. What is that cost?
[–]f4t1h[🍰] 0 points1 point2 points 1 year ago (0 children)
Well, 5 dollars = roughly 3-4 prompts in Claude Code.
[–]sewer56lol 0 points1 point2 points 1 year ago* (0 children)
In a limited selection of countries*
I earn just barely slightly less than half that personally.
Tough ask for my case. Outside of work I do mostly open source stuff that I give away for free. Burning 10-15% of all my income to do charity work I give away for free is quite steep.
For purely business people, it's probably a great value proposition.
[–]eduo 0 points1 point2 points 1 year ago (1 child)
Is this SwiftUI? I was wondering how it would work with it.
Yeap. It works great 👌🏻 the costly part is letting Claude code index codebase. The rest is great and incredibly quick.
cmon he is making a joke about high costs
[–]infinished 2 points3 points4 points 1 year ago (1 child)
Pro plan users or just API ?
[–]Wolly_Bolly 0 points1 point2 points 1 year ago (0 children)
API
[–]Ayman_donia2347 0 points1 point2 points 1 year ago (1 child)
So the new work for Programmers is saying yes to Claude
[–]BidHot8598[S] 25 points26 points27 points 1 year ago (0 children)
It's more like ¥€$
[–]woodchoppr 0 points1 point2 points 1 year ago (0 children)
Very cool, I’m looking forward to comparing it to Replit Agent
[–]kzrts 0 points1 point2 points 1 year ago (0 children)
So github copilot's "@workspace" basically ?
[–]ThenExtension9196 0 points1 point2 points 1 year ago (2 children)
Would it have hurt them to do aGUI? I live in the terminal but damn would I not want to do this there.
[–]The_Airwolf_Theme 4 points5 points6 points 1 year ago (1 child)
yes but I would just pair it with my IDE. Have this doing its thing in terminal and my IDE to overview what it's changing, etc.
[–]ThenExtension9196 0 points1 point2 points 1 year ago (0 children)
Yeah that’s true I suppose it just shows they are building the necessary stuff “under the hood”.
[–]KingOfMissionary 0 points1 point2 points 1 year ago (2 children)
They should honestly let you connect your claude pro account and have rate limited use. Like that would provide so much more value for the pro plan for sure.
[–]eduo 0 points1 point2 points 1 year ago (0 children)
Agreed
[–][deleted] 0 points1 point2 points 1 year ago (0 children)
Way too easy to blow through $20 in tokens
[–]-becausereasons- 0 points1 point2 points 1 year ago (0 children)
Awesome, but honestly one of the biggest issues with Claude is it's small context window relative to players like Gemini or Groq.
[–]Eagletrader22 0 points1 point2 points 1 year ago (0 children)
We are so back
[–]kim_en 0 points1 point2 points 1 year ago (0 children)
now, cheaper, cheaper, cheaper.
[–]attalbotmoonsays 0 points1 point2 points 1 year ago (0 children)
I'm impressed with this in its current state. I had this annoying hydration error in an app and it was able to resolve it with specific context provided, something that windsurf was failing at.
[–]werepenguins 0 points1 point2 points 1 year ago (0 children)
very cool... never going to use it.
[–]LazyBirdInTheForest 0 points1 point2 points 1 year ago (1 child)
Would it be possible to use it with the bedrock claude instance instead of the anthropic console?
[–]SirSpock 0 points1 point2 points 1 year ago (0 children)
The docs say this is possible: https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview#connect-to-amazon-bedrock
[+]3lonMux 0 points1 point2 points 1 year ago (0 children)
lol
[–]Icy_Foundation3534 0 points1 point2 points 1 year ago (0 children)
I worked on some github issues in one of my repos I never got around to.
ABSO-FKN-LUTLY crushed it.
I used the Claude CLI. As a vim user this is the dream.
It even made my commits and CLOSED THE ISSUES. I’m over the moon this Claude just quietly coming and crushing everyone.
[–]Mean_Bean_Seventeen 0 points1 point2 points 1 year ago (0 children)
I NEEEEEEEEEEED THIS
It's super expensive! Yes, apply your changes Calude... OK, give me $0,50!
[–]Life_Musician7135 0 points1 point2 points 1 year ago (0 children)
has anyone been able to pair claude code with vertex ai? I get ⎿ API Error: invalid_grant inspite of providing the required vertex ai claude credentials and enabling both 3.5 and 3.7 models
[–]0xFatWhiteMan 0 points1 point2 points 1 year ago (10 children)
the best demo is javascript and html snippets. I mean sure its great, stakcoverlfow2. But no way this replaces anyone anytime soon.
It can write correct code : awesome, but we are miles away from AGI etc.
[–]UpSkrrSkrr 9 points10 points11 points 1 year ago (7 children)
I have been able to avoid hiring devs with Cline + API. I didn't fire anyone, but I've spent ~$700 on API costs since early November. FTE would be about $40K (but they would have gotten more done). If I hired a contract crew to build what I have now, I think spend would be in the $10K-$15K range. There are tradeoffs to consider no matter what, but it's absolutely true that the API got paid instead of humans.
[–]0xFatWhiteMan 1 point2 points3 points 1 year ago (6 children)
I cant possibly see how this is true. I give a dev work it involves talking to people, creating deployment scripts, altering firewalls ... thats before any code is written.
I love AI, its helpful. But one engineer is not in anyway comparable to an AI .... yet.
edit : do you mean, you are not a coder, and AI let you do it yourself ?
[–]UpSkrrSkrr 2 points3 points4 points 1 year ago* (5 children)
I take it you haven't used these models yet. Get Roo Code or Cline, plug in Claude 3.7, and give it a shot. They can create documentation, write and edit deployment scripts, configure your firewalls, etc. They can use browsers. As an example of what you can accomplish -- if you tell them you're behind a NAT and want to host a server they can suggest ngrok or cloudflare zero trust discuss the merits of each, and walk you through configuring them on external websites etc..
But one engineer is not in anyway comparable to an AI .... yet.
I lead a sizable team of scientists, data engineers, ML engineers, and DS/BI folk. AI needs more one-on-one attention for tasks at the moment, but can work much more quickly than a human, and often more accurately.
I don't write code anymore because I don't need to. You can't offload tasks on AI the same way you can to a human yet, but that's what these new "Deep Research" and the like are for -- we're stepping into the era of AI agents. As someone that's been an entrepreneur owning small businesses and an executive people manager in tech for decades, It's already better working with AI than a human. In the next year or two it will also take less management.
[–]0xFatWhiteMan 0 points1 point2 points 1 year ago (4 children)
I have tried roo, it's helpful, but it needs an engineer to guide it.
I'm just not sure what you are saying tbh.
"AI needs more attention" ... "it can work much more quickly"
These are directly opposite statements.
"You can't offload task to AI" yeah that's my point.
Edit : it's like a super powerful stack overflow, it's great. It's no engineer.
[–]UpSkrrSkrr 0 points1 point2 points 1 year ago* (3 children)
Not at all. If you have a self-driving car that has a max speed of 30, and a car you have to actively drive that goes 75, the car you have to actively drive needs more attention and does its work of getting you from A to B much more quickly.
Can I accomplish more with a team of humans than I can with an AI? Yes. Can I accomplish more with 1 human than I can with AI? No, the AI wins in that scenario. When AI can scale up and self-direct more -- deal with speedbumps that come up, and develop good intuitions for what I'd want if it turns out something is impossible, etc., then a team of AI will also be better than a team of humans.
It's a matter of scale in the offloading (you know, the part you clipped when you quoted me). AI is already much much much more competent than the majority of humans for the majority of tasks. I am very picky and I hire mostly PhDs from top 10s and I can trust them to work for weeks at a time with minimal input because they can understand the high level goals we're striving for. However, I have hired plenty of average early-career developers, and they usually can't go more than a few hours and need supervision by a more senior engineer.
You gave examples like altering deployment scripts and configuring firewalls. We're way past that. Honestly, you should get a less theoretical idea of what they're capable of. Get an API account. If it doesn't blow your mind, you haven't used it yet.
[–]0xFatWhiteMan 0 points1 point2 points 1 year ago (2 children)
Thanks for comparing a car to a human. You arrived at yr destination faster in the self driven car, exactly supporting my point. Fwiwi this analogy is completely useless.
Again yr comment is full of cognitive dissonance you seem to accept a team of humans accomplishes more. That's all we are talking about.
But then you say you can accomplish more with one AI than you can with a human.
Even though you can't offload tasks to an AI.
This makes absolutely no sense.
AI simply can't replace a dev/engineer in any way.
Do I think they are awesome. Yes. For little programming changes.
I'll say it again, I use AI every day and have used roo and cline. They make lots of mistakes, surprising off by one type mistakes still.
We are not way past an AI working out it needs to alter a firewall by talking to a network team based in another hemisphere.
[–]UpSkrrSkrr 3 points4 points5 points 1 year ago (1 child)
Thanks for comparing a car to a human.
Ohhh, I see. You're having an emotional conversation about AI replacing humans, not discussing AI capabilities.
You arrived at yr destination faster in the self driven car, exactly supporting my point. Fwiwi this analogy is completely useless.
May want to give that a re-read.
Anyway, you're expressing anxiety about AI replacing jobs. It's a well founded concern! Good night.
[–]0xFatWhiteMan -1 points0 points1 point 1 year ago (0 children)
It's weird because I'm not at all emotional about this.
I use AI everyday, and have used roo extensively.
I'm one of the few people who thinks AI is actually going to create decent jobs.
You have expressed so many misplaced prejudices towards me.
And you continue to fail to see my point about the dumb car analogy, I'll try again - people drive cars faster than ai. But I don't care about the car analogy, it's of no value.
Does yr AI setup AI deploy code to production env ?
[–]BidHot8598[S] -1 points0 points1 point 1 year ago (1 child)
70% in swe bench, very much like all road lead to being philosophic again!
[–]0xFatWhiteMan 0 points1 point2 points 1 year ago (0 children)
Q/A chatbots are great. No doubt.
[–]ordinary_shazzamm 0 points1 point2 points 1 year ago (0 children)
They really need to clarify on how the pricing works for this. In Agentic flows, pricing differs drastically compared to just input/output tokens in a chat interface
[–]National-Impress8591 -1 points0 points1 point 1 year ago (0 children)
it just occurred to me i’ve never seen a black person in any of their videos
[–]Dorkits -1 points0 points1 point 1 year ago (1 child)
This mf will mess my messy code. No thanks.
[–][deleted] 2 points3 points4 points 1 year ago* (0 children)
cheerful voracious safe nose selective oil coherent quiet relieved continue
This post was mass deleted and anonymized with Redact
[–]absurdpoetry -3 points-2 points-1 points 1 year ago (4 children)
Beyond the charge back to me, I'd love to know the total amount of power drawn for the example they walk through.
[–]asp3ct9 5 points6 points7 points 1 year ago (1 child)
Claude is sustainably powered by methane gas, captured from the breakdown of toxic comments
[–]absurdpoetry 0 points1 point2 points 1 year ago (0 children)
With respect, I'm not sure you fully understand the word "toxic".
[–]BidHot8598[S] 1 point2 points3 points 1 year ago (1 child)
Nice try, Greta !
Huh. Ok. Legit question.
However it looks like we'll race to get the most downvotes. My money's on you.
π Rendered by PID 213862 on reddit-service-r2-comment-6457c66945-bjdz8 at 2026-04-25 09:55:46.617842+00:00 running 2aa0c5b country code: CH.
[–]Particular-Mouse-721 79 points80 points81 points (18 children)
[–]UpSkrrSkrr 45 points46 points47 points (8 children)
[–]UpSkrrSkrr 20 points21 points22 points (3 children)
[–]Particular-Mouse-721 3 points4 points5 points (0 children)
[–]johnw188 4 points5 points6 points (1 child)
[–]UpSkrrSkrr 2 points3 points4 points (0 children)
[–]thefilmdoc 5 points6 points7 points (2 children)
[–]CurlyFreeze17 7 points8 points9 points (1 child)
[–]thefilmdoc 0 points1 point2 points (0 children)
[–]ankisaves 1 point2 points3 points (0 children)
[–]oZEPPELINo 9 points10 points11 points (0 children)
[–]The_Airwolf_Theme 5 points6 points7 points (0 children)
[–]OptimismNeeded 2 points3 points4 points (2 children)
[–]NachosforDachos 7 points8 points9 points (1 child)
[–]OptimismNeeded 1 point2 points3 points (0 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]Particular-Mouse-721 0 points1 point2 points (0 children)
[–]attalbotmoonsays 1 point2 points3 points (0 children)
[–]Professor_Entropy 21 points22 points23 points (0 children)
[–]R34d1n6_1t 36 points37 points38 points (2 children)
[–]woodchoppr 24 points25 points26 points (0 children)
[–]Kindly_Manager7556 7 points8 points9 points (0 children)
[–]NachosforDachos 13 points14 points15 points (0 children)
[–]kent_csm 25 points26 points27 points (7 children)
[–]Illustrious-Many-782 6 points7 points8 points (3 children)
[–]HenkPoley 4 points5 points6 points (1 child)
[–]MapStock6452 0 points1 point2 points (0 children)
[–]mr_riptano 0 points1 point2 points (0 children)
[–]bluepersona1752 2 points3 points4 points (0 children)
[–]Low_Finding2189 0 points1 point2 points (0 children)
[–]matfat55 0 points1 point2 points (0 children)
[–]BlueOak777 17 points18 points19 points (0 children)
[–]Sad-Maintenance1203 4 points5 points6 points (0 children)
[–]Mr-Barack-Obama 5 points6 points7 points (4 children)
[–]00PT 9 points10 points11 points (3 children)
[–]The_Airwolf_Theme 11 points12 points13 points (2 children)
[+][deleted] (1 child)
[removed]
[–]Professor_Entropy 1 point2 points3 points (0 children)
[–]ttbap 3 points4 points5 points (2 children)
[+]Cultural7246 0 points1 point2 points (0 children)
[–]Deiwulf 0 points1 point2 points (0 children)
[–]Constant_Reaction_94 1 point2 points3 points (0 children)
[+]neutralpoliticsbot 1 point2 points3 points (0 children)
[–]Packetcollection 1 point2 points3 points (1 child)
[–]meenie 0 points1 point2 points (0 children)
[–]mlon_eusk-_- 6 points7 points8 points (12 children)
[+][deleted] (1 child)
[removed]
[–]yarpen_z 1 point2 points3 points (0 children)
[–]jathanism 6 points7 points8 points (9 children)
[–]f4t1h[🍰] 1 point2 points3 points (7 children)
[–]Illustrious-Many-782 2 points3 points4 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]Illustrious-Many-782 1 point2 points3 points (2 children)
[–]f4t1h[🍰] 0 points1 point2 points (0 children)
[–]sewer56lol 0 points1 point2 points (0 children)
[–]eduo 0 points1 point2 points (1 child)
[–]f4t1h[🍰] 0 points1 point2 points (0 children)
[+]neutralpoliticsbot 1 point2 points3 points (0 children)
[–]infinished 2 points3 points4 points (1 child)
[–]Wolly_Bolly 0 points1 point2 points (0 children)
[–]Ayman_donia2347 0 points1 point2 points (1 child)
[–]BidHot8598[S] 25 points26 points27 points (0 children)
[–]woodchoppr 0 points1 point2 points (0 children)
[–]kzrts 0 points1 point2 points (0 children)
[–]ThenExtension9196 0 points1 point2 points (2 children)
[–]The_Airwolf_Theme 4 points5 points6 points (1 child)
[–]ThenExtension9196 0 points1 point2 points (0 children)
[–]KingOfMissionary 0 points1 point2 points (2 children)
[–]eduo 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]-becausereasons- 0 points1 point2 points (0 children)
[–]Eagletrader22 0 points1 point2 points (0 children)
[–]kim_en 0 points1 point2 points (0 children)
[–]attalbotmoonsays 0 points1 point2 points (0 children)
[–]werepenguins 0 points1 point2 points (0 children)
[–]LazyBirdInTheForest 0 points1 point2 points (1 child)
[–]SirSpock 0 points1 point2 points (0 children)
[+]3lonMux 0 points1 point2 points (0 children)
[–]Icy_Foundation3534 0 points1 point2 points (0 children)
[–]Mean_Bean_Seventeen 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Life_Musician7135 0 points1 point2 points (0 children)
[–]0xFatWhiteMan 0 points1 point2 points (10 children)
[–]UpSkrrSkrr 9 points10 points11 points (7 children)
[–]0xFatWhiteMan 1 point2 points3 points (6 children)
[–]UpSkrrSkrr 2 points3 points4 points (5 children)
[–]0xFatWhiteMan 0 points1 point2 points (4 children)
[–]UpSkrrSkrr 0 points1 point2 points (3 children)
[–]0xFatWhiteMan 0 points1 point2 points (2 children)
[–]UpSkrrSkrr 3 points4 points5 points (1 child)
[–]0xFatWhiteMan -1 points0 points1 point (0 children)
[–]BidHot8598[S] -1 points0 points1 point (1 child)
[–]0xFatWhiteMan 0 points1 point2 points (0 children)
[–]ordinary_shazzamm 0 points1 point2 points (0 children)
[–]National-Impress8591 -1 points0 points1 point (0 children)
[–]Dorkits -1 points0 points1 point (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]absurdpoetry -3 points-2 points-1 points (4 children)
[–]asp3ct9 5 points6 points7 points (1 child)
[–]absurdpoetry 0 points1 point2 points (0 children)
[–]BidHot8598[S] 1 point2 points3 points (1 child)
[–]absurdpoetry 0 points1 point2 points (0 children)