24 Matching Annotations
- Nov 2024
-
-
“There are a lot of people who mistakenly think intelligibility is the standard. ‘Oh, you knew what I was saying.’ Well, that’s not the standard. That’s a really bottom-of-the-barrel standard,” he says. “People who are concerned with English usage usually want to have their words taken seriously, either as writers or as speakers. And if you don’t use the language very well, then it hard to have people take your ideas seriously. That’s just the reality.”
-
- Oct 2024
-
www.youtube.com www.youtube.com
-
1:02:29 The national debt is a historical record of the cumulative money that a government spent dollars than it took out which were transformed into US Treasuries
Tags
- The debt we leave to our grandchildren is THEIR FINANCIAL WEALTH
- The national debt is a historical record of the cumulative money that a government spent dollars than it took out which were transformed into US Treasuries
- US Treasuries and Cash are both USA assets - not liabilities
- The debt clock might as well say Private Sector Wealth
Annotators
URL
-
- Sep 2024
-
www.mikeperham.com www.mikeperham.com
-
Let your operating system handle daemons, respawning and logging while you focus on your application features and users.
-
- May 2024
-
suu.instructure.com suu.instructure.com
-
Failure to assemble an appropriate IEP team:
Tags
Annotators
URL
-
- Jan 2024
-
www.youtube.com www.youtube.com
-
climate change performance index
for - resource - climate change performance index - how well a city is adapted to the climate crisis
-
- Dec 2022
-
-
For most Americans, poverty is seen as an individualized conditionthat exclusively affects those individuals, their families, and perhaps theirneighborhoods. Rarely do we conceptualize a stranger’s poverty as having adirect or indirect effect on our own well-being.
The Golden Rule not only benefits your neighbor, but you as well.
Tags
Annotators
-
- Nov 2022
-
-
Doing everything PID 1 needs to do and nothing else. Things like reading environment files, changing users, process supervision are out of scope for Tini (there are other, better tools for those)
-
- Jun 2021
-
github.com github.com
-
There are many projects that does not use the master branch as default. For example, Next.js uses the canary branch, the npm CLI and many more other projects uses stuff like prod, production, dev, develop, release, beta, head.
-
-
-
I've been thinking more about how to best do this. The preferred way might be to use the same domain and have an application load balancer like nginx split traffic on the URL path (e.g. /api). This is for two reasons. Firstly, you might not necessarily want to cookie the primary/apex domain and have the cookie shared across all subdomains. You also might not want to do CORS because preflight requests add latency and CORS adds complication.
-
- Apr 2021
-
medium.com medium.com
-
“Who cares? Let’s just go with the style-guide” — to which my response is that caring about the details is in the heart of much of our doings. Yes, this is not a major issue; def self.method is not even a code smell. Actually, that whole debate is on the verge of being incidental. Yet the learning process and the gained knowledge involved in understanding each choice is alone worth the discussion. Furthermore, I believe that the class << self notation echoes a better, more stable understanding of Ruby and Object Orientation in Ruby. Lastly, remember that style-guides may change or be altered (carefully, though!).
-
- Feb 2021
-
trailblazer.to trailblazer.to
-
The new 2.1 version comes with a few necessary but reasonable changes in method signatures. As painful as that might sound to your Rails-spoiled ears, we preferred to fix design mistakes now before dragging them on forever.
Tags
- pointing out gaps/downsides/cons in competition/alternatives
- fix design/API mistakes as early as you can (since it will be more difficult to correct it and make a breaking change later)
- do it right/well the first time because it may be too hard to clean up/fix later if you don't
- learn from your mistakes
Annotators
URL
-
-
-
It makes me happy to see people actually think about things and not just accept a shitty API.
Tags
- can we do even better?
- don't settle for/accept something that's not as good as it can be
- less than ideal / not optimal
- actually consider / think about how it _should_ (ideally) be
- doing something without knowing why/how it works
- intentional/well-considered decisions
- describe the ideal hypothetical solution
- "makes me happy when ..."
Annotators
URL
-
-
hilton.org.uk hilton.org.uk
-
Unlike naming children, coding involves naming things on a daily basis. When you write code, naming things isn’t just hard, it’s a relentless demand for creativity. Fortunately, programmers are creative people.
-
- Nov 2020
-
github.com github.com
-
There are a few intentional behavioral differences between Dart Sass and Ruby Sass. These are generally places where Ruby Sass has an undesired behavior, and it's substantially easier to implement the correct behavior than it would be to implement compatible behavior. These should all have tracking bugs against Ruby Sass to update the reference behavior.
Tags
- get back on course
- intentional
- reference implementation
- reverting a previous decision/change/commit
- don't let previous decisions/work constrain you
- intentional/well-considered decisions
- intentionally doing it differently / _not_ emulating/copying the way someone else did it
- learn from your mistakes
- reversible decisions
Annotators
URL
-
-
github.com github.com
-
Obviously we shouldn't rush into anything. But changes like these are best made earlier on in a project's lifecycle, so I'm eager to hear what people think so that we can start making some progress.
-
- Oct 2020
-
github.com github.com
-
I'm suggesting there should be a way to write lifecycle related code that also responds to changing props, like how useEffect works. I think how React handles this could be a good source of inspiration.
-
While react hooks were one of the catalysts for v3 we don't agree with with the APIs or the model and won't be emulating it.
Tags
- learning by studying/emulating/copying others who do it well
- copying/doing the same as how another project/library did it
- official opinion/stance/position
- Svelte
- can we do even better?
- copying ideas from another project
- feature proposal
- react hooks
- inspiration
- intentional/well-considered decisions
- intentionally doing it differently / _not_ emulating/copying the way someone else did it
- learning from others
- use as inspiration
- Dylan Vann
- excellent writing
Annotators
URL
-
- Sep 2020
-
github.com github.com
-
The feature is highly likely to be implemented, the API and implementation are the only real topics of discussion right now.
-
-
jsrocks.org jsrocks.orgJS Rocks1
-
6to5 attempted to ship a quick and dirty TDZ static checking feature but had to retract it immediately afterwards due to various bugs in the algorithm.
-
- Jul 2020
- May 2020
-
kellysutton.com kellysutton.com
-
there’s 3 steps to building software: Make it work Make it right Make it fast
-
-
gitlab.com gitlab.com
-
If we can encourage people to create clean commits as they go, the example as you showed above should be far less common, because cleaning up such history as an after-math is most of the time almost impossible.
-
- Oct 2019
-
www.rheingold.com www.rheingold.com
-
the WELL
Tags
Annotators
URL
-
- May 2016
-
developer.mozilla.org developer.mozilla.orgRegExp1
-
Standard built-in objects
something like this http://www.publicrecordcenter.com/canada_courts.htm and other stuff like https://duckduckgo.com/?q=parliaments+list&ia=web
-