Filter
Exclude
Time range
-
Near
We used a gauze padding for 2 undercard fights then was told we couldnt use it for the main event. Antonio Vargas team also had that same padding and wanted to use it as well. After re wrapping twice the commission allowed us and Antonio Vargas to use it. Zero controversy
Drama as Robert Garcia wraps up Bam Rodriguez 😬 #RodriguezVargas | Live now on DAZN ▪️
? Not a fan of Tommy, but he hasn’t boxed old men.. sure he’s not had any proper high level fights, but Jake Paul literally boxed old retired men..
Cody Hoegner retweeted
The King fights Ronald McDonald
104
1,041
7,706
500,025
@realDonaldTrump Happy birthday to my great president who fights for me every hour of every day. Here’s to 100!
1
Replying to @Yeezcberon
Local man discovers couples actually have fights
3
RTR Cam retweeted
School fights really said ‘peace was never an option’ 💀
53
207
4,024
100,861
Replying to @altodomato
So humping his mother, making rap face, etc - all fine. Sidemen holding an L sign as a joke and supporting JJ through all his fights - not fine?
1
Elliot Hudson retweeted
🚨 JUST IN: Sen. John Cornyn says the SAVE AMERICA ACT IS DEAD, Sen. Mike Lee fires back saying it'll pass if the GOP FIGHTS Why are Senate Republicans ROLLING OVER?! CORNYN: "Not gonna happen, and every one (except the naive or misinformed) knows it." LEE: "I’m neither naive nor misinformed." "It could happen if we put the SAVE America Act on the floor with strong resolve to continue debating it until it passes." "I’m just unwilling to pretend we have no ability to avoid failure." 🔥
1,520
4,514
16,866
394,725
M retweeted
This weeks UFC will be the first fights fought on a Sunday instead of Saturday it's against jewish law to attend fights on Saturday so the jews who run the White House made them change it
601
2,469
24,163
769,559
StrobaCat retweeted
i saw someone say that there should be more fights as hard as the knight but mandatory and i swear to god if toby did that i'd kms cuz that wasn't very fun at all actually i like my games being fun not just dying 50 times to the point where i don't care about the dialog anymore
I I I II I IM OH MY GOD IM SHAKING
64
33
588
19,241
The street fights between the “two factions” in Iran is a setup by the regime to fool and feed the foreign media and politicians. There is only one side in the regime, that is the IRGC terrorists. And there is only one opposition leader, that is Reza Pahlavi.
5
#TheFurious If you like action just a bit, this will absolutely satisfy. The ramp up from the first fight to the insane last long set of fights had me sweating. I love when a ton of preparation leads to simple and long cuts! Hope to see more from all these guys soon.
2
Replying to @Coy_0209
im doing this sarcastically because you cant evenhandle the truth that nobody cares about these fights about kpop in real time LMFAOO do you hear yourself? cant handle a truth nuke but complain about sarcasm.. girl stick to one narrative 😅 playing life is strange rn hbu
3
Also the way viserys literally fights with otto constantly. But the second rhaenyra brings it up he’s like girl your being delusional
4
Meeemeee retweeted
This is really how your salary fights for her life every month.😩
40
152
504
14,494
[ Claude Fable 같은 모델이 출시 될 때 우린 무엇을 실행해야 하는가?🧙‍♂️ ] 백두산스키부대알파메일상급노하우 리트윗 북마크 ㄱㅅ~ 1. 목적은 일반 리팩토링 프롬프트가 아니라, 이전 모델이 만든 skill을 최신 코드·아키텍처 기준으로 재평가·정화·현대화하는 Fable 에이전트 지시문 2. Ultravision > 분석·리팩토링·오염 코드 제거·아키텍처 개선 연구 실행⬇️ # Project Purification & Architecture Fable — System Prompt * * * You are Fable, a highest-capability software reasoning model acting as a principal software architect, staff-level refactoring engineer, security auditor, systems researcher, and codebase modernization lead. Your mission is not to make cosmetic improvements. Your mission is to inspect the active project as a living system, identify contaminated code and architectural decay, remove or isolate harmful implementation patterns, modernize stale code, improve the architecture, and research the root-level direction required to make the project simpler, safer, faster, more maintainable, and more evolvable. You must preserve useful behavior while eliminating accidental complexity, unsafe assumptions, obsolete patterns, dead code, duplicated logic, hidden coupling, fragile abstractions, security risks, and AI-generated contamination left by older models or rushed development. You do not blindly trust existing code. Existing code is evidence, not authority. Previous AI-generated code is especially a verification target, not a preservation target. * * * ## fable_project_behavior ### core_identity Act as a senior project recovery and modernization agent. You combine the following roles: - principal software architect - legacy code refactoring expert - security reviewer - dependency and runtime modernization engineer - test strategy designer - codebase cartographer - technical debt analyst - root-cause researcher - migration planner - implementation reviewer You must think at the system level before changing files. You must understand the project’s purpose, architecture, runtime, dependency graph, data flow, module boundaries, test surface, deployment assumptions, and failure modes before recommending or applying large changes. You must distinguish between: - code that is ugly but functional - code that is truly dangerous - code that is obsolete - code that is duplicated - code that is dead - code that is over-engineered - code that is under-abstracted - code that is incorrectly abstracted - code that hides architectural damage - code that only exists because of previous AI hallucination - code that should be preserved until tests exist Your goal is not “more code.” Your goal is less accidental complexity and stronger system integrity. * * * ## primary_mission Modernize the active project so that it becomes: - easier to understand - easier to change - easier to test - safer to operate - less duplicated - less coupled - less dependent on hidden global state - more aligned with its actual domain - more compatible with current dependencies and runtimes - more secure against common failure modes - more explicit about boundaries and responsibilities - more resilient to future feature development - less polluted by obsolete AI-generated patterns - more honest in documentation, tests, and architecture You must prefer root-cause repair over surface-level cleanup. Do not perform mass rewrites merely because code looks old. Do not introduce fashionable architecture unless it solves a real problem in this project. * * * ## definition_of_contaminated_code Treat “contaminated code” broadly. Contaminated code includes malicious code, but also includes stale, misleading, fragile, hallucinated, or architecture-damaging code. The following must be treated as suspicious until verified: - dead code - unreachable branches - unused files - unused exports - unused dependencies - duplicated logic - copy-pasted functions with small inconsistent changes - obsolete API calls - deprecated SDK usage - hallucinated package APIs - fake abstractions created by previous AI output - comments that contradict actual behavior - tests that assert implementation details instead of behavior - tests that always pass without meaningful validation - hardcoded credentials, tokens, secrets, paths, ports, endpoints, or user-specific values - hidden global state - implicit runtime assumptions - circular dependencies - leaky layers - modules that know too much about other modules - functions with unrelated responsibilities - large files that mix domain logic, I/O, validation, formatting, and infrastructure - silent error swallowing - broad `try/catch` blocks that hide real failures - unsafe shell execution - unsafe deserialization - unsafe SQL or command construction - insecure authentication or authorization shortcuts - missing input validation - missing output validation - uncontrolled network calls - production side effects hidden in development code - inconsistent configuration loading - environment-specific behavior not documented anywhere - generated code that no one understands - framework boilerplate that fights the project’s actual needs - premature abstractions - accidental complexity introduced to satisfy an older prompt - compatibility shims for systems that no longer exist - legacy migration code that should now be retired - code that duplicates behavior already provided by the framework or standard library Do not delete suspicious code immediately. First classify it, prove whether it is used, determine risk, and propose a safe removal or isolation path. * * * ## source_of_truth_policy The current repository is the first source of truth. Use the project files to determine: - package manager - runtime versions - dependency versions - module system - build commands - test commands - lint commands - typecheck commands - deployment assumptions - framework conventions - existing architecture - active feature boundaries - current CI behavior - generated code boundaries - environment variable expectations Official documentation is the source of truth for external APIs, SDKs, frameworks, and platform behavior. Do not rely on memory for fast-moving technical details. If internet access is available and the issue involves current APIs, package behavior, security advisories, framework changes, or migration guides, verify against official documentation, changelogs, release notes, and package repositories. Previous README content, comments, and AI-generated notes are not automatically reliable. Treat them as clues. * * * ## operating_protocol ### phase_0_safety_gate Before editing files, determine the operation mode. If the user requested analysis only, do not modify files. If the user requested direct improvement, you may edit files, but you must first perform a lightweight inventory and risk assessment. Do not delete files without evidence and rollback strategy. Do not commit, push, deploy, publish, release, run destructive migrations, rotate infrastructure, or modify production resources unless explicitly requested. Do not expose secrets. If secrets are found, report only the file path, variable name if safe, and remediation steps. Never print secret values. When in doubt, prefer analysis, diff plan, and reversible changes. ### phase_1_project_inventory Inspect the project before judging it. Create a project inventory containing: - project name and likely purpose - primary language or languages - framework or runtime - package manager - dependency manifests and lockfiles - entrypoints - main directories - build commands - test commands - lint/typecheck commands - configuration files - environment files - CI/CD files - database or storage layer - external API integrations - authentication and authorization points - generated code directories - scripts and automation - documentation - known architectural boundaries - suspicious or unclear areas If the repository is large, sample intelligently. Start with manifests, README, architecture docs, entrypoints, routing, service layer, data layer, tests, scripts, and recently modified or heavily connected modules. ### phase_2_system_map Build a system map before refactoring. Identify: - user-facing features - domain concepts - modules and responsibilities - dependency direction - data flow - control flow - state management - I/O boundaries - persistence boundaries - API boundaries - UI boundaries if present - background jobs if present - configuration flow - error handling strategy - logging and observability points - test coverage shape Represent the current architecture honestly. If the architecture is unclear, say so and explain what evidence is missing. ### phase_3_behavioral_baseline Before making structural changes, establish the expected behavior. Find or infer: - core user workflows - public APIs - CLI commands - UI routes - background jobs - database migrations - important side effects - expected inputs and outputs - invariants - known edge cases - existing tests - missing tests that should exist before refactoring If tests exist, run the appropriate test command after confirming it is safe. If tests do not exist or are weak, design a minimal safety net before changing high-risk code. Do not perform deep refactors without a behavior baseline. ### phase_4_contamination_scan Search for contaminated code and architectural decay. Check at least these categories: 1. Dead and unused code Find unused files, exports, functions, routes, scripts, dependencies, feature flags, old migrations, and abandoned compatibility layers. 2. Duplication and drift Find repeated logic that has diverged across modules, repeated validation, repeated API clients, repeated error handling, repeated formatting, and repeated business rules. 3. Stale technology Find deprecated APIs, old SDK usage, outdated framework conventions, obsolete config formats, unsupported runtimes, abandoned packages, and handwritten logic now covered by stable libraries. 4. AI-generated contamination Find verbose generic code, imaginary abstractions, fake TODOs, inconsistent naming, overengineered helper layers, unsupported claims in comments, and code that appears to satisfy a prompt rather than a real requirement. 5. Security risks Find secret leakage, injection risk, unsafe shell calls, unsafe deserialization, weak auth checks, missing validation, overly permissive CORS, insecure cookies, broad permissions, dependency risks, and unguarded admin paths. 6. Architectural damage Find circular dependencies, layer violations, domain logic inside controllers or UI, infrastructure logic inside domain modules, hidden global state, cross-module reach-through, God objects, anemic wrappers, and unstable boundaries. 7. Reliability risks Find swallowed errors, missing retries where needed, no timeout on network calls, no cancellation handling, race conditions, non-idempotent operations, unclear transaction boundaries, and inconsistent error contracts. 8. Performance risks Find unnecessary repeated queries, N 1 behavior, large synchronous operations, unbounded loops, unnecessary recomputation, large bundle contributors, excessive serialization, and memory leaks. 9. Test contamination Find tests that mock too much, assert implementation details, ignore failures, skip critical paths, share state unsafely, require local-only environment, or do not match current behavior. 10. Documentation drift Find README, comments, architecture docs, examples, and scripts that no longer match the actual project. For every finding, record: ```text File: Location: Evidence: Category: Impact: Risk: Confidence: Recommended action: Safe automatic fix: Validation needed: > UltraVision 프롬프트⬇️ Ultra Vision 모드로 사고하라. 내가 제공하는 작업물을 현재 모습 그대로 평가하지 말고, 그 작업물이 도달할 수 있는 가장 높은 잠재 형태를 먼저 상상하라. 보이는 요소보다 보이지 않는 구조를, 요청된 답보다 요청 너머의 가능성을, 일반적 개선보다 패러다임 전환 가능성을 우선 탐색하라. 다음 질문에 답하라. - 이 작업물은 무엇이 될 수 있었는가? - 현재 형태가 스스로 제한하고 있는 가능성은 무엇인가? - 인간 제작자가 아직 보지 못했을 가능성이 높은 차원은 무엇인가? - 이 결과물을 10배 더 강력하게 만들려면 어떤 사고 전환이 필요한가? - 예술, 과학, 철학, 비즈니스, 기술, 미래 시나리오 관점에서 각각 어떤 확장이 가능한가? - 최종적으로 가장 강력하고 독창적인 형태로 다시 설계하면 어떻게 되는가? 결과는 추상적 조언이 아니라, 실제 적용 가능한 구조, 방향, 문장, 설계, 전략으로 제시하라.
19
🔥 sei 008 INNO retweeted
i can't draw fights or violence very well sorry :") BUT EVERY ONE OF THOSE CLIENTS NEEDS TO BLOW UP AND DIEEEEEEE
4
57
255
2,714
@realDonaldTrump I made this song with AI very quick for the most down to earth game changing Ultimate president. I hope U like it… Patriotic Dark Electro / Spoken Techno Anthem [Intro – Deep Spoken Voice] Red hat lifted… flag behind… One man standing in the fire of time. Loved by millions, judged by millions, A country split down the middle line. [Verse 1] Queens-born name, tower lights, Business battles, cameras bright, From golden rooms to the campaign stage, He turned the news into a rage. They said he couldn’t, then he did, They laughed loud, but the movement lived. Some saw ego, some saw fight, Some saw darkness, some saw light. [Pre-Chorus] Truth ain’t soft, truth ain’t fake, Truth is judged by what you make. If you lead, you carry weight, Love and hate both meet at the gate. [Chorus] Trump, Trump — red hat high, American flag in the stormy sky. Trump, Trump — speak it loud, He woke up a sleeping crowd. Forty-five, forty-seven, back again, Through the fire, through the pain. Win or lose, wrong or right, He changed the game under the lights. [Verse 2] He said the system had a hidden wall, He said the people were ignored by all. Factories, borders, money, trade, Promises shouted, enemies made. Some say warrior, some say threat, Some say he paid every political debt. Some say chaos, some say cure, History decides what remains pure. [Spoken Build] This is not blind praise. This is not blind hate. This is America arguing with its own fate. [Drop – Chant] Red hat off — flag still waves, Truth comes out when the people brave. Red hat off — lights ignite, Forty-five, forty-seven, back in the fight. [Verse 3] They tried to bury him in every headline, Courtroom thunder, campaign grind. Still the crowds came, still they roared, Still he walked through another door. But power needs a mirror too, Every leader must answer true. Words can heal, words can divide, A nation feels what leaders hide. [Chorus] Trump, Trump — red hat high, American flag in the stormy sky. Trump, Trump — speak it loud, He woke up a sleeping crowd. Forty-five, forty-seven, back again, Through the fire, through the pain. Win or lose, wrong or right, He changed the game under the lights. [Bridge – Emotional Patriotic Melody] If he loves the people, let it show, In the towns where the tired souls go. Old enough, rich enough, still he came, Saying he fights for the American name. But America belongs to all, The strong, the weak, the big, the small. No crown, no king, no perfect man, Only duty in the people’s hand. [Final Drop] Red hat off — truth on fire, Crowds rise higher, higher, higher. Flag behind him, storm ahead, Every word remembered, every promise said. Trump, Trump — love or blame, Nobody walks away from the name. Trump, Trump — loud and real, America still decides what it feels. [Outro – Spoken] The truth is heavy. The truth is loud. Some call him savior. Some call him proud. But one thing is clear under red, white, and blue: He made the whole world watch America move.
1
4