This is a non-exhaustive list of other things I love;
- Mar 2021
-
tylergaw.com tylergaw.com
-
-
Designing and writing code get me money so I can have food so they get a lot of my attention.
-
-
www.nature.com www.nature.com
-
Goodhill, G. (2020). Spare a thought for longitudinal diversity. Nature, 587(7833), 320–320. https://doi.org/10.1038/d41586-020-03017-6
-
-
todoist.com todoist.com
-
If you don't control your schedule, it will control you.
Big fax, no printer!
-
-
solarprotocol.net solarprotocol.net
Tags
Annotators
URL
-
-
www.medrxiv.org www.medrxiv.org
-
Levine-Tiefenbrun, M., Yelin, I., Uriel, H., Kuint, J., Schreiber, L., Herzel, E., Katz, R., Ben-Tov, A., Patalon, T., Chodick, G., & Kishony, R. (2020). Association of COVID-19 RT-qPCR test false-negative rate with patient age, sex and time since diagnosis. MedRxiv, 2020.10.30.20222935. https://doi.org/10.1101/2020.10.30.20222935
-
- Feb 2021
-
www.priceintelligently.com www.priceintelligently.com
-
For instance, when faced with a 60% off, 12 hour only coupon that reduces a $1,200 winter coat to $400, you can’t help but rush to the store to buy it, even if it is 95 degrees out. A few things are happening here. For one, the $1200 acts as an anchor price that psychologically forces you to realize you’re getting an enormous deal at the $400 price point. Plus, the promotion limiting the time the offer is available forces you into an impulse.
-
-
www.nature.com www.nature.com
-
Chande, A., Lee, S., Harris, M., Nguyen, Q., Beckett, S. J., Hilley, T., Andris, C., & Weitz, J. S. (2020). Real-time, interactive website for US-county-level COVID-19 event risk assessment. Nature Human Behaviour, 4(12), 1313–1319. https://doi.org/10.1038/s41562-020-01000-9
-
-
github.com github.com
-
Here's the last issue where source maps were discussed before the beta release.
-
-
en.wikipedia.org en.wikipedia.org
-
found that using only the Pascal-provided control structures, the correct solution was given by only 20% of the subjects, while no subject wrote incorrect code for this problem if allowed to write a return from the middle of a loop.
-
-
drylabs.io drylabs.io
-
Our mission is to allow people to make money via educational efforts and to dedicate the rest of their time to creating great open source products.
What does this mean exactly? "Our mission is to allow people to make money via educational efforts"
-
-
www.kickstarter.com www.kickstarter.com
-
let's be honest, print-and-play is A LOT of work (printing, cutting, laminating, sleeving, etc) and it is not everyone's cup of tea.
-
-
www.huffpost.com www.huffpost.com
-
They fail to recognize the value of an initial investment of time in future productivity.
-
-
en.wikipedia.org en.wikipedia.org
-
For mobile phones, technologies like SMS, MMS and data access were historically usually considered value-added services, but in recent years SMS, MMS and data access have more and more become core services, and VAS therefore has begun to exclude those services.
-
-
2019.trailblazer.to 2019.trailblazer.to
-
Trailblazer (TRB) is an Open-Source project. Since we want to keep it that way, we decided to raise awareness for the “cost” of our work - providing new versions and features is incredibly time-consuming for us, but we love what we do.
-
-
trailblazer.to trailblazer.to
-
The new 2.1 version comes with a few necessary but reasonable changes in method signatures. As painful as that might sound to your Rails-spoiled ears, we preferred to fix design mistakes now before dragging them on forever.
-
It’s so simple that I sometimes wonder why it took years to develop it!
Tags
- do it right/well the first time because it may be too hard to clean up/fix later if you don't
- very simple/small result/change in the end but took a lot of work/time to arrive there
- pointing out gaps/downsides/cons in competition/alternatives
- fix design/API mistakes as early as you can (since it will be more difficult to correct it and make a breaking change later)
- learn from your mistakes
Annotators
URL
-
-
www.chicagotribune.com www.chicagotribune.com
-
Buckley, M. (n.d.). Volunteering to give the vaccine: ‘One of the most therapeutic things’. Chicagotribune.Com. Retrieved 22 February 2021, from https://www.chicagotribune.com/coronavirus/ct-covid-vaccine-volunteers-20210212-4ar63uhar5cpzngp2lqaqqi2wy-story.html
Tags
- COVID-19
- inoculate
- inoculation
- vaccine
- vaccination
- is:news
- health care
- free time
- staff
- virus
- lang:en
- worker
- volunteer
- pandemic
Annotators
URL
-
-
www.hunfi.hu www.hunfi.hu
-
time has become personalized
Tags
Annotators
URL
-
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
-
Gupta, Ravi, Sandeep Grover, Aniruddha Basu, Vijay Krishnan, Adarsh Tripathi, Alka Subramanyam, Anil Nischal, et al. “Changes in Sleep Pattern and Sleep Quality during COVID-19 Lockdown.” Indian Journal of Psychiatry 62, no. 4 (2020): 370–78. https://doi.org/10.4103/psychiatry.IndianJPsychiatry_523_20.
-
-
www.sciencedirect.com www.sciencedirect.com
-
Wright, Kenneth P., Sabrina K. Linton, Dana Withrow, Leandro Casiraghi, Shannon M. Lanza, Horacio de la Iglesia, Celine Vetter, and Christopher M. Depner. “Sleep in University Students Prior to and during COVID-19 Stay-at-Home Orders.” Current Biology 30, no. 14 (July 20, 2020): R797–98. https://doi.org/10.1016/j.cub.2020.06.022.
-
-
github.com github.com
-
No one has requested it before so it's certainly not something we're planning to add.
-
To give a little more context, structures like this often come up in my work when dealing with NoSQL datastores, especially ones that rely heavily on JSON, like Firebase, where a records unique ID isn't part of the record itself, just a key that points to it. I think most Ruby/Rails projects tend towards use cases where these sort of datastores aren't appropriate/necessary, so it makes sense that this wouldn't come up as quickly as other structures.
-
-
github.com github.com
-
I don't think seeing it in Rails PRs naturally means we should do it blankly. Put it another way, what's the justification in those PRs for doing it?
Tags
- rationale
- doing something without knowing why/how it works
- understand the ramifications/effects/consequences
- fallacy: doing something because it's popular / everyone is doing it
- why?
- understand the trade-offs
- investing time to really understand something
- understand both sides of an issue
- justification for existence
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.org
-
A sequence diagram shows object interactions arranged in time sequence.
-
-
github.com github.com
-
Take 3, Previously attempted in 2012 (#8189) and 2015 (#19709). This new version uses ActiveModel Attributes API.
-
-
github.com github.com
-
Sorry for the delay, life got in the way. I should have some time to pick this up again next week.
-
-
bioportal.bioontology.org bioportal.bioontology.org
Tags
Annotators
URL
-
-
-
I apologize for the slow development of Reform after the "explosion" when I released it initially. The reason for this is I changed jobs and didn't use Reform (yet).
-
-
en.wikipedia.org en.wikipedia.org
-
www.quora.com www.quora.com
-
Cache invalidation is hard because: Everything in life we want to know, changes.Those changes are non-deterministic.
-
-
stackoverflow.com stackoverflow.com
-
never care and try to understand design standards
-
- Jan 2021
-
github.com github.com
-
Trust me, I'm not trying to stress you right now, but I just wanted to do a friendly bump in case you forgot about this. (I know how it is sometimes) If you get this notification and feel "Ugh, I really don't have time" you don't have to comment here and I'm sorry. I'm just sending you a notification in case you forgot. If not, feel free to archive the email and not click/tap on anything.
-
-
-
At work, I cannot maintain this project. At home, I'd rather spend time with my children and on projects that I'm currently passionate about.
-
-
link.springer.com link.springer.com
- Dec 2020
-
pubs.usgs.gov pubs.usgs.gov
-
The ground-water compo- nent of streamflow was estimated from a streamflow hydrograph for the Homochitto River in Mississippi,
pengamatan time series seperti ini jarang dilakukan dalam penelitian-penelitian hidrogeologi di indonesia.
Tags
Annotators
URL
-
-
boffosocko.com boffosocko.com
-
The length of the Ark gives him occasion to discussthe membership of the Church (who are the occupants of the different chambers of thetriple-decked Ark) through three divisions of time: the age of nature, the age of law, andthe age of grace, in a concise chronological summary of spiritual history (paras. 11–13).
spiritual history
-
-
www.npmjs.com www.npmjs.com
-
You can afford to make a proper PR to upstream.
-
-
stackoverflow.com stackoverflow.com
-
I hit enter and then was not fast enough on my edit
-
-
psyarxiv.com psyarxiv.com
-
Hu, C., Zhu, K., Huang, K., Yu, B., Jiang, W., Peng, K., & Wang, F. (2020, November 30). Using Natural Intervention to Promote Subjective Well-being of COVID-19 Essential Workers. https://doi.org/10.31234/osf.io/mc57s
-
- Nov 2020
-
futuretextpublishing.com futuretextpublishing.com
-
We are the species that has invented itself the most, by creating the exogenetics of language and culture which carry our continual further inventions to each other over time and space to invent and reinvent our futures.
continued self invention exogenetics of language culture (re)invent the future
-
-
timdeschryver.dev timdeschryver.dev
-
At the start this is hard to get right, and bad practices will sneak into the codebase.
-
-
psyarxiv.com psyarxiv.com
-
Stienwandt, S., Cameron, E. E., Soderstrom, M., Casar, M. J., Le, C., & Roos, L. E. (2020). Keeping Kids Busy: Family Factors Associated with Hands-on Play and Screen Time During the COVID-19 Pandemic. PsyArXiv. https://doi.org/10.31234/osf.io/prtyf
-
-
stackoverflow.com stackoverflow.com
-
I'd say it's better overall because it replaces paths at compile-time. It means there is no runtime dependency or any performance overhead.
-
-
www.typescriptlang.org www.typescriptlang.org
-
Loaders use a mapping configuration to map module names to files at run-time, see RequireJs documentation and SystemJS documentation.
-
-
codescene.com codescene.com
-
Lead Time for Work Items: The lead time graph shows how much time developers spend working on something before it is released. The graph caught the attention of the product management because, when translated to a business context, the increased lead times mean a longer time to market. The variability in lead times (the shaded, green area in the graph) was also a concern since it indicates low predictability during development or inappropriately scoped work items, often both.
[[lead time]] - how long developers spend working on something before it's released. What this means to [[product management]] is that it will take longer to get to market.
If there is [[variability in [[lead time]]]] - it can be a sign of challenges with scoping work, and and unpredictability during development.
-
-
-
When you email me, please include a minimal bash script that demonstrates the problem in the body of the email (not as an attachment). Also very clearly state what the desired output or effect should be, and what error or failure you are getting instead. You are much more likely to get a response if your script isn't some giant monster with obtuse identifiers that I would have to spend all afternoon parsing.
-
-
github.com github.com
-
It took us a long time for everyone to get on the same page about the requirements spanning frameworks, tooling and native implementations. Only after pushing in various concrete directions did we get a full understanding of the requirements which this proposal aims to meet.
-
-
github.com github.com
-
I think it is indeed important that we get this right but I'd prefer to hold off on implementing such a system until we have grown contributors and until the project is successful. I expect that after the initial open source release and before the end of the year we'll want to move pretty quickly on this project and I recommend revisiting the RFC based model early next year. Does that sound like a good plan?
-
In Rust, we use the "No New Rationale" rule, which says that the decision to merge (or not merge) an RFC is based only on rationale that was presented and debated in public. This avoids accidents where the community feels blindsided by a decision.
-
I'd like to go with an RFC-based governance model (similar to Rust, Ember or Swift) that looks something like this: new features go through a public RFC that describes the motivation for the change, a detailed implementation description, a description on how to document or teach the change (for kpm, that would roughly be focused around how it affected the usual workflows), any drawbacks or alternatives, and any open questions that should be addressed before merging. the change is discussed until all of the relevant arguments have been debated and the arguments are starting to become repetitive (they "reach a steady state") the RFC goes into "final comment period", allowing people who weren't paying close attention to every proposal to have a chance to weigh in with new arguments. assuming no new arguments are presented, the RFC is merged by consensus of the core team and the feature is implemented. All changes, regardless of their source, go through this process, giving active community members who aren't on the core team an opportunity to participate directly in the future direction of the project. (both because of proposals they submit and ones from the core team that they contribute to)
Tags
- welcoming feedback
- open-source projects: allowing community (who are not on core team) to influence/affect/steer the direction of the project
- deferring until a more opportune/convenient time
- allowing sufficient time for discussion/feedback/debate before a final decision is made
- attracting contributors
- feeling blindsided
- build concensus
- change proposal workflow: RFCs
- soliciting feedback
- have discussion/feedback/debate in public (transparency)
Annotators
URL
-
-
dev.to dev.to
-
web applications embed too much code. This is a reality and it has a big impact on their performances. The time lapse before a possible interaction with the web application you want to access, the famous "time to interactive", is not only related to the network time needed to download the application's content but also to the time spent by the JavaScript engine to parse and interpret the code.
-
-
github.com github.com
-
I guess I was just waiting for some interest from a maintainer, since there's not much point in wasting my time on developing this if the maintainers aren't even interested in this feature.
-
-
github.com github.com
-
Furthermore, how come there's a PR open since 3 months, at what seems to be the authoritative repo for Svelte?
-
-
github.com github.com
-
webpack sure wastes a lot of time when things go wrong.
-
-
github.com github.com
-
Note that you can also use dynamic partials, that conditionally select the partial to render based on the value in the JSON.
-
-
github.com github.com
-
Obviously we shouldn't rush into anything. But changes like these are best made earlier on in a project's lifecycle, so I'm eager to hear what people think so that we can start making some progress.
-
- Oct 2020
-
www.getcloudapp.com www.getcloudapp.com
-
Win back your calendar and stop wasting time in meetings. Our screen recorder can provide the context and connection of a meeting without the time commitment.
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
we update the validation schema on the fly (we had a similar case with a validation that needs to be included whenever some fetch operation was completed)
-
-
codesandbox.io codesandbox.io
-
export const validationSchema = { field: { account: [Validators.required.validator, iban.validator, ibanBlackList], name: [Validators.required.validator], integerAmount: [
Able to update this schema on the fly, with:
React.useEffect(() => { getDisabledCountryIBANCollection().then(countries => { const newValidationSchema = { ...validationSchema, field: { ...validationSchema.field, account: [ ...validationSchema.field.account, { validator: countryBlackList, customArgs: { countries, }, }, ], }, }; formValidation.updateValidationSchema(newValidationSchema); }); }, []);
-
-
www.basefactor.com www.basefactor.com
-
What would happen if we get the list from a rest api when the form component is mounted? That's an interesting topic, you can add a rule once a component has been mounted and update the associated validation schema.
-
Ok, I have seen that there are lot of built-in and third party validations, but sooner or later I will face a validation rule not covered by this buffet. Can I build a custom one? Of course you can!
-
-
-
Oops, I had not read your original description closely enough.
-
-
arxiv.org arxiv.org
-
Brañas-Garza, P., Jorrat, D., Espín, A. M., & Sánchez, A. (2020). Paid and hypothetical time preferences are the same: Lab, field and online evidence. ArXiv:2010.09262 [Physics]. http://arxiv.org/abs/2010.09262
-
-
github.com github.com
-
Doing so also means adding empty import statements to guarantee correct order of evaluation of modules (in ES modules, evaluation order is determined statically by the order of import declarations, whereas in CommonJS – and environments that simulate CommonJS by shipping a module loader, i.e. Browserify and Webpack – evaluation order is determined at runtime by the order in which require statements are encountered).
Here: dynamic loading (libraries/functions) meaning: at run time
-
This PR replaces nested require statements in files in vendor/postcss with import declarations, so that they can be properly resolved at build time.
-
-
www.inc.com www.inc.com
-
there's a major problem with all of this instantaneous communication: It doesn't leave time to think.
-
-
wendynorris.com wendynorris.com
-
wendynorris.com wendynorris.com
-
wendynorris.com wendynorris.com
-
wendynorris.com wendynorris.com
-
by @wendynorris
-
-
stackoverflow.com stackoverflow.com
-
And now it won't let me edit my comment. (I always find that time limit for editing annoying.)
-
-
psyarxiv.com psyarxiv.com
-
Meeter, M., Bele, T., Hartogh, C. d., Bakker, T., de Vries, R. E., & Plak, S. (2020, October 11). College students’ motivation and study results after COVID-19 stay-at-home orders. https://doi.org/10.31234/osf.io/kn6v9
-
-
humanwhocodes.com humanwhocodes.com
-
Once again, this isn’t good or bad, it’s just the most efficient way to create something that is similar to something else
-
-
-
The only "issue" it has is that its unfamiliar. People have been working with HTML for years and are comfortable with it. That's basically the only reason that people find it more readable. If you make an effort to spend sometime with hyperscript, it becomes as familiar and readable as jsx.
-
-
medium.com medium.com
-
Moreover, React team even removed the “highlight updates” feature from dev tools because people used to obsessively haunt wasted renders with no reasoning behind it
-
-
en.wikipedia.org en.wikipedia.org
-
The perdurantist view is that an individual has distinct temporal parts throughout its existence.
-
-
www.theguardian.com www.theguardian.com
-
Press, A. A. (2020, October 12). Virus that causes Covid-19 can survive up to 28 days on surfaces, scientists find. The Guardian. http://www.theguardian.com/world/2020/oct/12/virus-that-causes-covid-19-can-survive-up-to-28-days-on-surfaces-scientists-find
-
-
dylanvann.com dylanvann.com
-
I’d still be interested in Svelte making things easier so I’ve opened a feature request for Reactive statement cleanup functions.
-
-
github.com github.com
-
I'm not sure I understand the problem, everything you are describing is already possible.
-
-
covid-19.iza.org covid-19.iza.org
-
COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved October 11, 2020, from https://covid-19.iza.org/publications/dp13749/
-
-
www.sciencedirect.com www.sciencedirect.com
-
30-min pre-incubation of inhibitors and BTK
pre-incubation time is 30 min
-
-
covid-19.iza.org covid-19.iza.org
-
COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved October 10, 2020, from https://covid-19.iza.org/publications/dp13599/
-
-
covid-19.iza.org covid-19.iza.org
-
COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved October 10, 2020, from https://covid-19.iza.org/publications/dp13569/
-
-
zachholman.com zachholman.com
-
As programmers, we’re kind of inherently built to want the ABSOLUTE BEST HIGHEST FIDELITY FORMATS OF ALL TIME. Like dammit, I need the timestamp down to the micromillinanosecond for every cheeseburger that gets added to my bespoke Watch-The-BK-Throne app. If I do not have this exact knowledge to the millisecond of when I consumed this BBQ Bacon WHOPPER® Sandwich From Burger King® I may die.
I totally want this as a Post Kind on my website now!
-
-
-
Unfortunately people lack the the time to invest to really understand those things
-
Over time Adam, Surplus' creator, had less and less time to spend on the project and I decided to take my own shot.
-
-
unhosted.org unhosted.org
-
Although I also work with solid in my day job at inrupt, I wrote this guide in my spare time.
Tags
Annotators
URL
-
-
twitter.com twitter.com
-
Fionna O’Leary, 🕯 on Twitter. (n.d.). Twitter. Retrieved October 6, 2020, from https://twitter.com/fascinatorfun/status/1312855480956575744
-
-
covid-19.iza.org covid-19.iza.org
-
IZA – Institute of Labor Economics. ‘COVID-19 and the Labor Market’. Accessed 6 October 2020. https://covid-19.iza.org/publications/dp13745/.
-
-
icla2020b.jonreeve.com icla2020b.jonreeve.com
-
“Yes. My objection is, that your proposal obliges us to wait.”
It would be rather anti climactic for the mystery to be dependant on waiting for the reclaim of the diamond from the bank. It makes me believe that something else is likely to happen in between that timeframe, perchaps a new fact that reveals a different location of the diamond. At any rate it seems as if this part of the plot (the diamond resting in a bank) may not be what's really going on... Interested to see what is missing here, maybe Franklin will somehow remember something from before that event that renders this fact irrelevant, assuming that Rachel is truthful and did indeed see Franklin steal the diamon.
-
-
arxiv.org arxiv.org
-
Yuan, Yuan, Muzhi Guan, Zhilun Zhou, Sundong Kim, Meeyoung Cha, and Yong Li. ‘Disruption in the Chinese E-Commerce During COVID-19:A Case Study of the Beidian Platform’. ArXiv:2009.14605 [Physics], 22 July 2020. http://arxiv.org/abs/2009.14605.
-
- Sep 2020
-
digest.bps.org.uk digest.bps.org.uk
-
How To Get The Most Out Of Virtual Learning – Research Digest. (n.d.). Retrieved September 29, 2020, from https://digest.bps.org.uk/2020/07/30/how-to-get-the-most-out-of-virtual-learning/
-
-
arxiv.org arxiv.org
-
James, N., & Menzies, M. (2020). Human and financial cost of COVID-19. ArXiv:2009.11660 [Physics, q-Fin]. http://arxiv.org/abs/2009.11660
-
-
blog.carbonfive.com blog.carbonfive.com
-
But when you’re using Svelte within a larger Rails app, you probably already have a CSS system in place and there’s no reason to change that. You can just use the same CSS classes as you do elsewhere in your app, and everything will be fine.
-
-
github.com github.com
-
Svelte will not offer a generic way to support style customizing via contextual class overrides (as we'd do it in plain HTML). Instead we'll invent something new that is entirely different. If a child component is provided and does not anticipate some contextual usage scenario (style wise) you'd need to copy it or hack around that via :global hacks.
-
Explicit interfaces are preferable, even if it places greater demand on library authors to design both their components and their style interfaces with these things in mind.
Tags
- forced to fork/copy and paste library code because it didn't provide enough customizability/extensibility / didn't foresee some specific prop/behavior that needed to be overridable/configurable (explicit interface)
- burden
- explicit interfaces
- maintenance burden
- trying to prevent one bad thing leading to people doing/choosing an even worse option
- forking to add a desired missing feature/change
- Svelte: how to affect child component styles
- ugly/kludgey
- workarounds
- run-time dynamicness/generics vs. having to explicitly list/hard-code all options ahead of time
- being explicit
- maintenance burden to explicitly define/enumerate/hard-code possible options (explicit interface)
- component/library author can't consider/know ahead of time all of the ways users may want to use it
Annotators
URL
-
-
github.com github.com
-
This has already forced me to forgo Svelte Material because I would like to add some actions to their components but I cannot and it does not make sense for them to cater to my specific use-case by baking random stuff into the library used by everyone.
-
The point of the feature is to not rely on the third-party author of the child component to add a prop for every action under the sun. Rather, they could just mark a recipient for actions on the component (assuming there is a viable target element), and then consumers of the library could extend the component using whatever actions they desire.
Tags
- flexibility
- why this feature is needed
- reusability
- pass-through arguments/props/options
- Svelte: action (use:)
- extensibility
- run-time dynamicness/generics vs. having to explicitly list/hard-code all options ahead of time
- component/library author can't consider/know ahead of time all of the ways users may want to use it
Annotators
URL
-
-
github.com github.com
-
Your LazyLoad image is now inextensible. What if you want to add a class? Perhaps the author of LazyLoad thought of that and sets className onto the <img>. But will the author consider everything? Perhaps if we get {...state} attributes.
-
-
-
You'll have to create a new component that brings in the functionality of both. TooltipButton, TooltipLink, Link, and TooltipRoutedLink. We're starting to get a lot of components to handle a bit of added functionality.
-
For the tooltip example, if you had a whole bunch of tooltips on different elements, it would be annoying to have different event listeners and "should it be shown" variables for each one.
-
-
-
Perhaps at that point we're better off settling on a way to pass components through as parameters? <!-- App.html --> <Outer contents={Inner}/> <!-- Outer.html --> <div> <div>Something</div> <[contents] foo='bar'/> </div>
-
I would hope for it to come with React-like behavior where I could pass in a string (like div or a) and have it show up as a normal div/a element when the child component used it.
-
-
github.com github.com
-
Use case: Wrapper components that need to render an element (e.g. because they attach event listeners). You'd probably use a <div> there by default but there may be places where this is not desirable for semantic reasons (e.g. in lists).
-
-
-
const components = { Label, Tree, Menu };
-
-
github.com github.com
-
The lack of spread continues to be a big pain for me, adding lots of difficult-to-maintain cruft in my components. Having to maintain a list of all possible attributes that I might ever need to pass through a component is causing me a lot of friction in my most composable components.
-
-
robjhyndman.com robjhyndman.com
-
cross-validation is sometimes not valid for time series models
What? Why? Does he mean k-fold specifically?
-
-
journals.plos.org journals.plos.org
-
Jagan, Mikael, Michelle S. deJonge, Olga Krylova, and David J. D. Earn. ‘Fast Estimation of Time-Varying Infectious Disease Transmission Rates’. PLOS Computational Biology 16, no. 9 (21 September 2020): e1008124. https://doi.org/10.1371/journal.pcbi.1008124.
-
-
www.theguardian.com www.theguardian.com
-
Goodley, S., & Halliday, J. (2020, September 18). Troubled test-and-trace system drafts in management consultants. The Guardian. https://www.theguardian.com/world/2020/sep/18/troubled-covid-test-and-trace-programme-drafts-in-management-consultants
Tags
- office role
- COVID-19
- test-and-trace
- consultant
- challenge
- is:news
- tracking
- UK
- turnaround time
- testing
- cost
- lang:en
- strategy
- management
Annotators
URL
-
-
github.com github.com
-
The feature is highly likely to be implemented, the API and implementation are the only real topics of discussion right now.
-
-
-
Three tests to prove a small piece of behavior. Although it might seem overkill for such a small feature, these tests are quick to write—that is, once you know how to write them
-
-
github.com github.com
-
(At the point at which it does make sense to turn this into a separate Tooltip.svelte component, the extraction is a completely mechanical process that could even be automated by tooling.)
-
-
jsrocks.org jsrocks.orgJS Rocks1
-
6to5 attempted to ship a quick and dirty TDZ static checking feature but had to retract it immediately afterwards due to various bugs in the algorithm.
-
-
github.com github.com
-
Sometimes answering a single question can be very time consuming (such as setting up a benchmark), but discussions tend to stall out if concerns don't get thoroughly addressed.
-
-
www.newscientist.com www.newscientist.com
-
Lu, D. (n.d.). AI can edit video in real time to sync new audio to people’s lips. New Scientist. Retrieved September 14, 2020, from https://www.newscientist.com/article/2254326-ai-can-edit-video-in-real-time-to-sync-new-audio-to-peoples-lips/
-
-
ctbergstrom.com ctbergstrom.com
-
Bergstrom, T., Bergstrom, C. T., & Li, H. (n.d.). Frequency and accuracy of proactive testing for COVID-19. 20.
-
-
psyarxiv.com psyarxiv.com
-
Lewandowsky, Stephan, Simon Dennis, Amy Perfors, Yoshihisa Kashima, Joshua White, Paul Michael Garrett, Daniel R. Little, and Muhsin Yesilada. ‘Public Acceptance of Privacy-Encroaching Policies to Address the COVID-19 Pandemic in the United Kingdom’. Preprint. PsyArXiv, 4 September 2020. https://doi.org/10.31234/osf.io/njwmp.
Tags
- public
- health agencies
- widespread acceptance
- COVID-19
- immunity passport
- time limited
- social distancing
- UK
- willingness
- United Kingdom
- is:preprint
- contact
- privacy-encroaching policy
- public acceptance
- co-location tracking
- tracking technology
- antibodies
- infected
- lang:en
- opt-out clause
Annotators
URL
-
-
www.bbc.co.uk www.bbc.co.uk
-
‘Schools “no Greater Risk” for Children and Staff’. BBC News, 5 September 2020, sec. Health. https://www.bbc.com/news/health-54025708.
-
-
github.com github.com
-
For example, you might want to use the browser’s knowledge of the user’s current time zone to group a collection of elements by date.
Tags
Annotators
URL
-
-
www.nytimes.com www.nytimes.com
-
Goodman, J. D. (2020, August 31). A Quick Virus Test? Sure, If You Can Afford It. The New York Times. https://www.nytimes.com/2020/08/31/nyregion/rapid-coronavirus-test.html
-
- Aug 2020
-
bugs.ruby-lang.org bugs.ruby-lang.org
-
It's unfortunate, but I can understand why they decided this way.
-
-
www.medrxiv.org www.medrxiv.org
-
Ray, E. L., Wattanachit, N., Niemi, J., Kanji, A. H., House, K., Cramer, E. Y., Bracher, J., Zheng, A., Yamana, T. K., Xiong, X., Woody, S., Wang, Y., Wang, L., Walraven, R. L., Tomar, V., Sherratt, K., Sheldon, D., Reiner, R. C., Prakash, B. A., … Consortium, C.-19 F. H. (2020). Ensemble Forecasts of Coronavirus Disease 2019 (COVID-19) in the U.S. MedRxiv, 2020.08.19.20177493. https://doi.org/10.1101/2020.08.19.20177493
-
-
-
6 feet may not always be enough distance to protect from COVID-19. (n.d.). NBC News. Retrieved August 28, 2020, from https://www.nbcnews.com/health/health-news/6-feet-may-not-always-be-enough-distance-protect-covid-n1238083
-
-
link.aps.org link.aps.org
-
Perez, I. A., Di Muro, M. A., La Rocca, C. E., & Braunstein, L. A. (2020). Disease spreading with social distancing: A prevention strategy in disordered multiplex networks. Physical Review E, 102(2), 022310. https://doi.org/10.1103/PhysRevE.102.022310
-
-
-
Jarynowski, A., & Płatek, D. (2020). Could Ramadan catalyze or inhibit SARS-CoV-2 spread? Preliminary results [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/725dv
-
-
www.medrxiv.org www.medrxiv.org
-
Starnini, M., Aleta, A., Tizzoni, M., & Moreno, Y. (2020). Impact of the accuracy of case-based surveillance data on the estimation of time-varying reproduction numbers. MedRxiv, 2020.06.26.20140871. https://doi.org/10.1101/2020.06.26.20140871
-
-
journals.plos.org journals.plos.org
-
Aiken, E. L., McGough, S. F., Majumder, M. S., Wachtel, G., Nguyen, A. T., Viboud, C., & Santillana, M. (2020). Real-time estimation of disease activity in emerging outbreaks using internet search information. PLOS Computational Biology, 16(8), e1008117. https://doi.org/10.1371/journal.pcbi.1008117
-
-
covid-19.iza.org covid-19.iza.org
-
Inequality in the Impact of the Coronavirus Shock: Evidence from Real Time Surveys. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 7, 2020, from https://covid-19.iza.org/publications/dp13183/
-
-
www.nber.org www.nber.org
-
Couture, V., Dingel, J. I., Green, A. E., Handbury, J., & Williams, K. R. (2020). Measuring Movement and Social Contact with Smartphone Data: A Real-Time Application to COVID-19 (Working Paper No. 27560; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27560
-
-
www.bbc.co.uk www.bbc.co.uk
-
‘Missing School Is “Worse than Virus for Children”’. BBC News, 23 August 2020, sec. UK. https://www.bbc.com/news/uk-53875410.
-
-
healthjournalism.org healthjournalism.org
-
Haelle, Tara. ‘Keep an Eye out for Lead-Time Bias with COVID-19 Deaths’. Association of Health Care Journalists (blog), 21 August 2020. https://healthjournalism.org/blog/2020/08/keep-an-eye-out-for-lead-time-bias-with-covid-19-deaths/.
-
-
advice.shinetext.com advice.shinetext.com
-
I have a theory that time scarcity is also linked to something I'll call time scatteredness. This happens when you really have no idea how long it takes us to complete tasks, and this skews how much time you think you have or need.
I relate to this so much I can still feel the sting on my cheek from where it slapped me
-
-
advice.shinetext.com advice.shinetext.com
-
it’s a wise idea to begin tracking your time in order to get a more realistic handle on how long specific projects and tasks take you. That’ll override your optimism bias and keep your expectations for your own productivity in check.
-
Pushing a deadline back once is one thing. Needing to do it over and over again will make it appear as if you don’t know how to manage your own workload.
-
-
-
CNN, A. V., Holly Yan and Christina Maxouris. (n.d.). FDA won’t ‘cut corners’ to approve a Covid-19 vaccine, commissioner says. CNN. Retrieved 12 August 2020, from https://www.cnn.com/2020/08/10/health/us-coronavirus-monday/index.html
-
-
www.nber.org www.nber.org
-
Diebold, Francis X. ‘Real-Time Real Economic Activity: Exiting the Great Recession and Entering the Pandemic Recession’. Working Paper. Working Paper Series. National Bureau of Economic Research, July 2020. https://doi.org/10.3386/w27482.
-
-
www.nber.org www.nber.org
-
Hamermesh, Daniel S. ‘Lock-Downs, Loneliness and Life Satisfaction’. Working Paper. Working Paper Series. National Bureau of Economic Research, April 2020. https://doi.org/10.3386/w27018.
-
-
blog.pragmaticengineer.com blog.pragmaticengineer.com
-
GTD strategies
Author refers to the [Getting Things Done book](https://www.goodreads.com/book/show/1633.Getting_Things_Done) by David Allen.
Also recommend complementing above with J. Knapp's excellent Make Time book
-
- Jul 2020
-
julia-etx.com julia-etx.com
-
19th century
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
late 1700s
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
3,000 years ago
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
back much further
-
possibly oldest
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
1896
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
goes back more than 2,000 years to the Han Dynasty
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
ancient times
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
prehistory
-
ancient
Tags
Annotators
URL
-
-
-
19th century
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
mid 20th century
Tags
Annotators
URL
-
-
-
over 5,000 years
-
oldest known group of dogs in existence today
Tags
Annotators
URL
-
-
-
17th-century
-
1920s
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
since ancient times
-
1930s
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
1539
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
1200 BC
-
medieval
-
ancient
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
4,000 years
-
thousands of years
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
from at least the 1600s
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
mid- to late 19th century
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
13th-century
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
1800s
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
early 1800s
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
since the Middle Ages
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
17th century
-
hundreds of years ago
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
since the time of Charlemagne
Tags
Annotators
URL
-
-
-
the 15th century
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
as early as the late 1500s
-
ancient
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
fourth or fifth century BC.
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
around 1900
-
the 20th century
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
as far as 2,500 B.C.
-
late 1800s and early 20th century
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
medieval times
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
late 1860s
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
old-time
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
year 43
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
as early as the Eleventh and Twelfth centuries
-
centuries ago
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
1325
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
mid-1600s
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
before the founding of the country
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
about a thousand years ago
-
third-century
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
after World War II
-
1930s
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
1986
-
January 20, 1984
Tags
Annotators
URL
-
-
julia-etx.com julia-etx.com
-
sometime in the 13th century
-
ancient
Tags
Annotators
URL
-