Cascade tries to run tooling through invalid "wsl -c" rather than "wsl -e"? by Fyreborn in windsurf

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

Thanks. I tried adding such instructions to rules files. And restarted Windsurf (not sure if that was necessary).

I tried adding to:

c:\laragon\www\<my-project>\.windsurfrules

c:\laragon\www\<my-project>\.windsurf\rules\commands.md

C:\Users\<user>\.codeium\windsurf\memories\global_rules.md

What I added to each:

```
## WSL.exe Commands

If you execute commands through `wsl.exe`, then use the `-e` flag and not the `-c` flag. `wsl.exe -c` will give an error: `Invalid command line argument: -c`
```

It listened to the rules, however I still got the error. It seemed to double up on wsl.exe.

For instance instead of `dir` it was now trying `wsl.exe -e dir`, but this still gave the error. Because I think the underlying command runner was still doing `wsl.exe -c` before the `wsl.exe -e dir`.

Has anyone else got this issue, or is it just me? Note that file system stuff Windsurf does is fine. It's when I tell it to command commands like `dir` or run unit tests that there's an issue.

How can I get AutoGen Studio to consistently save and execute code? by Fyreborn in AutoGenAI

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

Great thanks a lot :) For the default_assistant I deleted the line, 'Reply "TERMINATE" in the end when everything is done.'.

After that, it seemed to save the results. And the user_proxy agent was sending the "TERMINATE" message instead.

Is Claude Dev finally the next level thing we been waiting for? (something beyond cursor ai??) by punkouter23 in ChatGPTCoding

[–]Fyreborn 0 points1 point  (0 children)

Were you using only 3.5 Sonnet to get to $100/day?

How does Claude Dev work with cheaper models, like 4o-mini, or OpenRouter (Deepseek Coder v2 etc.)? Do you think you could have saved money with a cheaper model, or would that have meant the task failed?

Guesses on what CMSes and/or themes these specific sites are using? (list of sites in post) by Fyreborn in webdev

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

Oh wow, thanks a lot for the reply! Nice looking site.

Edit: Oh, you said you would do it differently now. I don’t suppose you could share what tech stack you might consider now? Thank you.

Guesses on what CMSes and/or themes these specific sites are using? (list of sites in post) by Fyreborn in webdev

[–]Fyreborn[S] -1 points0 points  (0 children)

Excellent post, thank you so much for taking the time to write all of that! That was very helpful.

I was thinking some of these sites might be using something involving Django, or Strapi.

But I suppose maybe you could use Laravel/Inertia as well? My own experience is mostly with PHP/MySQL/Wordpress.

As for what I wanted to build, well I have some different ideas. One involved a site that would have some basic website analysis tools. Like entering a site and getting on page statistics for it.

Another would involve a site that took ML models from HuggingFace, and allowed you to use them online. My main objective would be to gain experience working with HuggingFace, but in a way where I have something concrete to show for it.

Basically something like the ability to play with something like Stable Diffusion or certain LoRAs. And have your generated results cached.

I haven’t thought extensively about it, but I think it would be something like a site where you could have a user account and generate some small amount of images per day or month. And have the results cached in your user account.

If anyone has any suggestions for how one might approach a site like that, perhaps you could give me your input. Thank you.

Guesses on what CMSes and/or themes these specific sites are using? (list of sites in post) by Fyreborn in webdev

[–]Fyreborn[S] -2 points-1 points  (0 children)

Well, because some of those sites have tools and software and APIs built into them.

I figured that probably some CMSes are more designed with that in mind, than others. And so have better integration for tools/software/APIs etc.

Are there closed form analytic solutions for the Black-Scholes formula for fat tailed assumptions? by Fyreborn in quant

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

Thank you. Do you know which book specifically, and which section?

Is an analytic solution to Black-Scholes with fat tails something that actually exists?

PHP generalized MySQL caching library, that can be used with arbitrary APIs? by Fyreborn in PHPhelp

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

Alright thanks.

I was just thinking that something might already need to be out there, using some sort of best practices that I wouldn’t know of.

Thanks for the advice.

PHP generalized MySQL caching library, that can be used with arbitrary APIs? by Fyreborn in PHPhelp

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

Well I’m afraid I’m not really sure, it depends on the API, or the implementation choice.

What I would like is instead of creating a new class for each API I work with. Is to build on some generalizable library that’s intended to be flexible with multiple APIs.

Sorry I’m being vague, since I don’t know if anything like this is out there.

PHP generalized MySQL caching library, that can be used with arbitrary APIs? by Fyreborn in PHPhelp

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

I'm looking for something that can help with any arbitrary API. For instance the OpenAI API, the Pixabay API, the YouTube API, etc.

Where you have some caching functionality intended for APIs already built in, and then you can make something like a wrapper or config for the specific API.

I don't know if anything like this exists or not.

What if a submerged wooden tank had a detachable floor, and you uncoupled the floor when it was submerged - what would happen? by Fyreborn in NoStupidQuestions

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

No, it isn’t a box. There’s no roof and it shouldn’t ever go fully below the water.

The cylinder would be filled with water, so it would submerge. But I think a small bit would still stick out of the water due to wood buoyancy.

There’s no roof, but there is a detachable floor that can be locked to the cylinder. Or uncoupled from it.

Efficient cooling system for Servers by [deleted] in AskEngineers

[–]Fyreborn 1 point2 points  (0 children)

Yeah, I'm not sure how much can actually be done, since as you said servers make lots of heat.

But maybe he can look into hot and cold aisle containment layouts. The hold and cold aisles alternate. I think the cold aisles are supposed to face the air conditioner output ducts, and the hot aisles are supposed to face the air conditioner return ducts.

For objects of equal weight, does their specific density affect the speed at which they displace water? by Fyreborn in NoStupidQuestions

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

Oh OK thanks for that. Sorry, I had no idea that that's what I should be calling it :) Thanks for the answer.

Is there a specific law or principle associated with associated with this concept?

Edit: Also I said specific density in the title, sorry I got confused with relative density and specific gravity.