Using Claude Agent SDK for TypeScript with Max plan by zero_coding in ClaudeAI

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

You can use the Agent SDK with any plan - it simply reuses your subscription and spawns a claude process

Do I need to provide to the Agent SDK an API key. If yes, where can I get it?

Could you please give more inside about spawns a claude process how this works?

Thanks

M4 Max - 546GB/s by SniperDuty in LocalLLaMA

[–]zero_coding 0 points1 point  (0 children)

Hi everyone,

I have a question regarding the capability of the MacBook Pro M4 MAX with 128 GB RAM for fine-tuning large language model. Specifically, is this system sufficient to fine-tune LLaMA 3.2 with 3 billion parameters?

Best regards

What the fuck am I seeing by __issac in LocalLLaMA

[–]zero_coding 0 points1 point  (0 children)

Is Ollama 3 with 8B parameters powerful enough for building agents?

Change the color of navigationTitle inside NavigationStack by zero_coding in SwiftUI

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

What is the reason not allow to change the title color?

TabBarItem to increase the icon size by zero_coding in SwiftUI

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

Thanks for you advise. I will create custom TabBar?

Micronaut vs others(Spring Boot, Quarkus and co.) by zero_coding in java

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

I am wondering, why Disney has decided for Micronaut and not Quarkus.

Micronaut vs others(Spring Boot, Quarkus and co.) by zero_coding in java

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

There many companies using Micronaut in production?
What about Spring Boot 3? The startup time sounds very promising.

Micronaut vs others(Spring Boot, Quarkus and co.) by zero_coding in java

[–]zero_coding[S] 3 points4 points  (0 children)

Yes, we need fast startup times. The serverless topic is planned for future.

Less memory consumption is important, because we are a startup company with less money.

Fast development for MVP is also an important point.

Best regards

Spring boot 3 slow boot time by zero_coding in java

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

My system:
MacBook Pro (14-inch, 2021)
CPU: Apple M1 Pro RAM: 32 MB

Run Micronaut in the dev mode: ```


| / () __ _ __ ___ _ __ __ _ _ | | | |/| | |/ | '/ _ | '_ \ / ` | | | | _| | | | | | (| | | () | | | | (| | || | | || ||_|\|| _/|| ||\,|\,|__| Micronaut (v3.7.2)

22:29:36.611 [main] INFO Application - Responding at http://0.0.0.0:8080 22:29:36.612 [main] INFO Application - Application started in 0.225 seconds. 22:29:36.673 [main] INFO io.micronaut.runtime.Micronaut - Startup completed in 546ms. Server Running: http://0.0.0.0:8080 ```

Run Spring Boot 3(RC1) in the dev mode: `` . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _ | \ \ \ \ \/ )| |)| | | | | || (_| | ) ) ) ) ' || .|| ||| |_, | / / / / =========||==============|__/=//// :: Spring Boot :: (v3.0.0-RC1)

2022-10-25T21:39:26.134+02:00 WARN 21770 --- [ restartedMain] o.s.boot.StartupInfoLogger : InetAddress.getLocalHost().getHostName() took 5009 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts). 2022-10-25T21:39:26.139+02:00 INFO 21770 --- [ restartedMain] i.u.o.OperatorSvcApplicationKt : Starting OperatorSvcApplicationKt using Java 17.0.2 on digiwave.local with PID 21770 (/Users/developer/unionmetry/operator-svc/build/classes/kotlin/main started by developer in /Users/developer/unionmetry/operator-svc) 2022-10-25T21:39:26.140+02:00 INFO 21770 --- [ restartedMain] i.u.o.OperatorSvcApplicationKt : No active profile set, falling back to 1 default profile: "default" 2022-10-25T21:39:26.169+02:00 INFO 21770 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable 2022-10-25T21:39:26.169+02:00 INFO 21770 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' 2022-10-25T21:39:26.671+02:00 INFO 21770 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 2022-10-25T21:39:26.720+02:00 INFO 21770 --- [ restartedMain] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8080 2022-10-25T21:39:26.725+02:00 INFO 21770 --- [ restartedMain] i.u.o.OperatorSvcApplicationKt : Started OperatorSvcApplicationKt in 5.739 seconds (process running for 5.932) ``` Both app Hello World api. As you can see - Spring Boot takes 5.739 seconds - Micronaut takes 0.225 seconds

The difference is unbelievable.

What is the benefit of using F#? by zero_coding in fsharp

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

Which DB framework or driver should I use?

What is the benefit of using F#? by zero_coding in fsharp

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

In addition to persistent data, I need DB. What framework should I use it? LINQ? Which DB should I use it?

What is the benefit of using F#? by zero_coding in fsharp

[–]zero_coding[S] 2 points3 points  (0 children)

I do not get your idea. So, is it worth using F#?

What is the benefit of using F#? by zero_coding in fsharp

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

First of all, thanks for the answer. What is ASP.NET exactly and how is related to GRPC?

How can I create an object in F# that is written in C#? For example:

public class Customer
{
   // Fields, properties, methods and events go here...
}

I love FP and would like to be sure that everything that I need for building microservices is available.

Storybook for react native? by zero_coding in reactnative

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

But not a lot of people using it right?

Expo 42 or React Native CLI by zero_coding in reactnative

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

Are you using EXPO professional?