3,236 Matching Annotations
  1. Apr 2021
    1. 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
    1. 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.

    1. 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):

      https://hyp.is/lRq8tpNXEeuNn_9NxqJvdA/stackoverflow.com/questions/32407598/rails-4-devise-set-default-root-route-for-authenticated-users

  2. Mar 2021
    1. 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.

    2. 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.

    1. 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

    1. 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.
    1. 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.

    1. 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:

      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, 2021
      <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

      Deschooling Society and Tools for Conviviality look very interesting. Perhaps they've distilled enough that their ideas are having a resurgence?

    2. 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?

    1. 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.

    1. 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.
    2. 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.
    1. 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).

      https://www.youtube.com/watch?v=nL4iHgp5ejk

  3. Feb 2021
    1. 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!!

    1. 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?

    1. 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.
    1. 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.

    1. 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.

    1. 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.

    1. 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.

    1. “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?

    1. 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

    1. 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.

    1. 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.

    1. 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.

    1. 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.
    1. 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.
    1. 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.
  4. Jan 2021
    1. 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
    1. 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.
    1. 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.
    1. 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.
    1. 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.
    2. 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.
    3. 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.
    1. 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.
  5. Dec 2020
    1. 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