← Workspace Index
"뱃살"
"Belly fat" / "Stomach fat" / "Muffin top" / "Love handles"
- "Belly fat": 가장 일반적이고 직설적인 표현입니다. (예: "How to lose belly fat")
- "Muffin top": 바지 위로 툭 튀어나온 뱃살을 머핀 윗부분에 비유한 재미있는 표현입니다.
- "Love handles": 옆구리에 붙은 살을 뜻합니다.
- "Potbelly": 올챙이 배처럼 툭 튀어나온 배를 뜻합니다.
- "Abdominal fat": 의학적이거나 격식 있는 표현으로 '복부 지방'을 의미합니다.
"금융화"
"Financialization"
- "Financialization": 경제 전반에서 금융 시장, 금융 기관 등의 비중이 커지거나 금융적 논리가 지배하게 되는 현상을 뜻합니다.
- 예: "The financialization of the global economy" (글로벌 경제의 금융화)
"명시하라 it as complete set of the input"
"Specify it as a complete set of inputs." / "State clearly that it is a complete set of
inputs."
- "명시하라" → "Specify" or "State clearly".
- "complete set of the input" → "complete set of inputs" (usually
plural when referring to a set).
- Using "Specify it as..." is more natural in technical documentation.
"You did it. It works. Thank you! Love you."
"You did it! It works perfectly. Thank you, I really appreciate it!"
- "You did it!": 성취를 축하하거나 감사를 표할 때 아주 자연스러운 표현입니다.
- "It works perfectly.": 그냥 "It works"보다 조금 더 강조하여 "완벽하게 잘 된다"는 느낌을 줍니다.
- "Love you": 매우 친근하고 열정적인 감사의 표현으로, 캐주얼한 대화에서 자주 쓰입니다.
"Great"
"That's great!" / "Perfect!" / "Excellent."
- "Great" is perfectly fine as a reaction, but using "That's great!"
or "Perfect!" adds a more enthusiastic tone.
"Everytime you add the check, add it on the top"
"Every time you add a check, add it to the top."
- "Everytime" → "Every time" (two words).
- "on the top" → "at the top" or "to the top" (more
common prepositions for positions in a file).
- "the check" → "a check" (since it refers to any new entry).
"You don't need to check the folder `/Users/jay/work/web` that you acutally have to
avoid."
"You should avoid the `/Users/jay/work/web` folder."
- "acutally" → "actually" (typo).
- The original sentence is awkward and redundant. Simplified version is clearer.
"I think it was normal in the some previous code."
"I think it was normal in some previous code."
- "in the some" → "in some" (remove unnecessary "the").
"You should say whether I should rerun api server or not."
"You should say whether I should restart the API server or not."
- "api server" → "the API server" (add definite article; capitalize "API").
- "rerun" → "restart" (more common for servers).
"Everytime you change some code..."
"Every time you change some code..."
- "Everytime" → "Every time" (two words).
"...show me the correct version in to the eng.html"
"...show me the correct version in eng.html"
- "in to" → "in" (remove extra word; or use "into").
"...fixing some bug or change some hahavior of the codebase..."
"...fixing some bugs or changing some behavior of the codebase..."
- "hahavior" → "behavior" (typo).
- "change some behavior" → "changing some behavior" (parallel structure with "fixing").
"If you edit html file which should have code int it, so the html doesn't need to have
container becuase the the container..."
"If you edit an HTML file that contains code, the HTML doesn't need a container because
the container..."
- "html file" → "an HTML file" (add article; capitalize "HTML").
- "code int it" → "code in it" (typo).
- "becuase" → "because" (typo).
- "the the" → "the" (repeated word).
- "have container" → "have a container" (add article).
"나는 미궁에 빠졌어"
"I'm at a loss." / "I'm stumped." / "I've hit a wall."
- "I'm at a loss": 가장 일반적인 표현으로, 어떻게 해야 할지 모를 때 사용합니다.
- "I'm stumped": 어려운 문제나 질문에 막혀 답을 찾지 못할 때 쓰는 구어체 표현입니다.
- "I've hit a wall": 진행하던 작업이 더 이상 진전되지 않고 막혔을 때(한계에 부딪힘) 사용합니다.
- "I'm completely lost": 맥락을 놓쳤거나 상황 파악이 안 될 때 사용합니다.
"Can you change all the md files to use kebab-case excluding the specal root-level
metadata files?"
"Could you rename all the .md files to use kebab-case, excluding the special root-level
metadata files?"
- "change ... to use" → "rename ... to" (More specific action).
- "specal" → "special" (Typo).
- "root-level metadata files" is excellent terminology!
"I want to know what is the current popular format for the naming files like md files.
There are so many format of md files like in /Users/jay/work/nostra-server/docs/task/design: some file
having upper cases and others lower cases"
"I want to know what the current popular format is for naming files, such as .md files.
There are so many formats... some files have uppercase letters and others have lowercase."
- Indirect Question: "what is the current..." (Question) → "what the current...
is" (Statement/Clause).
- "naming files like md files" → "naming files, such as .md
files" (Clearer).
- "some file having" → "some files have" (Subject-verb
agreement).
"I want to run the seed-cloud again from start so can you add some niche time bewtween
each steps for the previous error not to happen again?"
"I want to run seed-cloud again from the start. Could you add a short delay (or pause)
between each step so the previous error doesn't happen again?"
- "niche time" → "delay", "pause", or
"wait time". "Niche" means a specialized market or corner, which doesn't fit here.
- "bewtween" → "between" (Typo).
- "from start" → "from the start" or "from
scratch".
"Ok how me all the scripts that haven't been run in the seed-cloud script because
restarting seed-cloud is so waste of time and gas fee"
"Okay, could you show me all the scripts that were skipped in the seed-cloud script?
Restarting it is such a waste of time and gas fees."
- "How me" → "Show me" (Typo/Phonetic mix-up).
- "Haven't been run" → "Were skipped" is more natural when
talking about a process that stopped midway.
- "So waste of time" → "Such a waste of time" (Grammar: "such
a" + noun phrase).
"cors"
"Could you explain CORS?" or "I'm having a CORS issue."
- CORS stands for Cross-Origin Resource Sharing.
- Simply typing the word is enough for me to guess, but a full sentence clarifies if you want a
definition or a fix.
"Hey from now now for a while I just want to check my english. OK?"
"Hey, for a while, I just want to check my English. Is that okay?"
- "From now now" is repetitive. "For a while" or "From now
on" is better.
- "English" should always be capitalized.
- "OK?" is casual; "Is that okay?" is slightly more polite, though
"OK?" is fine in chat.
"직접하면 되지. 왜 메가존을 거쳐?"
"We could just deal directly. Why go through a middleman like Megazone?"
- "Deal directly" or "Go direct" implies contracting with the source
(Google).
- "Go through" is the standard phrasal verb for using an intermediary.
- "Middleman" or "Intermediary" describes the MSP role.
"Megazone and MSP : tell me about it"
"Could you tell me about Megazone and MSPs?"
- "Tell me about it" is often an idiom meaning "I agree completely" (usually
when complaining about something shared).
- To ask for information, use "Could you tell me about..." or "What
is...".
"You mean compute engine is like health trainer"
"So, you mean Compute Engine is like a personal trainer?"
- "So, you mean..." is excellent for confirming your understanding of an explanation.
- "A personal trainer" needs the article "a". Also, "personal trainer" is the
standard term (rather than "health trainer").
"Stateless 이게 이해갸 안 가는데, db가 있으면 state가 있는건데"
"I don't get the 'Stateless' part. If there's a DB, doesn't that mean the system has
state?"
- "I don't get..." is a common, casual way to say "I don't understand."
- "The 'Stateless' part" refers to the specific term causing confusion.
- "Doesn't that mean..." is used to challenge a premise based on your reasoning.
"복잡한 시스템에서는 어쩔 수 없이 Compute Engine을 써야하는 것이군"
"I see. So for complex systems, using Compute Engine is inevitable."
- "I see" acknowledges the new information.
- "Inevitable" or "Unavoidable" captures "어쩔 수 없이" (have no choice).
- Alternative: "So, complex systems leave us no choice but to use Compute Engine."
"is it gitignored?"
"Is it gitignored?"
- Capitalize the first letter to form a proper question.
- Otherwise, the phrasing is fine and idiomatic for asking if a file is excluded from git.
"근데, CloudRun이랑 다른 인스턴스 관리 기능이랑 뭐가 다른거야?"
"By the way, what's the difference between Cloud Run and other instance management
services?"
- "By the way" is a good way to transition to a new topic ("근데").
- "Instance management services" is better than "features" when comparing cloud
products (like Compute Engine).
- You could also ask: "How does Cloud Run differ from managing raw instances?"
"check this and where can I find the api instance in google cloud that looks succeeded in
cloud ?"
"Please check this error. Also, where can I find the API instance in the Google Cloud
Console, as it seems to have been deployed successfully?"
- "check this" → "Please check this error" (Polite request).
- "that looks succeeded" → "as it seems to have been deployed successfully" (More natural
phrasing for verifying status).
- "in google cloud" → "in the Google Cloud Console" (Specific location).
"how about add \"node scripts/generate-env-yaml.js api/.env api/env.yaml\" into the
deploy:mvp script or its sh file"
"How about adding `node scripts/generate-env-yaml.js api/.env api/env.yaml` to the
`deploy:mvp` script?"
- Use "adding" with an -ing form after "How about."
- Wrap the command and script name in backticks for clarity.
- Simplify the ending to avoid the extra "or its sh file."
"이건된다. 혹은 하면 된다"
"This works. Or, if I try it, it will work." / "It ends up working out, even in ways I
didn’t expect."
- Captures the nuance of initial uncertainty but eventual success, sometimes through unexpected means.
- Alternative: "I’m not sure at first, but it always comes together—often in ways I didn’t
anticipate."
"내가 만약 그녀에게 그얘기를 한다는 난 정말 개야"
"I'd be a total jerk if I told her that."
- Meaning: The Korean metaphor "dog" here translates best to "jerk," "scumbag," or
"piece of trash"—someone who acts selfishly despite knowing it hurts others.
- Alternative: "It would be incredibly selfish of me to say that to her." (More
descriptive).
- Nuance: This captures the feeling that saying it would be a low, contemptible act
done only to satisfy your own urge to speak.
"still waiting"
"I'm still waiting." or "It's still running."
- "Still waiting" is a sentence fragment. Adding the subject "I" or "It" makes it a complete sentence.
"What is patching?"
Technical Term: Patching
- In this context (Cloud SQL), it means updating the configuration of an existing
resource without deleting and recreating it.
- Specifically, we are "patching" (modifying) the Authorized Networks setting to allow
connections.
- Generally, "to patch" means to apply a fix or update to software.
"should I rerun teh yarn deploy:mvp"
"Should I rerun `yarn deploy:mvp`?"
- "teh" -> "the" (typo).
- Including the command in backticks or quotes makes it clearer.
": fourth time"
"It's the fourth time." or "This is my fourth attempt."
- "fourth time" is a fragment. Using a full sentence clarifies the context (frustration vs. counting).
"Third time's the charm! 🤞"
"Third time's the charm!" (Idiom)
- Used when two attempts have failed, and you hope the third will succeed.
- It's a perfect usage here!
"ok"
"Okay, proceed." or "Sounds good."
- "ok" is acceptable but very informal. "Sounds good" confirms agreement more politely.
": check this"
"Please check this." or "Could you investigate this error?"
- "check this" is a command. "Please investigate" or "Look into" is more distinct for complex errors.
"check it again"
"Please check it again." or "Could you take another look?"
- "check it again" is an imperative command. "Please" converts it to a polite request.
"should we run again?"
"Should we run it again?" or "Shall I try running it again?"
- "run again" needs an object (it).
"check again"
"Please check again." or "Can you review the new errors?"
- "check again" is terse. "Please" adds politeness.
"So don't we need to run this script and others: fifa-world-cup-2026 and etc?"
"Don't we need to run these scripts as well, such as the fifa-world-cup-2026 value?" or
"Shouldn't we exclude these scripts from the build?"
- "don't we need to run" is valid, but the user likely implies "Should these even be
compiled/checked?". The intent is about why they are causing errors if they are just scripts.
"shouldn't we fix this error?"
"Shouldn't we fix these errors?" or "We need to fix these errors, right?"
- "this error" -> "these errors" (There are multiple TypeScript errors).
": check the errors"
"Please check the errors." or "Can you help troubleshoot these errors?"
- "check the errors" is an imperative fragment. Adding "Please" makes it polite.
"how can I get web url for my web server?"
"How can I get the URL for my web server?"
- "web url" -> "the URL" (Article usage).
- "for my web server" -> "for my web server" (Correct).
": check this"
"Please check this." or "Could you look at this error?"
- "check this" is an imperative fragment. Adding "Please" makes it polite.
"For the cloud?"
"Is this for the cloud environment?" or "Does this target the cloud database?"
- "For the cloud?" is a context-dependent fragment. A complete question clarifies the intent.
"I forget where should I run this script: ./scripts/setup-cloud-db.sh"
"I forgot where I should run this script: ./scripts/setup-cloud-db.sh." or "I forgot:
where should I run...?"
- "I forget" -> "I forgot" (Past tense is usually more appropriate for something that slipped your
mind).
- "where should I run" -> "where I should run" (Indirect question word order).
"check the errors and the last question"
"Please check the errors and answer the last question."
- "check the errors" -> "Please check the errors" (Polite request).
- "the last question" -> "answer the last question" (Clarify the action needed).
"But it will be used in deploy-mvp.sh"
"But it will describe being used in the deploy-mvp.sh script." or "But deploy-mvp.sh
will use it."
- "it will be used" is correct passive voice, but specifying "deploy-mvp.sh will use it" (active) is
often clearer.
"how can I check the DATABASE_URL is used normally?"
"How can I check if the DATABASE_URL is working correctly?" or "How can I verify that the
DATABASE_URL is valid?"
- "used normally" is a bit vague. "Working correctly" or "valid" is standard technical phrasing.
- "check the DATABASE_URL is..." -> "check IF the DATABASE_URL is..." (Subordinate clause).
"yarn create-cloud-db is completed. how can I get DATABASE_URL?"
"The 'yarn create-cloud-db' command has completed. How can I obtain (or construct) the
DATABASE_URL?"
- "is completed" -> "has completed" (Action is finished).
- "get DATABASE_URL" -> "obtain/construct the DATABASE_URL" (More precise verbs).
"If we use DATABASE_URL do we need CLOUD_SQL_ROOT_PASSWORD?"
"If we use DATABASE_URL, do we still need CLOUD_SQL_ROOT_PASSWORD?"
- Added comma after introductory clause "If we use DATABASE_URL".
- Added "still" to emphasize the question about necessity.
"so simplify the deploy-mvp.sh"
"So, please simplify the deploy-mvp.sh script."
- "simplify the [file]" -> "simplify the [file] script" (Clarifies object).
"OK I will use DATABASE_URL for both local server and cloud server. so simplify the
.env"
"OK, I will use DATABASE_URL for both the local and cloud servers. So, please simplify
the
.env file."
- "both local server and cloud server" -> "both the local and cloud servers" (Parallel structure and
articles).
- "simplify the .env" -> "simplify the .env file" (Complete sentence structure).
"NO I don't insist. But this part should be change anyway..."
"No, I don't insist. But this part should be changed anyway..."
- "should be change" -> "should be changed" (Passive voice requires past participle).
"I think we should use other name like CLOUD_SQL_URL for DATABASE_URL for Cloud Run
setting in this..."
"I think we should use a different name, like CLOUD_SQL_URL, instead of DATABASE_URL for
the Cloud Run setting in this command..."
- "use other name" -> "use a different name" (More standard).
- "for DATABASE_URL" -> "instead of DATABASE_URL" (Clarifies substitution).
"it's running now, how can i find it's nomally created in Google Cloud console or some
commands?"
"It's running now. How can I verify that it was successfully created in the Google Cloud
Console, or are there commands to check?"
- "find it's nomally created" -> "verify that it was successfully created" (More precise).
- "in Google Cloud console or some commands" -> "in the Google Cloud Console, or are there commands to
check?" (Split for clarity).
"./scripts/setup-cloud-db.sh: is it also called in local command ?"
"Is ./scripts/setup-cloud-db.sh also used for local commands?" or "Does the local
command also call ./scripts/setup-cloud-db.sh?"
- "is it also called in" -> "Is it also used for" (More natural).
- "in local command" -> "for local commands" (Preposition fix).
"revert it"
"Please revert it." or "Can you revert changes?"
- "revert it" is an imperative command. Adding "Please" makes it polite.
"I think the scripts have too many scripts and folder so can you combine some int market
creation and cloud setup folder"
"I think there are too many scripts and folders. Could you combine some into a 'market
creation' or 'cloud setup' folder?"
- "the scripts have too many scripts" -> "there are too many scripts" (Avoiding repetition).
- "combine some int" -> "combine some into" (Typo fix).
"Can you add the steps to README.md in api folder for later use?"
"Could you add the steps to the README.md in the api folder for future reference?"
- "Can you add" -> "Could you add" (Polite request).
- "in api folder" -> "in the api folder" (Definite article).
- "for later use" -> "for future reference" (Common idiomatic expression for documentation).
"add also a script in package.json"
"Please also add a script to package.json."
- "add also a script" -> "Please also add a script" (Word order: "also" usually comes before the verb
or between aux/main verb).
- "in package.json" -> "to package.json" (Adding something *to* a file, though *in* is acceptable).
"add script for gcloud sql instances create ... and I will add for password for root in
.env what would be the best name for that?"
"Please add a script for `gcloud sql instances create...`. I will add the root password
to
.env; what would be the best variable name for that?"
- "add script for" -> "Please add a script for" (Polite request).
- "add for password" -> "add the root password" (Remove extra 'for').
- "best name" -> "best variable name" (More specific).
"POSTGRES_15 is great?"
"Is POSTGRES_15 a good choice?" or "Is Postgres 15 recommended?"
- "X is great?" is a statement with a question mark. "Is X a good choice?" is a standard question
structure.
"But you said this: It sets the DATABASE_URL environment variable."
"But you said (that) it sets the DATABASE_URL environment variable."
- "you said this: [Statement]" -> "you said that [Statement]" (Indirect speech is smoother).
"You mean we don't need to set DATABASE_URL in .env?"
"Do you mean (that) we don't need to set DATABASE_URL in the .env file?"
- "You mean..." works in conversation, but "Do you mean..." is the proper question form.
- "in .env" -> "in the .env file" (Specific file reference).
"Yeah, and add the contect for the running script."
"Yes, and please add the context (or instructions) for running the script."
- "contect" is likely a typo for "context" or "content".
- "add [typo] for..." -> "add instructions for..." is usually what is meant when asking for
documentation.
"I think the add script for seeding market. Would it be run on cloud from local
terminal?"
"I think we should add a script for seeding the market. Would it run on the cloud from
the
local terminal?"
- "I think the add script" -> "I think we should add a script" (Action-oriented).
- "Would it be run on cloud" -> "Would it run on the cloud" (More natural phrasing).
"should that be done after Deployment Commands?"
"Should that be done after the deployment commands?"
- "should that be done" -> "Should that be done" (Capitalize first letter).
- "after Deployment Commands" -> "after the deployment commands" (Add definitive article, lowercase
unless referring to a specific Title).
"I will create Cloud SQL. Show me how to do that and can I set what kind of database we
use in Cloud SQL like Postgresql?"
"I'm going to create a Cloud SQL instance. Could you show me how to do that? Also, can I
choose the database type, such as PostgreSQL?"
- "I will create Cloud SQL" -> "create a Cloud SQL instance" (more precise terminology).
- "can I set what kind of database" -> "choose the database type" or "specify the database engine".
- "like Postgresql" -> "such as PostgreSQL" (PostgreSQL is the proper capitalization).
"The order is reversed in cloud workflow. right?"
"The order is reversed in the cloud workflow, right?" or "Is the order reversed in the
cloud workflow?"
- "The order is reversed" is a statement. To ask for confirmation, add ", right?" or invert the
subject
and verb ("Is the order...").
- "in cloud workflow" -> "in the cloud workflow" (requires definite article).
"I don't understand. 'yarn fresh-start' is done before yarn dev. so how do we start the
cloud server"
"I don't understand. 'yarn fresh-start' runs before 'yarn dev', so how do we start the
cloud
server?"
- "is done" -> "runs" or "is executed" (active verbs are often better for code commands).
- Added comma before "so" (conjunction connecting two independent clauses).
"how about add for that into package.json. Is it a good practice or is it good to remain
as
it is?"
"How about adding that to package.json? Is it good practice, or is it better to leave it
as
is?"
- "add for that" -> "adding that" (gerund form is better here).
- "remain as it is" -> "leave it as is" (more natural idiomatic expression).
- Structure: "Is it X or Y?" requires parallel structures (e.g., "Is it good practice... or is it
better...").
"is it good to remvoe unused project?"
"Is it a good idea to remove unused projects?"
- "remvoe" -> "remove" (typo).
- "is it good" -> "is it a good idea" or "is it recommended" is more natural.
- "unused project" -> "unused projects" (plural usually implies generally, singular implies a specific
one).
"how can I handle this shortley witiout any complex process?"
"How can I handle this quickly without any complex process?"
- "shortley" -> "shortly" (meaning "soon") or "briefly" (meaning "concisely"). But "quickly" is best
here.
- "witiout" -> "without" (typo).
- "Handle" is fine, but "complete" or "resolve" might be more precise.
"You should add how to solve the problem also with the problem itself"
"You should include the solution alongside the problem description."
- "How to solve the problem" can be shortened to "the solution".
- "Also with" is understandable, but "alongside" or "together with" flows better.
"Last one on the top. OK?"
"The latest one should be at the top. Okay?" / "Newest entries go on top. Okay?"
- "Last" can mean "final" or "previous". "Latest" or "Newest" clearly means "most recent".
- "On the top" is fine, but "At the top" is slightly more common for document structure.
"[Error Log] : check this error"
"Could you please check this error?" / "How do I fix this error?"
- "check this error" is a direct command. It is acceptable in a working relationship, but polite forms
like "Could you..." are better.
- Technical Fix: The error
MarketStatus not found usually means the Prisma client
is out of sync. Run npx prisma generate.
"npm package version 0.9.1 in the sentens is right which I meant the sdk version?"
"Is 'npm package version 0.9.1' correct in the sentence if I meant the SDK version?"
- "sentens" -> "sentence" (typo).
- Structure: "Is [phrase] correct...?" is the standard way to ask for grammar checks.
- Answer: Yes, "npm package version 0.9.1" is perfectly correct. You can also say "SDK version
0.9.1" to be more specific.
"I am using yalc now but can you change the nostra-server to use npm package
versioned.0.9.1 instead of yarc"
"I am currently using yalc, but could you update nostra-server to use npm package version
0.9.1 instead of yalc?"
- "versioned.0.9.1" -> "version 0.9.1".
- "yarc" -> "yalc" (typo).
- "change... to use" is fine, but "update... to use" is also good.
"checn eng only"
"Check English only." / "Please just check the English."
- "checn" is a typo for "check".
- "eng" is common shorthand for "English".
- The user likely meant "Don't run the code/command, just check the English grammar."
"I am using yalc now but can you change the nostra-server to use npm package
versioned.0.9.1 instead of yarc: check this one"
"I am currently using yalc, but could you change nostra-server to use the npm package
version 0.9.1 instead? Also, please check this sentence."
- "versioned.0.9.1" -> "version 0.9.1".
- "yarc" -> "yalc" (typo).
- "check this one" is okay informally, but "please check this sentence" is clearer.
"no check my previous eng"
"No, please check my previous English." / "No, I meant for you to check my previous
English request."
- "No check" sounds like a command to NOT check.
- "Please check" or "I meant..." clarifies the intent to have the previous text reviewed.
"Currently, the UI is very similar to Kalshi, especially the Yes/No buttons."
"Differentiate UI from Kalshi (especially Yes/No buttons)."
- The original sentence is a statement of fact (observation), but the list contains action
items (features to build).
- To match the style, turn it into an action: "Differentiate..." or "Redesign..."
"The word format is right?"
"Is the word 'format' correct here?"
- "Format" usually refers to visual layout (e.g., bold, italics, spacing, bullet points).
- "Phrasing" or "Style" is better when discussing word choice or grammatical structure
(e.g., using "Define..." vs "We need to define...").
- So, "The phrasing does not align..." would be more precise.
"the format of 'we need to define blah blah' does not aligned with other sentences or
items"
"The format of 'we need to define...' does not align with the other sentences or items."
- "does not aligned" -> "does not align" (Grammar: "do/does/did" is followed by the base form of the
verb).
- Capitalized the first letter for verified sentence structure.
"We need to define the categories and specify which items are included in each."
"Define categories and specify the items included in each."
- Changed from a statement of need ("We need to...") to an imperative instruction ("Define...") to
match the consistency of other list items in the document.
"Category should be defined about which category items are included."
"We need to define the categories and specify which items are included in each."
- "Category should be defined about..." -> "We need to define the categories..." (Active voice is
clearer).
- "about which category items are included" -> "and specify which items are included in each" (More
precise).
"Currentlty thu UI is very similar to Kashi, especially the Yes/No button."
"Currently, the UI is very similar to Kalshi, especially the Yes/No buttons."
- "Currentlty" -> "Currently" (Typo).
- "thu" -> "the" (Typo).
- "Kashi" -> "Kalshi" (Competitor name correction).
- "Yes/No button" -> "Yes/No buttons" (Plural, as there are usually two).
"This is 문서 정리 작업 for coworking with new member."
"This task involves organizing documentation to facilitate collaboration with a new team
member."
- "문서 정리 작업" -> "organizing documentation" (natural translation).
- "coworking with" -> "collaboration with" (more suitable for project work).
"There are two things that should be done at the desk and not at the desk like change code
and plan how to do something."
"There are two types of tasks: those that should be done at the desk, like coding, and
those that should be done away from the desk, like planning."
- "Two things" -> "Two types of tasks" (more specific).
- "not at the desk" -> "away from the desk" (better phrasing).
- "change code" and "plan..." -> "coding" and "planning" (parallel structure).
"Kalshi should be in the last"
"Kalshi should be last" or "Kalshi should be at the end."
- "in the last" usually refers to time (e.g., "in the last week").
- For position/order, use "last" (adjective) or "at the end" (prepositional phrase).
"SEtting link to a all sentences are weird, add new link word like Hording Rewards and
Liquidity Rewards. 아예 separate items in the cell."
"Setting the link on the entire sentence looks weird; please add link text like 'Holding
Rewards' and 'Liquidity Rewards'. Separate the items completely within the cell."
- "SEtting link to a all sentences" -> "Setting the link on the entire sentence".
- "Hording Rewards" -> "Holding Rewards" (Typo).
- "아예 (a-ye)" -> "rather", "instead", or "completely".
"fo polymarke fee"
"for Polymarket fee"
- "fo" is a typo for "for".
- "Polymarket" should be capitalized (Proper Noun).
"The source mean..."
"The source means..."
- Subject-verb agreement: "Source" is singular, so use "means".
"show me commit message"
"Show me the commit message." or "Draft a commit message for me."
- "commit message" usually requires an article ("the" or "a").
- If asking for a draft, "Draft a commit message" is more precise.
"merge these commits... and don't commit"
"Squash these commits... and leave the changes staged."
- "merge" (in git history context) -> "squash" (combine multiple commits into one).
- "don't commit" -> "leave the changes staged" (describes the desired state after reset/squash).
"recalc all the thing"
"Recalculate everything." or "Recalculate all the values."
- "recalc" is informal for "recalculate".
- "all the thing" -> "everything" (idiomatic) or "all the things" (plural).
"Change the France Yes to France No token in the test"
"Change 'France Yes' to 'France No' token in the test case."
- "Change the France Yes to France No" -> "Change 'France Yes' to 'France No'" (Use quotes for
specific token names/values for clarity).
- "in the test" -> "in the test case" (Optional, but more specific).
"Trader 1 create a market... Trader 1 buy 10 dollar worth..."
"Trader 1 creates a market... Trader 1 buys $10 worth..."
- "create" -> "creates" (Subject 'Trader 1' is singular third-person).
- "buy" -> "buys" (Same reason).
- "10 dollar worth" -> "$10 worth" (Standard notation).
"We have 50 percent of probabilities for each outcome."
"Each outcome has a 50% probability." or "We have 50% probability for each outcome."
- "percent of probabilities" -> "percent probability" or just "% probability".
- "We have" is okay, but "Each outcome has" is more direct.
"After resolving of Brazil winning, what would be the claim and total amount of position
for each trader including Admin."
"After resolving the market as 'Brazil Wins', what would be the claim amount and total
position value for each trader, including the Admin?"
- "resolving of Brazil winning" -> "resolving as 'Brazil Wins'" (more standard phrasing for market
resolution).
- "claim and total amount of position" -> "claim amount and total position value" (more precise
terms).
"yeap every time."
"Yes, every time."
- "yeap" is an informal spelling (often "yep" or "yup"). "Yes" is standard.
"You don't need to push for the nostra-server and nostra-contracts, which I will do when
needed"
"You don't need to push changes for nostra-server and nostra-contracts; I will do that
when needed."
- "push for" -> "push changes for" (more precise in git context).
- "which I will do" -> "I will do that" (independent clause after semicolon is clearer here).
"make the rebalance have 1000 usdc from 10000 usdc and change the test-plan.md to be
aligned to the change amount of USDC and move it to the /Users/jay/work/nostra-server/docs/test folder"
"Change the rebalance amount to 1,000 USDC (from 10,000 USDC), update test-plan.md to
align with this change, and move it to the /Users/jay/work/nostra-server/docs/test folder."
- "make the rebalance have" -> "Change the rebalance amount to" (more direct verbs).
- "from 10000 usdc" -> "(from 10,000 USDC)" (parentheses help separate the old from new).
- "aligned to the change amount" -> "align with this change" (more idiomatic).
"Add links about desing.html, eng.html future-plan.htm plan.html summary.html task.md into
the index.html"
"Add links for design.html, eng.html, future-plan.html, plan.html, summary.html, and
task.md to index.html."
- "links about [files]" -> "links for [files]" or "links to [files]".
- "into the index.html" -> "to index.html" (often 'add to' is sufficient).
- Typo: "desing.html" -> "design.html".
"add pages for each section that show all the content card and the index.html show the
latest content cards like 9 and go to section page for more content cards"
"Add pages for each section that show all content cards. The index.html should show the
latest cards (e.g., 9) and link to the section page for more."
- Long sentence split for clarity.
- "show all the content card" -> "show all content cards" (plural).
- "go to section page" -> "link to the section page" (describing the action of the UI).
"I want that to be the thies in order. English Learning & Corrections"
"I want 'English Learning & Corrections' to be third in order."
- "thies" -> "third" (typo).
- "in order" placement is fine.
"I mean to change the /Users/jay/work/task/index.html"
"I meant to change /Users/jay/work/task/index.html." or "I intend to change..."
- "I mean to" (present) implies intent for the future. "I meant to" (past) implies clarifying a past
action/mistake. Context dependent.
"It's error occurred when a user try to claim their winning amount in the My Position
page."
"An error occurred when a user tried to claim their winnings on the My Positions page."
- "It's error occurred" -> "An error occurred" ('It's' is not needed; use indefinite article 'An').
- "try" -> "tried" (past tense for describing a past event).
- "winning amount" -> "winnings" (more natural/idiomatic).
- "in the My Position page" -> "on the My Positions page" (use 'on' for pages; 'Positions' is plural
in the actual page name).
"It worked before the current update which is not committed yet."
"It worked before the current update, which has not been committed yet."
- "which is not committed" -> "which has not been committed" (present perfect passive for an action
that is still relevant now).
- Added a comma before "which" for proper non-restrictive clause punctuation.
"I think it's related to some batch related code."
"I think it's related to some batch-related code."
- "batch related" -> "batch-related" (hyphenate compound adjectives before a noun).
"Can you check it? Let's talk about the cause."
"Could you check it? Let's discuss the cause."
- "Can you" -> "Could you" (more polite request).
- "talk about" -> "discuss" (more formal/professional).
"Check the /Users/jay/work/task/nostra/task.md"
"Please check the file at /Users/jay/work/task/nostra/task.md"
- Added "Please" for politeness.
- Added "the file at" for clarity when referring to a file path.
"Should I restart api server for the last fix?"
"Should I restart the API server for the last fix?"
- "api server" -> "the API server" (requires definitive article 'the' as it refers to a specific
server; 'API' should be capitalized).
"Why does the finalization fail in only the created market from the page"
"Why does finalization fail only for markets created via the page?"
- "fail in only the created market" -> "fail only for markets created" (better preposition: for).
- "created market from the page" -> "markets created via the page" (idiomatic).
"So did you fix the bug?"
"So, have you fixed the bug?"
- "So did you" -> "So, have you" (comma for pause, present perfect for current status).
- "did you fix" is also valid, but "have you fixed" emphasizes the completion state.
"Remove any title like "English Correction" in the file, I want just the content.: check
it again"
"Remove any title like 'English Correction' from the file; I want just the content.
Please check it again."
- "check it again" -> "Please check it again" (politeness).
- Combined the user's instruction with the specific request.
"The market created by the creation page doesn't work but other markets created in script
work very well in trading yes token."
"Markets created via the creation page don't work, but other markets created via scripts
work very well for trading YES tokens."
- "market created by the creation page" -> "Markets created via the creation page" (plural
generalization).
- "created in script" -> "created via scripts".
- "in trading yes token" -> "for trading YES tokens".
"Why>"
"Why is this happening?" or "Why?"
- "Why>" appears to be a typo for "Why?".
- In context of an error, "Why is this happening?" is a natural way to ask for the cause.
"Check the last eng라도"
"Check the last English correction at least."
- "eng라도" (eng-rado) means "English at least" or "even just English".
- "Check the last" is incomplete without specifying what to check.
- Full sentence: "Please check the last English correction, at least."
"Why you don't 지키다 to this rule..."
"Why aren't you following this rule..."
- "Why you don't" -> "Why aren't you".
- "지키다 (jikida)" -> "following" or "keeping".
"We need to establish the fee policy so can you add to
/Users/jay/work/task/nostra/future-plan.html about that with current implementation."
"We need to establish the fee policy. Could you add the current implementation details
regarding this to `/Users/jay/work/task/nostra/future-plan.html`?"
- Split into two sentences for better flow.
- "add to [file] about that" -> "add ... details regarding this to [file]".
"A creator would have some fee?"
"Would a creator receive some kind of fee?"
- Phrased as a complete question for better clarity.
"I'm just asking the process after admin resolving the market a user creates. Admin
creates a market on behalf of a user so user don't pay any fee for creating a market. So when the market is
finalized, all the remaining tokens converts to USDC and goes to the admin. I want the algorithm. Just
asking I tell you algain"
"I'm asking about the process after an admin resolves a market created by a user. Since
the admin creates the market on the user's behalf (so the user doesn't pay a fee), is it true that when the
market is finalized, all remaining tokens are converted to USDC and returned to the admin? I'd like to
confirm the algorithm. I'm just asking to clarify."
- "resolving the market a user creates" -> "resolves a market created by a user".
- "user don't pay" -> "user doesn't pay".
- "tokens converts" -> "tokens are converted".
- "tell you algain" -> "tell you again" (typo) or rephrased for clarity ("just asking to clarify").
"I'm running the script now. I just want to know why the three markets don't show the logo
images"
"I'm running the script now. I'd just like to know why those three markets aren't showing
their logo images."
- "why the three markets don't show" -> "why those three markets aren't showing" (more natural ongoing
state).
"what should I do. restart api server?"
"What should I do? Should I restart the API server?"
- Added capitalization and question marks.
- Clarified the second part as a full question.
"Check the file creating the markets. I think the uploads folder have image files
normally"
"Please check the market creation script. I believe the image files are usually in the
uploads folder."
- "file creating the markets" -> "market creation script" (more precise).
- "uploads folder have" -> "uploads folder has" (singular subject congruence) or "files are in the
uploads folder".
"Advanced Design about AI Boost Market Creation..."
"Advanced Design for AI Boost Market Creation..."
- (Previous correction retained for history, moved down)
"Add this to future plan: I want the AI boosting market creation..."
"Add this to the future plan: I want an AI-boosted market creation feature..."
- (Previous correction retained for history, moved down)
"Hey, but do we need to remove all files in the thumbnails folder too?..."
"Hey, but do we need to remove all the files in the thumbnails folder too..."
- (Previous correction retained for history, moved down)
"I move all the thumbnail files to folder opf..."
"I've moved all the thumbnail files to the folders in..."
- (Previous correction retained for history, moved down)
"Move the files in the thumbnails folder to each relating folder..."
"Move the files from the thumbnails folder to their corresponding folders..."
- (Previous correction retained for history, moved down)
"But you did not user original thumbnail files for each market..."
"But you did not use the original thumbnail files for each market..."
- (Previous correction retained for history, moved down)
"why not check"
"Why didn't you check?" / "Why not check it?"
- Subject and auxiliary verbs (did you / do you) are needed for a complete question.
"I'm stumped. FML."
"I'm stumped. FML." ✓ (Perfect!)
- "I'm stumped" is excellent idiomatic English meaning "I'm stuck and don't know how
to proceed."
- "FML" (informal acronym for "F*** My Life") is commonly used to express
frustration. Very natural in casual/developer contexts.
- Alternative professional options:
- "I'm at my wit's end."
- "I've hit a wall."
- "I'm completely stuck on this."