Are any of you as excited about the Zed editer

2023-05-10 Thread teroz
Hi all ,I want to share my excitement about a game-changing tool that has recently caught my attention: the [Zed Editor](https://zed.dev). If you're passionate about coding, designing, or simply exploring new tools, I highly recommend checking out this amazing editor. Trust me; it's a game-chang

SQLite getRow data changing

2021-03-04 Thread teroz
If I can plug [SQLiteral](https://github.com/olliNiinivaara/SQLiteral) which does this for you and more and is actively being developed

New blog post: Ray tracing in Nim

2020-08-20 Thread teroz
Oh I see @mratsim \- thank you for the explanation

New blog post: Ray tracing in Nim

2020-08-17 Thread teroz
True a busier CPU is better. Though the timer in there pretty much assures that the application is not CPU limited and the extra CPU cycles points to needless spinning threads. I have edited the examples to have the application complete a fixed piece of work. The thread-pool example is marginall

New blog post: Ray tracing in Nim

2020-08-17 Thread teroz
ev: if Event.Timer in e.events: discard spawn fib(rand(10)) getMem() loadBalance(Weave) if stop: break echo "done" exit(Weave) main() Run teroz@wolverine:~$ nim --version Nim Compiler