The Science Behind Ketosyn Keto ACV Gummies Explained

2024-05-24 Thread scottehal
Ketosyn Keto ACV Gummies :- Greetings and welcome to the KetoSyn ACV Gummies Reviews. Before you buy, ensure you have a complete grasp of this product. We hope to have given you all the information you want in this review to help you decide if KetoSyn ACV Gummies are the best option for you. You

karax, redraw a textarea

2024-05-24 Thread pegra4
Servus, I declared a textarea ( id = kstring("textareaPlain") ), keeping the current 'value' in the variable 'textareaPlainContent'. After changing the content of the textarea (not by user interaction), I'd like to see the new content immediately in the textarea. let taNode

Which IDE to use in 2024?

2024-05-24 Thread UxDnz0
If you find Copilot an insult to product integration like myself, I reccomend using Cursor. All your vscode extensions work, you can use any model you want for an assistant, and it actually patches code instead of just trying to autocomplete your case statements in a clumsy way; Cursor!

Where does the complexity of quote from the manual comes from

2024-05-24 Thread pietroppeter
> "Complexity" seems to be a lot like "energy": you can transfer it from the > end-user to one/some of the other players, but the total amount seems to > remain pretty much constant for a given task. -- Ran I really like it but I have no idea where it comes from, who is Ran and what’s the backs

karax, redraw a textarea

2024-05-24 Thread planetis
I don't remember the details, it's been a while I did webdev, but I think you need to use setInputText/getInputText instead. Or call `redraw()`

https://www.facebook.com/Official.Biocore.CBD.Gummies/

2024-05-24 Thread Kismae026
Biocore CBD Gummies any case, next to that, it has no phony sugars or whatever could hurt your body. Thusly, what you really need is basically to pop a tasteless from the compartment and take part in the outcomes. You want to take someth

Which IDE to use in 2024?

2024-05-24 Thread AmjadBHD
Sublime Text + [LSP-nimlangserver](https://packagecontrol.io/packages/LSP-nimlangserver).

Where does the complexity of quote from the manual comes from

2024-05-24 Thread cblake
ChatGPT sez: The quote "Complexity seems to be a lot like energy: you can transfer it from the end-user to one/some of the other players, but the total amount seems to remain pretty much constant for a given task." is attributed to Richard P. Gabriel, a well-known computer scientist and writer.

Where does the complexity of quote from the manual comes from

2024-05-24 Thread Yardanico
Here you go, the author's actual name is Ran Talbott, email is r...@netgate.net (it was 24 years ago at least)

Where does the complexity of quote from the manual comes from

2024-05-24 Thread Yardanico
Yeah, it's all good, it's a bit sad that LLMs are fundamentally limited like this, they confuse a lot of people by making up info.

Where does the complexity of quote from the manual comes from

2024-05-24 Thread cblake
Outstanding sleuthing, @Yardanico! (The ideas seem to have been definitely floating around from the 1960s with Herb Simon and systems complexity theory and later in the 80s with Fred Brooks and Richard Gabriel and others and of course many of us like physics metaphors because Physics is "imitati

Hyper Male Force Canada Official Website – Buy Now

2024-05-24 Thread krisha3
Hyper Male Force Canada: What is it? Hyper Male Force Canada is a dietary supplement designed to improve the health and function of male sex. It is composed of a blend of naturally occurring substances that are widely recognized for their ability to increase testosterone levels, enhance blood f

karax, redraw a textarea

2024-05-24 Thread pegra4
let taNode = getVNodeById( kstring("textareaPlainContent") ) textareaPlainContent = kstring("A new content") taNode.value = textareaPlainContent ?How to redraw or refresh the textarea here? taNode.setInputText(textareaPlainContent) # doesn't work markDirty( VComponent(taNode) ) # do

Which IDE to use in 2024?

2024-05-24 Thread Clonk
Sublime text or VSCode works well out of the box. Neovim requires a little more setup but can also be really good if you enjoy vim.

karax, redraw a textarea

2024-05-24 Thread planetis
Oh it's a VComponent, I didn't know. Haven't used them at all. Maybe ask in #webdev or open a bug report.

karax, redraw a textarea

2024-05-24 Thread geotre
If you are accessing the node directly, `setInputText` should work fine. Here's a working example: include pkg/karax/prelude proc drawApp: VNode = buildHtml(tdiv): textarea(id="textareaPlainContent") setRenderer drawApp ##

Pixie and NiGui

2024-05-24 Thread chrisecker
Hi guys, I am used to write my own GUI-widgets in python with wx. Now I want to do the same with nim. I would like to do the drawing with pixie and the windowing with NiGui. How can this be done? How can I paint a pixie-image in a NiGui window? For the case this is a stupid question: Apologies

Where does the complexity of quote from the manual comes from

2024-05-24 Thread ElegantBeef
The LLM cynic in me feels the need to post this. You really think an LLM would do that? Just Go on the internet and tell lies?

Sum types, 2024 variant

2024-05-24 Thread Chronos
Personally this syntax looks the best while also making a distinction between sum types and typical enums, _however_ , when it comes to pattern matching, I believe a separate `match` keyword would look nicer. # Assuming `some` is implemented with sum types in this example l

Where does the complexity of quote from the manual comes from

2024-05-24 Thread pietroppeter
Thanks Yard! That’s really excellent detective work. I just skimmed through that old thread and it is definitely a gem (there is even Matz from Ruby popping in at one point). And Ran Talbott seem to have written books on Commodore and Vic-20…

Where does the complexity of quote from the manual comes from

2024-05-24 Thread pietroppeter
To give a bit more context to my question in case someone is interested, I was attending this interesting talk (slides here: ) and an amusing reference the speaker gave is about the complexity clock:

Upcoming "Nim for Pythonistas" talk at PyCon Italy

2024-05-24 Thread pietroppeter
For those curious you can already access the talk in the full stream of the day (Starts at 4:43:57, did not find a way to add timestamp from mobile). Slides are here: