fulldecent | 8 years ago | on: Modern PHP without a framework
fulldecent's comments
fulldecent | 8 years ago | on: It's time to head back to RSS?
Publishers care about growth more than serving existing customers.
fulldecent | 8 years ago | on: It's time to head back to RSS?
Dear publishers, let's fix this. Whenever you publish a blog post, etc. please syndicate it on social and then go back to your site to add "DISCUSS THIS ON TWITTER/whatever AT https://t.co/aesou02". Make sure that this also syndicates to RSS.
Dear pubsubbers, let's fix this. In your reader software, please lint these special links and show the discussion below the news. We know you want to get into the content discovery business -- this is the first step.
See the Slashdot RSS feed as a good example, they inline the discussion right in the feed.
fulldecent | 8 years ago | on: Qubes OS: A reasonably secure operating system
fulldecent | 8 years ago | on: VS Code Roadmap 2018
fulldecent | 8 years ago | on: How to Make the Most Out of Pull Requests
"How to Make the Most Out of Pull Requests -- a guide for project maintainers" or "How to Make the Most Out of Pull Requests -- so that your contributions get accepeted"
fulldecent | 8 years ago | on: Dumb Things Camera Companies are Still Doing
fulldecent | 8 years ago | on: Dumb Things Camera Companies are Still Doing
I have a 80D and there is a 1/4" mount at the bottom. But if you take a photo in portrait orientation with a long lens then the 1/4" bolt will not be strong enough and the camera will twist out of it. It's a joke!
fulldecent | 8 years ago | on: Facebook recruiting and Unix systems
Under the section Keyword Stuffing.
fulldecent | 8 years ago | on: E-commerce will evolve next month as Amazon loses the 1-Click patent
The extra $16k of float that Stripe requires is not worth it for me. This is why we have credit card numbers come to our server.
fulldecent | 8 years ago | on: When all job differences are accounted for, the pay gap almost disappears
(The `flag` button above to mod this comment into oblivion.)
fulldecent | 8 years ago | on: GNU Ring 1.0 released
fulldecent | 8 years ago | on: Show HN: A simple machine learning game in PHP
Also note that learning is a slow process. Please play multiple times while thinking about the same object to make an impact.
fulldecent | 8 years ago | on: Show HN: A simple machine learning game in PHP
fulldecent | 8 years ago | on: Inside the Largest US Voter Data Leak
fulldecent | 8 years ago | on: Visualize data instantly with machine learning in Google Sheets
I miss using machinations in MS Access back in the day. Now with Google Sheets, I am left wonting for a tool that enforces primary keys and is /easy/ to set up a view or query.
fulldecent | 8 years ago | on: Ask HN: How does your open source project ask for sponsors?
fulldecent | 9 years ago | on: What Happens When You Send a Zero-Day to a Bank?
fulldecent | 9 years ago | on: What Happens When You Send a Zero-Day to a Bank?
I cannot verify that number but I am quoting it from a phone call with a Penson engineer.
fulldecent | 9 years ago | on: What Happens When You Send a Zero-Day to a Bank?
50 lines of code and contrived examples (is HelloWorld class a view or controller? AwesomeClass is a model?) get one line of HTML emitted in a barely readable way.
This article fails to motivate why each layer of complexity is added. It basically starts with the assumption that you want to use a framework and says "hey look you can do the same thing with 50 lines of boilerplate, not really, but kind of."
I would be much more impressed with an article that starts with the obvious way to write a PHP application (.htaccess, index.php, products.php, library/database.php, library/*.php) and then explains the actual problems that would make you want to opt for more complexity/organization/modern techniques.