- Last 7 days
-
forums.theregister.com forums.theregister.com
-
Its not too complicated but it is an annoyance. I want /etc/hosts, /etc/resolv.conf, /etc/nsswitch.conf, /etc/rc.local and all the standard stuff to work. The heavy lifting is done in the kernel. All they need to do is leave it alone. Its getting harder to make Ubuntu behave like Linux.
-
- Jan 2021
-
covid-19.iza.org covid-19.iza.org
-
Dang. H. A., Giang. L. T., (2020) Turning Vietnam’s COVID-19 Success into Economic Recovery: A Job-Focused Analysis of Individual Assessments on Their Finance and the Economy. Institute of Labor Economics. Retrieved from: https://covid-19.iza.org/publications/dp13315/
-
-
sahillavingia.com sahillavingia.com
-
We also have an “anti-overtime” rate: past twenty hours a week, people can continue to work at an hourly rate of 50 percent. This allows us to have a high hourly rate for the highest leverage work and also allows people to work more per week if they wish.
anti-overtime... love it.
Tags
Annotators
URL
-
-
discourse.ubuntu.com discourse.ubuntu.com
-
Most users frankly don’t care how software is packaged. They don’t understand the difference between deb / rpm / flatpak / snap. They just want a button that installs Spotify so they can listen to their music.
-
Frankly, if the Ubuntu Desktop team “switch” from making a deb of Chromium to making a snap, I doubt they’d switch back. It’s a tremendous amount of work for developer(s) to maintain numerous debs across all supported releases. Maintaining a single snap is just practically and financially more sensible.
-
This example of the chromium really shows that unless snaps or other similar format was used, applications would have to be sometime very heavily patched to work on older versions of systems to the point that it generates so much work that it would not be worth do to it otherwise, or at least not worth when the snap option exists and doesn’t require that much more work.
-
What’s the use of ie. snap libreoffice if it can’t access documents on a samba server in my workplace ? Should I really re-organize years of storage and work in my office for being able to use snap ? A too high price to pay, for the moment.
-
I - we all - totally agree about the benefits of snap for developers. But the loss of comfort and flexibility for end user is eventually a no-go option.
-
Users want work be done. Not struggling about how allowing access to removable medias or such a file on another partition… Not breaking their habits or workflows each time a snap replaces a deb.
Tags
- technical details
- maintenance burden to maintenance multiple versions/variants/instances/copies of same content
- not worth it
- packaging software
- high-cost changes
- easy migration/upgrade path
- don't care
- Snap
- advantages/merits/pros
- audience: casual users (not power users)
- users just want to get work done
- reducing the amount of work/effort required (efficiency / maintenance burden)
- doesn't matter
- better for some but worse for others
Annotators
URL
-
- Dec 2020
-
hackernoon.com hackernoon.com
-
Saving form data across sessions — what do people hate more than filling out a form? Filling out a form twice!
-
-
www.codingwithjesse.com www.codingwithjesse.com
-
People really don't stress enough the importance of enjoying what you're programming. It aids creativity, makes you a better teammate, and makes it significantly easier to enter a state of flow. It should be considered an important factor in choosing a web development framework (or lack thereof). Kudos!
-
-
github.com github.com
-
May I ask what is holding this back?
-
-
github.com github.com
-
Making UIs with Svelte is a pleasure. Svelte’s aesthetics feel like a warm cozy blanket on the stormy web. This impacts everything — features, documentation, syntax, semantics, performance, framework internals, npm install size, the welcoming and helpful community attitude, and its collegial open development and RFCs — it all oozes good taste. Its API is tight, powerful, and good looking — I’d point to actions and stores to support this praise, but really, the whole is what feels so good. The aesthetics of underlying technologies have a way of leaking into the end user experience.
-
-
www.whatech.com www.whatech.com
-
And then it will help you choose a specialization in the field that you like.
-
Find Your Passion, Then Monetize It The
-
Try a little of everything, and then choose a specialization. Money is not the most important thing. You need to LOVE your activity! But you don't know what you like until you try it.
-
-
github.com github.com
-
I personally think that starting from google's components makes easier to keeping update to material specs updates.
-
- Nov 2020
-
stackoverflow.com stackoverflow.com
-
If you want a reference to the global object that works in any context, you can read this from a directly-called function. const global = (function() {return this})();. This evaluates to window in the browser, self in a service worker and global in nodejs.
-
-
github.com github.com
-
I open this issue to announce that i'm actively working on a rewrite of this library to accomplish these goals:
-
-
github.com github.com
-
Microbundle also outputs a modern bundle specially designed to work in all modern browsers. This bundle preserves most modern JS features when compiling your code, but ensures the result runs in 90% of web browsers without needing to be transpiled. Specifically, it uses preset-modules to target the set of browsers that support <script type="module"> - that allows syntax like async/await, tagged templates, arrow functions, destructured and rest parameters, etc. The result is generally smaller and faster to execute than the esm bundle
-
-
developer.mozilla.org developer.mozilla.org
-
The use of __proto__ is controversial and discouraged. It was never originally included in the ECMAScript language spec, but modern browsers implemented it anyway. Only recently was the __proto__ property standardized by the ECMAScript 2015 specification for compatibility with web browsers, so it will be supported into the future.
-
-
nymag.com nymag.com
-
Since I closed down the Dish, my bloggy website, five years ago, after 15 years of daily blogging, I have not missed the insane work hours that all but broke my health.
-
-
github.com github.com
-
We don't have clear visibility on which issues the VSCode team is planning on fixing & we would like to avoid duplicating work.
-
-
codescene.com codescene.com
-
Throughput in Planned vs Unplanned Work: The graph to the left is even more interesting as it contains the initial hints at what’s actually happening. That graph measures throughput with an emphasize on unplanned work. Now, what’s unplanned work? Typically, everything related to features or improvements is planned, whereas bugs, re-work, and service interruptions are unplanned. Let’s see why unplanned work is relevant.
[[throughput]] - [[planned work]] [[unplanned work]] - what things fall under planned and unplanned, and how are they impacting things?
-
-
-
Weibelzahl, S., Reiter, J., & Duden, G. (2020). Pandemic-Induced Depression and Anxiety in Healthcare Professionals. PsyArXiv. https://doi.org/10.31234/osf.io/5rehd
-
-
github.com github.com
-
I've only done components that need to/can be Svelte-ified. For some things, like RTL and layout grid, you can just use the MDC packages.
-
This is Sass based, and therefore doesn't require Svelte components
Just because we could make Svelte wrapper components for each Material typography [thing], doesn't mean we should.
Compare:
material-ui [react] did make wrapper components for typography.
- But why did they? Is there a technical reason why they couldn't just do what svelte-material-ui did (as in, something technical that Svelte empowers/allows?), or did they just not consider it?
svelte-material-ui did not.
- And they were probably wise to not do so. Just reuse the existing work from the Material team so that there's less work for you to keep in sync and less chance of divergence.
-
-
github.com github.com
-
There are a few intentional behavioral differences between Dart Sass and Ruby Sass. These are generally places where Ruby Sass has an undesired behavior, and it's substantially easier to implement the correct behavior than it would be to implement compatible behavior. These should all have tracking bugs against Ruby Sass to update the reference behavior.
Tags
- intentional
- intentional/well-considered decisions
- don't let previous decisions/work constrain you
- intentionally doing it differently / _not_ emulating/copying the way someone else did it
- reference implementation
- reverting a previous decision/change/commit
- learn from your mistakes
- reversible decisions
- get back on course
Annotators
URL
-
-
-
In principle, this information is already available through other means, but it is actually a fair amount of work to gather it in this form, and I think it could be useful to open it up to programmatic consumption.
-
-
monicasuri.com monicasuri.com
-
anything that makes you lighter helps create the balance which keeps you going.
"In order to balance I never left anything pending on my to-do-list for tomorrow. If I did, I worked on break shift from home post putting her off to sleep. This was possible because I could manage my office on laptop. To release the pressure points I tore papers, took cold water bath in the middle of the night, laid on the floor in child pose." Monica Suri
-
- Oct 2020
-
www.youtube.com www.youtube.com
-
ORWG Virtual Meeting 08/09/2020 https://www.youtube.com/playlist?list=PLOA0aRJ90NxvXtMt5Si5ukmR9LYfvDueB (n.d.)
-
-
stackoverflow.com stackoverflow.com
-
Please don't copy answers to multiple questions; this is the same as your answer to a similar question
Why on earth not? There's nothing wrong with reusing the same answer if it can work for multiple questions. That's called being efficient. It would be stupid to write a new answer from scratch when you already have one that can work very well and fits the question very well.
-
-
www.basefactor.com www.basefactor.com
-
Focus on your application: forget about forms details like I'm dirty, field touched...
-
You can try to build a solution to tackle these issues on your own, but it will cost you time and money... why not use a battle-tested solution to handle all this complexity?
-
If you want to implement a form with a superb User Experience, you have to take care of many variables:
-
Form validation can get complex (synchronous validations, asynchronous validations, record validations, field validations, internationalization, schemas definitions...). To cope with these challenges we will leverage this into Fonk and Fonk Final Form adaptor for a React Final Form seamless integration.
-
Managing Form State (holding field information, check if a control has been touched, if the user has clicked the submit button, who owns the current focus...) can be tedious and prone to errors. We can get help from React Final Form to handle these challenges for us.
Tags
- don't write your own
- a lot of things to consider
- adapter
- integration
- easy to get wrong
- reinventing the wheel / not invented here
- too hard/difficult/much work to expect end-developers to write from scratch (need library to do it for them)
- complexity
- form validation library
- form design
- difficult/hard problem
- fonk (form validation library)
- tedious
- react-final-form
- user experience
- form validation
- can't keep entire system in your mind at once (software development) (scope too large)
Annotators
URL
-
-
wendynorris.com wendynorris.com
-
wendynorris.com wendynorris.com
-
wendynorris.com wendynorris.com
-
wendynorris.com wendynorris.com
-
news.gallup.com news.gallup.com
-
Inc, G. (2020, October 13). COVID-19 and Remote Work: An Update. Gallup.Com. https://news.gallup.com/poll/321800/covid-remote-work-update.aspx
-
-
www.npmjs.com www.npmjs.com
-
This implementation is based upon following sources: JavaScript Debounce Function by David Walsh Lodash implementation
-
-
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
-
-
-
I'm okay with an overall design that allows people to plugin the parts they need in order to be able to generically support a compile-to-javascript language, but to bake in support for one singular solution because its popular is simply bad engineering.
-
This is the problem with baking in support for frameworks with special cases in the codebase. You can never support all the frameworks. :-(
-
-
github.com github.com
-
Other frameworks, which use a template syntax built atop HTML — Svelte, Vue, Ractive, Glimmer etc — have historically been fragmented, meaning those tools need to be reinvented many times.
-
-
tech.ebayinc.com tech.ebayinc.com
-
Every new variation to the view requires updating both the view model and the template. This holds true even for simple variations.
-
-
github.com github.com
-
It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
-
-
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/dp13620/
-
-
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/dp13762/
-
-
www.wesjones.com www.wesjones.com
-
"Protestant" life of wealth and risk over the "Catholic" path of poverty and security.[8]
Is this simply a restatement of the idea that most of "the interesting things" happen at the border or edge of chaos? The Catholic ethic is firmly inside the stable arena while that of the Protestant ethic is pushing the boundaries.
-
-
www.eugenewei.com www.eugenewei.com
-
Almost every social network of note had an early signature proof of work hurdle. For Facebook it was posting some witty text-based status update. For Instagram, it was posting an interesting square photo. For Vine, an entertaining 6-second video. For Twitter, it was writing an amusing bit of text of 140 characters or fewer. Pinterest? Pinning a compelling photo. You can likely derive the proof of work for other networks like Quora and Reddit and Twitch and so on. Successful social networks don't pose trick questions at the start, it’s usually clear what they want from you.
And this is likely the reason that the longer form blogs never went out of style in areas of higher education where people are still posting long form content. This "proof of work" is something they ultimately end up using in other areas.
Jessifer example of three part post written for a journal that was later put back into long form for publication.
-
-
-
If there was a place I thought reactivity would be weak, I embraced it and I worked on it until I was happy with the results.
-
-
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
-
-
github.com github.com
-
Because I haven't worked with React Native, and so I'm not a specialist in it, and developing a React Native version of this package would better be done by someone being an expert in React Native.
-
-
docdrop.org docdrop.org
-
. They built great houses, bred race horses, and accumulated slaves, sometimes holding twenty or more bondsmen
Slaves were the one who facilitate things
-
-
www.theguardian.com www.theguardian.com
-
Partridge, J. (2020, October 5). Covid-19 has changed working patterns for good, UK survey finds. The Guardian. https://www.theguardian.com/business/2020/oct/05/covid-19-has-changed-working-patterns-for-good-uk-survey-finds
-
-
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/dp13648/.
-
-
www.hiringlab.org www.hiringlab.org
-
Kolko, J. (2020, September 30). Coronavirus and US Job Postings Through Sept 25. Indeed Hiring Lab. https://www.hiringlab.org/2020/09/30/job-postings-through-sept-25/
-
-
www.kalzumeus.com www.kalzumeus.com
-
I’ve written for 15 years, 569 essays, and 2.9 million words and counting. You can read a quick intro or my best work, which I curate below.
Tags
Annotators
URL
-
-
stackoverflow.blog stackoverflow.blog
-
no one wants to feel like their time is wasted
-
There is this black hole syndrome where you spend hours working on something and get no feedback.
-
- Sep 2020
-
github.com github.com
-
export let client; setContext("client", client);
Wouldn't this set context to undefined initially? And reassigning a new value to client wouldn't update the value stored in the context, would it? It would only update the
let client
variable.Where does this let client actually get set to the client from
async function preload
? I guess I need to understand Sapper more to know how this works, but it doesn't seem like it could.Update: I think I found the answer (it runs before):
https://hyp.is/3aHeJgNFEeunkCsh8FVbDQ/sapper.svelte.dev/docs/
It lives in a
context="module"
script — see the tutorial — because it's not part of the component instance itself; instead, it runs before the component is created, allowing you to avoid flashes while data is fetched.
-
-
psyarxiv.com psyarxiv.com
-
Merrill, K. A., William, T., Joyce, K. M., Roos, L. E., & Protudjer, J. (2020). Potential psychosocial impact of COVID-19 on children: A scoping review of pandemics & epidemics [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/ucdg9
-
-
www.axios.com www.axios.com
-
Pandey, E. (n.d.). Remote work won’t kill your office. Axios. Retrieved September 28, 2020, from https://www.axios.com/remote-work-office-space-coronavirus-pandemic-0403db33-a6e4-498b-9650-e108acf33f50.html
-
-
engineering.mixmax.com engineering.mixmax.com
-
Rollup builds atop Browserify and Webpack's lineage to make it possible to easily consume those packages, while looking to the future of JS modules.
-
-
www.psychologicalscience.org www.psychologicalscience.org
-
Online Research: From Funding to Data Collection. (n.d.). Association for Psychological Science - APS. Retrieved September 25, 2020, from https://www.psychologicalscience.org/news/online-research.html
-
-
-
There are work arounds, but nothing clean. I just feel like this should be functionality that should be part of the slot feature.
-
-
-
You must: reference each element you are extending using refs or an id add code in your oncreate and ondestroy for each element you are extending, which could become quite a lot if you have a lot of elements needing extension (anchors, form inputs, etc.)
Tags
- difficult/hard
- could be easier / more difficult than it needs to be
- too hard/difficult/much work to expect end-developers to write from scratch (need library to do it for them)
- scalability
- framework taking care of responsibility so users can leverage it and not have to worry about that responsibility themselves
- why this feature is needed
Annotators
URL
-
-
github.com github.com
-
I'll work on a preliminary PR (which I expect will need some love from maintainers, sorry!)
-
-
react-spectrum.adobe.com react-spectrum.adobe.com
-
This leads to web developers at every company needing to rebuild every control from scratch. This represents millions of dollars of investment for each company to duplicate work that many other companies are also doing.
-
Modern view libraries like React allow teams to build and maintain these components more easily than ever before, but it is still extraordinarily difficult to do so in a fully accessible way with interactions that work across many types of devices.
-
-
github.com github.com
-
It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
-
-
www.washingtonpost.com www.washingtonpost.com
-
Izadi, E. (n.d.). College newspaper reporters are the journalism heroes for the pandemic era. Washington Post. Retrieved September 22, 2020, from https://www.washingtonpost.com/media/2020/09/19/coronavirus-college-newspapers/
-
-
github.com github.com
-
Please focus on explaining the motivation so that if this RFC is not accepted, the motivation could be used to develop alternative solutions. In other words, enumerate the constraints you are trying to solve without coupling them too closely to the solution you have in mind.
Tags
- iterative process
- okay for proposal to not be accepted
- contribution guidelines: should explain motivation for change
- answer the "why?"
- defining the problem clearly is as valuable coming up with specific implementation/solution
- iterative process: building on previous attempts/work
Annotators
URL
-
-
-
Thomas, D., & Giles, C. (2020, September 14). Cities count cost of lasting exodus from offices. https://www.ft.com/content/203cc83c-72b0-49c9-bea5-6fb38735a8fc
-
-
svelte.dev svelte.dev
-
First class TypeScript support means that both of these two systems do a good job of handling TypeScript code.
-
-
twitter.com twitter.com
-
Jed Kolko on Twitter. (n.d.). Twitter. Retrieved September 7, 2020, from https://twitter.com/JedKolko/status/1301865629591334912
-
-
daverupert.com daverupert.com
-
There’s a lot of value in slow thinking. You use the non-lizard side of your brain. You make more deliberate decisions. You prioritize design over instant gratification. You can “check” your gut instincts and validate your hypothesis before incurring mountains of technical debt.
Slow thinking is vergelijkbaar met Deep Work.
-
-
www.psychologytoday.com www.psychologytoday.com
-
If ADHD is not a disorder, but a mismatch with a human environment, then suddenly it’s not a medical issue. It’s an issue for educational reform.
How can this impact #[[Adult ADHD]] and #[[ADHD at work]]
-
-
twitter.com twitter.com
-
Peter Slattery on Twitter: “Are you, or is anyone you know, researching how COVID-19 has affected behaviour and behavioural drivers in Victoria and Australia, in particular behaviours that related to topics such as ‘active transport’, ‘service provision’, ‘working from home’ and ‘car usage’?” / Twitter. (n.d.). Twitter. Retrieved June 23, 2020, from https://twitter.com/peterslattery1/status/1274874801174179840
-
-
www.aei.org www.aei.org
-
The Deep Dive with John Lettieri: What Adam Ozimek thinks about remote work, regional divergence, and the crisis facing American small businesses. (n.d.). American Enterprise Institute - AEI. Retrieved July 4, 2020, from https://www.aei.org/multimedia/the-deep-dive-what-adam-ozimek-thinks-about-remote-work-regional-divergence-and-the-crisis-facing-american-small-businesses/
Tags
- podcast
- is:webpage
- small business
- prediction
- economy
- remote work
- impact
- COVID-19
- lang:en
- USA
- regional divergence
Annotators
URL
-
-
www.theguardian.com www.theguardian.com
-
Donegan, M. (2020, May 21). This pandemic threatens to undo what generations of feminists have fought for | Moira Donegan. The Guardian. https://www.theguardian.com/commentisfree/2020/may/21/this-pandemic-threatens-to-undo-what-generations-of-feminists-have-fought-for
-
-
www.tandfonline.com www.tandfonline.com
-
Beest, I. van. (2020). Editorial. Social Influence, 0(0), 1–3. https://doi.org/10.1080/15534510.2020.1783758
-
-
-
Lim, S. S. (2020). How to get away from work mode during the coronavirus lockdown. Nature. https://doi.org/10.1038/d41586-020-01976-4
-
-
www.vox.com www.vox.com
-
Thus could Ken Copeland write in his Laws of Prosperity, "Do you want a hundredfold return on your money? Give and let God multiply it back to you. No bank in the world offers this kind of return! Praise the Lord!” In this mentality, tithing is a financially responsible thing to do. It’s a show of faith and a shrewd investment alike, a wager on the idea that God acts in the here and now to reward those with both faith and a sufficiently developed work ethic.
And of course, if you're giving away 10%, you've got to work even harder to make up that initial loss!
-
- Aug 2020
-
www.nber.org www.nber.org
-
Eichenbaum, M. S., Rebelo, S., & Trabandt, M. (2020). The Macroeconomics of Epidemics (Working Paper No. 26882; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w26882
-
-
-
Mongey, S., Pilossoph, L., & Weinberg, A. (2020). Which Workers Bear the Burden of Social Distancing Policies? (Working Paper No. 27085; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27085
-
-
www.abstract.com www.abstract.com
-
Our company is remote-first and will always be open to employees to work anywhere in the U.S. (or the occasional trip abroad). We made this decision with a great deal of intention because we believe creating and nurturing a remote culture is a key to inclusion.
As we've been adjusting to the pandemic and going remote, I have been thinking about the differences between
- [[remote only]]
- [[remote first]]
- [[remote friendly]]
-
-
psyarxiv.com psyarxiv.com
-
Moshontz, Hannah, Grace Elizabeth Binion, Benjamin T. Brown, and Haley Walton. ‘A Guide to Self-Archiving Preprints’. Preprint. PsyArXiv, 21 August 2020. https://doi.org/10.31234/osf.io/dp4x9.
-
-
psyarxiv.com psyarxiv.com
-
Liu, Zihan, Drake Van Egdom, Rhona Flin, Christiane Spitzmueller, Omolola Adepoju, and Ramanan Krishnamoorti. ‘I Don’t Want to Go Back: Examining the Return to Physical Workspaces During COVID-19’. Preprint. PsyArXiv, 21 August 2020. https://doi.org/10.31234/osf.io/un2bp.
Tags
- employee perspectives
- policy makers
- childcare
- willingness to return
- return to work
- non-caucasians
- organizational strategies
- COVID-19
- females
- concerns
- multi-generational households
- United States
- US
- decision making
- flexible approaches
- physical workspaces
- blanket policies
- lang:en
- is:preprint
Annotators
URL
-
-
www.nber.org www.nber.org
-
Glaeser, E. L., Gorback, C. S., & Redding, S. J. (2020). How Much does COVID-19 Increase with Mobility? Evidence from New York and Four Other U.S. Cities (Working Paper No. 27519; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27519
-
-
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.
-
-
hndex.org hndex.org
-
Ohhh, never thought of this hypothesis: that the act of getting drunk together might be a social technology that helps us verify the trustworthiness of others by inhibiting their higher cognitive functions and thus making it harder to consciously fake things.
Proof of trustworthiness
-
-
www.nature.com www.nature.com
-
Gewin, V. (2020). The trials of global research under the coronavirus. Nature. https://doi.org/10.1038/d41586-020-02326-0
-
-
www.washingtonpost.com www.washingtonpost.com
-
McGregor, Jena. ‘Remote Work Really Does Mean Longer Days — and More Meetings’. Washington Post. Accessed 10 August 2020. https://www.washingtonpost.com/business/2020/08/04/remote-work-longer-days/.
-
-
www.matthewbarby.com www.matthewbarby.com
-
having a completely distributed team can make it very difficult for team members to get to know each other on a personal level
There is lots that gets missed from the chance encounters of in-person interactions.
I've found this to be a challenge when onboarding at a new company.
Many of the ways we happen to meet people in a normal office environment can go away, the chance encounters need to become intentional ones.
It can feel awkward reaching out to someone over slack to ask for something if you have never had any kind of casual conversation or interaction with them before.
-
-
covid-19.iza.org covid-19.iza.org
-
Which Jobs Are Done from Home? Evidence from the American Time Use Survey. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 8, 2020, from https://covid-19.iza.org/publications/dp13138/
-
-
covid-19.iza.org covid-19.iza.org
-
Germany’s Capacities to Work from Home. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 8, 2020, from https://covid-19.iza.org/publications/dp13152/
-
-
covid-19.iza.org covid-19.iza.org
-
The Short-Term Economic Consequences of COVID-19: Exposure to Disease, Remote Work and Government Response. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 8, 2020, from https://covid-19.iza.org/publications/dp13159/
-
-
covid-19.iza.org covid-19.iza.org
-
Who Can Work from Home?. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 7, 2020, from https://covid-19.iza.org/publications/dp13197/
-
-
covid-19.iza.org covid-19.iza.org
-
The COVID-19 Crisis and Telework: A Research Survey on Experiences, Expectations and Hopes. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 7, 2020, from https://covid-19.iza.org/publications/dp13229/
-
-
www.nber.org www.nber.org
-
Brynjolfsson, E., Horton, J. J., Ozimek, A., Rock, D., Sharma, G., & TuYe, H.-Y. (2020). COVID-19 and Remote Work: An Early Look at US Data (Working Paper No. 27344; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27344
-
-
www.nber.org www.nber.org
-
Bartik, A. W., Cullen, Z. B., Glaeser, E. L., Luca, M., & Stanton, C. T. (2020). What Jobs are Being Done at Home During the Covid-19 Crisis? Evidence from Firm-Level Surveys (Working Paper No. 27422; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27422
-
-
covid-19.iza.org covid-19.iza.org
-
Six-Country Survey on COVID-19 (n.d.). IZA – Institute of Labor Economics. Retrieved August 4, 2020, from https://covid-19.iza.org/publications/dp13230/
-
-
covid-19.iza.org covid-19.iza.org
-
Work That Can Be Done from Home: Evidence on Variation within and across Occupations and Industries. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 4, 2020, from https://covid-19.iza.org/publications/dp13374/
-
-
covid-19.iza.org covid-19.iza.org
-
Lockdown Accounting. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 1, 2020, from https://covid-19.iza.org/publications/dp13397/
-
-
covid-19.iza.org covid-19.iza.org
-
Family Life in Lockdown. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 1, 2020, from https://covid-19.iza.org/publications/dp13398/
-
-
covid-19.iza.org covid-19.iza.org
-
Working at Home in Greece: Unexplored Potential at Times of Social Distancing?. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved July 31, 2020, from https://covid-19.iza.org/publications/dp13408/
-
-
covid-19.iza.org covid-19.iza.org