|
Better link: How to Generate Every Texts/Images/Sounds Possibilities[^] (It shows the text)
Yes, I remember this one - it appeared several times with no noticable changes.
What is it for? What actual use is it? It doesn't start well - it just seems to be about creating "every possible combination of characters" or "videos", or "sounds" - which isn't possible in a finite amount of time or space!
OK, you then "deconstruct" nested loops to do the same number of iterations within a single loop. That does nothing really useful as there is no performance improvement - in fact it may be slower because you are doing more tests.
Then you try to parallelize it - and that's the point at which I give up reading, because that doesn't speed things up either - in fact it can significantly slow it down unless you have an infinite number of cores as the Threading itself adds a significant overhead and the task you are parallelizing is trivial.
So by now, you're doing the same for videos, and then talk about sound. Why? You aren't going to get any useful movies out of it, you won't generate "Bohemian Rhapsody" any time soon, and your text generated isn't going to be the complete works of Terry Pratchett (including the next five books he would have written if he hadn't sadly died).
So what have I just read? Is it clear why it's here? Is it useful and ready for publication?
I have to say "no, I don't think it is all those things" - and that's why I voted "unclear or incomplete" each time I saw it in moderation. Because if I (and four other moderators) let it through it would be lambasted, downvoted, and / or ignored - and that's very dispiriting, much worse than a "it's not ready" rejection.
Does that make sense?
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Ok, thanks to be giving more detail to why it was refused.
What is for ? generating all possibilities
What actual use is it ? two uses:
- To be able to generate all possibilities giving a space limitation inside SlotNumber
- To have a more powerful algorithm than nested loops
You are defining the possibilities as unlimited amount of time or space.
But we as developers, have all signed a contract, when starting learning programming.
It's to do our job with a limited speed power imposed by the PC hardware elements.
Video games has known about that and they are doing video games, despite the lack of infinite performance
Performance improvement ? no it's impossible since like video games, are limited to the hardware speed.
As I said, we need to run this program on a supercomputer to have something usable, but it's better than nothing to try this program on regular computer, don't you think ?
It's not my purpose anymore to generate stuff that I can sell, it was, when I was a teenager at high school, as mentioned in the introduction
Here's end, for my defense 
|
|
|
|
|
Hi
I have made another approach of this project and it's to focus on the nested loop algorithm alternative.
Nested Loop Alternative[^]
I hope it's all good now, that I don't have the pretentious to make possibilities generator 
|
|
|
|
|
I deleted the QA version of this as requested.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
I may not see the tree in the forest here.
My latest article Microfrontends - From Zero to Hero was (to my eye) correctly released (in the web section). However, I do not see it on the homepage (not in All, nor in Following or "Web").
Maybe I am missing something? Thanks!
Update: The article was also not in The Daily Build. I am quite confused.
modified 21-Nov-19 1:32am.
|
|
|
|
|
Have you told it in the bugs and sugs forum?
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Urgent help needed:
My website size is 12GB approved. On the cpanel > Web Disk it shows that although the public_html folder is GB but "Other Usage" is freaking 34GB.
I have absolutely no idea what this additional 34GB is. Due to this, my hosting is not accepting to upload any file as the limit is 40 GB only. Currently total usage is approx 47GB. Here is the image for your reference:
https://i.imgur.com/JLWSqam.png
Kindly help with "other usage" as unable to upload any file via either FTP or WordPress or directly from Hosting as well.
|
|
|
|
|
You're in the wrong forum. This forum is for discussions about writing articles for CodeProject.
And quite frankly, you're on the wrong site too. The only people who can help you are your hosting provider's support team.
Nobody here has access to the servers hosting your site; nobody here can tell you what that extra data is; and nobody here can resolve the problem for you.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
When you're in the article editor, it says that ZIP files have to be < 10MB--yet, I've downloaded project ZIP files from here that are clearly over 10 MB. What gives? Is there a limit to how large a project folder can be and make it onto CodeProject?
|
|
|
|
|
While we do need to update that number, ZIP files about 10 MB get iffy. I've had plenty of ZIP uploads fail on me when they get bigger than 10 MB. When they get too big, we use an alternative download location (in some cases you will see that as well).
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
What do I do when my project folder, when ZIPped, gets over 10MB? How do I make the "alternative download location" visible to users? With me, the original upload doesn't seem to fail, but when I download my project back to a sample folder, sometimes the extracted project doesn't work right--even when I use Windows Explorer's "Extract All" to manually extract the ZIP rather than letting AOL do it for me.
|
|
|
|
|
I just put it in the regular class download then link to an outside source (you have my permission). Sometimes I use dropbox, some people use Google Drive. If you want me to upload it, please send me a link. Otherwise it's just:
<ul class="download">
<li><a href="dropboxfileURL">Download source code - 40 MB</li>
</ul>
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Sean Ewington wrote: I just put it in the regular class download then link to an outside source (you have my permission). Sometimes ...
I would recommend you to get the permalink to his message or to add it in your CP Favourites-List.
That sentence is pretty important
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Hi,
I submitted an article yesterday and it's still under pending status. So how long it will take to go through the approval process? I've submitted a couple of articles before it usually takes couple of hours maximum.
Best Regards,
- Weifen
|
|
|
|
|
A quick follow-up: Your article is missing the images, their links are broken perhaps during the publishing process. Please fix their links to the appropriate ones and then resubmit. Maybe that is causing the delay in publishing.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
I can see the images when previewing the article. The images are broken after I submitted the article. What am I doing wrong? The images are uploaded with the article and I use <img src="tempdb.png"/> in the article to show the image.
modified 8-Oct-19 1:36am.
|
|
|
|
|
Yes, in the preview they are visible, but once published, the paths are changed.
Please see this post of mine: Where do my images go when I publish the post?
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
Thanks for your prompt reply. After going through your article, I still can't get it work
I've checked the source of the article, I have <p><img src="tempdb.png"/> ;
I restarted an article from beginning, and get the same result...
Please help.
|
|
|
|
|
That's fine, and this happens.
Make sure that you have removed all sort of paths, leaving the image file name (with extension), once that is taken care of, just submit the post.
In the live version of the post, this is the correct path and moderators would be able to see the images.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
Quote: This article is an entry in our Machine Learning and Artificial Intelligence Challenge. Articles in this sub-section are not required to be full articles so care should be taken when voting. But, no comments ? [^]
«One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali
modified 30-Sep-19 4:15am.
|
|
|
|
|
Looks like it's an imported GitHub project that's incorrectly showing as an article.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
I posted something similar in the B&S forum, Matthew said there is a bug involved and they are already working on it, and he asked us to point him the links, so he can add the message boards manually.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
In this article at least 3 links to CP (didn't check all) showing a Error 404
EDIT:
And it contains no message board (3rd article seen today).
Before that problem only was for blogs.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Sorry I seem to be missing the link. Could you please provide it again?
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
I found it again:
robust-services-core[^]
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|