<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for steveknoblock</title><link>http://disqus.com/by/steveknoblock/</link><description></description><atom:link href="http://disqus.com/steveknoblock/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 11 Jan 2018 15:55:12 -0000</lastBuildDate><item><title>Re: The Brutal Lifecycle of JavaScript Frameworks</title><link>https://stackoverflow.blog/2018/01/11/brutal-lifecycle-javascript-frameworks/#comment-3703256313</link><description>&lt;p&gt;There's a balance. It's become very snarky to say just write code, but in the Perl community, the suggestion is to go look for a module in CPAN for something you have never written before, someone else more expert than you had done it, and its been in use, so bugs have been found, so why reinvent the wheel unless there is something new to address. The CGI module is a good example, everyone was writing their own hackish or copy and paste HTTP to Perl vars conversion subroutines of varying quality, and thhe advice from the Perl community was why try writing some tricky decoding when accurate decoding is already sitting there waiting for you?&lt;/p&gt;&lt;p&gt;That's not a framework though.&lt;/p&gt;&lt;p&gt;I've had experience where an ad hoc framework that was well thought out is simpler and easier to use than learning the concepts and requirements of a new framework. As service-oriented architecture grows, frameworks may be less valuable.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">steveknoblock</dc:creator><pubDate>Thu, 11 Jan 2018 15:55:12 -0000</pubDate></item><item><title>Re: The Brutal Lifecycle of JavaScript Frameworks</title><link>https://stackoverflow.blog/2018/01/11/brutal-lifecycle-javascript-frameworks/#comment-3703239361</link><description>&lt;p&gt;Also, it could be many PHP sites were slow moving from jQuery to a framework until Vue.js was introduced and popularized.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">steveknoblock</dc:creator><pubDate>Thu, 11 Jan 2018 15:44:41 -0000</pubDate></item><item><title>Re: http://dev.farmfoody.org/codeigniter/index.php/profile/show/2.html</title><link>http://dev.farmfoody.org/codeigniter/index.php/profile/show/2.html#comment-8590519</link><description>&lt;p&gt;Test&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">steveknoblock</dc:creator><pubDate>Wed, 22 Apr 2009 20:08:23 -0000</pubDate></item><item><title>Re: http://dev.farmfoody.org/codeigniter/index.php/profile/show/294.html</title><link>http://dev.farmfoody.org/codeigniter/index.php/profile/show/294.html#comment-8539950</link><description>&lt;p&gt;Hi Pablo!!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">steveknoblock</dc:creator><pubDate>Tue, 21 Apr 2009 17:15:11 -0000</pubDate></item><item><title>Re: Discuss tinydb</title><link>http://tinydb.org/_discuss#comment-7446427</link><description>&lt;p&gt;I agree with the approach of leaving read access open, but requiring some security for writing. A layered, human engineering approach, which wiki systems use could work.&lt;/p&gt;&lt;p&gt;New users can't retrieve data for a while.&lt;br&gt;Temporarily lock entries or access during a spam storm.&lt;br&gt;Rate limit, which increases the longer you use the db, assuming you are now trusted.&lt;br&gt;Maybe a "fico" score for users, representing how trusted they are by the system on some criteria indicating they are not abusing it. More access and features available to higher scores.&lt;/p&gt;&lt;p&gt;Anyway, just some thoughts.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">steveknoblock</dc:creator><pubDate>Mon, 23 Mar 2009 13:16:47 -0000</pubDate></item><item><title>Re: Discuss tinydb</title><link>http://tinydb.org/_discuss#comment-7445920</link><description>&lt;p&gt;Tinydb is a really cool idea.&lt;/p&gt;&lt;p&gt;With the current security model, tinydb is perfect for _published_ content, which can be assumed to be public. The video or music catalog data is a good example of information where privacy is not required. Micro-blog posts have no expectation of privacy. I prefer that tinydb not be private, acting as a kind of "pastebin" or way to "pin" small pieces of information at a location.&lt;/p&gt;&lt;p&gt;The current model is perfect for a wiki-like system, which uses "soft security." It doesn't matter who knows the location of a piece of information or can change the data, if the data belongs to a wiki with content anyone can edit. I worked on a prototype some years ago where anyone who visited the site could edit and organize the content freely. The lack of security was intentional for both content editing and categorization, so tinydb would have been perfect.&lt;/p&gt;&lt;p&gt;I believe soft security and human engineering approaches to security would be a good fit with tinydb. New users (A user who has not been seen before by the database, perhaps by ip, or by giving each dataset its own namespace with a timestamp) of the db are not allowed to retrieve their data for a day.  It would be an interesting experiment to discourage abuse instead of locking down the system. I've never heard of a db system taking this approach. The idea of exposing rows of a database to urls intentionally in as transparent a way as tinydb does is a pretty new idea as far as I know.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">steveknoblock</dc:creator><pubDate>Mon, 23 Mar 2009 13:12:22 -0000</pubDate></item></channel></rss>