newSeq() named inconsistently?

2024-03-19 Thread sls1005
In fact, we also have a procedure named `newSeqUninitialized`. And if all procedures of the `newSeq*` series are renamed to `initSeq*`, it has to become `initSeqUninitialized`, which will be even more misleading, as the procedure doesn't initialize an uninitialized `seq`; it creates such an unin

how to parse a multipart/form-data POST body string?

2024-03-19 Thread ITwrx
Hello Nimians! I'm well into making a CMS/site builder using Guildenstern, but i'm just now getting around to needing forms that upload files. I'm trying to use Guildenstern's streamingserver[1] and the receiveInChunks() iterator in an example program just to try and get it working. The Guilden

forum mirror

2024-03-19 Thread icedquinn
sqlite has some search capabilities. i think those require having matching words in searches though. there is also something like wrapping bert.cpp to make neural fingerprints, combine it with some kind of nearest neighbor thing like annoy or hsnw and you can make a neat little neural search en

Ttop - System monitoring service tool with tui and historical data

2024-03-19 Thread inv2004
I would like to try to put it into arch official repo first. It needs votes here:

forum mirror

2024-03-19 Thread enthus1ast
The issue with the mirror is, i clone the entries and update them but I do not remove them currently.

Tesseract and Leptonica

2024-03-19 Thread PMunch
Ooh, that's a rare bug! Or rather some part of the C spec I haven't encountered yet. Probably an easy fix though. And having links to examples is a great idea!

Austral (a simple-ish language with a linear type system)

2024-03-19 Thread icedquinn
right below that are the rules for linearity checking borrowing just defines a lifetime scope and converts a value back from linear to free within the scope (without allowing it to be destroyed.) that's all it does. i found an article

Tesseract and Leptonica

2024-03-19 Thread mantielero
Thanks @giaco. Now I get: /home/jose/.nimble/pkgs2/futhark-0.12.2-cd781cfc8519fb2353979af90972e6749ab5a3ac/futhark.nim(212, 10) Error: Unknown kind in findAlias: {"kind":"invalid","value":"???"} Run

Phenoman

2024-03-19 Thread rosiesmith01
Phenoman Male Enhancement Gummies United Kingdom - Game-Changer for Men's Health What are Phenoman Male Enhancement Gummies? With regards to male enhancement items, there are a bunch of choices accessible, from the traditional pills to creams and gadgets. ➲➲Click Here➲Official Website➲Huge Disc

Austral (a simple-ish language with a linear type system)

2024-03-19 Thread Araq
> Nim is already pretty easy to program in; if on top of it we could have some > security-based capability system, that in my book is a winner. You can use Nim's effect tracking to accomplish similar things or you use some `typedesc[T]` parameters to model capabilities (these are elided in the c

Austral (a simple-ish language with a linear type system)

2024-03-19 Thread walkr
Who said this? Albert Einstein I think? > Any intelligent fool can make things bigger and more complex... It takes a > touch of a genius - and a lot of courage to move in the opposite direction. So I applaud the push towards simpler systems, if done right. Having said that, to me the most inter

Austral (a simple-ish language with a linear type system)

2024-03-19 Thread Araq
Where can I find this simple ruleset? is not sufficient.

Austral (a simple-ish language with a linear type system)

2024-03-19 Thread icedquinn
to answer your question: austral's language author has a thing against complexity. there is stuff they put in because they were worried about cognitive overhead, or compiler overhead, not wanting the codebase to be incredibly huge or hard to read. i don't really agree with all of that but it's

Austral (a simple-ish language with a linear type system)

2024-03-19 Thread Araq
> Can you explain, what could be the source of this overhead ? By that I mean that a `close`, `dealloc`, `release` operation is not free.

Approach used by Golang to avoid false anti-virus flagging

2024-03-19 Thread icedquinn
If you are going to turn your code in to bullshit then the answer is buying a code signing certificate. These kinds of destructive operations are the same thing done by exploit kits such as Veil to bypass heuristical scans.

Austral (a simple-ish language with a linear type system)

2024-03-19 Thread AmjadBHD
> Sure, they have overhead Can you explain, what could be the source of this overhead.

SomaLeaf Reviews: CBD Turmeric Relief Drops, Price, Website!

2024-03-19 Thread bioleansoma
SomaLeaf offers a fluid with a fantastic strength to assist clients with further developing how well they ingest CBD. As per the makers, their extraction techniques outperform the presentation of every cycle in the business, guaranteeing that clients get however much CBD that they can retain. T

Approach used by Golang to avoid false anti-virus flagging

2024-03-19 Thread elcritch
Saw this on hackernews some time ago about Golang devs facing false anti-virus flags: Seems like a similar approach could work for Nim Windows devs. I haven't looked but I'd bet there are obfuscates for C/C++ which would achieve similar results. I don't ship stuff o

BioLean Weight Loss Support Formula 2024: How To Take It?

2024-03-19 Thread bioleansoma
There could be no other spot safer than purchasing the improvement from its maker. You will on a very fundamental level get this update at its power site which proposes you will get the improvement from the originator certainly. The site has a couple of short places using which you can get this

13 Fool-Proof Tricks That Work For Smart Hemp Cbd Gummies Australia

2024-03-19 Thread GrntJames
╰┈➤Official Website:- ╰┈➤Facebook Page’s:- Smart Hemp CBD Gummies Australia : Numerous people have includedSmart Hemp CBD Gummies Australia into their physical games with out reporting

forum mirror

2024-03-19 Thread PMunch
> As a side note, I had no idea the forum experienced so much spam. Filtering > and mods must do a pretty good job at getting rid of it quickly. It ebbs and flows, it's been higher than normal lately. But good to hear that our moderation efforts works! The most annoying thing is that new users a

forum mirror

2024-03-19 Thread enthus1ast
The stack is: * Mummy for the Webserver. * my mummy router * nimja as the template engine. * "no database", just the json converted to flatty files.