- Last 7 days
-
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/
-
-
Local file Local file
-
CHILD DEVELOPMENT PERSPECTIVES
The article is found in this scholarly journal.
-
-
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.
-
-
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.
-
-
www.websoptimization.com www.websoptimization.com
-
Best Payment Solutions To Manage The Marketplace in 2021
Looking For Top Marketplace Payments Platforms To Integrate With Your eCommerce Business? Here Is The List Of Best Marketplace Payment Solutions For 2021.
-
-
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!!
-
-
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/
-
-
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.
-
- Feb 2021
-
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
-
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.
-
-
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.
-
-
trailblazer.to trailblazer.to
-
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.
-
-
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
- fallacy: doing something because it's popular / everyone is doing it
- understand the ramifications/effects/consequences
- investing time to really understand something
- rationale
- justification for existence
- doing something without knowing why/how it works
- understand the trade-offs
- why?
- understand both sides of an issue
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
- can we do even better?
- less than ideal / not optimal
- actually consider / think about how it _should_ (ideally) be
- "makes me happy when ..."
- intentional/well-considered decisions
- doing something without knowing why/how it works
- describe the ideal hypothetical solution
- don't settle for/accept something that's not as good as it can be
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
- 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?
- 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.
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.
-
-
hypothes.is hypothes.is
-
Get Fast Cash USA: Personal Loans Online | Apply for Online Loans
Fast and easy personal loans online with a low fixed rate. Get a personal loan upto $5000. Apply for a personal loan today through Get Fast Cash USA.
Tags
- same day loans no credit checks
- direct deposit payday loans
- Personal loans online
- fast payday loans online
- payday loan no credit check
- payday loans for bad credit instant approval
- best online payday loans
- payday loans online no credit check instant approval
- payday loans online same day deposit
- emergency cash immediately bad credit
- online payday loans same day deposit
- best installment loans
- online personal loans
- payday and installment loans
- payday loans online same day deposit bad credit
Annotators
URL
-
- 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.
-
-
-
When It Makes Sense to Use Python to Build an eCommerce Website
-
-
-
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
-
selectedfirms.co selectedfirms.co
-
Best Android Libraries
We have written this article for app developers who are interested in the creation of Android Apps utilizing the latest of libraries and contributing their best towards the Android App Development Company .
-
-
selectedfirms.co selectedfirms.co
-
Best Android IDEs for App Development
IDE or Integrated Development Environment refers to the toolset or package of solutions that mobile app developers use for building an app, maintaining a faster development cycle while keeping all standard practices. An IDE takes care of all tasks in the development cycle ranging from app design, coding, code compiling, testing, and debugging.
For Android app developers, there are several credible and acclaimed IDEs in the market. Here we have picked the top android development IDEs preferred by most app developers around the world.
-
-
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/
-
-
steelkiwi.com steelkiwi.com
-
Innovative Online Ordering for Restaurants
"Well-served customers are happy customers. You don’t want to keep your guests waiting for ages to get their food. The good news is that you can deliver without delays or errors by creating online ordering system for your restaurant. In this article, we’ll talk about business process automation and how an online ordering system can help you boost the performance of your restaurant, reduce staff turnover, lower labor costs, and introduce a technological touch that can create an alluring restaurant experience."
-
-
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
- open source community
- opportunity
- community building
- reverting a previous decision/change/commit
- receiving feedback
- community relations
- helping others to learn
- opportunity to improve/fix something
- online community
- wiki model
- pull request workflow
- reverting: creates negative experience
- community (for a project or product)
- encouraging feedback
- relationship (people)
- helping others
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.
-
-
vocal.media vocal.media
-