- Last 7 days
-
atomiks.github.io atomiks.github.io
-
"Headless Tippy" refers to Tippy without any of the default element rendering or CSS. This allows you to create your own element from scratch and use Tippy for its logic only.
-
-
www.npmjs.com www.npmjs.com
-
Think first: why do you want to use it in the browser? Remember, servers must never trust browsers. You can't sanitize HTML for saving on the server anywhere else but on the server.
-
- Dec 2020
-
slate.com slate.com
-
Or maybe a better standard was in the humanitarian world. “There’s a core ethical principle called the responsibility to protect, which is about organizations having a primary responsibility to protect their own personnel,” said Abramowitz. “What’s very clear is that many teachers are distrustful because they have been in deeply unsafe situations for a very long time.” Teachers are asked to deal with school shootings, violent children, aggressive adults, poverty, online bullying—a host of complex social problems that aren’t part of their job description, she said. “Educators are so abandoned, they no longer trust in their own system to protect them.
-
-
github.com github.com
-
it focuses on compiling non-standard language extensions: JSX, TypeScript, and Flow. Because of this smaller scope, Sucrase can get away with an architecture that is much more performant but less extensible
-
- Nov 2020
-
www.reddit.com www.reddit.com
-
Svelte by itself is great, but doing a complete PWA (with service workers, etc) that runs and scales on multiple devices with high quality app-like UI controls quickly gets complex. Flutter just provides much better tooling for that out of the box IMO. You are not molding a website into an app, you are just building an app. If I was building a relatively simple web app that is only meant to run on the web, then I might still prefer Svelte in some cases.
-
-
stackoverflow.com stackoverflow.com
-
And the App will be responsible for display a list of users adding/removing users of said list
-
-
weblog.tetradian.com weblog.tetradian.com
-
anyone else can challenge those boundaries
-
in outsourcing is that we’ve placed the outsourced activities outside of our control, but they’re still inside our ‘boundary of identity’ – what others see and experience as ‘us
This is one of the reasons why I was hesitating in the past years to offer bundled services in domain where I lack the necessary capabilities (e.g. act like a software development studio/agency, without know how to code & test code).
Many years ago I was thinking about this that if way too many core variables are outside of my control (or our control as a team), there's no way to take responsibility for the results/outcomes (e.g. accepting a revenue-sharing-like agreement).
-
- Oct 2020
-
Local file Local file
-
The great ones have a thought pro-cess, philosophy and habit all rolled into one that overshadows the rest: I am responsible.
-
-
-
Take responsibility for your outgoing network traffic If you install software that interacts with other sites over the network, you should be aware how it works and what kind of traffic it generates. If it has the potential to make thousands of requests to other sites, make sure it uses an HTTP cache to prevent inflicting abuse on other sites.
-
Identify your user agents When deploying software that makes requests to other sites, you should set a custom User-Agent header to identify the software and provide a means to contact its maintainers. Many of the automated requests we receive have generic user-agent headers such as Java/1.6.0 or Python-urllib/2.1 which provide no information on the actual software responsible for making the requests.
-
-
-
One of the primary tasks of engineers is to minimize complexity. JSX changes such a fundamental part (syntax and semantics of the language) that the complexity bubbles up to everything it touches. Pretty much every pipeline tool I've had to work with has become far more complex than necessary because of JSX. It affects AST parsers, it affects linters, it affects code coverage, it affects build systems. That tons and tons of additional code that I now need to wade through and mentally parse and ignore whenever I need to debug or want to contribute to a library that adds JSX support.
Tags
- high-cost changes
- fundamental
- primary task/job/responsibility
- avoid complexity
- semantics (of programming language)
- too complicated
- infectious problem
- mental bandwidth
- mentally filter/ignore
- for-reaching consequences
- unintended consequence
- engineers
- implementation complexity
- complexity
- the cost of changing something
- engineering (general)
- syntax
- can't keep entire system in your mind at once (software development) (scope too large)
Annotators
URL
-
-
github.com github.com
-
Instead of using classes and local state, Deku just uses functions and pushes the responsibility of all state management and side-effects onto tools like Redux.
-
-
en.wikipedia.org en.wikipedia.org
-
A class should only have a single responsibility, that is, only changes to one part of the software's specification should be able to affect the specification of the class.
Tags
Annotators
URL
-
-
www.scientificamerican.com www.scientificamerican.com
-
Jackson, A. S., Ingrid Joylyn Paredes,Tiara Ahmad,Christopher. (n.d.). Yes, Science Is Political. Scientific American. Retrieved October 13, 2020, from https://www.scientificamerican.com/article/yes-science-is-political/
-
-
github.com github.com
-
When using TypeScript, cast the type of file.contents on your side.
-
-
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/dp13644/.
Tags
- low-income urban
- student survey
- internet
- New York
- drop a course
- Pell Grant
- personal burden
- emergency relief grant
- unemployment benefit
- is:report
- online classes
- financial burden
- childcare responsibility
- lang:en
- COVID-19
- educational burden
- college students
- stress
- CARES Act
- financial distress
Annotators
URL
-
- Sep 2020
-
engineering.mixmax.com engineering.mixmax.com
-
But this is only a halfway decent way to clarify that this is an external dependency, because the only way to resolve a peer dependency warning is to install react from npm—there's no way to notify npm that you resolve the dependency to a browser global. So peer dependencies should be avoided in favor of external declarations. Then Rollup will take care of warning about "unresolved dependencies", even if external declarations can't express a particular version range with which your library is compatible like peer dependencies can.
Interesting. Didn't realize. From my perspective, I usually do install packages via npm, so wouldn't have known about this problem.
npm and rollup both try to solve this problem but in different ways that apparently conflict? So if a lib author lists peerDependencies then it can cause problems for those getting lib via browser (CDN)? How come so many libs use it then? How come I've never heard of this problem before?
-
-
github.com github.com
-
Then, the projects that use these libraries get to process these import statements how they like when they are bundled. For the ones that wish to load jQuery from a global, we again mark 'jquery' as an external—since we still don't want Rollup to bundle jQuery—and as a global.
-
-
stackoverflow.com stackoverflow.com
-
(Note that you're responsible for handling any race conditions that arise as a result of the component being destroyed before the promise resolves, though assigning state inside a destroyed component is harmless.)
-
-
-
CNN, R. K. (n.d.). A “tidal wave” of Covid-related workplace lawsuits could be on the way. CNN. Retrieved September 25, 2020, from https://www.cnn.com/2020/09/11/business/coronavirus-lawsuits-covid-impact-on-workplace-invs/index.html
-
-
-
Also Svelte is so great because developer do not need to worry about class names conflict, except of passing (global) classes to component (sic!).
-
-
github.com github.com
-
The RFC is more appropriate because it does not allow a parent to abritrarily control anything below it, that responsibility still relies on the component itself. Just because people have been passing classes round and overriding child styles for years doesn't mean it is a good choice and isn't something we wnat to encourage.
-
margin, flex, position, left, right, top, bottom, width, height, align-self, justify-self among other is CSS properties that should never be modified by the child itself. The parent should always have control of those properties, which is the whole reason I'm asking for this.
Tags
- Svelte: components are their own boss (encapsulation)
- constraints are helpful
- whose responsibility is it?
- programming: who is responsible for this concern?
- limiting how much library consumers/users can control/override
- control (programming)
- who should have control over this? (programming)
- which component/tool/organization/etc. is responsible for this concern?
Annotators
URL
-
-
-
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.)
-
This is where hooks/behaviors are a good idea. They clean up your component code a lot. Also, it helps a ton since you don't get create/destroy events for elements that are inside {{#if}} and {{#each}}. That could become very burdensome to try and add/remove functionality with elements as they are added/removed within a component.
Tags
- could be easier / more difficult than it needs to be
- framework taking care of responsibility so users can leverage it and not have to worry about that responsibility themselves
- difficult/hard
- why this feature is needed
- too hard/difficult/much work to expect end-developers to write from scratch (need library to do it for them)
- scalability
Annotators
URL
-
-
-
But some sort of official way to do that in the language would make this nicer - and would mean I would have to worry less about destroying components when their parent is destroyed, which I'm certainly not being vigilant about in my code.
-
-
github.com github.com
-
I think we could even broadly caveat that by saying “do whatever element you want” but don't expect Svelte to care about following any HTML spec, etc.
-
-
blog.petrieflom.law.harvard.edu blog.petrieflom.law.harvard.edu
-
Who’s to Blame for COVID-19 Outbreaks at Colleges and Universities? (2020, September 15). Bill of Health. http://blog.petrieflom.law.harvard.edu/2020/09/15/whos-to-blame-for-covid-19-outbreaks-at-colleges-and-universities/
Tags
- responsibility
- public health intervention
- administration
- lang:en
- COVID-19
- university
- outbreak
- transmission
- safety
- USA
- blame
- law
- is:blog
- college
Annotators
URL
-
-
github.com github.com
-
One of the main reasons to work with components is re-usability and portability, but also a delegation of responsibilities. Adding a component should be as easy as simply adding the component without having to know the inner workings (or markup) of this component. A consumer should only be aware of the properties, methods and events of a component. In order to style a child component one has to be aware of the markup as well, which violates this 'delegation of responsibility'-principle.
-
-
css-tricks.com css-tricks.com
-
I don’t want my source to be human-readable, not for protective reasons, but because I care about web performance more. I want my website to arrive at light speed on a tiny spec of magical network packet dust and blossom into a complete website. Or do whatever computer science deems is the absolute fastest way to send website data between computers. I’m much more worried about the state of web performance than I am about web education. But even if I was very worried about web education, I don’t think it’s the network’s job to deliver teachability
-
-
-
Natalie Savona: Who is responsible for health behaviour? (2020, September 11). The BMJ. https://blogs.bmj.com/bmj/2020/09/11/natalie-savona-who-is-responsible-for-health-behaviour/
-
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter. (n.d.). Twitter. Retrieved August 25, 2020, from https://twitter.com/SciBeh/status/1297566120900268035
-
-
papers.ssrn.com papers.ssrn.com
-
Quintana, F.-J., & Uriburu, J. (2020). Modest International Law: COVID-19, International Legal Responses, and Depoliticization (SSRN Scholarly Paper ID 3659460). Social Science Research Network. https://papers.ssrn.com/abstract=3659460
-
- Aug 2020
-
www.nytimes.com www.nytimes.com
-
Senior, J. (2020, July 21). Opinion | I Spoke With Anthony Fauci. He Says His Inbox Isn’t Pretty. The New York Times. https://www.nytimes.com/2020/07/21/opinion/anthony-fauci-coronavirus.html
-
-
www.washingtonpost.com www.washingtonpost.com
-
Yu, X. (n.d.). Opinion | I’m from Wuhan. I got covid-19—After traveling to Florida. Washington Post. Retrieved 17 July 2020, from https://www.washingtonpost.com/opinions/2020/07/15/im-wuhan-i-got-covid-19-after-traveling-florida/
-
-
www.theguardian.com www.theguardian.com
-
Why has the UK done so badly on Covid-19? There are still no simple answers | David Spiegelhalter. (2020). Retrieved 4 August 2020, from https://www.theguardian.com/commentisfree/2020/aug/02/uk-covid-19-excess-deaths
-
-
-
Barnes, B. (2020, July 8). Disney World Draws Excitement and Incredulity as Reopening Nears. The New York Times. https://www.nytimes.com/2020/07/08/business/coronavirus-disney-world-reopening.html
-
-
github.com github.com
-
I don't think it should be the individual application's responsibility to add Cache-Control: Vary when that negotiation/routing is done by Rails on behalf of the app, do you?
-
At a certain point it is up to the application to specify when they're varying.
-
-
covid-19.iza.org covid-19.iza.org
-
Fathers Matter: Intra-Household Responsibilities and Children’s Wellbeing during the COVID-19 Lockdown in Italy. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved July 27, 2020, from https://covid-19.iza.org/publications/dp13519/
-
- Jul 2020
-
www.youtube.com www.youtube.com
-
Mark Zuckerberg & Thierry Breton: Towards a post COVID-19 Digital Deal between tech and governments? (2020, May 18). https://www.youtube.com/watch?v=uZfi6WkIfgU&feature=youtu.be
-
- Jun 2020
-
psyarxiv.com psyarxiv.com
-
Chatterjee, A., & Chatterjee, A. (2020). Managing through uncertain times: A study to understand the effects of conducting socio-academic life online during COVID-19 [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/zjaey
-
-
-
Heathers, J. (2020, May 21). Preprints Aren’t The Problem—WE Are The Problem. Medium. https://medium.com/@jamesheathers/preprints-arent-the-problem-we-are-the-problem-75d29a317625
-
- May 2020
-
www.bps.org.uk www.bps.org.uk
-
Code of Ethics and Conduct (2018) | BPS. (n.d.). Retrieved April 21, 2020, from https://www.bps.org.uk/news-and-policy/bps-code-ethics-and-conduct
-
-
www.jpost.com www.jpost.com
-
‘Israel needs better coronavirus communication.’ (n.d.). The Jerusalem Post | JPost.Com. Retrieved May 5, 2020, from https://www.jpost.com/israel-news/israel-needs-better-coronavirus-communication-626765
-
-
www.washingtonpost.com www.washingtonpost.com
-
Bode, L., & Vraga, E. (2020 May 7). Analysis | Americans are fighting coronavirus misinformation on social media. Washington Post.https://www.washingtonpost.com/politics/2020/05/07/americans-are-fighting-coronavirus-misinformation-social-media/
-
-
www.theguardian.com www.theguardian.com
-
Orange, R. (2020, May 24). Sweden “wrong” not to shut down, says former state epidemiologist. The Observer. https://www.theguardian.com/world/2020/may/24/sweden-wrong-not-to-shut-down-says-former-state-epidemiologist
-
-
www.weforum.org www.weforum.org
-
Nekmat, E. & Yue, A. (2020 May 01)How to fight the spread of COVID-19 disinformation. World Economic Forum. https://www.weforum.org/agenda/2020/05/how-to-fight-the-covid-19-infodemic-lessons-from-3-asian-countries/
-
-
about.gitlab.com about.gitlab.com
-
We don't have an internationalization group. That responsibility is shared across many groups. We might instead have an internationalization tooling group.
-
We don't have a performance group. Ensuring GitLab is performant is the responsibility of all groups.
-
-
psyarxiv.com psyarxiv.com
-
Alvis, L., Shook, N., & Oosterhoff, B. (2020, May 7). Adolescents’ Prosocial Experiences During the COVID-19 Pandemic: Associations with Mental Health and Community Attachments. https://doi.org/10.31234/osf.io/2s73n
-
-
www.iubenda.com www.iubenda.com
-
Monitor what others are doing on your behalf.Even if you’ve out-sourced your email marketing to another company, the law may hold both you and the other company responsible.
-
- Apr 2020
-
psyarxiv.com psyarxiv.com
-
Fucci, E., Baquedano, C., Abdoun, O., Deroche, J., & Lutz, A. (2020, April 21). Validation of a set of stimuli to investigate the effect of attributional processes on social motivation in within-subject experiments. https://doi.org/10.31234/osf.io/nbdj4
-
-
github.com github.com
-
Other sites could absolutely spend time crawling for new lists of breached passwords and then hashing and comparing against their own. However this is an intensive process and I'm sure both Facebook and Google have a team dedicated to account security with functions like this.
-
Ultimately it comes down to how much time and money you can dedicate to keeping your users' accounts secure versus how important it is to do so. Google and Facebook accounts sit at the centre of many users' internet lives and would be devastating to use. Same for most email accounts.
-
-
blog.1password.com blog.1password.com
-
Without passing any judgement on any third party developers, we have to advise people to never enter their 1Password Master Passwords into anything other than 1Password. I have no reason to doubt the integrity or competence of these third party developers, and RogueLazer’s project is even open-source. But it would be irresponsible for us to do anything other than advise you never to give your 1Password Master Password to anyone or any other application.
-
-
-
Covid-19 is an emergency on such a huge scale that, if anonymity is managed appropriately, internet giants and social media platforms could play a responsible part in helping to build collective crowd intelligence for social good, rather than profit
-
- Mar 2020
-
www.cmswire.com www.cmswire.com
-
Data has become a “natural resource” for advertising technology. “And, just as with every other precious resource, we all bear responsibility for its consumption,”
-
-
-
this website claims the cookie stuff will be a responsibility of the browser, not the website, which would make live easier for web devs.
-
-
www.iubenda.com www.iubenda.com
-
Furthermore, one should also consider that **publishers – a category including natural persons and SMEs – are often the “weaker” party in this context.** Conversely, third parties are usually large companies of substantial economic import that work as a rule with several publishers, so that one publisher may often have to do with a considerable number of third parties.
-
Our solution goes a bit further than this by pointing to the browser options, third-party tools and by linking to the third party providers, who are ultimately responsible for managing the opt-out for their own tracking tools.
-
You are also not required to manage consent for third-party cookies directly on your site/app as this responsibility falls to the individual third-parties. You are, however, required to at least facilitate the process by linking to the relevant policies of these third-parties.
-
- Jan 2020
-
buildingvts.com buildingvts.com
-
Arel’s responsibility is SQL query construction and optimization, and it knows very little about ActiveRecord’s Models and nothing about the database. Arel provides the basic building blocks for ActiveRecord.
-
- Oct 2019
-
hypothes.is hypothes.is
-
No annotations matched your search.
Community
-
- Jun 2019
-
www.blagravetrust.org www.blagravetrust.org
- Apr 2019
-
www.skyscrapercity.com www.skyscrapercity.com
-
https://www.9news.com.au/national/60...b-32168ef9b440 A 60 Minutes investigation has revealed that Australia’s attempts to ethically recycle are falling short, causing harm offshore for our international “dumping ground.” Australia has earned the unfortunate title of one of the world’s most wasteful nations, and as our waste crisis worsened the importance of recycling was drilled into the nation. We were encouraged to reduce, reuse, recycle, in a desperate bid to clean up the country. But as 60 Minutes reporter Liam Bartlett revealed, the reality is that much of the public’s efforts to recycle the huge amounts of plastic we consume are often a waste of time. 60 Minutes has tracked mixed plastic waste - the material assumed easiest to salvage and re-use - from the recycling bins of Australian suburbs to dozens of illegal processing sites in Malaysia, where our discarded plastics often end up being dumped, buried or even burned. It’s turned Malaysia into Australia’s dumping ground, with dire consequences including contamination of drinking water and air pollution. Despite so many Australians diligently separating plastics from their general waste and placing it in their recycling bins, very little reprocessing of mixed plastic is happening on home soil - with the exception of milk bottles and soft drink bottles which have a discrete market. Haydn Breheny, who runs a recycling business for industry waste in south-east Melbourne, revealed to 60 Minutes that when plastic arrives at his warehouse, if it can’t be sold to Asian markets then it can’t actually be recycled here in Australia and just ends up in the tip. “Morally, you want to do something for it,” he told Bartlett. “But if I can't get rid of it, what am I meant to do? Eat it myself?” For the last two decades, Australia’s recycling industry has been dependent on China – which had been taking a staggering 125,000 tonnes of our plastic waste every year, sorting it by hand with low labour costs and melting it down into new plastic products to be sold back to us and the rest of the world. But in January 2018 China effectively closed its doors, citing environmental concerns. The decision threw the world’s recycling industry into a tailspin as nations, including Australia, scoured the globe for new buyers. They found them in Southeast Asia, Malaysia in particular, where hundreds of Chinese operators quickly relocated to set up factories, often illegally. These dodgy businessmen then proceeded to buy as much foreign trash as they could get their hands on. Almost overnight Malaysia overtook China as the world’s largest importer of plastic rubbish. Australia alone has dumped more than 71,000 tonnes of it in just 12 months and it’s helping fuel a criminal underworld in plastic recycling, harming the environment and the people of Malaysia. Malaysia’s Environment Minister Yeo Bee Yin has shut down no less than 150 illegal factories since July last year, but admits her country doesn’t have the resources to properly police the unlawful trade in plastic waste. “I want to send [plastic waste] all back to the counties of origin,” the Minister said. “And have to really ask you to solve your own problem.” Because of this, Malaysia has imposed harsher restrictions on imports and new permits. The Minister warned 60 Minutes it’s only the beginning – Malaysia’s doors will soon close on Australian rubbish for good. “I do not blame ordinary Australians,” she told Bartlett. “I think most of the people do not know this is happening. But, now we know that this is happening, we need the solution.”
Australia needs to manage its own waste. This is an irresponsible and dumb practice.
Tags
Annotators
URL
-
-
www.theplayerstribune.com www.theplayerstribune.com
-
Two concepts that I’ve been thinking about a lot lately are guilt and responsibility. When it comes to racism in America, I think that guilt and responsibility tend to be seen as more or less the same thing. But I’m beginning to understand how there’s a real difference. As white people, are we guilty for the sins of our forefathers? No, I don’t think so. But are we responsible for them? Yes, I believe we are.
-
- Mar 2017
-
rhetcompnow.com rhetcompnow.com
-
I am older than most of you. I don’t have time for this if it’s just another System B in disguise.
Time.
Feeling of limited time
CF. https://via.hypothes.is/http://tachesdesens.blogspot.com/2014/10/reaching-out_3.html
-
Is it even possible to have a System A that arises from our own or other’s codings? How will we know that we have not deluded ourselves, that we are so invested in the time and energy and pride of creation that we fall into the sinkhole of bias and blindspot?
Yer pays yer money and you takes yer choice.
There is no certainty. Even a well meant action can turn into horror - NB Robespierre.
http://tachesdesens.blogspot.fr/2016/04/loveterror-and-forgiving.html
-
Question: are the facilitators and leaders and participants here outsiders or are they ‘rearrangers’? Are we cozy web makers or are we punks? Fuse lit.
identity
Can we separate the two extremes ever?
Unless we are victims or perpetrators...
-
-
tachesdesens.blogspot.com tachesdesens.blogspot.com
-
Here's a sort of wallop:
Act of being witness
-
- Sep 2016
-
www.sr.ithaka.org www.sr.ithaka.org
-
Application Modern higher education institutions have unprecedentedly large and detailed collections of data about their students, and are growing increasingly sophisticated in their ability to merge datasets from diverse sources. As a result, institutions have great opportunities to analyze and intervene on student performance and student learning. While there are many potential applications of student data analysis in the institutional context, we focus here on four approaches that cover a broad range of the most common activities: data-based enrollment management, admissions, and financial aid decisions; analytics to inform broad-based program or policy changes related to retention; early-alert systems focused on successful degree completion; and adaptive courseware.
Perhaps even more than other sections, this one recalls the trope:
The difference probably comes from the impact of (institutional) “application”.
-
Responsible Use
Again, this is probably a more felicitous wording than “privacy protection”. Sure, it takes as a given that some use of data is desirable. And the preceding section makes it sound like Learning Analytics advocates mostly need ammun… arguments to push their agenda. Still, the notion that we want to advocate for responsible use is more likely to find common ground than this notion that there’s a “data faucet” that should be switched on or off depending on certain stakeholders’ needs. After all, there exists a set of data use practices which are either uncontroversial or, at least, accepted as “par for the course” (no pun intended). For instance, we probably all assume that a registrar should receive the grade data needed to grant degrees and we understand that such data would come from other sources (say, a learning management system or a student information system).
-
- Aug 2016
-
books.google.ca books.google.ca
-
Page 2
Borgman on the responsibility of rears to assess reliability and the ability of content creators to have control over their work:
these are exciting and confusing times for scholarship. The proliferation of digital content allows new questions to be asked in new ways, but also results unduplication and dispersion. Authors can disseminate their work more widely by posting online, but readers have the additional responsibility of assessing trust and authenticity. Changes in intellectual property laws give Pharmacontrol to the creators of digital content that was available for printed comment, but the resulting business models often constrain access to scholarly resources. Students acquire an insatiable appetite for digital publications, and then find an graduation that they can barely sample them without institutional affiliations.
-
- Jun 2016
-
tinyletter.com tinyletter.com
-
(Who is “we”?)
As per the linked post:
Using Snow’s essay as a jumping off point, I want to consider a problem that’s been on my mind a great deal since joining the MIT Media Lab five years ago: how do we help smart, well-meaning people address social problems in ways that make the world better, not worse?
Not to defend Ethan, but he’s typically quite explicit about such thing. At least, he doesn’t evade responsibility.
From his about page (also in narrative version in the Do Not Track doc):
Those annoying pop-up windows? My fault, at least in part. I designed a vertically-oriented popup window that included navigation tools and an ad for inclusion on webpages at some point in late 1996 or early 1997. It was intended to be less intrusive than inserting an ad into the middle of a user’s homepage. I won’t claim responsibility (irresponsibility?) for inventing the damned things, and I disclaim any responsibility for cascading popups, popups that move to the top, and those annoying “bot” windows that open different popups every few minutes. Still, the fault is at least in part mine, and I’m sorry. :-)
-
- Dec 2015
-
christmind.info christmind.info
-
RAJ: You are at a point where you need to see that there is only One Cause, only One Action, only One Life, Mind, Being, Consciousness. This does not mean that everything you seem to experience is included in that One Mind, Being, Consciousness, but it means that the step that needs to be taken here is to not deal with specific little “causes.” It means that it is time to have no other gods but God. I don’t care what anybody else seems to have to be doing at the present moment, or whether they are seeming to have to learn this, or be faced with what you are being faced with. YOU HAVE GOT TO HANDLE THIS AS THOUGH YOU ARE THE ONLY ONE! AND YOU ARE GOING TO HAVE TO HANDLE THIS AS THOUGH THERE IS ONLY ONE PRESENCE AND POWER! The time is past to handle anything from the standpoint of “handling” this or that or the other “thing,“—whether it be thought, belief, object, or circumstance.
There is only Oneness, one Cause, one Action, one Life, one Mind, one Being, one Consciousness.
The solution to problems we experience is not to deal with the little "causes" but to lay aside idols and Seek First the Kingdom.
It doesn't matter what is happening for or with anybody else, it is between you and God.
Handle the problems you experience as though You are their only cause, as though you are 100% responsible.
And deal with those problems in Reality - using the only Power and Presence that exists!! That of Being (God).
Raj is making a strong point here, that: There is no other way.
Any other way is the way of illusion and illusion is a mistaken idea that has no existence and can therefore never be a solution. Never.
-
- Nov 2015
-
courses.edx.org courses.edx.org
-
Somewhat surprisingly, self-compassionate people actually take more responsibility for their actions. In one study, self-compassionate people who got neutral feedback about their speaking skills were more likely to attribute it to their personality (instead of, say, a mean observer) than people with high self-esteem. Mistakes and criticism don’t threaten them as much as they do for people who have to perform well all the time.
-
-
christmind.info christmind.info
-
RAJ: You must realize, Paul, that the concept of “irresponsibility” is going to present itself to you until you see that the concept of “responsibility” is invalid—except from the ego standpoint. This is because the concept of responsibility implies Being is not Universal, and is not unfolding Itself Universally, with absolute perfection. It implies, therefore, that each tiny, finite mentality must take on responsibility for what needs to be done, and for seeing that it is done in a “principled,” “intelligent,” and “reasonable” way. Responsibility and irresponsibility both fade out of the picture as being as Conscious Being becomes the Place from which all is experienced.
The idea of being responsible has validity only from an egoic standpoint.
Tags
Annotators
URL
-
-
cms.whittier.edu cms.whittier.edu
-
In Jakarta, for example, largechunks of the urban core were cleared of itspoorer residents, replaced with new commer-cial and residential buildings that now, after adecade or so, are being deemed obsolete orstructurally deficient even when they wereimplanted as an instrument of completionor permanence.
Trends? Realization of how they got rid of the poorer residents?
-
-
christmind.info christmind.info
-
RAJ: Good morning, Paul. I can see you are definitely in that Place this morning, and that is a wonderful way to start out your day. I would like you to not attempt to take on anything today in the sense of being responsible for it—no matter what you do. I do not mean for you to do nothing, but I mean for you to do it with no sense of personal responsibility. I mean for you to do it from exactly that Place wherein you find yourself at this very moment. You feel somewhat too relaxed to type accurately, but you have already found out to some degree that, as you are very relaxed and not attempting to maintain control over your fingers, your fingers are more accurate and speedier than when control is attempted. You do not have to be concerned that you will become too relaxed. The more relaxed you are, from a three-dimensional standpoint, the more all of You is available to respond to the demands and needs of the moment, and the fulfillment of these will become more simultaneous with the perception of the need.
That Place is Paul's present experience when he is consciously aware of Being. He is very relaxed and not attempting to control the flow moving through him.
From this place he is faster and more accurate in his typing in this place of no control.
The more relaxed he is, from a 3d reference point, the more all of you (Being**) is available in the moment.
Raj suggests that taking personal responsibility creates the need for control and inhibits the flow of Being (all of you) and replaces it with motivation based on his beliefs and ideas.
-
-
christmind.info christmind.info
-
Both you and Susan continue as you have been in listening for the direction in which you need to move. I do not want you to throw the responsibility for figuring everything out in my lap. You must continue to be aware that you are yourself, and I am myself. I am doing what I need to do, and you must do what you need to do. Do not give away any responsibility to another at all.
No one can do it for us....
-
Both you and Susan continue as you have been in listening for the direction in which you need to move. I do not want you to throw the responsibility for figuring everything out in my lap. You must continue to be aware that you are yourself, and I am myself. I am doing what I need to do, and you must do what you need to do. Do not give away any responsibility to another at all. As I have said before, I cannot help you with things that will deprive you of your own growth. I am here to help, nevertheless.
Don't give away your power - you are responsible for your own growth.
-
-
christmind.info christmind.info
-
Your responsibility is entirely to being in that Place where your Being may fulfill Itself
So clear..
Tags
Annotators
URL
-
- Oct 2015
-
quod.lib.umich.edu quod.lib.umich.edu
-
This shift would radically change the ethical program of Twitter, shifting more of the responsibility for filtering information from individual users to the company’s algorithms and no doubt making it easier for advertisers to target certain audiences.
Shift of responsibility equals shift of control and power.
-
my own concerns with hospitality, guests, and hosts would call into question whether the host (the listowner) is the clear locus of responsibility in such a situation.
Okay, let me see if I understand this correctly. Responsibility shifts and is not always clear because a host can become a guest and vice versa, not to mention the responsibility of the software program.
-
Responsibility is not so easily assigned in such instances
Is this because the software, the ethical program, is what provides the constraint on the network, and not the human user alone?
-
- Sep 2015
-
courses.edx.org courses.edx.org
-
The idea of the banality of heroism debunks the myth of the “heroic elect,” a myth that reinforces two basic human tendencies. The first is to ascribe very rare personal characteristics to people who do something special—to see them as superhuman, practically beyond comparison to the rest of us. The second is the trap of inaction—sometimes known as the “bystander effect.” Research has shown that the bystander effect is often motivated by diffusion of responsibility, when different people witnessing an emergency all assume someone else will help. Like the “good guards,” we fall into the trap of inaction when we assume it’s someone else’s responsibility to act the hero.
-
-
cms.whittier.edu cms.whittier.edu
-
The dispersal of these people in Brady's is not random, and where people choose to sit or stand in Brady's is closely related to their sex and status in the Brady social hierarchy.
Clearly, Brady's Bar is only for a select group of people who enjoy being in that atmosphere that focuses on "social hierarchy".. If we're still forming perceptions and making judgments on how we serve customers (and treat co-workers) based off of gender and status.. are we really doing our jobs as socially responsible citizens to improve our society for everyone's benefit?
-
- Jul 2015
-
www.relevantmagazine.com www.relevantmagazine.com
-
We were never commissioned to demand that secular culture reflect biblical principles. We were commissioned to reflect biblical principles in the middle of secular culture, pointing to God’s redemptive story.
-
- Jan 2014
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
-
Data reuse. Respondents were asked to indicate whether they have the sole responsibility for approving access to their data. Of those who answered this question, 43% (n=545) have the sole responsibility for all their datasets, 37% (n=466) have for some of their datasets, and 21% (n=266) do not have the sole responsibility.
-
-
www.dataone.org www.dataone.org
-
The Data Life Cycle: An Overview The data life cycle has eight components: Plan : description of the data that will be compiled, and how the data will be managed and made accessible throughout its lifetime Collect : observations are made either by hand or with sensors or other instruments and the data are placed a into digital form Assure : the quality of the data are assured through checks and inspections Describe : data are accurately and thoroughly described using the appropriate metadata standards Preserve : data are submitted to an appropriate long-term archive (i.e. data center ) Discover : potentially useful data are located and obtained, along with the relevant information about the data ( metadata ) Integrate : data from disparate sources are combined to form one homogeneous set of data that can be readily analyzed Analyze : data are analyzed
The lifecycle according to who? This 8-component description is from the point of view of only the people who obsessively think about this "problem".
Ask a researcher and I think you'll hear that lifecycle means something like:
collect -> analyze -> publish
or a more complex data management plan might be:
ask someone -> receive data in email -> analyze -> cite -> publish -> tenure
To most people lifecycle means "while I am using the data" and archiving means "my storage guy makes backups occasionally".
Asking people to be aware of the whole cycle outlined here is a non-starter, but I think there is another approach to achieve what we want... dramatic pause [to be continued]
What parts of this cycle should the individual be responsible for vs which parts are places where help is needed from the institution?
-
-
www.alexandria.ucsb.edu www.alexandria.ucsb.edu
-
Locally and/or externally focused departments. These departments look almost exclusively to external repositories or locally-provided solutions. To the extent these solutions suffice, the departments may need little help from campus.
Where do faculty and researchers turn to?
Patrick:
Sciences cluster around "me" category.
Humanities clusters around "others" category.
Highlight by Chris during today's discussion.
-
Distribution of departments with respect to responsibility spheres. Ignoring the "Myself" choice, consider clustering the parties potentially responsible for curation mentioned in the survey into three "responsibility spheres": "local" (comprising lab manager, lab research staff, and department); "campus" (comprising campus library and campus IT); and "external" (comprising external data repository, external research partner, funding agency, and the UC Curation Center). Departments can then be positioned on a tri-plot of these responsibility spheres, according to the average of their respondents' answers. For example, all responses from FeministStds (Feminist Studies) were in the campus sphere, and thus it is positioned directly at that vertex. If a vertex represents a 100% share of responsibility, then the dashed line opposite a vertex represents a reduction of that share to 20%. For example, only 20% of ECE's (Electrical and Computer Engineering's) responses were in the campus sphere, while the remaining 80% of responses were evenly split between the local and external spheres, and thus it is positioned at the 20% line opposite the campus sphere and midway between the local and external spheres. Such a plot reveals that departments exhibit different characteristics with respect to curatorial responsibility, and look to different types of curation solutions.
This section contains an interesting diagram showing the distribution of departments with respect to responsibility spheres:
http://www.alexandria.ucsb.edu/~gjanee/dc@ucsb/survey/plots/q2.5.png
-
Responsibility, myself versus others. It may appear that responses to the question of responsibility are bifurcated between "Myself" and all other parties combined. However, respondents who identified themselves as being responsible were more likely than not to identify additional parties that share that responsibility. Thus, curatorial responsibility is seen as a collaborative effort. (The "Nobody" category is a slight misnomer here as it also includes non-responses to this question.)
This answers my previous question about this survey item:
-
Which parties do you believe have primary responsibility for the curation of your data? Almost all respondents identified themselves as being personally responsible.
For those that identify themselves as personally responsible would they identify themselves (or their group) as the only ones responsible for the data? Or is there a belief that the institution should also be responsible in some way in addition to themselves?
-
Researchers view curation as a collaborative activity and collective responsibility.
-