2018-11-14 00:22:34
*https://github.com/snowblossomcoin/platformlogging/compare/c2c07e103cfe...51b8da1dcb81*
https://github.com/snowblossomcoin/platformlogging/commit/51b8da1dcb81c1f9084d1f86484f9c1bf07750fa - minor jquery preparation
GitHub
2018-11-14 00:23:43
jquery should not be in your toolset currently
Rotonen
2018-11-14 00:25:42
@Rotonen huh? this tool outputs faithful logs comparable to slack's own export function.
and will provide a jquery "view" page to browse them, resolving usernames/icons/graphics etc. jquery isn't required, it just makes for a nice browser side viewer in this case.
do you disagree given the context?
Clueless
2018-11-14 00:26:10
Ah, the old Post implementation design review
Fireduck
2018-11-14 00:30:57
yes, jquery is not something one should put into anything new at this point
Rotonen
2018-11-14 00:31:17
i can still do a lot in cgi-bin perl if need be, but i'll not build something new in it
Rotonen
2018-11-14 00:32:39
I'd disagree. Often the tool you know is the best option.
Fireduck
2018-11-14 00:32:54
Especially if you want to get something done quickly
Fireduck
2018-11-14 00:33:08
There are no absolutes of course
Fireduck
2018-11-14 00:33:30
rather try new stuff out on a triviality
Rotonen
2018-11-14 00:33:35
@Rotonen
The tool does this:
https://snowblossom.info/static/logs/
The viewer is simply to provide something like this:
https://snowblossom.info/logs#slack/blocks/2018-10-26
I could easily make a server side app, but I feel that's overkill when you can just CDN it all.
Clueless
2018-11-14 00:33:59
react and vue are suitable, angular has gotten weird and political
Rotonen
2018-11-14 00:34:28
I'm confused, you suggest not using jquery, but using react?
Clueless
2018-11-14 00:34:44
yes
Rotonen
2018-11-14 00:35:13
i'm predicting you'll stay near enough to webby tech so that'd be a good thing to toy in
Rotonen
2018-11-14 00:36:04
I usually just use jquery for light browser side work. I try to keep things rather minimal and clear cut. I'm concerned react will be a nightmare to get into for simple things.
Clueless
2018-11-14 00:36:48
Also, server side that writes static files is an option.
Fireduck
2018-11-14 00:37:06
Can still be s3 hosted
Fireduck
2018-11-14 00:39:09
i do not actually do webfronty stuff, but i buy webfronty talent every month for this or that - jquery has the smell of cobol currently as the offerings go down and prices go up
Rotonen
2018-11-14 00:47:15
Interesting
Fireduck
2018-11-14 01:12:13
https://www.netlify.com free Deploy modern static websites with Netlify. Get CDN, Continuous deployment, 1-click HTTPS, and all the services you need. Get started for free.
Daeng
2018-11-14 01:13:58
S3 is basically free
Fireduck
2018-11-14 01:17:50
’get started for free’ is always a trap
Rotonen
2018-11-14 01:21:18
It's for specifically for website without database
Daeng
2018-11-14 01:45:10
I like the AWS pay as you go model
Fireduck
2018-11-14 14:20:55
Extra layer of security and it is standard for most wallets
GitHub
2018-11-14 15:27:19
I have tried to config arktika and it seems working perfectly except when it uses submitWork function.
It has throwed the following info:
[2018-11-14 14:51:15] WARNING snowblossom.miner.LayerWorkThread run Error: java.lang.RuntimeException: oh noes
java.lang.RuntimeException: oh noes
at snowblossom.miner.FieldSourceComposit.bulkRead(FieldSourceComposit.java:51)
at snowblossom.miner.FieldSource.readWord(FieldSource.java:32)
at snowblossom.miner.LayerWorkThread.submitWork(LayerWorkThread.java:152)
at snowblossom.miner.BatchLayerWorkThread.processPw(BatchLayerWorkThread.java:104)
at snowblossom.miner.BatchLayerWorkThread.runPass(BatchLayerWorkThread.java:86)
at snowblossom.miner.LayerWorkThread.run(LayerWorkThread.java:185)
The config file of the host which use to host snowfiled is
"""
mine_to_address=myaddress
pool_host=snowblossom.hamster.science
log_config_file=configs/logging.properties
layer_count=1
layer_0_type=file
layer_0_path=/mnt/tmp
layer_0_threads=0
memfield=false
selected_field=7
"""
The config file of the host which is used to mining is :
"""
mine_to_address=myaddress
log_config_file=configs/logging.properties
pool_host=snowblossom.hamster.science
layer_count=4
layer_0_type=file
layer_0_path=/mnt/tmp
layer_0_threads=8
layer_1_type=remote
layer_1_range=0,47
layer_1_threads=8
layer_1_host=10.10.0.1
layer_2_type=remote
layer_2_range=48,96
layer_2_threads=8
layer_2_host=10.10.0.2
layer_3_type=remote
layer_3_range=97,127
layer_3_threads=8
layer_3_host=10.10.0.3
memfield=false
selected_field=7
"""
Cant figure out whats going on, can anyone help?
GitHub
2018-11-14 16:39:45
*https://github.com/snowblossomcoin/snowblossom/compare/a68fed29cf0c...97f1b3a81b8a*
https://github.com/snowblossomcoin/snowblossom/commit/97f1b3a81b8a7b329cc03332be7591062d24a95f - improve error for arktika missing chunk
GitHub
2018-11-14 18:06:08
*https://github.com/snowblossomcoin/snowblossom/compare/97f1b3a81b8a...6c00acd861a3*
https://github.com/snowblossomcoin/snowblossom/commit/6c00acd861a33d2246cee956d6ec3639faf181d3 - remove requirement for pool_host
GitHub
2018-11-14 23:05:43
@Fireduck I'm preparing to upgrade some storage, I need to take down my torrents.
Clueless
2018-11-14 23:06:01
cool, no worries
Fireduck
2018-11-14 23:24:32
i'm seeding the field 8
Rotonen