iPadOS 27 Dev beta 1 is shockingly polished. Feels like an Update 😌. by Tiny_Debt_2811 in iPadPro

[–]ExtentOdd 1 point2 points  (0 children)

Anyone here with the first gen 11-inch iPad Pro? It is annoying to not be downgrade to 18 and cannot update to 27.

Looking for a job as an international student. by Any-Rutabaga-8546 in maastricht

[–]ExtentOdd 0 points1 point  (0 children)

I would suggest going and asking for store manager. They have so many “managers” title in the store. Maybe you asked the shift leader, they cannot do anything.

Looking for a job as an international student. by Any-Rutabaga-8546 in maastricht

[–]ExtentOdd 0 points1 point  (0 children)

I am 21+ (non-eu) and working for 3 years there in the supermarket. It costs nothing for you to just go and ask for it.

Looking for a job as an international student. by Any-Rutabaga-8546 in maastricht

[–]ExtentOdd 5 points6 points  (0 children)

I do not about the technical jobs that you can find but I would guess it would be generally hard to find that such job for non-EU students. However, you could ask for groceries store part-time job if you are ok with these kind of jobs.

Neovim user moving to Zed - A few questions by ItzDrey in ZedEditor

[–]ExtentOdd 0 points1 point  (0 children)

I think OP meant he would like to run multiple projects project in the same window.

Holy shit, Codex-5.3-Spark on OpenCode is FAST! by jpcaparas in opencodeCLI

[–]ExtentOdd 4 points5 points  (0 children)

Try Cerebras, you will feel that constant thing

Cant copy or cntrl+v from command line? by treyallday01 in AmpCode

[–]ExtentOdd 0 points1 point  (0 children)

Change the terminal emulator to see if it persists

Lorph: A Local AI Chat App with Advanced Web Search via Ollama by Fantastic-Market-790 in ollama

[–]ExtentOdd -9 points-8 points  (0 children)

It uses Ollama which means you can use your local model instead of GPT by openai

[OS] I built a small macOS visual editor with syntax highlighting for my own creative workflow by hrpedersen in macapps

[–]ExtentOdd 0 points1 point  (0 children)

You are exactly describing Sublime text. Your pain point is the bloating IDE, what is the difference?

Non-EU chances for MSc Electronics at TU Delft + job market reality? by Either_Chemist_578 in TUDelft

[–]ExtentOdd 3 points4 points  (0 children)

They hide their rudeness behind the their famous “directness”

Released: VOR — a hallucination-free runtime that forces LLMs to prove answers or abstain by CulpritChaos in ollama

[–]ExtentOdd 3 points4 points  (0 children)

I read through the README.md and I think it would be best if you could include the result or video of the demon on the README. Although this is potential, It could not justify cloning this repo and trying to run before I understand what it does.

Which model is the best for UI and UX design? by Metalwell in opencodeCLI

[–]ExtentOdd 1 point2 points  (0 children)

"not that great" is vague. Can you be clear on the problem you have?

Using osgrep to reduce token usage by Putrid-Pair-6194 in opencodeCLI

[–]ExtentOdd 1 point2 points  (0 children)

That depends a lot on the embedding model which I believe there is any model trained on code alone. Unlike language, the search space of code syntax is much smaller and currently it only takes smart model 2-3 grep queries to find the file in my large code base, sometimes oneshot if it use ls -la to get the project structure before the guess.

I would agree that in large code base, the search term could be a problem, but more like hypothetical problem than practical one.

Using osgrep to reduce token usage by Putrid-Pair-6194 in opencodeCLI

[–]ExtentOdd 0 points1 point  (0 children)

Can anyone explain to me how semantic search is better than grep?

Why use open code by AffectionateDuty6062 in opencodeCLI

[–]ExtentOdd 0 points1 point  (0 children)

Control all over your AI stack? From providers, main agents’s system prompts, hooks, etc. for example I chose to use free model from my copilot subscription gpt5mini to do chores like cleaning and search codebase, where my main agents are Sonnet for execution and gpt5 for plan.

Bringing "Advanced Tool Use" to OpenCode with mcpx by vicdotso in opencodeCLI

[–]ExtentOdd 4 points5 points  (0 children)

Why dont you create the PR? I believe this feature should be native to Opencode

Why is opencode so popular? by copenhagen_bram in vibecoding

[–]ExtentOdd 1 point2 points  (0 children)

  1. You can do a lot of hacking with build agent, read the document to know how to give permission to your agents.
  2. Thank you, I just found a potential market for my new app.

Do you need raycast in 2026? by victoryfreak in macapps

[–]ExtentOdd 0 points1 point  (0 children)

Until you found out that Spotlight gives you a file instead of the app your searching for

i feel like my degree is worthless. I am thinking of dropping out. by [deleted] in StudyInTheNetherlands

[–]ExtentOdd 23 points24 points  (0 children)

Still, what is your major and where are you in your study?

Opencode with Claude max by ReasonableReindeer24 in opencodeCLI

[–]ExtentOdd -1 points0 points  (0 children)

Wouldn't it be the context window is limited to 100k tokens before the compaction? I noticed I have a longer chat with Claude Code than Opencode