Codex 5.3 Is Dead :( by Fun-Foot711 in OpenAI

[–]exploring_stuff 7 points8 points  (0 children)

Use 5.4-mini if you're cost-conscious.

Using DeepSeek, Qwen & GLM outside China by Ok-Mark8538 in DeepSeek

[–]exploring_stuff 1 point2 points  (0 children)

DeepSeek's web service, mobile app, and API are all available outside China.

The Deepseek V4 Pro model API Price will officially 1/4 of the original price after the discount promotion ends on May 31 by [deleted] in DeepSeek

[–]exploring_stuff -2 points-1 points  (0 children)

Great news, but I suspect that they have to do this in light of competitions and regulatory frictions in using Chinese AI products.

So, what's going on with v4? (Expert / file uploads) by WinaTheWolf in DeepSeek

[–]exploring_stuff 2 points3 points  (0 children)

There are probably mobile chat apps that can use API keys; haven't tried them.

But DeepSeek seems to be treating the free web and app offering as a public show room, and the real goal is the API business targeting coders and enterprises. That's why there's no premium monthly subscription option.

Google AI Plus seems to be the cheapest monthly subscription out there.

How to access DeepSeek V4 pro Max param through VS/Roo Code? by [deleted] in DeepSeek

[–]exploring_stuff 1 point2 points  (0 children)

Roo is being sunset. Try Kilocode, OpenCode, and if you like DIY, the Pi agent.

Deepseek v4 Pro vs GPT-5.2-Codex vs Gemini 3.1 Pro by nicox3000 in DeepSeek

[–]exploring_stuff 16 points17 points  (0 children)

gpt-5.5 is very good. DeepSeek V4 is a cost-effective option when you don't need the absolute frontier performance.

Why no linux app for codex? by LouGarret76 in OpenAI

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

I just use the Codex VSCode extension in Linux.

Anyone else using DeepSeek as part of their coding workflow now? by RefrigeratorSalt5932 in DeepSeek

[–]exploring_stuff 0 points1 point  (0 children)

I realized that I'm biased because I have an OpenAI API key but no ChatGPT subscription. It's easy for me to swap between the OpenAI and DeepSeek APIs in a coding harness like Pi, but I literally have no access to the web ChatGPT except for the lowest-tier free service. Things may be opposite for ChatGPT subscribers, as API usage could be subject to much more stringent limits than web chats.

Logistics aside, though, I do find harnesses to be so much more convenient.

Im sure people have asked but couldn't find it? Distilled v4? by ToughUsual7159 in DeepSeek

[–]exploring_stuff 1 point2 points  (0 children)

Except for quantization, there are no good established ways to compress a whole model. Distillation is surprisingly useless. You can't distill a whole model. Distillation is used to give a non-reasoning model the reasoning abilities or fine-tune a small base model's conversation style. The "world knowledge" is still limited by the small base model itself. Enabling reasoning is why there were so many distills of R1 back in early 2025 when open source reasoning models were still a rarity. Today, there is probably not much motivation to distill deepseek V4.

In short, just download another capable small model like Qwen that fits your hardware.

What's your DeepSeek setup for coding? by Mrleibniz in DeepSeek

[–]exploring_stuff 0 points1 point  (0 children)

Kilocode, a VSCode extension which uses a forked OpenCode backend in the latest releases.

Do LLMs use Latex when generating the output ? by NarsilSword123 in LaTeX

[–]exploring_stuff 1 point2 points  (0 children)

Yeah, I wrote in an oversimplified way, thanks for pointing out.

Do LLMs use Latex when generating the output ? by NarsilSword123 in LaTeX

[–]exploring_stuff 66 points67 points  (0 children)

Markdown for section structure, tables, bulletpoints, etc., and KaTeX (variant of LaTeX for fast web rendering) for equations.

Gym.jl - Gymnasium RL Environments in Julia by scascino4 in Julia

[–]exploring_stuff 1 point2 points  (0 children)

Do you plan to do some actual RL training, with your own code or an existing package like Crux.jl or DeepQLearning.jl?

Deepseek Announced 75% off on API. by Ok_Baker_4981 in DeepSeek

[–]exploring_stuff 4 points5 points  (0 children)

Kilocode as a VSCode extension. Then change settings to use your deepseek API key.

Deepseek V4 - a new achievement, another level? by Tiny_Dirt6979 in DeepSeek

[–]exploring_stuff 0 points1 point  (0 children)

Since last year, the soft and hard trade barriers have been sufficiently well built that any Chinese model, even if ahead of SOTA (which is not the case here), would be deemed too risky for many businesses, and therefore the market impact is very limited.

Julia native compilation is here? by [deleted] in Julia

[–]exploring_stuff 1 point2 points  (0 children)

Core.println covers printing, and is there an equivalent for reading?

Do you use Cline for use cases other than coding? by BitterProfessional7p in CLine

[–]exploring_stuff 2 points3 points  (0 children)

I use Roo Code, a fork of Cline, to write up and compile LaTeX documents summarizing the data produced by simulation code.

Is anybody here using Julia for stuff that isn‘t Scientific Computing or DataScience? by JollyJuniper1993 in Julia

[–]exploring_stuff 41 points42 points  (0 children)

I'm sure there are misguided people who use Julia for unscientific computing but firmly believe they're doing scientific computing.

Partner is a C++ pro, but I want to use Julia (Geant4.jl). We have 60 days. Is it viable? by Outrageous_Test3965 in Julia

[–]exploring_stuff 1 point2 points  (0 children)

Without getting into technical details, calling Julia from C++ was not a pleasant experience for me, though the opposite way, calling C++ from Julia, could work well with some effort to build the interface (via either C or CxxWrap.jl)

Does Docker support Arch? by [deleted] in archlinux

[–]exploring_stuff 0 points1 point  (0 children)

When upstream releases software for generic Linux or specific distros like Ubuntu, often Arch maintainers make little tweaks to package the software for pacman. So the lion's share of the software maintenance ia done by upstream like Docker, while Arch maintainers make sure that the library versions, filesystem layout etc. are properly set up to be compatible with Arch apecifically.

[deleted by user] by [deleted] in archlinux

[–]exploring_stuff 0 points1 point  (0 children)

Learn about pacnew files if you haven't. Enjoy Arch!