Daniel Compton

Results 359 comments of Daniel Compton
trafficstars

Are you using [Conditional Requests](https://developer.spotify.com/documentation/web-api/)? That would cut down on the work each request needs to do, and presumably would give faster responses for the requests you do need to...

> to loop through every single artist, then loop through every one of that artist's albums to see if any are new. Are you saving which albums you have seen...

We ([Clojurists Together](https://www.clojuriststogether.org)) are using CIVS to distribute ballots to our 200+ members. Making the ballots opt-in is quite tricky as we'll need to keep track of which users have...

Yep, the CSV is definitely very helpful but it's still a fairly laborious process to handle. This is our problem, not yours though! Thanks for CIVS!

Have you seen this? https://github.com/martinklepsch/s3-beam/commit/21bc14e7f7b5d80e682afe803b7779146010a4c2

Also, from [Working with Amazon S3 Buckets](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro): > In a virtual-hosted–style URL, the bucket name is part of the domain name in the URL. For example: * `http://bucket.s3-aws-region.amazonaws.com` * `http://bucket.s3.amazonaws.com`...

https://docs.aws.amazon.com/AmazonS3/latest/dev/ShareObjectPreSignedURLJavaSDK.html has docs on how to do this.

I took a look at this, my findings: * AWS Java SDK v2 doesn't support generating presigned URLS yet - https://github.com/aws/aws-sdk-java-v2/issues/203 * AWS Java SDK v1 creates presigned URLs using...

> We could also consider moving to a different Clojars group so that you can also cut releases as you wish. That could be good in the future, although it...

@andrew, this is pretty spot on, I had all the same concerns as you did. Depending on adoption, it may spur the Maven and Rubygems ecosystem to adopt repository scoping...