- Sep 2024
-
blog.nodejitsu.com blog.nodejitsu.com
-
Not everyone has time to adhere to the specific coding styles for a project, so if you can't do a full blown pull-request, there is NOTHING wrong with opening a pull-request that only has the intention of showing the author how you solved the problem.
-
-
www.freecycle.org www.freecycle.org
-
-
And if I need for simple service object without validation? You can use Formalism::Action, a parent of Formalism::Form.
-
- Jul 2024
-
nathanbeck.eu nathanbeck.eu
-
It may be a romantic notion and an impossible dream for most, but to the poet, by instead wasting his life reflecting on the world through the medium of poetry, he has gained everything in the production of nothing.
Link to Odell’s “How to Do Nothing”
-
- Apr 2024
-
www.youtube.com www.youtube.com
-
The Ultimate Sacrifice for Luffy Explained - Why Zoro Took Luffy's Pain
Tags
Annotators
URL
-
- Feb 2024
-
Local file Local file
-
Knowing is not a rationale for not acting. Can we doubt that knowl-edge has become a weapon we wield against ourselves?
-
But many other people who know about the dangers still seemstrangely silent. When pressed, they trot out the “this is nothing new”riposte—as if awareness of what could happen is response enough.They tell me, There are universities filled with bioethicists who studythis stuff all day long. They say, All this has been written about before,and by experts. They complain, Your worries and your arguments arealready old hat.
For so many issues we face the "nothing new" argument seems to abound. It's not just the bioethics issues Joy points out, but even things like fascism and Nazism.
How to better argue these points for society so we aren't always having to re-hoe the same row?
-
- Dec 2023
-
www.wired.com www.wired.com
-
“Various people asked to do various things with it, and they referred them to this guy who didn't respond,” Brand says. “And so it was just frustrating for decades.”
-
-
docdrop.org docdrop.org
-
this God is very clearly a 00:09:27 human invention now it doesn't mean it's necessarily bad and it doesn't certainly doesn't mean it's unimportant the fictional stories humans invent are some of the most powerful forces in history 00:09:40 and very often they can also be positive forces there is nothing inherently wrong in fiction
-
for: quote - Yuval Noah Harari, quote - nothing wrong with fictions
-
quote -This God is very clearly a human invention. Now it doesn't mean it's necessarily bad. It doesn't certainly mean its unimportant.
- author: Yuval Noah Harari
-
-
- Jan 2023
-
github.com github.com
-
Do you plan to continue merging MR and releaseing new versions for this Gem? I don't think there is any similar gem like this, so it would be sad to see it fade away.
-
- Dec 2022
-
www.youtube.com www.youtube.com
-
https://www.youtube.com/watch?v=nzhgaeJmPDU
novamov.com has copy of whole film Much Ado About Nothing
-
- Oct 2022
- Jun 2022
-
twitter.com twitter.com
-
This touched a nerve this week: “thinking is generally thought of as doing nothing in a production-oriented culture, and doing nothing is hard to do” (Rebecca Solnit, Wanderlust)
-
- Feb 2022
-
bvsd.schoology.com bvsd.schoology.com
-
bvsd.schoology.com bvsd.schoology.com
- Sep 2021
-
stackoverflow.com stackoverflow.com
-
The important thing to understand is that there is no such thing as a class method in Ruby. A class method is really just a singleton method. There is nothing special about class methods. Every object can have singleton methods. We just call them "class methods" when the object is a Class because "singleton method of an instance of Class" is too long and unwieldy.
-
- Jun 2021
-
github.com github.com
-
Whether you agree or not, to me there's nothing in this world that is entirely apolitical - when there are people there is politics. You don't have to agree with my views, nor do I expect you to. Diversity and disagreement is what drives mankind forward.
-
- Mar 2021
-
www.chevtek.io www.chevtek.io
-
I would much rather have a "cosine" module than a "trigonometry" module because chances are good I only need a small fraction of the utilities provided by the larger trig module.
-
Second, I don't agree that there are too many small modules. In fact, I wish every common function existed as its own module. Even the maintainers of utility libraries like Underscore and Lodash have realized the benefits of modularity and allowed you to install individual utilities from their library as separate modules. From where I sit that seems like a smart move. Why should I import the entirety of Underscore just to use one function? Instead I'd rather see more "function suites" where a bunch of utilities are all published separately but under a namespace or some kind of common name prefix to make them easier to find. The way Underscore and Lodash have approached this issue is perfect. It gives consumers of their packages options and flexibility while still letting people like Dave import the whole entire library if that's what they really want to do.
-
-
github.com github.com
-
I'd suggest there ought to be config to disable source maps specifically, and specifically for either CSS or JS (not alwasy both), without turning off debug mode. As you note, debug mode does all sorts of different things that you might want with or without source maps.
-
-
github.com github.com
-
There's not a way to do it at the moment without enabling all debug features.
-
- Feb 2021
-
www.huffpost.com www.huffpost.com
-
If you ask my former students, they will tell you that as a teacher, my goal is to do nothing. I dream of the day when I can sit at my desk, feet propped up, reading a book, while the classroom bursts with activity and learning around me.
-
-
-
However, sometimes actions can't be rolled back and it is unfortunately unavoidable. For example, consider when we send emails during the call to process. If we send before saving a record and that record fails to save what do we do? We can't unsend that email.
-
I typically save everything I can first, and then call the side-effects afterwards. If the side-effects fail I can handle them elsewhere and retry when necessary.
-
- Jan 2021
-
core.ac.uk core.ac.uk
-
No doubt privacyis valuable to people who have mischief to hide, but that is not enoughto make it generally worth protecting. However, it is enough to re-mind us that whatever value privacy has, it also has costs. The moreprivacy we have, the more difficult it is to get the information that
Privacy is valuable to people who have mischief to hide. This is not enough to make it worth protecting, but it tells us that there is also a cost.
Tags
Annotators
URL
-
- Nov 2020
-
github.com github.com
-
I guess I was just waiting for some interest from a maintainer, since there's not much point in wasting my time on developing this if the maintainers aren't even interested in this feature.
-
-
www.benkuhn.net www.benkuhn.net
-
When you’re implementing a bad plan yourself, instead of having a mentor bail you out by fixing it, a few really useful things happen:You learn many more details about why it was a bad idea. If someone else tells you your plan is bad, they’ll probably list the top two or three reasons. By actually following through, you’ll also get to learn reasons 4–1,217.You spend about 100x more time thinking about how you’ll avoid ever making that type of mistake again, i.e., digesting what you’ve learned and integrating it into your overall decision-making.By watching my mistakes and successes play out well or badly over the course of months, I was able to build much more detailed, precise models about what does and doesn’t matter for long-term codebase health. Eventually, that let me make architectural decisions with much more conviction.
There's a benefit to embarking on a challenge without a more experienced authority to bail you out.
- You learn many more details about why it's a bad idea.
- The lessons you learn in terms of how to avoid the mistakes you made stick with you longer
(I would add that the experience is more visceral, it activates more modalities in your brain, and you remember it much more clearly.)
These types of experiences result in what the author calls more "detailed, precise models". For me they result in a sort of intuition.
-
- Oct 2020
-
stackoverflow.blog stackoverflow.blog
-
no one wants to feel like their time is wasted
-
There is this black hole syndrome where you spend hours working on something and get no feedback.
-
- Sep 2020
-
-
Can you try to delete node_modules folder and package-lock.json file.
-
clean node_modules
-
Between each step I did rm -rf node_modules package-lock.json && npm i. Just to be sure
-
- Jul 2020
-
-
If all your styles are !important, then none of your styles are important.
-
-
css-tricks.com css-tricks.com
-
Using !important in your CSS usually means you’re narcissistic & selfish or lazy. Respect the devs to come…
-
- May 2020
-
gitlab.com gitlab.com
-
It seems weird to me that we are trying to enforce commit messages when they are not really visible or used in the GitLab workflow at all. This is what you see most of the time when interacting with the commit list. I've taken time to compose a nice descriptive body and it is hidden by default:
-
- Jun 2019
-
hypothes.is hypothes.is
-
In the play Much Ado About Nothing, the concepts of love and romance are concretized in two different forms, represented by the relationship between Claudio and Hero, and the relationship between Beatrice and Benedick. These two couples express their love in contrasting ways, with Claudio and Hero’s relationship representing the more traditional lust filled romance, and that of Beatrice and Benedick representing a much more unconventional relationship. At first, this unconventional romance seems to lack love but in the end, it endures longer than Claudio and Hero’s does. The issue with the latter relationship is that it seems to be forced by tradition and even though there is much love or. lust at the surface of the relationship, it’s substance proves to be quite shallow. This is why trust quickly becomes a major issue. In Beatrice and Benedick’s lackluster relationship, the key factor is that although there seems to be less love in the romantic sense, there is much more thinking which overpowers the emotional aspect. This is why the shallow issues which usually befall a conventional couple are not a problem for Beatrice and Benedick. In a sense, Shakespeare is using irony to make the statement that conventional love, filled only with emotion is what leads to a faulty relationship.
-
- Oct 2018
-
forboredom.com forboredom.com
-
Do you do you OMG jinx Go ahead no no you go first Naaaa after u no but I interrupted you tho On the contrary I'm tired we're not in shape how about a little deep breathing I'm tired of breathing word
Mimicking content/ information
-
- Jul 2018
-
engineeringblog.yelp.com engineeringblog.yelp.com
-
At Yelp, SQLAlchemy is used to describe all models in our databases.
-
- Oct 2016
-
hypothes.is hypothes.is
-
Annotations are either public and visible to everyone or private and visible only to you
this is my annotation
Tags
Annotators
URL
-