download zip of files only
Mon Apr 16 12:54:25 HKT 2018
From /weblog/business
Why we should start small - http://spin.atomicobject.com[..]3/11/01/minimum-viable-product-benefits/ http://www.yegor256.com[..]4/10/20/how-we-write-product-vision.html Most of product development is the middle part: the messy, weird, unintuitive place where you and your team are making hundreds of small decisions. If you are not looking to real people by continuously conducting user research and running hypothesis-driven tests, you’ll slowly (and with growing confidence) get far away from your actual goal: Making a product for real people. - https://medium.com[..]-things-come-to-think-of-it-42fa3d7cb415 Naming can be difficult - https://www.inside.com.tw/2018/04/16/company-name-is-big-deal
(google search)
(amazon search)
Tue Apr 10 10:27:33 HKT 2018
From /weblog/software_engineering
Here is one way of how people estimate percent of completion - http://geekswithblogs.net/optikal/archive/2006/12/31/102381.aspx I believe the general practice in my company is to take your estimate and triple it. Noone EVER complains that a project was completed too quickly. - http://discuss.joelonsoftware.com[..]iscussTopicParent=15151&ixDiscussGroup=3 McConnell: 25% isn't necessarily a bad number. What's bad about it is that the average project is something like 100% late and 100% over budget at the time it's shut down. With better development approaches, a lot of those projects would get shut down when they've used 20% of their budgets rather than 200% of their budgets. http://blogs.cio.com/node/600 Schedule chicken , someone leave the responsiblity to other sliencely - http://www.stickyminds.com[..]ion=edetail&ObjectType=COL&ObjectId=7923 If you need to deliver software in 9 months, you could make a plan to deliver software in 9 months and hope it works. Or you could start delivering software every week. Maybe in the first week you aren't so good at it but after four weeks you and the rest of your team will be better. I call it the reduce risk by practicing technique. I can't believe how many people line up against me on this, even quality experts. - Ward Cunningham Estimate via experience - http://digerati-illuminatus.blogspot.com[..]mating-software-feature-development.html Explain what is Velocity in scrum - http://kw-agiledevelopment.blogspot.com[..]2008/01/understanding-your-velocity.html Concern about estimation - http://agile.dzone.com/news/humans-cant-estimate-tasks http://jimhighsmith.com/2011/11/02/velocity-is-killing-agility/ Test Effort Estimation - http://blogs.siliconindia.com[..]mation_approch-bid-00oQI1TW93593159.html Reducing focus on estimation, I think it is good move, as estimate always inaccurate - http://blog.anandvishwanath.in[..]se-for-reducing-focus-on-estimation.html http://www.scrumexpert.com[..]ng-budget-instead-of-estimates-in-agile/ Discussion about noestimates-software-contractors - http://www.infoq.com[..]2016/01/noestimates-software-contractors http://www.infoq.com[..]2015/12/noestimates-software-contractors https://ronjeffries.com/articles/estimation-articles/
(google search)
(amazon search)
Thu Apr 05 11:39:39 HKT 2018
From /weblog/learning
A prioritized list of desired traits: Character Critical thinking Motivation Creativity Business knowledge Technical knowledge My only suspect is Technical knowledge is lower than Business knowledge, what will you think about this? - http://www.davenicolette.net/agile/index.blog?entry_id=1220879 Difference type of employee - http://headrush.typepad.com[..]onate_users/2007/03/is_your_app_an_.html The Power of Introverts: A Manifesto for Quiet Brilliance - http://www.scientificamerican.com[..]fm?id=the-power-of-introverts&print=true http://h30565.www3.hp.com[..]How-to-Succeed-as-an-Introvert/ba-p/1522 Honesty - http://www.michelemmartin.com[..]elf-and-starting-from-where-you-are.html 23 Signs You’re Emotionally Intelligent & Destined for Success: The ability to listen and to speak to the “human needs” of coworkers and customers and make them feel understood and respected Ability to build relationships and connect with others on a deep level Good conversation skills The ability to propose solutions to problems, not just talk about problems Meaningfully contribute to brainstorming Ability to write well Problem-solving skills Being a team player Being likeable Self-confidence Strong work ethic Optimism/positive attitude Good communication skills Storytelling abilities for presentations Time management abilities Being good at “reading” people Exercise tact when delivering a message http://www.thepowerofintroverts.com[..]onally-intelligent-destined-for-success/ What Makes Good Traders Great Entrepreneurs * An intense drive to succeed; * The ability to adapt to changing circumstances; * Decisiveness * Energy * Perseverance and determination * Risk tolerance * Strong self-confidence http://traderfeed.blogspot.com.au[..]14/03/what-makes-good-traders-great.html What is professional - http://cn.wsj.com/big5/20140513/DJL071521.asp?source=rss How to change your character: 索托說:“你應該從改變行為做起,接下來,如果你能長期保持這種新行為,這種行為就會被鎖定下來。 - http://cn.wsj.com/big5/20140502/lif114051.asp?source=rss If I say just trust me and I’m wrong, I’m untrustworthy. If I say here’s my work and it’s wrong, I’m honest, human, and serving scientific progress. - http://simplystatistics.org/2016/12/29/some-stress-reducers/ I Used To Be Shy. This Is How I Became Confident - https://medium.com[..]s-is-how-i-became-confident-f0b1d0ab5e29 Confidence is, in fact, a product of repetition … but not a product of success — it’s a product of failure. - https://psiloveyou.xyz/where-confidence-comes-from-785df9139d83 Everyone is given the exact fuel they need to succeed. But few use it. - https://medium.com[..]ess-you-need-to-become-more-6d0781b464c3 You Seek Money and Titles, Not Experience and Transformation - https://medium.com[..]e-will-remain-in-mediocrity-6c7e24c48d12 堅韌意志的秘密 - http://cn.wsj.com/big5/20171124/OPN165323.asp 如何培養懂得感恩的孩子? - http://cn.wsj.com/BIG5/20180309/OPN174053.asp
(google search)
(amazon search)
Sat Mar 31 16:14:54 HKT 2018
From /weblog/database/vendor
SQL 2005 JDBC fix the resultset re-read throws exception problem. However, you need to use executeUpdate() for insert,update and delete instead of execute() for SQL 2005 JDBC, otherwise will throw exception on this. Other that, statement.executeBatch() will throws exception: http://lab.msdn.microsoft.com[..]kid=e13a8009-7466-4803-ba19-6bfd4b5f8966 New function of SQL server 2014, In-Memory Optimization tables, suppose to be faster? - http://www.infoq.com/news/2013/09/MOT-Indexes MOT table also support native compiled query - http://www.infoq.com/news/2013/09/Compiled-Queries , and lock free write? http://www.infoq.com/news/2013/09/Lock-Free-Writes From microsoft, Use the columnstore index to achieve up to 10x query performance gains over traditional row-oriented storage, and up to 7x data compression over the uncompressed data size. - http://www.infoq.com/news/2013/09/Clustered-Columnstore A tool from M$ to help sql server user to manage change of database: http://msdn.microsoft.com/vstudio/teamsystem/products/dbpro/ . Other similar product is DBGhost, also only work for SQL server http://www.innovartis.co.uk/home.aspx There is a free version of SQL server 2005 call SQL server express, which just like MSDE http://www.microsoft.com/sql/editions/express/redistregister.mspx Here is a comparison: http://www.sqlmag.com[..]le/ArticleID/49618/sql_server_49618.html , may be we can use that instead of MSDE 2005 and discoutinue support of SQL server 2000 so that we can test one thing less? Import CSV to SQL server - http://www.sqlservercurry.com[..]oad-comma-delimited-file-csv-in-sql.html Shriking DB cause performance problem... not sure how long this finding is hold - http://blog.sqlauthority.com[..]eases-fragmentation-reduces-performance/ http://beyondrelational.com[..]ver-storage-internals-part-1-basics.aspx Get the metadata - http://gigi.nullneuron.net[..]-metadata-from-sql-server-catalog-views/ https://simpleprogrammer.com[..]icrosoft-sql-server-metadata-developers/ Date functions - http://www.essentialsql.com[..]roduction-to-sql-servers-date-functions/ Enhancement of 2016 - https://www.infoq.com/news/2016/06/SQl-Server-2016-Performance Tool to rescue sql server - https://www.infoq.com/news/2017/02/SQL-First-Responder https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit http://firstresponderkit.org/ Prevent locking with NOLOCK / READPAST - https://www.techrepublic.com[..]-and-readpast-table-hints-in-sql-server/
(google search)
(amazon search)
|