Ultimately was this a failure? Since I dont see much nim code at ingchips
anymore or at least not in the public repos.
For anyone wondering this is April 1st and NIM here stands for Nvidia Inference
Microservice
But for nimbus-eth1 it happens on the same thread right? I dont see in the code
a separate thread for just metrics server.
Thank you. I've managed to create a working example. Just a question since this
is startMetricsHttpServer deprecated but I still have to mimic the createThread
stuff?
If I do this:
proc startMetrics() {.async.} = ...
proc startPresto() {.async.} = ...
waitFor(allFuture
I am trying to have a simple application combining startMetricsHttpServer()
from nim-metrics and have a separate httpServer for my application. At this
stage I am trying to just create an API REST endpoint.
I guess it would be unwise to use jester/httpbeast,asyncdispatch and
nim-metrics togethe
Biggest company is Status and they produce excellent libraries that are very
much production ready.
I agree with you problem with Nim is that it does not really shine at anything
specifically. It's a research project with many different takes on how to do
things.
Also out of the box experience
Do you have any idea @moigagoo? :-(
I am sorry I have tried to use this but it just does not work. When I try to
import norm/[sqlite,postgres]
and have open a dbcon var iWantPostgres = postgres.open().
I can't do iWantPostgres.select(...<-here it wants to use sqlite select).
Also I cant seem to be able to connect to a specifi
Not sure where to ask this but I need to set table_schema when using Norm to
select from a specific database.table_schema.table on Postgres. I have not
figured out how to do it or even if it's possible @moigagoo Also is it possible
to mix sqlite/postgres modules in a single project? I had some i
Nim is too many things to too many people. I feel like Nim would do well if it
tried to break into CNCF landscape. ebpf backend would be also great
How would one go about making a kubernetes operator in NIM?
I suck at coding and it takes me a lot of time to figure things out and due to
Nim's small community there is not enough publicly available libraries to use
as a reference. Is GPT-4 (paid version of ChatGPT) good enough to help with Nim
issues?
That's an unfortunate and not a viable strategy. Many users out there use
computers where AV removes the binary and you can't do anything about it as the
allowlists are controlled by GPOs.
I want to create a desktop application but due to the lack of mature libraries
the UI side of things has to be in Rust. I'd like to use Nim for the business
logic. The Nim application should be at minimum be able to pass the data to the
Rust application. The best case scenario would be if it was
Andre is the mythical 1000x engineer. I am always in awe when I see his work
and enthusiasm for the craft.
`/bow`
Can you please re-consider or at least sell a limited number of e-books to for
example people that will ask for it (for a limited period of time if you dont
want to be bothered). I understand that another aspect is piracy and no DRM can
ever protect you from people determined to pirate your work
Can someone tell me how can I make Nim use Visual Studio's compiler by default?
I know how to pass it as a flag but how do I make it the default option?
This is what I have
Nim Compiler Version 1.5.1 [Windows: amd64] Compiled at 2021-04-25 Copyright
(c) 2006-2021 by Andreas Rumpf
active boot switches: -d:release PS C:Program FilesGitusrbin> gcc --version
gcc.exe (MinGW-W64 x86_64-posix-seh, built by Brecht Sanders) 11.2.0
I have a version of the nim compiler which creates binaries that are not
flagged as Trojans. So there has to be a reason why this is happening for the
new versions.
But yeah it's a real pain in the ass especially in a corporate environment. I
was trying to install nim on this new machine and I
19 matches
Mail list logo