Created at 11am, Apr 11
ProactiveBusiness
0
Are You Really as Busy as You Think?
JR_GwQ3sRnpMffGI9ADIvTuLqs8fmGZ6LwBawM3i-bc
File Type
DOCX
Entry Count
222
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Are you working longer and harder now than you used to? if you said, Yes this would be great article for you to read.

Cramming, by the way, is not allowed. During the definition stage, you determined how much time is required to complete each task. If you attempt to cram a two-hour task into a one-hour time slot on your schedule, you will not be able to complete it and will end up rushing the task, cutting corners and quality. You must decide, even before starting, that it needs to be rescheduled to a time when you can dedicate the necessary hours to its completion. You will find leftover tasks because your schedule is full. Despite their being low priority tasksif you didnt fill up your schedule only with highest priority tasksyou still need to manage them. Some should be discussed with your boss if they are part of your assigned duties (bring along your planner for this discussion). Others should be negotiated with the appropriate stakeholdersfamily, friends, committee members. Having your planner during the negotiations
id: 97b670ff4889784548df815bfcec31d3 - page: 40
Ideally, you will be able to shift responsibility for a low prior- ity task to someone else; if not, move the due date to a time you can accommodate, or reduce your involvement to a manageable level. You may wish to make your schedule available to others, certainly anyone having responsibility to schedule your time. Technology is on your side if youve chosen a planner that can easily synchronize with a resource accessible to others.
id: aa4d9b86651fe7777a87d4176df2f283 - page: 41
An Alternative Approach Although we have disallowed cramming, it should be mentioned that there is a scheduling scheme alternative to the rational method dis- cussed above. This scheme will certainly appeal to the more control- oriented individual, and have an attraction for those who are hopelessly behind as well. (Weve also discussed this technique elsewhere, when we decided that in some cases, a job worth doing is worth doing poorly.) In this method, once youve captured your duties and given them their priority score, decide how much time you want to allocate to each. A two-hour task may not be worth two hours, particularly in light of the fact that you have seven more two-hour tasks to complete today. So decide to give it one hour of quality time. You can do this without a great deal of anguish or sense of guilt, because one hour is all youve got to give. With the focus that such an approach demands, you may be
id: 65f2ba6efb4d36c2356c33dcd52a2a48 - page: 41
In soft- ware development, this technique is called time boxing and is useful because it recognizes and succeeds at meeting hard deadlines.
id: db09ab21eb7860ae9db29e421777ace6 - page: 42
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "JR_GwQ3sRnpMffGI9ADIvTuLqs8fmGZ6LwBawM3i-bc", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "JR_GwQ3sRnpMffGI9ADIvTuLqs8fmGZ6LwBawM3i-bc", "level": 2}'