Ah yes, excactly the right answer. Img tags are for information, css backgrounds are for layout.
- Apr 2021
-
stackoverflow.com stackoverflow.com
-
-
unix.stackexchange.com unix.stackexchange.com
-
The expect wait command returns more arguments if the spawned process is killed but unbuffer just always returns the 3rd argument.
-
-
writefreely.org writefreely.org
-

Since a lot of this is guaranteed to be seen as arcane magic, maybe this is an opportune place for the UI hooks for a conversational/palette-based UI? Maybe
>>
to set it off?
-
-
empty.sourceforge.net empty.sourceforge.net
-
In some cases empty can be the simplest replacement for TCL/expect or other similar programming tools because empty:
-
-
en.wikipedia.org en.wikipedia.org
-
Windows Subsystem for Linux, also known as WSL, is a compatibility layer for running Linux binary executables natively on Windows 10 using a Linux image
-
-
stackoverflow.com stackoverflow.com
-
I also added --return and used long options, to make this command a little less inscrutable:
first sighting: "inscrutable" Nice word!
-
-
meta.stackexchange.com meta.stackexchange.com
-
With Stack Overflow for Teams being a flexible platform, we’ve seen customers use it for a wide variety of use cases: A platform to help onboard new employees A self-serve help center to reduce support tickets Collaboration and documentation to drive innersource initiatives Breaking down silos and driving org wide transformation like cloud migration efforts A direct customer support platform Enable people who are working towards a common goal, whether a startup or a side project, to develop a collective knowledge base
-
-
unix.stackexchange.com unix.stackexchange.com
-
sed can do so much more, but is totally overkill for this. tr is the right tool for THIS job, but knowledge of sed and regexes will certainly come in handy later!
-
I'm posting this question to help other users, it was not easy to find a useful answer on UNIX SE until I started to type this question.
-
-
bugzilla.samba.org bugzilla.samba.org
-
The script support/rsync-no-vanished that will be in the next release.
-
-
www.howtogeek.com www.howtogeek.com
-
The standard ext4 Linux file system also allocates space for a file-creation timestamp in its internal file system structures, but this hasn’t been implemented yet. Sometimes, this timestamp is populated, but you can’t depend on the values in it.
-
-
www.washingtonpost.com www.washingtonpost.com
-
Emails show Trump officials celebrate efforts to change CDC reports on coronavirus—The Washington Post. (n.d.). Retrieved April 12, 2021, from https://www.washingtonpost.com/health/2021/04/09/cdc-covid-political-interference/
Tags
- scientific integrity
- response
- government
- Donald Trump
- politics
- scientific practice
- USA
- children
- lang:en
- CDC
- political interference
- scientific advice
- Centers for Disease Control and Prevention
- schools
- is:article
- bad science
- science
- data
- economy
- public health
- COVID-19
- misinformation
- Trump
Annotators
URL
-
-
www.digitalmappa.org www.digitalmappa.org
-
DM gives you simple but/and powerful tools to mark up, annotate and link your own networked collections of digital images and texts. Mark up your image and text documents with highlights that you can then annotate and link together. Identify discreet moments on images and texts with highlight tools including dots, lines, rectangles, circles, polygons, text tags, and multiple color options. Develop your projects and publications with an unlimited number of annotations on individual highlights and entire image and text documents. Highlights and entire documents can host an unlimited number of annotations, and annotations themselves can include additional layers of annotations. Once you've marked up your text and image documents with highlights and annotations, you can create links between individual highlights and entire documents, and your links are bi-directional, so you and other viewers can travel back and forth between highlights. Three kinds of tools, entire digital worlds of possible networks and connections.
This looks like the sort of project that @judell @dwhly @remikalir and the Hypothes.is team may appreciate, if nothing else but for the user interface set up and interactions.
I'll have to spin up a copy shortly to take a look under the hood.
-
-
www.stefanjudis.com www.stefanjudis.com
-
Could this maybe be used when publishing content on third party sites to ping your own website?
-
-
www.homedepot.com www.homedepot.com
-
Full disclosure: I have been provided with a free Ryobi One + Cordless 4 gallon backpack chemical sprayer for review purposes. I don’t know anyone who works for the manufacturer and have no affiliation with Ryobi. The following review is my honest opinion and has not been influenced by the free product.
-
-
www.amazon.com www.amazon.com
-
I'm a real person and did NOT receive this item at a discount in lieu of a positive review. By clicking "helpful" at the bottom of this review, it will help move "real" reviews to the top. Thanks in advance.
-
-
store.steampowered.com store.steampowered.com
-
Not really sure who the audience is... the puzzles are a bit too difficult for kids but won't tax adults very much at all--some bare bones hidden object, match-3 and peg hopping.
-
-
www.metacritic.com www.metacritic.com
-
Taken as a whole it disappoints, which is a shame as, beneath the adorable exterior, the concept has far more potential than what has been achieved.
-
-
store.steampowered.com store.steampowered.com
-
Good game with some place for improvements. It has potential.
-
This is a good game, but it has potential to become an even greater game.
-
-
careerfoundry.com careerfoundry.com
-
Many designers strive to create products that are so easy to navigate, their users can flow through them at first glance. To design something with this level of intuitiveness, it’s imperative designers understand affordances—what they are and how to use them.
-
-
css-tricks.com css-tricks.com
-
dare.uva.nl dare.uva.nl
-
role of for-profit companies
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
Of course, there is no reason why you can't use <aside> for all sidenotes, if it makes your code simpler. Think of it as civil disobedience. :)
-
-
code.visualstudio.com code.visualstudio.com
-
We are continuing an overhaul of our default startup editor in order to provide relevant extension-contributed tips and walkthroughs, intended to make both core VS Code features and extension contributions more approachable to new users.
-
-
psyarxiv.com psyarxiv.com
-
Chambon, Monique, Jonas Dalege, Lourens Waldorp, Han van der Maas, Denny Borsboom, and Frenk van Harreveld. ‘A Complex Systems Perspective on Compliance with Behavioral Measures during the COVID-19 Pandemic in the Netherlands: How Psychological Networks Can Inform Interventions.’ PsyArXiv, 31 March 2021. https://doi.org/10.31234/osf.io/fmu9w.
-
-
github.com github.com
-
# unauthenticated do # as :user do # root to: 'devise/registrations#new' # end # end
-
# authenticated :user, lambda {|u| u.role == "admin"} do # root to: "admin/dashboard#show", as: :user_root # end
-
-
github.com github.com
-
Scholar@UC: University of Cincinnati's self-submission institutional repository
-
-
github.com github.com
-
class LoggedInConstraint def self.matches?(request) request.env['warden'].authenticate? end end
(have not tried)
-
-
stackoverflow.com stackoverflow.com
-
class AuthConstraint def initialize(&block) @block = block || ->(_) { true } end def matches?(req) user = current_user(req) user.present? && @block.call(user) end def current_user(req) User.find_by_id(session[:user_id]) end end This is a flexible approach to defining route access based on any desired variable (roles, auth, etc...)
Good solution, and might be needed if you want to base routes on roles, etc. — but this one is even easier if all you need is for it to be conditional based on signed in or not (because devise provides authenticated helper):
-
-
stackoverflow.com stackoverflow.com
-
authenticated :user do root 'calendars#index', as: :authenticated_root end unauthenticated :user do root 'pages#home', as: :unauthenticated_root end
-
- Mar 2021
-
hyperlink.academy hyperlink.academy
-
A great little outline for how to do class retrospectives. While there's a lot of subtlety and a huge gradient between individual learners many of the methods and pro/con lists help to show the differences between them. I'd be curious to see one try all (or as many as possibly) to cover as many of the eventualities as possible.
Too often teachers don't bother with these, but they can be incredibly useful, particularly for helping to attempt to improve future incarnations, as well as to guard against the curse of knowledge.
I like that hyperlink.academy is doing some of the necessary work to expose their teachers to this sort of material. Too often it is only done in the academy in perfunctory ways which aren't designed to improve anything. Additionally the academy provides little, if any, training in the areas of pedagogy. Hyperlink.academy is making strides to provide some of this material and doing a reasonable job of exposing their teachers to it.
-
We encourage course creators to dedicate time in their courses for a retro. Every cohort of a course is an experiment shaped by all participants, and what you learn can improve the course in important ways. Getting good feedback from learners is a key part of making sure that the course is always evolving in the right direction.
This really should be done each class and even down to the atomic level as just once at the end is not going to pull out enough to be as beneficial as one might hope to help to overcome the curse of knowledge.
-
-
github.blog github.blog
-
Some pesky non-human users (namely computers) have taken to “hotlinking” assets via the raw view feature — using the raw URL as the src for a <script> or <img> tag.
-
The key point is that this is a feature to improve the experience of our human users.
-
-
www.usich.gov www.usich.gov
-
Recognizing the role that federal leadership can play in breaking this cycle, the Council is pursuing steps to reduce criminal justice system involvement among people experiencing homelessness, both by reducing the criminalization of homelessness and the return of people from correctional settings to homelessness. Specific action areas include:
criminals make up poor people crazy stuff mannnn
-
-
trailblazer.to trailblazer.to
-
TRAILBLAZER-STORY will follow as it turned out to be inevitable for setting up application state for tests. Instead of fumbling around with factories and traits in your tests, you “tell a story” about what to create in which order, easily customizable, and all written using activities.
-
With all this “monetization” happening around Trailblazer, we will also make sure that all free and paid parts of the project grow adult and maintan an LTS - or long-term support - status. Those are good news to all you users out there having been scared to use gems of this project, not knowing whether or not they’re being maintained, breaking code in the future or making your developers addicted to and then cutting off the supply chain. Trailblazer 2.1 onwards is LTS, and the last 1 ½ years of collaboration have proven that.
Tags
- support: peace of mind for those that have it
- stability
- trailblazer-story
- long-term support (LTS)
- stability (API not changing)
- maintenance status: knowing that it is maintained (peace of mind)
- Trailblazer: operations as replacement for test factories
- stability (works well enough / has few enough bugs)
Annotators
URL
-
-
trailblazer.to trailblazer.to
-
Using operations as test factories is a fundamental concept of Trailblazer to remove buggy redundancy in tests and manual factories.
this doc superseded by: https://trailblazer.to/2.1/docs/trailblazer.html#trailblazer-test-helpers-factory
-
-
trailblazer.to trailblazer.to
-
It is absolutely advisable to use factory in combination with let. let(:song) { factory( Song::Create, { title: "Timebomb", band: "Rancid" } ) }
-
You should always use operations as factories in tests.
-
There are several helpers to deal with operation tests and operations used as factories.
-
-
threadreaderapp.com threadreaderapp.com
-
www.fastcompany.com www.fastcompany.com
-
This covers a lot of material in the other article I read this morning.
-
-
www.scientificamerican.com www.scientificamerican.com
-
Oreskes, N. (n.d.). Jeffrey Epstein’s Harvard Connections Show How Money Can Distort Research. Scientific American. https://doi.org/10.1038/scientificamerican0920-84
-
-
www.washingtonpost.com www.washingtonpost.com
-
Farzan, A. N. (n.d.). Philadelphia let ‘college kids’ distribute vaccines. The result was a ‘disaster,’ volunteers say. Washington Post. Retrieved 26 February 2021, from https://www.washingtonpost.com/nation/2021/01/27/philly-fighting-covid-vaccine/
-
-
www.hprubse.nihr.ac.uk www.hprubse.nihr.ac.uk
-
Spread Germ Defence, not the virus! (n.d.). Retrieved March 1, 2021, from http://www.hprubse.nihr.ac.uk/news/spread-germ-defence-not-the-virus/
-
-
-
Q: So, this means you don’t value hearing from readers?A: Not at all. We engage with readers every day, and we are constantly looking for ways to hear and share the diversity of voices across New Jersey. We have built strong communities on social platforms, and readers inform our journalism daily through letters to the editor. We encourage readers to reach out to us, and our contact information is available on this How To Reach Us page.
We have built strong communities on social platforms
They have? Really?! I think it's more likely the social platforms have built strong communities which happen to be talking about and sharing the papers content. The paper doesn't have any content moderation or control capabilities on any of these platforms.
Now it may be the case that there are a broader diversity of voices on those platforms over their own comments sections. This means that a small proportion of potential trolls won't drown out the signal over the noise as may happen in their comments sections online.
If the paper is really listening on the other platforms, how are they doing it? Isn't reading some or all of it a large portion of content moderation? How do they get notifications of people mentioning them (is it only direct @mentions)?
Couldn't/wouldn't an IndieWeb version of this help them or work better.
-
-
muhlenbergcollege.instructure.com muhlenbergcollege.instructure.com
-
These productions were white washed so that white people would be comfortable and enjoy viewing. There was no way that a production of this time would portray slavery in a way that made white people look like they were doing anything wrong.
-
-
en.wikipedia.org en.wikipedia.org
-
I've come across about 20 reference for Ivan Illitch over the past month. Not sure what is driving it. Some mentions are coming out of educator circles, others from programmers, some from what I might describe as "knowledge workers" (digital gardeners/Roam Cult/Obsidian crowds). One tangential one was from someone in the hyperlink.academy crowd.
Here's a recent one from today that popped up within a thread shared in IndieWeb chat:
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>Ivan Illich continues to be even more more relevant than he was at the height of his New Left popularity. Conviviality in the digital tools we use has continued to wither https://t.co/D88V6KL7Ez pic.twitter.com/OFDYTjXyCn
— Count Bla (@123456789blaaa) March 15, 2021Deschooling Society and Tools for Conviviality look very interesting. Perhaps they've distilled enough that their ideas are having a resurgence?
-
He wrote that "[e]lite professional groups ... have come to exert a 'radical monopoly' on such basic human activities as health, agriculture, home-building, and learning, leading to a 'war on subsistence' that robs peasant societies of their vital skills and know-how. The result of much economic development is very often not human flourishing but 'modernized poverty', dependency, and an out-of-control system in which the humans become worn-down mechanical parts."[13] Illich proposed that we should "invert the present deep structure of tools" in order to "give people tools that guarantee their right to work with independent efficiency."[34]
Amazon anyone?
-
the need to develop new instruments for the reconquest of practical knowledge by the average citizen.
This fits into the idea of older knowledge and memory systems of indigenous peoples
-
-
www.mobindustry.net www.mobindustry.net
-
www.thelancet.com www.thelancet.com
-
Green, Andrew. ‘A Tribute to Some of the Doctors Who Died from COVID-19’. The Lancet 396, no. 10264 (28 November 2020): 1720–29. https://doi.org/10.1016/S0140-6736(20)32478-8.
-
-
github.com github.com
-
Looks like an interesting way to transport Hypothes.is annotations to [[Obsidian]].
-
-
github.com github.com
-
A command line tool for placing Hypothes.is annotations into [[Obsidian]].
-
-
danallosso.substack.com danallosso.substack.com
-
are just discovering it,
I know exactly what you mean. My experience? There are very few tools worth adopting for the long haul, ones that repay the time invested. Hypothes.is is a worthwhile investment of time and talent. I would not advocate for its use to my students if I did not think it was a net gain in the brain.
-
-
www.chevtek.io www.chevtek.io
-
-
Write modules for publication, even if you only use them privately. You will appreciate documentation in the future.
-
Sure sometimes my changes get rejected, but it almost always comes with a reason why and I can work together with the maintainer to come up with a sensible solution to my issue.
Tags
- rejecting a proposal/change request/pull request
- write/document it as if it will be published even if only will use privately/internally (for the benefit of future self) (maintain rigor without shortcuts)
- micropackages
- well-written
- argument for
- for the benefit of future self
- provide reasons for rejecting a proposal
Annotators
URL
-
-
blog.izs.me blog.izs.me
-
All too often, people get hung up on the wrong aspects of the Unix Philosophy, and miss the forest for the trees
-
-
www.merriam-webster.com www.merriam-webster.com
-
en.wikipedia.org en.wikipedia.org
-
non-regression testing
That would probably be a better name because you're actually testing/verifying that there hasn't been any regression.
You're testing for the absence of regression. But I guess testing for one also tests for the other, so it probably doesn't matter. (If something is not true you know it is false, etc.)
-
-
tobeagile.com tobeagile.com
-
The number one problem that I see developers have when practicing test-first development that impedes them from refactoring their code is that they over-specify behavior in their tests. This leads developers to write more tests than are needed, which can become a burden when refactoring code.
-
-
www.sitepoint.com www.sitepoint.com
-
JavaScript needs to fly from its comfy nest, and learn to survive on its own, on equal terms with other languages and run-times. It’s time to grow up, kid.
-
If JavaScript were detached from the client and server platforms, the pressure of being a monoculture would be lifted — the next iteration of the JavaScript language or run-time would no longer have to please every developer in the world, but instead could focus on pleasing a much smaller audience of developers who love JavaScript and thrive with it, while enabling others to move to alternative languages or run-times.
-
As to opinions about the shortcomings of the language itself, or the standard run-times, it’s important to realize that every developer has a different background, different experience, different needs, temperament, values, and a slew of other cultural motivations and concerns — individual opinions will always be largely personal and, to some degree, non-technical in nature.
Tags
- runtime environment
- everyone has different background/culture/experience
- software project created to address shortcomings in another project
- programming languages
- neutral ground
- avoid giving partiality/advantage/bias to any specific option
- software freedom
- competition in open-source software
- JavaScript
- JavaScript: as a process VM
- programming languages: choosing the best language for the job
- +0.9
- good point
- software preferences are personal
- everyone has different preferences
- annotation meta: may need new tag
- good idea
- non-technical reasons
- reaction / reacting to
- what is important/necessary for one person may not be for another
- neutral/unbiased/agnostic
- level playing field
- separation of concerns
Annotators
URL
-
-
www.inuse.se www.inuse.se
-
I searched for a replacement, but the list of plug-ins had 5000 items and the search function couldn't find anything of the same kind...
-
-
github.com github.com
-
This is a copy of the "AMD" document in the repo, kept here to maintain historical links. If this document differs from the one in the repo, the repo version is the correct one.
Why not just make this document empty (besides a link) and link/redirect to the canonical version?
That way it is impossible for them to disagree.
Tags
- canonical version
- avoid duplication: impossible for them to disagree/diverge if there's only one version/copy
- I have a question about this
- avoid duplication
- make it impossible to get wrong/incorrect
- maintaining redirect/copy at old URL in order to maintain historical links (broken links)
Annotators
URL
-
-
github.com github.com
-
Unfortunately, given how widely used concat_javascript_sources is, this required changing a lot of tests. It would be nice if we could remove some of the duplication in these tests (so that similar changes would not require updating this many tests), but that can come in another PR.
-
-
github.com github.com
-
github.com github.com
-
github.com github.com
-
Money could be good if it is spent to provide some of the above things. Money on it's own is hard because then it means I would have to spend time book-keeping and managing instead of programming.
-
I think that's fine, but I also don't particularly care about @mikeycgto's desire to not have the linking comment be present in the minified JS.
-
-
-
let me know if you've got more issues (by opening a new issue)
-
I'm trying to get official time at work to dedicate to source maps, and haven't made much progress there.
-
-
docs.openfaas.com docs.openfaas.com
-
OpenFaaS is hosted by OpenFaaS Ltd (registration: 11076587), a company which also offers commercial services, homepage sponsorships, and support.
-
-
faastruby.io faastruby.io
-
On the “lows” side, I’d say the worst thing was the impact of not being present enough for my family. I was working a full-time job and doing faastRuby on nights and weekends. Here I want to give a big shout out to my wife. She supported me through this and didn’t cut my head off in the process.
-
-
www.codetriage.com www.codetriage.com
-
Better yet, send them a link to this page to help them understand why and how to make an example app:
-
-
tylergaw.com tylergaw.com
-
The source for all versions is available on GitHub.
-
This is a non-exhaustive list of other things I love;
-
Designing and writing code get me money so I can have food so they get a lot of my attention.
-
-
stackoverflow.com stackoverflow.com
-
[...document.querySelectorAll("*")].filter(e => e.childNodes && [...e.childNodes].find(n => n.nodeValue?.match("❤")))
-
function contains(selector, text) { var elements = document.querySelectorAll(selector); return [].filter.call(elements, function(element){ return RegExp(text).test(element.textContent); }); }
-
-
stackoverflow.com stackoverflow.com
-
Array.from(document.querySelectorAll('div')) .find(el => el.textContent === 'SomeText, text continues.');
-
-
jangawolof.org jangawolof.orgPhrases1
-
Dafa ànd ak moroom yi àll ba, fori aloom.
Il est allé dans la brousse ramasser des fruits de Diospyros avec ses camarades.
dafa -- he/she.
ànd v. / ànd bi -- to be together, to go together; copulate; going together, fellowship; placenta.
ak -- and, with, etc.
moroom mi -- comrade of the same age group, equal, companion, neighbor.
yi -- the (plural).
àll bi -- large expanse of uninhabited land, bush; distant, as opposed to home.
ba -- the (indicates distance).
for+i (for) v. -- to pick up.
aloom bi -- edible fruit of Diospyros mespiliformis (aloom gi for the tree).
-
-
www.theguardian.com www.theguardian.com
-
Grover, Natalie. ‘Should Primary Schoolchildren Be Made to Wear Masks?’ The Guardian, 2 March 2021, sec. Education. https://www.theguardian.com/education/2021/mar/02/should-primary-schoolchildren-be-made-to-wear-masks.
-
-
trailblazer.to trailblazer.to
-
Please note that the I/O DSL is only providing the most-used requirements. Feel free to use the low-level taskWrap API to build your own variable mapping with different scoping techniques.
-
-
Local file Local file
-
CHILD DEVELOPMENT PERSPECTIVES
The article is found in this scholarly journal.
-
- Feb 2021
-
extinctionrebellion.de extinctionrebellion.de
-
Aufhänger ist die Petition, die Anfang März im Bundestag behandelt wird. Viel Hintergrund, u.a. Ausbildung in der Architektur.
-
-
www.forbes.com www.forbes.com
-
There are both broadly immunosuppressive approaches, such as high-dose corticosteroids, and more novel targeted approaches that go after inflammatory cytokine proteins
-
There are also a few effective treatments for cytokine storms despite the fact that we still do not know exactly which treatments will ultimately be developed and recommended across the board for COVID-19 related cytokine storms.
-
-
github.com github.com
-
URI::MailTo::EMAIL_REGEXP
First time I've seen someone create a validator by simply matching against
URI::MailTo::EMAIL_REGEXP
from std lib. More often you see people copying and pasting some really long regex that they don't understand and is probably not loose enough. It's much better, though, to simply reuse a standard one from a library — by reference, rather than copying and pasting!!
-
-
science.thewire.in science.thewire.in
-
They cannot simply put this article online on their blog: to be recognised as research work, it must be published in a respectable peer-reviewed journal.
Why not? Why couldn't they put their articles on their own sites or even those of the libraries of their institutions where others might read and evaluate them? annotate them? argue over all the fine points?
-
-
trailblazer.to trailblazer.to
-
While you could nest an activity into another manually, the Subprocess macro will come in handy.
-
The macro automatically wires all of Validate’s ends to the known counter-part tracks.
-
-
github.com github.com
-
Here's the last issue where source maps were discussed before the beta release.
-
-
travis-ci.org travis-ci.org
-
Testing your open source projects will always be free! Seriously. Always. We like to think of it as our way of giving back to a community that connects so many people.
Tags
Annotators
URL
-
-
cherrycreekschools.instructure.com cherrycreekschools.instructure.com
-
Did the district just not see the problem with taking away some schools busing?
-
-
trailblazer.to trailblazer.to
-
In order to invoke, or run
-
A task is often called step.
-
-
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.morozov.is www.morozov.is
-
I want to emphasize that Result is just an alternative name for the Either monad.
-
-
jrsinclair.com jrsinclair.com
-
In this article, we’ll take a look at using the ‘Either monad’ as an alternative to try...catch.
-
Don’t worry if you get confused at first. Everyone does. I’ve listed some other references at the end that may help. But don’t give up.
-
-
github.com github.com
-
Instead of dealing with a mix of before_filters, Rack-middlewares, controller code and callbacks, an endpoint is just another activity and allows to be customized with the well-established Trailblazer mechanics.
-
-
github.com github.com
-
2019.trailblazer.to 2019.trailblazer.to
-
This creates a win-win situation, you as the user have your peace of mind, and we can continue working with your funds.
-
-
github.com github.com
-
Their high degree of encapsulation makes them a replacement for test factories, too.
-
Operations completely replace the need for leaky factories.
-
-
github.com github.com
-
ActiveModel provides a powerful framework for defining callbacks. ActiveInteraction hooks into that framework to allow hooking into various parts of an interaction's lifecycle.
-
-
unix.stackexchange.com unix.stackexchange.com
-
In any case signal handling in shells is one of the least reliable and portable aspects. You'll find behaviours vary greatly between shells and often between different versions of a same shell. Be prepared for some serious hair pulling and head scratching if you're going to try to do anything non-trivial.
-
-
unix.stackexchange.com unix.stackexchange.com
-
This didn't work for me. Answering "y" somehow causes the script to finish immediately, rather than letting children continue sleeping. (Same thing if I make the signal handler function an empty no-op.) Does anyone know why it doesn't work for me or how to get it to work? It's as if the interrupt gets propagated to the child processes too so that it's no longer waiting for them.
-
Also, this code will fail if $$ is not the process group leader, such as when the script is run under strace. Since a call to setsid(2) is probably tricky from a shell script, one approach might be to ps and obtain the process group ID from that.
-
you really need #!/bin/sh -m for correct behavior of nested subshells. fg, bg, and wait wont work correctly otherwise
-
-
cdixon.org cdixon.org
-
A popular strategy for bootstrapping networks is what I like to call “come for the tool, stay for the network.” The idea is to initially attract users with a single-player tool and then, over time, get them to participate in a network. The tool helps get to initial critical mass. The network creates the long term value for users, and defensibility for the company.
This is an interesting and useful strategy. I've heard the idea several times before.
I'm curious if this is the oldest version of it? I have to imagine that there are earlier versions of it dating back to 2011 or 2012 if not earlier.
-
-
psychclassics.yorku.ca psychclassics.yorku.ca
-
stolen love from the child and infant and made it the exclusive property of the adolescent and adult
Love is not exclusive to adults and adolescents as there are many types of love. I do not believe it has been stolen but added to love in general.
-
-
www.theguardian.com www.theguardian.com
-
Ferguson, D. (2020, October 25). UK academics: opening of universities was illegal. The Guardian. https://www.theguardian.com/education/2020/oct/24/uk-academics-opening-of-universities-was
-
-
github.com github.com
-
Any idea @AaronLasseigne if this is mergeable?
-
-
github.com github.com
-
I'm sure there will be a few other people out there who eventually want something like this, since Interactions are actually a great fit for enforcing consistency in data structures when working with a schemaless NoSQL store, but obviously it's still a bit of a niche audience.
-
-
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
- justification for existence
- rationale
- understand the trade-offs
- understand both sides of an issue
- understand the ramifications/effects/consequences
- why?
- doing something without knowing why/how it works
- fallacy: doing something because it's popular / everyone is doing it
- investing time to really understand something
Annotators
URL
-
-
bid.ub.edu bid.ub.edu
-
Collaborative creation of shared knowledge
Tags
Annotators
URL
-
-
github.com github.com
-
Fork rails, add github.com/georgebrock/rails as a remote, merge this branch into rails/4.0.2 (the tag), and then use your fork of Rails: gem 'rails', github: 'yourusername/rails'
-
Sorry for the delay, life got in the way. I should have some time to pick this up again next week.
-
-
www.infoworld.com www.infoworld.com
-
By the same token, marketing or political incentives often push design idioms
-
-
-
It makes me happy to see people actually think about things and not just accept a shitty API.
Tags
- don't settle for/accept something that's not as good as it can be
- actually consider / think about how it _should_ (ideally) be
- less than ideal / not optimal
- intentional/well-considered decisions
- "makes me happy when ..."
- can we do even better?
- doing something without knowing why/how it works
- describe the ideal hypothetical solution
Annotators
URL
-
-
github.com github.com
-
We think that, although Ruby is a great language for the backend, the view should be written in languages designed for that purpose, HTML and JavaScript.
-
-
-
Writing the uniqueness validations yourself is easy so I felt it was better to leave this up to the developer
-
-
museapp.com museapp.com
Tags
Annotators
URL
-
-
news.ycombinator.com news.ycombinator.com
Tags
Annotators
URL
-
-
cherrycreekschools.instructure.com cherrycreekschools.instructure.com
-
I am wondering the same exact thing.
-
I never realized how horrible the African Americans were treated in the army during this time. They were being abused by Americans after putting their lives in danger to fight for America.
Tags
- for years were housed in segregated quarters, barred from officers’ clubs(regardless of their rank) and openly slurred, harassed and physically attacked by white American service members.
- How couldthe United States promote free elections in Germany while it was mistreating its own citizensthere, and making it harder for them to vote at home?
Annotators
URL
-
-
stevenberlinjohnson.com stevenberlinjohnson.com
-
The idea of a purely linear text is a myth; readers stitch together meanings in much more complex ways than we have traditionally imagined; the true text is more of a network than a single, fixed document.
The internet isn't a new invention, it's just a more fixed version of the melange of text, ideas, and thought networks that have existed over human existence.
First there was just the memory and indigenous peoples all over the world creating vast memory palaces to interconnect their thoughts. (cross reference the idea of ancients thinking much the way we do now from the fist episode or so of Literature and History)
Then we invite writing and texts which help us in terms of greater storage without the work or relying solely on memory. This reaches it's pinnacle in the commonplace book and the ideas of Llull's combinatorial thought.
Finally we've built the Internet which interconnects so much more.
But now we need to go back and revisit the commonplace book and memory techniques to tie them altogether. Perhaps Lynne Kelly's concept of The Third Archive is what we should perfect next until another new instantiation comes to augment the system.
-
-
www.nybooks.com www.nybooks.com
-
They also turned their reading into writing, because commonplacing made them into authors. It forced them to write their own books; and by doing so they developed a still sharper sense of themselves as autonomous individuals. The authorial self took shape in the common man’s commonplace book, not merely in the works of great writers. It belonged to the general tendency that Stephen Greenblatt has called “Renaissance self-fashioning.”
This fits into my broader developing thesis about thinking and writing as a means of evolving thought.
-
-
www.niemanlab.org www.niemanlab.org
-
“Media companies were investing a huge amount of time, money, and effort in building out these huge audiences on social media…but at the end of the day, they’re renting those audiences from social media [companies], as opposed to owning those relationships,” Donoghue said.
Media companies are spending huge amounts of time investing in social media, but they're also simultaneously renting their audiences back.
Who rents a $350/month apartment and then spends $5,000 a month sprucing it up?
-
-
www.bloglovin.com www.bloglovin.com
-
Why make A snow plow App?
The snow plow business is central in regions where heavy snowfall is a common environment situation, like Canada, Europe, Russia, North America, and others. Right when such heavy snow hinders people's regular day to day existence, there is a constant demand for snow plow. There are two sorts of business models watching out. The essential model is the contract type in which an organization would offer a contract for the entire winter or unequivocal months for their administration. In the second model, the home or business owner would contact the expert center at whatever point they need the assistance.
The contract model's obstacle is that, if there was only a couple of long stretches of heavy snowfall in the entire winter, the whole contract transforms into a bothersome expense. The on demand model prods a spike in interest during heavy snowfall, and the expenses for the equipment or the assist would be high with canning where the customer needs it. The chances for the stuff being out of reach during the hour of need are similarly high.
Right when you choose to make a snow plow app, you can offer an on demand model of administration with more straightforwardness and down to earth. Right when a customer look "snow plow administration near me", it gets more straightforward for them to find the administrations closer to them, at whatever point they need it. The drivers and the customers get connected by methods for a comparable stage, allowing them to recognize the work effectively without an unnecessary measure of authoritative commotion.
Do you need the online stage to help start your online Snow Plowing startup? Or on the other hand willing to make a tremendous proportion of advantage with authentic utilization of online Snow Plowing administrations? Hence, in this context, your answer or answer is confirmed, by then our discussion and article both will go probably as accommodating along with huge resource for you, as a business visionary, which will give the absolute nuances to dispatch your online Snow Plow On Demand administrations. Therefore, the present time and place range will wind up being the advantage or appropriate time for you as a business person to create the online mechanized presence in the overall market utilizing the latest and advanced web development apparatuses.
How our on demand organizing app functions
Pick A Service
Plan It
Relax!
The snow plow app mobile app development has opened up promising conditions for the businesses just as for individuals looking for low support/regular occupation during the season. If, despite everything that you look at the business express bits of knowledge,
The snow plowing industry gets around $22.7 billion yearly;
The total business unequivocal pay addresses 25%;
Snow and Ice the chiefs association is creating at a speed of 3.5% consistently;
These figures clearly depict that it justifies placing assets into an undertaking overseeing snow plowing to bring most prominent pay for your business. An on demand snow plow app development urges you to attract your customers with less drudgery
Starting with the benefits of snow plow app development:
By developing a snow scooping and snow plow app, you will stop a ton of regulatory work that again consumes a lot of time.;
You can enough arrangement with the entire gathering of plow bosses and monitor their working conduct.
Since it is the ideal chance to move to the credit only example, you can get prompt portions into your record. You can allow the customers to pay for the administrations using either a Mastercard or a check card or through some other portion section;
Your customers can see the assistance revives continuously;
You can connect more customers and contact them out with no issue;
Snow plow app development licenses you to meet your customer needs promptly in addition to in an exceptional way;
It will give an effortlessness of administrations to liberating the hail from snow with several ticks;
By giving strong, ensured, and top notch professionals, you can win the trust of incalculable customers;
You can take off the arrangements by offering the customers some historic feature set.
Like Uber and Lyft, each city has snow plow drivers who connect with customers, and give on demand administration. This revolutionizes the business, allowing drivers to help customers without massive contracts or the issue of phone calls.
How should a mobile app help your snow plow business?
Business expansion and web business integration
It is essential to offer a one-stop solution for your administrations, which is smartphone reasonable. Beyond your middle thing or administration, a capable app will add additional impact to your picture regard. You can in like manner arrange it with a web business stage for selling plowing and grass care stuff and additional parts. This integration will give business availability consistently. Your application will transform into a phase for certain businesses and consultants to make a reliable transaction.
Basic administration
It is conceivable to manage different resources and handle various tasks by using an application. You can coordinate resource allocation, following, and portion through the application. Such straightforward administration will put aside time and money and besides improves the versatility of the business. Beyond these, the application grants continuous after of consumer unwaveringness, director execution, and control of various variables.
10,000 foot see
Your application will be your overall viewpoint all in all business measure. You can figure out your business and resources enough. The application energizes you track the recorded background of exercises, portions, and utilization of resources. You can make a polyline on your guide and make zones for straightforward administration of your business. Such an interaction will help in improving online advantage.
So would you say you are set up to develop a snow plow app? don't hesitate to connect with our expert for startup consulting. Next time you or a companion wish getting your carport plowed was simpler, recall, there's an app for that!
Source: Snow plow app
-
-
www.honeybadger.io www.honeybadger.io
-
Our app is mostly about displaying pages of static information. We crunch a lot of data to generate a single error report page.
-
Honeybadger isn't a single page app, and it probably won't ever be. SPAs just don't make sense for our technical requirements.
-
-
colab.plymouthcreate.net colab.plymouthcreate.net
-
dynamic hub for teaching & learning praxis and community-driven academic professional development
Concise description of a broad mandate. Quite effective!
-
-
educationinnovation.pressbooks.com educationinnovation.pressbooks.com
-
unfamiliar—that is, a metaphorical Journey in which designers move into unchartered territory by attempting to formulate what hasn’t yet been formulated.
Head Scratcher: using this simple explanation of "unfamiliar" we can see that it is difficult to navigate through territory that has not been properly formed yet or mapped out.
How do we move forward as Instuctional Designers into the future of Education and Instruction?
My best efforts so far have been to never be afraid to try new models or technology to lead your instruction.
-
-
educationinnovation.pressbooks.com educationinnovation.pressbooks.com
-
Critical and creative thinkers engage in active planning and forethought to set goals, outline strategies, and determine the best methods through which they can achieve their goals
Head Scratcher: How are we promoting critical and creative thinkers in our instruction?
As a high school math teacher this can be easier at times, and more difficult at times depending on the class and the course material. At times it is easy to promote creative when dealing with honors classing and higher math courses. But when working with remedial Algebra classes it can be more difficult to promote creativity and critical thinking because of high levels of apathy and prior knowledge. Sometimes the best way to promote success in those classes is through repetition and memeorization of steps to solve common test promblems.
-
-
educationinnovation.pressbooks.com educationinnovation.pressbooks.com
-
Are designers also wasting the time of the critics?
Wow what a way to end the chapter. Are instcutional Designers wasting their time decorating their instruction or filling them with jargon that they miss the point of educating the learners.
This is a wonderful story about something that anyone could be familiar with and understand how instrucitonal design can go at times. Lending to the attractiveness and lacking on the informing side.
-
-
stackoverflow.com stackoverflow.com
-
Yes, i'm trying to find the union of two relations
I guess that's what I needed too. How much of the time can a or() be converted to a union?
-
-
10.11.66.200 10.11.66.200
-
Mr./Mrs. Cardholder, please note that we’ll not be able to assist you if you have not entered your card information using the right prompts in our Automated Telephone System/IVR. Therefore, I am going to have to transfer you to the Automated Telephone System so you can enter your card information using the relevant prompts and, if needed, press the right option to talk to one of our customer service representatives.
-
I apologize for any inconvenience this may cause you; however, your PIN must be verified in the automated system before I am able to share account specific information for your security.
-
-
opensource.stackexchange.com opensource.stackexchange.com
-
But all of these attempts misunderstand why the Open Source ecosystem is successful as a whole. The ecosystem of fairly standard licenses provides a level playing field that allows collaboration with low friction, and produces massive value for everyone involved – both to those that contribute and to those that don't. It is not without problems (there are many essential but unsexy projects that are struggling with funding), but introducing more friction won't improve the success of this ecosystem – it will just lead to some parts of the ecosystem to break off.
-
-
jakearchibald.com jakearchibald.com
-
Flexbox's strength is in its content-driven model. It doesn't need to know the content up-front. You can distribute items based on their content, allow boxes to wrap which is really handy for responsive design, you can even control the distribution of negative space separately to positive space.
-
-
css-tricks.com css-tricks.com
-
Flexbox is for one dimensional layout (row or column). CSS grid is for two dimensional layout.
-
-
stackoverflow.com stackoverflow.com
-
There is one situation where iframes are (almost) required: when the contents of the iframe is in a different domain, and you have to perform authentication or check cookies that are bound to that domain. It actually prevents security problems instead of creating them. For example, if you're writing a kind of plugin that can be used on any website, but the plugin has to authenticate on another domain, you could create a seamless iframe that runs and authenticates on the external domain.
-
-
stackoverflow.com stackoverflow.com
-
I normally try to figure out if that's a good solution for the problem before resorting to iframes. Sometimes, however, an iframe just does the job better. It maintains its own browser history, helps you segregate CSS styles if that's an issue with the content you're loading in.
-
-
stackoverflow.com stackoverflow.com
-
Usually, if you can do it without an iframe, that is a better option. I'm sure others here may have more information or more specific examples, it all comes down to the problem you are trying to solve.
-
- Jan 2021
-
groupkit.com groupkit.com
-
(optional googlesheet & zapier integration for any other email marketing software)
-
-
www.thelancet.com www.thelancet.com
-
best-available evidence—ie, in formal evidence synthesis.
-
-
synthesistraining.github.io synthesistraining.github.io
-
The courses span a suite of synthesis methods, including systematic review and systematic mapping, stakeholder engagement in evidence synthesis, and evidence synthesis technology.
-
-
onlinelibrary.wiley.com onlinelibrary.wiley.com
-
Because there is no time left for trial and error and since resources for organising a transformation into a carbon‐neutral world are inherently limited, decision‐making on climate solutions needs to be based on the best available evidence.
-
-
www.mcc-berlin.net www.mcc-berlin.net
-
Evidence synthesis, which collates, appraises, and summarises results from individual studies across an evidence base and makes them available for policy advice, is particularly well organised in the health sciences; a key role is played here by the global knowledge network Cochrane, founded in 1993 and seated in London. T
-
-
unix.stackexchange.com unix.stackexchange.com
-
Try systemctl stop docker.service. That did it for me.
-
-
bugzilla.redhat.com bugzilla.redhat.com
-
Ok, fixed it by upgrading docker
-
-
www.zdnet.com www.zdnet.com
-
Systemd problems might not have mattered that much, except that GNOME has a similar attitude; they only care for a small subset of the Linux desktop users, and they have historically abandoned some ways of interacting the Desktop in the interest of supporting touchscreen devices and to try to attract less technically sophisticated users. If you don't fall in the demographic of what GNOME supports, you're sadly out of luck.
-
-
blog.linuxmint.com blog.linuxmint.com
-
We took a stance on an issue.
-
-
ubuntu.com ubuntu.com
-
Ubuntu also supports ‘snap’ packages which are more suited for third-party applications and tools which evolve at their own speed, independently of Ubuntu. If you want to install a high-profile app like Skype or a toolchain like the latest version of Golang, you probably want the snap because it will give you fresher versions and more control of the specific major versions you want to track.
-
-
-
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.
-
-
www.emailonacid.com www.emailonacid.com
-
-
The Gmail Android app that comes pre-installed with most new Android phones contains a feature to access non-Google accounts using POP and IMAP. Unfortunately, emails accessed through this setup lack the embedded style (<style>) support as well as the support for background images.
-
-
stackoverflow.com stackoverflow.com
-
Great, I can use vw to scale text so it doesn't look puny on a desktop! Perfect... Oh. Huh, now the text is too small to read when viewed on a phone. Okay, well I can just use "max(x,y)" to make sure it doesn't get shrunk beyond a minimum size. Perfect... Oh. Hmm. Looks like "max" isn't supported properly by Chrome. Okay, well guess I'll just use "px" again.
-
-
-
I wanted to use GitHub Gists which are a wonderfully low friction way of sharing code
-
-
www.donielsmith.com www.donielsmith.com
-
Depending on what other component libraries you’ve used, you may be used to handling events by passing callback functions to component properties, or using a special event syntax – Svelte supports both, though one is usually more appropriate than the other depending on your situation. This post explains both ways.
-
-
apostrophecms.com apostrophecms.com
-
We believe good tools lead to excellent creations.
-
-
github.com github.com
-
Seems like I would trust https://github.com/AdonisLau/axios-jsonp more than this, since https://github.com/AdonisLau/axios-jsonp has more users...
Would be interesting to see a comparison or a reason why/when might prefer this project.
-
-
stackoverflow.blog stackoverflow.blog
-
Would you work for free? It is a simple but loaded question that requires additional context. Is it working to help a friend do something? Is it work that you would enjoy? Does the act of working for free give you some level of satisfaction? Your gut reaction to the question may have been a hearty, “No,” but many people volunteer for a variety of things all the time, so people will work for free when there is something in it they enjoy.
-
Open source is fundamentally good with the transparency and flexibility it brings; however, as our reliance on it goes up, the overall investment back into the ecosystem has not. It can be easy to take for granted the time and effort many developers put into open source projects. Yet it is with their time and effort that we often save our own.
-
These developers are not greedy or selfish for wanting funding for their projects. To the contrary, they want funding to keep the project alive. A person has to eat, after all. Funding the project is a means of changing the maintainer’s timeshare—allowing themselves to put time into the project that otherwise would be used for other employment. There is only so much time in a day that a person can otherwise give.
-
Funding should not be a struggle for open source projects. We embrace open source into our codebases frequently but have yet to fully embrace the idea that funding it actually helps us too. The bug fixes and feature requests need to be implemented, tested, and reviewed by someone who themselves can only put so much time into the project.
-
-
discourse.ubuntu.com discourse.ubuntu.com
-
The benefits for developers do reflect on benefits for users, with more software delivered faster and more securely.
-
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.
-
I clearly understand why snap is a safety progress on server and IoT but in my « human » usage snap is just restricting how I use my data and computer.
-
-
itsfoss.com itsfoss.com
-
Hi, I Need some help regarding my Ubuntu, is there any way to reach out to you personally ? Vote: 0 0 Share Facebook Twitter Copy link to comment Reply to SAK Copy link to comment Abhishek Prakash People's Favorite with 100+ Upvotes 30 Replies 3 weeks ago This comment is awaiting moderation Use our community forum, please.
-
-
ubuntuhandbook.org ubuntuhandbook.org
-
I can hardly fault your English. It is actually very good. I take your statement as invitation for corrections. This (being corrected by others) was the most helpful when I came to live in this my country and had to learn English very quickly. Swim or Sink, I was told.
-
-
duckduckgo.com duckduckgo.com
-
Want: "web design" "download link" Get: "download" "web design"
-
-
intellipaat.com intellipaat.com
-
This is crazy but I don't know how to do this, and because of how common the words are, it's hard to find what I need on search engines.
-
- Dec 2020
-
github.com github.com
-
Jbuilder gives you a simple DSL for declaring JSON structures that beats manipulating giant hash structures. This is particularly helpful when the generation process is fraught with conditionals and loops.
-
-
psyarxiv.com psyarxiv.com
-
Cargnino. M., Neubaum. G., Winter. S., (2020) We're a Good Match: Selective Political Friending on Social Networking Sites. PSyarxiv. Retrieved from: https://psyarxiv.com/9dmgf/
-
-
www.npmjs.com www.npmjs.com
-
Get told in big red letters when the dependency changed and you need to check that your fix is still valid.
-
No more waiting around for pull requests to be merged and published. No more forking repos just to fix that one tiny thing preventing your app from working.
This could be both good and bad.
potential downside: If people only fix things locally, then they may be less inclined/likely to actually/also submit a merge request, and therefore it may be less likely that this actually (ever) gets fixed upstream. Which is kind of ironic, considering the stated goal "No more waiting around for pull requests to be merged and published." But if this obviates the need to create a pull request (does it), then this could backfire / work against that goal.
Requiring someone to fork a repo and push up a fix commit -- although a little extra work compared to just fixing locally -- is actually a good thing overall, for the community/ecosystem.
Ah, good, I see they touched on some of these points in the sections:
- Benefits of patching over forking
- When to fork instead
-
-
github.com github.com
-
Can this be merged please, this fixes a problem I have
-
-
github.com github.com
-
Our team is building open source community tools and Svelte fits our identity as an independent labor of love with an organic community.
-
Regardless of measurable impact, Svelte resonates with our emotions and it makes for a good story.
-
-
github.com github.com
-
locked and limited conversation to collaborators
Why do they punish the rest of us (can't even add a thumb up reaction) just because someone was "talking too much" or something on this issue?
-
-
github.com github.com
-
Got a bit sidetracked into refactoring the Element visitor code, so haven't actually started on the event handler stuff per se, but that'll come soon. Element stuff is starting to feel a bit more logical and easier to follow.
-
-
developer.mozilla.org developer.mozilla.org
-
If you'd prefer, you can use a third-party library like Modernizr or Detect It to do this test for you.
-
-
jamstack.org jamstack.org
-
Serving pages and assets as pre-generated files allows read-only hosting reducing attack vectors even further. Meanwhile dynamic tools and services can be provided by vendors with teams dedicated to securing their specific systems and providing high levels of service.
-
-
jamstack.org jamstack.org
-
Because Jamstack projects don’t rely on server-side code, they can be distributed instead of living on a single server. Serving directly from a CDN unlocks speeds and performance that can’t be beat. The more of your app you can push to the edge, the better the user experience.
-
Because Jamstack markup is prebuilt, content changes won’t go live until you run another build.
-
-
jamstack.org jamstack.org
-
Better PerformanceWhy wait for pages to build on the fly when you can generate them at deploy time? When it comes to minimizing the time to first byte, nothing beats pre-built files served over a CDN.
-
-
hacks.mozilla.org hacks.mozilla.org
-
Better community building: At the moment, MDN content edits are published instantly, and then reverted if they are not suitable. This is really bad for community relations. With a PR model, we can review edits and provide feedback, actually having conversations with contributors, building relationships with them, and helping them learn.
Tags
- encouraging feedback
- relationship (people)
- community relations
- pull request workflow
- opportunity
- open source community
- reverting: creates negative experience
- wiki model
- online community
- opportunity to improve/fix something
- community (for a project or product)
- helping others to learn
- reverting a previous decision/change/commit
- helping others
- receiving feedback
- community building
Annotators
URL
-
-
github.com github.com
-
I don't think this is what really matters at the end, since whatever is the implementation the goal should be to provide a library that people actually like to use.
-