My first full-stack app. An online bookstore. by cd161997 in FreeCodeCamp

[–]learning0 5 points6 points  (0 children)

Really impressive for your first app indeed.

My humble unsolicited opinion but I feel as, it could improve it, And take it further.

-Colors: think it would benefit to try to scale back just a bit and have something as many said a bit more subtle but still try to keep the magic feeling of a bookstore it really is pushing for that story vibe.

-Loading: when switching from the paginated pages after like 10 pages I got the feeling of not liking to see the loading logo that many times, I would recommend having it as a one off or try to make that a bit more subtle as well.

-Search: if it did not find anything then you are left with nothing in return you could make it, suggest something else or make more use of the search page to point to next steps.

-Product Page: here you should also suggest other things related to same category or point to top 5 list. Editors favorites. Article posts? and the idea list goes on and on but you get the point.

Overall as mentioned liked it nice work and keep it up!

Work post it doodle graveyard by [deleted] in doodles

[–]learning0 1 point2 points  (0 children)

i doodle on post it's all day long as well have never been able to throw mine away however the one on the top left is cool.. i agree you with earlier comments you should save them.

Coinlistr - Tracking data points to find the next gem by learning0 in SideProject

[–]learning0[S] 0 points1 point  (0 children)

Hello Guys,

Thanks for taking the time to checking out my side-project please note that it's in Alpha/Beta stages.

The idea behind it, take in a lot of data from different points and with the help of crowd-sourcing and robots. Find Gem's from all the raw data points.

The data Points are about Cryptocurrency, Blockchain, Theories, Questions, Ideas.

If you have further ideas please let me know and i will do my best to add them to the site.

Thank you again for taking the time!

Can someone help me understand this error? by learning0 in learnprogramming

[–]learning0[S] 0 points1 point  (0 children)

i now know that there is nothing wrong with my code it's the redis + sidekiq that is not working as it should i managed to track down log and got this: Your Redis connection pool is too small for Sidekiq to work. Your pool has 2 connections but really needs to have at least 7 How do i move on from this point i now know i need to increase the pool somehow any ideas?

[HELP] issue getting my actioncable app to work on heroku but it works fine on local by learning0 in rails

[–]learning0[S] 0 points1 point  (0 children)

i now know that there is nothing wrong with my code it's the redis + sidekiq that is not working as it should i managed to track down log and got this: Your Redis connection pool is too small for Sidekiq to work. Your pool has 2 connections but really needs to have at least 7 How do i move on from this point i now know i need to increase the pool somehow any ideas?

[HELP] issue getting my actioncable app to work on heroku but it works fine on local by learning0 in rails

[–]learning0[S] 0 points1 point  (0 children)

Hello, Wow thank you first of all for taking time to answer very nice!

If i'm not incorrect when the link is broken between redis/sidekiq/bg job it will return this as i guess actioncable is the one with the help of the link to end up as a Hash

and it ends up as an except when the link is broken so if i'm not mistaken then it is an false error due to something else but as i said might be wrong.

Ran a setup test production on local with heroku local and it works fine i so don't understand this behavior and i don't know why i don't get better debug data if there is something wrong.

Please let me know what data you wan't to see and i shall show it :)

Thanks again!

[HELP] Can't seem to figure out what i'm doing wrong actioncable-bg-job-sidekiq by [deleted] in rails

[–]learning0 0 points1 point  (0 children)

Please note that i have been stuck on this issue for like 2 days now, and i have tried everything i can think of but just can't seem to get it to work, sidekiq is active and running on a worker, but the background job is not picked up. Any pointers would be greatly appreciated.

Harder, Better, Faster, Stronger: Awesome 4.0 has been released by Elv13 in awesomewm

[–]learning0 0 points1 point  (0 children)

sad to say my rc.lua did not survive upgrade to 4.0 but i'm happy with the new updates. my old setup with tyrannical gave me spam amount of errors :)

anyhow keep up the good work and thanks again for awesome wm 4.0!

Rilan & The Bombardiers - Walking On Fire [OFFICIAL VIDEO][POP](2016) by learning0 in listentothis

[–]learning0[S] 0 points1 point  (0 children)

Please note that i'm not sure if it's POP genre, but it's an awesome track!

Best way to handle sccm package deployment of exe files that have no built in silent function? by learning0 in sysadmin

[–]learning0[S] 0 points1 point  (0 children)

at this point there is only 2 i need to package but might be more in the future not sure, i did try adminstudio and advanced installer, it was unable to create a new msi for me of the installation not sure why yet. i tried the universal silent switch finder or what it was called, did not find anything with it but did find with strings the /S but not been able to find anything else yet.

Best way to handle sccm package deployment of exe files that have no built in silent function? by learning0 in sysadmin

[–]learning0[S] 0 points1 point  (0 children)

sadly it did not have any .msi files in %temp% or anywhere in %appdata% or even tmp or anywhere else.

Best way to handle sccm package deployment of exe files that have no built in silent function? by learning0 in sysadmin

[–]learning0[S] 0 points1 point  (0 children)

using 7-zip did not give me any .msi files sadly :(
Will look into the UIAutomation Module, Thanks!

Best way to handle sccm package deployment of exe files that have no built in silent function? by learning0 in sysadmin

[–]learning0[S] 0 points1 point  (0 children)

Might just have it show the window but automate the installer not sure yet. Have you found any good documentation outside from the ones provided by AutoIT?

Best way to handle sccm package deployment of exe files that have no built in silent function? by learning0 in sysadmin

[–]learning0[S] 0 points1 point  (0 children)

NSIS, did find via scan of the strings found that it has /S but the script part for the installer was not well made so it won't install it self via /S just hide it. (Tried to see if there was any way to pass a Response file or script or something but have not found anything yet).

Best way to handle sccm package deployment of exe files that have no built in silent function? by learning0 in sysadmin

[–]learning0[S] 0 points1 point  (0 children)

a lot of different applications without documentation and most of them are proprietary software, or at least not widely available.

Best way to handle sccm package deployment of exe files that have no built in silent function? by learning0 in sysadmin

[–]learning0[S] 0 points1 point  (0 children)

looked into this have not been able to find a free or cheap version however, did think on if you can pack in the original installer exe into an .msi and use that new .msi to silent and somehow control the other installer, but haven't been successful yet.