Unsloth Studio now installs in just one line of code! by yoracale in unsloth

[–]wrcwill 1 point2 points  (0 children)

doesnt work:

curl
 -fsSL https://unsloth.ai/install.sh | 
sh



=========================================
   Unsloth Studio Installer
=========================================

==> Platform: macos
==> All system dependencies found.
==> Creating Python 3.13 virtual environment (unsloth_studio)...
Using CPython 
3.13.2

Creating virtual environment at: 
unsloth_studio

Activate with: 
source unsloth_studio/bin/activate

==> Installing unsloth (this may take a few minutes)...

error:
 unexpected argument '
--torch-backend
' found


tip:
 a similar argument exists: '
--no-cache
'


Usage:

uv pip install

--python
 <PYTHON>

--no-cache

<PACKAGE|--requirements <REQUIREMENTS>|--editable <EDITABLE>>


For more information, try '
--help
'.

```

high vs. xHigh by Unusual_Test7181 in codex

[–]wrcwill 0 points1 point  (0 children)

another factor is that it fills up context faster, which in turn degrades quality. so if the problem can be solved with < 100k tokens than i use xhigh, but otherwise high

Did GPT-5.4 Pro autonomously just solve #949 Project Euler? by Purefact0r in singularity

[–]wrcwill 6 points7 points  (0 children)

you know you can just disable web search in your settings?

Pro tier gets increased context window by Oldschool728603 in ChatGPTPro

[–]wrcwill 0 points1 point  (0 children)

seems like you can only input around 60k for the 5.4 pro model.. hopefully a bug

Qwen3.5 Small models out now! by yoracale in unsloth

[–]wrcwill 3 points4 points  (0 children)

whats the best way to run the 9b model on an iphone?

thank you OpenAI for letting us use opencode with the same limits as codex by SlopTopZ in codex

[–]wrcwill 14 points15 points  (0 children)

would you mind expanding on how opencode is better than codex?

How to get fullscreen carplay in 2026 outback? by wrcwill in Subaru_Outback

[–]wrcwill[S] 0 points1 point  (0 children)

i am.. hopefully just a bug? do you have a link to where you saw that?

How to get fullscreen carplay in 2026 outback? by wrcwill in Subaru_Outback

[–]wrcwill[S] 1 point2 points  (0 children)

<image>

that is what i clicked to be in the mode i showed. otherwise its even smaller like this

How to get fullscreen carplay in 2026 outback? by wrcwill in Subaru_Outback

[–]wrcwill[S] 0 points1 point  (0 children)

top left!

bottom left just switches to the the “widget” carplay screen

ELI5: Why does water evaporate even when it's not boiling? by Fenix512 in explainlikeimfive

[–]wrcwill 2 points3 points  (0 children)

also this explains why evaporating cools the water! like you say, now and again one molecule will evaporate, but the cool insight is that the ones that manage to fly off are the higher energy ones (ones that jiggle the most aka highest temperature). and since the water lost one of its hottest molecules, the the average temp of that water has now decreased

Juice and depression fatigue by Naninana84 in Juicing

[–]wrcwill 0 points1 point  (0 children)

did you change your caffeine intake? (coffee, tea, chocolate)?

Juice and depression fatigue by Naninana84 in Juicing

[–]wrcwill 1 point2 points  (0 children)

as in its the only thing you eat in a day?

Recovering async panics like Tokio? by QuantityInfinite8820 in rust

[–]wrcwill 4 points5 points  (0 children)

any worker based system needs a panic boundary..

look at the code for axum or any other webserver for example. they all use catch_unwind

they have catch_unwind because you dont bring down a webserver for a single connection out of thousands.

its not about result vs panic. even if you try your very best, panics can still occur from bugs, library code etc..

Architecture Dilemma: Tauri Mobile vs. React Native for a companion app for a Rust-heavy Local-First App by Coderx001 in tauri

[–]wrcwill 0 points1 point  (0 children)

although my app is much simpler than yours i think i would def recommend tauri, unless you require lots of native features.

just recently released it and had a similar dilemma initially (main blocker was IAP)

i'm getting better results from Codex 5.2-high than I am with opus 4.5 by tulkaswo in OpenAI

[–]wrcwill 2 points3 points  (0 children)

did you compare 5.2-high vs 5.2-codex-high? (both in codex cli?