<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: rjdavis3</title><link>https://news.ycombinator.com/user?id=rjdavis3</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 13 Jun 2026 15:36:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rjdavis3" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rjdavis3 in "Ask HN: Who is hiring? (September 2019)"]]></title><description><![CDATA[
<p>ChannelApe | Scranton, PA or REMOTE<p>We are looking for experienced Java developers with great organization skills. Our company is huge on automated testing so any experience there is a plus. If anyone is interested please apply here: <a href="https://www.channelape.com/jobs/application-developer-java/" rel="nofollow">https://www.channelape.com/jobs/application-developer-java/</a></p>
]]></description><pubDate>Thu, 05 Sep 2019 13:32:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=20886463</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=20886463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20886463</guid></item><item><title><![CDATA[FedEx Customer Passports and IDs Exposed via Public S3 Bucket]]></title><description><![CDATA[
<p>Article URL: <a href="https://mackeepersecurity.com/post/fedex-customer-records-exposed">https://mackeepersecurity.com/post/fedex-customer-records-exposed</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16391778">https://news.ycombinator.com/item?id=16391778</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 16 Feb 2018 12:19:01 +0000</pubDate><link>https://mackeepersecurity.com/post/fedex-customer-records-exposed</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=16391778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16391778</guid></item><item><title><![CDATA[Why Amazon DynamoDB isn’t for everyone]]></title><description><![CDATA[
<p>Article URL: <a href="https://read.acloud.guru/why-amazon-dynamodb-isnt-for-everyone-and-how-to-decide-when-it-s-for-you-aefc52ea9476?__s=mapwsnfmsiqqrgxcgzkf">https://read.acloud.guru/why-amazon-dynamodb-isnt-for-everyone-and-how-to-decide-when-it-s-for-you-aefc52ea9476?__s=mapwsnfmsiqqrgxcgzkf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15740827">https://news.ycombinator.com/item?id=15740827</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 20 Nov 2017 16:00:36 +0000</pubDate><link>https://read.acloud.guru/why-amazon-dynamodb-isnt-for-everyone-and-how-to-decide-when-it-s-for-you-aefc52ea9476?__s=mapwsnfmsiqqrgxcgzkf</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=15740827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15740827</guid></item><item><title><![CDATA[Ask HN: Any good products to allow users to build dashboards within an app?]]></title><description><![CDATA[
<p>My company has an Angular 1.3 front-end app (looking to re-write or upgrade soon) that interacts with our REST API. After logging in users can perform various tasks and see some simple dashboards we created for them around usage. Right now the dashboards are the same for every user but we have had numerous requests for customization. We would love a tool (paid or otherwise) that our users can build custom dashboards with embedded into our front-end app. It would need to grab data from our REST API and provide basic charts and graphs configurable by the user. Does anyone know of any good solutions for this?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15098828">https://news.ycombinator.com/item?id=15098828</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 25 Aug 2017 14:49:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=15098828</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=15098828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15098828</guid></item><item><title><![CDATA[New comment by rjdavis3 in "How a Blind Developer uses Visual Studio [video]"]]></title><description><![CDATA[
<p>This is great. I always wondered how blind developers managed to navigate IDEs at a decent pace.<p>I can't help but wonder how Saqib Shaikh navigates through log files for large applications though. Log files usually generate a large amount of noise in the form of time stamps, thread names, log levels, stack traces, etc. that overtime I've learned to "scan" instead of read to find what I am looking for. I would love to see a video of him navigating through a log file to see how he does it. Maybe just lots of string searches?</p>
]]></description><pubDate>Tue, 16 May 2017 13:14:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=14349261</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=14349261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14349261</guid></item><item><title><![CDATA[New comment by rjdavis3 in "The tragedy of 100% code coverage (2016)"]]></title><description><![CDATA[
<p>Have you ever tried it with one of the automated tools? I use Pitest extensively to mutate my Java code bases and found it is not too much slower then regular line and branch code coverage tools when you use a history file so only diffs are needed. The trade off of a few more seconds of build time is worth the benefit of the coverage report and being able to fail the build if coverage drops too low for me.<p><a href="http://pitest.org/quickstart/maven/" rel="nofollow">http://pitest.org/quickstart/maven/</a></p>
]]></description><pubDate>Tue, 09 May 2017 13:54:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=14299991</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=14299991</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14299991</guid></item><item><title><![CDATA[New comment by rjdavis3 in "The tragedy of 100% code coverage (2016)"]]></title><description><![CDATA[
<p>I use pitest to run mutation coverage on most of my Java code bases. pitest implements a timeout to check for infinite loops introduced by changing the code.<p><a href="http://pitest.org/faq/" rel="nofollow">http://pitest.org/faq/</a></p>
]]></description><pubDate>Tue, 09 May 2017 13:45:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=14299903</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=14299903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14299903</guid></item><item><title><![CDATA[France creates a special visa for entrepreneurs, engineers and investors]]></title><description><![CDATA[
<p>Article URL: <a href="https://techcrunch.com/2017/01/17/france-creates-a-special-visa-for-entrepreneurs-engineers-and-investors/">https://techcrunch.com/2017/01/17/france-creates-a-special-visa-for-entrepreneurs-engineers-and-investors/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=13428474">https://news.ycombinator.com/item?id=13428474</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 18 Jan 2017 17:52:56 +0000</pubDate><link>https://techcrunch.com/2017/01/17/france-creates-a-special-visa-for-entrepreneurs-engineers-and-investors/</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=13428474</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13428474</guid></item><item><title><![CDATA[New comment by rjdavis3 in "DynamoDB cannot store empty strings"]]></title><description><![CDATA[
<p>I would love for them to fix storage of empty string but I don't think that is going to happen given all the documentation they have around not allowing it. Must have been easier for them to just document the limitation.<p>I do agree that they could do a better job in their documentation explaining the difference between JSON spec and their JSON equivalent that they store. It is not clear that the JSON you post is not stored in the same exact way. They could be more clear about the types they append to your data (L, S, SS, N) and then reference the link I put above about the restrictions for each type.</p>
]]></description><pubDate>Wed, 14 Dec 2016 12:23:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=13175446</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=13175446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13175446</guid></item><item><title><![CDATA[New comment by rjdavis3 in "DynamoDB cannot store empty strings"]]></title><description><![CDATA[
<p>Sorry I saw the link was referencing the Java SDK so I thought you were using the same. The DynamoDBMapper Java SDK has been an easy to use and readable ORM for me. Adding annotations to define keys and attributes has been great. That said I'm not sure if JavaScript has an equivalent to the AttributeTransformer I mentioned.</p>
]]></description><pubDate>Wed, 14 Dec 2016 12:15:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=13175412</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=13175412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13175412</guid></item><item><title><![CDATA[New comment by rjdavis3 in "DynamoDB cannot store empty strings"]]></title><description><![CDATA[
<p>I agree they should fix it but I think they have been transparent about the restriction. It is already listed within most of their documentation.<p><a href="http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html" rel="nofollow">http://docs.aws.amazon.com/amazondynamodb/latest/APIReferenc...</a><p>It is also listed as a Gotcha on the AWS Open Guide which trended on HN a few weeks ago.<p><a href="https://github.com/open-guides/og-aws#dynamodb" rel="nofollow">https://github.com/open-guides/og-aws#dynamodb</a></p>
]]></description><pubDate>Tue, 13 Dec 2016 21:31:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=13171258</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=13171258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13171258</guid></item><item><title><![CDATA[New comment by rjdavis3 in "DynamoDB cannot store empty strings"]]></title><description><![CDATA[
<p>While not ideal, you can create a new AttributeTransform that sets a place holder when storing into DynamoDB and removes it when pulling out of DynamoDB as part of your DynamoDBMapper instantiation.<p>I did this to convert some String Sets (SS) in my database to String Lists (L). I almost did this same thing to fix the empty String issue but didn't have the time to implement it yet.<p><a href="http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/dynamodbv2/datamodeling/AttributeTransformer.html" rel="nofollow">http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/ama...</a></p>
]]></description><pubDate>Tue, 13 Dec 2016 21:22:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=13171165</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=13171165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13171165</guid></item><item><title><![CDATA[New comment by rjdavis3 in "DynamoDB cannot store empty strings"]]></title><description><![CDATA[
<p>What is the point of this trending? To try and get AWS to fix it? I must admit this was a gotcha for me at first but it is documented right on their standard Limits page. I'm guessing the fix is non-trivial or they probably would have just done it.<p><a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html" rel="nofollow">http://docs.aws.amazon.com/amazondynamodb/latest/developergu...</a></p>
]]></description><pubDate>Tue, 13 Dec 2016 21:03:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=13170993</link><dc:creator>rjdavis3</dc:creator><comments>https://news.ycombinator.com/item?id=13170993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13170993</guid></item></channel></rss>