- Oct 2024
-
www.hiremobiledevelopers.com www.hiremobiledevelopers.com
-
Best Method for Creating Custom Utility App Development You have to realize that there is a lot to the development of utility apps. You have a wide range of possibilities to choose from and do well in them. Entering into the appropriate app development collaboration agreement is crucial, though. Indeed, there is no denying that utility app demand is growing quickly. People are looking for apps to help them with little tasks. Building any particular utility application is advantageous. Keep in mind that to build a utility app for iOS or Android smartphones, you must get in touch with the top app development business. If there were any bugs in the app, a lot of users would reject it right away. Hire utility app developers
very informative Thanks atman for such Information
-
Indeed, there is no denying that utility app demand is growing quickly. People are looking for apps to help them with little tasks. Building any particular utility application is advantageous. Keep in mind that to build a utility app for iOS or Android smartphones, you must get in touch with the top app development business. If there were any bugs in the app, a lot of users would reject it right away. Hire utility app developers from HireMobileDevelopers(HMD) to achieve success by associating with the brightest minds with years of experience.
Unlock the potential of utility app development to streamline everyday tasks and enhance user productivity. At HireMobileDevelopers, they specialize in building intuitive, feature-rich utility apps that cater to various business needs. From organizing tasks to managing daily operations, a well-designed utility app can significantly improve user efficiency and engagement.
-
- Jun 2024
-
languagelog.ldc.upenn.edu languagelog.ldc.upenn.edu
-
It was enclosed in scare quotes, a sort of acknowledgment that the author knew it was non-standard, but was too apt for the purpose to resist. I remember reading it and trying to think of the “real” word that would be employed there, but could not find a satisfactory alternative. Since then, I’ve found myself unable to resist using the word when appropriate, due to its utility!
"too apt for the purpose to resist" :kiss:
-
- Mar 2024
-
www.ekransystem.com www.ekransystem.com
-
Striking a balance between data anonymization and data utility is crucial yet very challenging.
-
- Oct 2023
-
web-highlights.com web-highlights.com
-
you should not let your knowledge, notes, and markings simply rot. Make sure you assign them to an action to produce something deliverable.
-
- May 2023
- Nov 2022
-
twitter.com twitter.com
-
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>I've been told since the first day I started working at the Division of Hospital Medicine at @UCSF that my work doesn't bring in $ to cover my salary. It's a narrative of manufactured scarcity, a common tactic in capitalism. The CEO is making $1.85 million plus bonuses.
— Rupa Marya, MD (@DrRupaMarya) November 4, 2022
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>A Hospitalist’s economic value is in what we *save* the system in terms of quality-driven care and patient throughput (DC/unit time), not in how much we bring in through profees. Because of how the system is structured, you’ll only see our value when we aren’t there.
— Rupa Marya, MD (@DrRupaMarya) November 4, 2022This sounds a lot like hospitalists fall under David Graeber's thesis in Bullshit Jobs that the more necessary and useful you are the less you're likely to get paid and be valued.
I suspect the ability to track an employees' direct level of productivity also fits into this thesis. One can track the productivity of an Amazon warehouse worker or driver, but it's much more difficult to track the CEOs direct productivity.
-
- Sep 2022
-
metalblueberry.github.io metalblueberry.github.io
-
it quickly becomes a mess of non related functions that anyone but the owner feels brave enough to import
-
-
-
State governments in recent years have provided subsidies to stop closures. U.S. climate legislation signed into law this month offers tax credits to help nuclear reactors stay open, with an estimated cost of $30 billion over the next decade.
nuclear gas is great for net zero
-
- Dec 2021
-
-
In her book Meaning in Life and Why it Matters (2010), the US philosopher Susan Wolf has argued, against Taylor, that even if Sisyphus is feeling fulfilled, owing to the nature of the activity in which he is engaged, his feeling fulfilled is not reasonable. She argues that the object of an agent’s feeling of fulfilment is represented in the mind of the agent as being something that is objectively good. In the case of Sisyphus, even if he is fulfilled, he misrepresents the source of his fulfilment as good. So Wolf argues that the meaningfulness of an activity or goal is a function not only of one’s being fulfilled in engaging in it/pursuing it, but the feeling of fulfilment also needs to be a fitting response to the activity or goal. And it is only a fitting response if the activity or goal is objectively pursuit-worthy. What would render an activity or goal objectively pursuit-worthy? Objective pursuit-worthiness is in part owing to the value of the end or activity coming from outside of oneself. Wolf admits that determining objective pursuit-worthiness is not easy, and involves a process of discovery. A possibility not explicitly endorsed by Wolf (but not rejected by her, either) is that an activity or goal is objectively pursuit-worthy if engaging in that activity is conducive to the cultivation of virtues. My suggestion is that, so long as an activity is generally conducive to developing character traits and intellectual traits that will enhance and not impede the flourishing of both an agent and those with whom they interact, it is objectively pursuit-worthy.
Intellectual and character growth holistically, in a positive manner. That is the objective worthiness of any task. These goals, must be outlined in any activity undertaken, and their worth must be scaled according to our own standards. Because time is limited, it serves us well to maximise the objective worthiness that we extract from any task/activity/job/career. Thus time frames must also be defined. A multifaceted growth mindset requires a constant reexamination of all these aspect- i.e.- objective worthiness and time frame. An unexamined life is not worth living, and this shall be applied ona daily basis. One must recognise where they lose time, fill those holes, and proceed to extract some meaning from it.
Tags
Annotators
URL
-
- Nov 2021
-
blog.decipher.dev blog.decipher.dev
-
Determine if the string's length is greater than num. Return the string truncated to the desired length, with '...' appended to the end of the original string. Copyconst ellipsis = (str: string, num: number = str.length, ellipsisStr = "...") => str.length >= num ? str.slice(0, num >= ellipsisStr.length ? num - ellipsisStr.length : num) + ellipsisStr : str;
-
-
-
Check whether a value is defined (non-nullable), meaning it is neither `null` or `undefined`. This can be useful as a type guard, as for example, `[1, null].filter(Boolean)` does not always type-guard correctly.
-
-
-
import {isDefined} from 'ts-extras'; [1, null, 2, undefined].filter(isDefined); //=> [1, 2]
Tags
Annotators
URL
-
-
-
export type Simplify<T> = {[KeyType in keyof T]: T[KeyType]};
-
- Oct 2021
-
-
function applyDefaults(fetchFn: typeof fetch, defaults: Required<Parameters<typeof fetch>[1]>)
-
In rare cases, the underlying types aren't exposed from the library. What shall we do then? Maybe we could also use the typeof operator here too and combine it with a TypeScript's built-in type Parameters. Parameters becomes useful whenever you want to extract the type of parameters from a function type:
-
-
psyarxiv.com psyarxiv.com
-
Pennycook, G., & Rand, D. (2021). Nudging social media sharing towards accuracy. PsyArXiv. https://doi.org/10.31234/osf.io/tp6vy
-
- Jun 2021
-
www.technologyreview.com www.technologyreview.com
-
The problem is, algorithms were never designed to handle such tough choices. They are built to pursue a single mathematical goal, such as maximizing the number of soldiers’ lives saved or minimizing the number of civilian deaths. When you start dealing with multiple, often competing, objectives or try to account for intangibles like “freedom” and “well-being,” a satisfactory mathematical solution doesn’t always exist.
We do better with algorithms where the utility function can be expressed mathematically. When we try to design for utility/goals that include human values, it's much more difficult.
-
- May 2021
-
psyarxiv.com psyarxiv.com
-
Stoddard, J., Reynolds, E. K., Paris, R., Haller, S., Johnson, S., Zik, J., Elliote, E., Maru, M., Jaffe, A., Mallidi, A., Smith, A., Hernandez, R. G., Volk, H. E., Brotman, M. A., & Kaufman, J. (2021). The Coronavirus Impact Scale: Construction, Validation, and Comparisons in Diverse Clinical Samples [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/kz4pg
-
-
piperhaywood.com piperhaywood.com
-
This is not to say that I don’t also cherish more traditionally precious heirlooms, it’s just that the objects with utility feel like they maybe have more of the life of the person in them.
I love this idea about heirlooms and utility.
-
- Mar 2021
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter. (n.d.). Twitter. Retrieved 3 March 2021, from https://twitter.com/SciBeh/status/1351453660396605440
-
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter. (n.d.). Twitter. Retrieved 3 March 2021, from https://twitter.com/SciBeh/status/1351454186811117568
-
-
link.springer.com link.springer.com
-
Before the launch of the platform, the entity issues the tokens at a certain price and uses the proceeds of the sale as an alternative funding to finance the platform development (Chuen et al. 2017; Ehrsam 2016a). The issuing entity promotes the token sale with the prospect of an increase of the token value.
incentive of UT
-
The entity behind the platforms issues its own blockchain-enabled token (Bachmann et al. 2019; Fridgen et al. 2018; Lee et al. 2018). So far, various token designs enable different applications. One token type is the “utility token”, which represents the right to access the offered products or services on the platform (ICOscoring 2018). In the blockchain context, we refer to this representation as tokenization (Dale 2018).
utility token
-
- Feb 2021
-
-
Abir, Y., Marvin, C., van Geen, C., Leshkowitz, M., Hassin, R., & Shohamy, D. (2020, November 11). Rational Curiosity and Information-Seeking in the COVID-19 Pandemic. https://doi.org/10.31234/osf.io/hcta4
-
- Jan 2021
-
css-tricks.com css-tricks.com
-
I used it to create a full-bleed utility class: .full-bleed { width: 100vw; margin-left: calc(50% - 50vw); }
-
- Dec 2020
-
psyarxiv.com psyarxiv.com
-
Rocca, R., & Yarkoni, T. (2020). Putting psychology to the test: Rethinking model evaluation through benchmarking and prediction. PsyArXiv. https://doi.org/10.31234/osf.io/e437b
-
- Oct 2020
-
www.thelancet.com www.thelancet.com
-
Brown, R. C. H., Kelly, D., Wilkinson, D., & Savulescu, J. (2020). The scientific and ethical feasibility of immunity passports. The Lancet Infectious Diseases, 0(0). https://doi.org/10.1016/S1473-3099(20)30766-0
-
-
twitter.com twitter.com
-
Royal Statistical Society on Twitter. (n.d.). Twitter. Retrieved October 25, 2020, from https://twitter.com/RoyalStatSoc/status/1317133702183456769
-
-
twitter.com twitter.com
-
Maarten van Smeden on Twitter. (n.d.). Twitter. Retrieved October 18, 2020, from https://twitter.com/MaartenvSmeden/status/1316423658106216454
-
-
www.eugenewei.com www.eugenewei.com
-
I think most social networks, if they've made this journey, need to make a return to utility to be truly durable.
This sounds to me like what the IndieWeb is doing. Utility for the site owner directly.
-
- Aug 2020
-
bjgp.org bjgp.org
-
Smith, C. F., Drew, S., Ziebland, S., & Nicholson, B. D. (2020). Understanding the role of GPs’ gut feelings in diagnosing cancer in primary care: A systematic review and meta-analysis of existing evidence. British Journal of General Practice, 70(698), e612–e621. https://doi.org/10.3399/bjgp20X712301
-
- Jun 2020
-
psyarxiv.com psyarxiv.com
-
Soicher, R. N., & Becker-Blease, K. A. (2020). Utility value interventions: Why and how instructors should use them in college psychology courses. [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/qwmzj
-
- May 2020
-
psyarxiv.com psyarxiv.com
-
Feys, F., Brokken, S., & De Peuter, S. (2020, May 22). Risk-benefit and cost-utility analysis for COVID-19 lockdown in Belgium: the impact on mental health and wellbeing. https://doi.org/10.31234/osf.io/xczb3
-
- Nov 2019
-
www.typescriptlang.org www.typescriptlang.org
- Oct 2019
-
github.com github.com
-
// Partial: [P in keyof T], could be read as a function T => [P in keyof T] // Pick: [P in K], could be read as a function K => [P in K]
-
-
-
"Fix" is to use Pick2: type Pick2<T> = T extends T ? Pick<T> : never
-
-
stackoverflow.com stackoverflow.com
-
type KeysOfType<A extends object, B extends { [key: string]: any }> = { [K in keyof A]: A[K] extends B ? string extends keyof A[K] ? K : never : never; }[keyof A];
-
type KeysOfType<A extends object, B> = { [K in keyof A]-?: A[K] extends B ? K : never; }[keyof A];
-
-
github.com github.com
-
github.com github.com
-
stackoverflow.com stackoverflow.com
-
type TagWithKey<TagName extends string, T> = { [K in keyof T]: { [_ in TagName]: K } & T[K] };
-
type Unionize<T> = T[keyof T]; type MyActions = Unionize<ActionTable>;
-
-
www.typescriptlang.org www.typescriptlang.org
-
Exclude<string | number | (() => void), Function>
-
type Unpacked<T>
-
-
github.com github.com
- Sep 2017
-
raspberrypi.stackexchange.com raspberrypi.stackexchange.com
-
scan all blocks of your partitions
checking an SD card for bad sectors
-
-
www.raymond.cc www.raymond.cc
-
4 Tools to Test and Detect Fake or Counterfeit USB Flash Drives
for Windows
-
- Feb 2017
-
slatestarcodex.com slatestarcodex.com
-
The most important justification for progressive tax rates is the idea of marginal utility.
Utility is subjective and personal.
-
- Sep 2013
-
rhetoric.eserver.org rhetoric.eserver.org
-
treat of relative goodness and relative utility.
Relative
-
-
rhetoric.eserver.org rhetoric.eserver.org
-
Now the political or deliberative orator's aim is utility: deliberation seeks to determine not ends but the means to ends, i.e. what it is most useful to do. Further, utility is a good thing.
We should seek to produce something with rhetoric. It is not just hot air, but useful and effective
Tags
Annotators
URL
-