- Apr 2025
-
mutabit.com mutabit.com
-
Kay afirmaba que la computación tiene símiles: a la biología:
El estudio otras cosas (Biología) que no era nada relacionado con computadoras, el aprendió la programación inicialmente empíricamente y lo asocio sus estudios con metáforas de las células
Donde relaciona la programación (DATOS) como si fueran células y órganos Modelo de programación orgánico y flexible a los cambios.
-
-
-
Why not a library? We've found it extremely hard to develop a library that: Supports the many database libraries, ORMs, frameworks, runtimes, and deployment options available in the ecosystem. Provides enough flexibility for the majority of use cases. Does not add significant complexity to projects.
-
- Mar 2025
-
github.com github.com
-
The goal of Lucia v3 was to be the easiest and cleanest way to implement database-backed sessions in your projects. It didn't have to be a library. I just assumed that a library will be the answer. But I ultimately came to conclusion that my assumption was wrong. I don't see this change as me abandoning the project. In fact, I think it's a step forward. If implementing sessions wasn't easy, I wouldn't be deprecating the package. But why wouldn't a library be the answer? It seems like a such an obvious answer. One word - database. I talked about how database adapters were a significant complexity tax to the library. I think a lot of people interpreted that as maintenance burden on myself. That's not wrong, but the bigger issue is how the adapters limit the API. Adapters always felt like a black box to me as both an end user and a maintainer. It's very hard to design something clean around it and makes everything clunky and fragile, especially when you need to deal with TypeScript shenanigans.
Tags
- when not to create a library
- creating/using library vs. copying code
- when not to create a library: too hard to support/maintain the many ways it would need to be flexible
- too easy/simple/trivial for end-developers to write from scratch to expect (don't need library to do it for them; don't need to provide feature)
Annotators
URL
-
- Feb 2023
-
www.insidehighered.com www.insidehighered.com
-
eliminating deadlines optimizes flexibility for students
-
- Aug 2022
-
dev.to dev.to
-
Wouldn't it be easier to do a squash merge instead? git merge --squash [branch] Like comment: Like comment: 1 like Like Comment button Reply Collapse Expand Brack Carmony Brack Carmony Brack Carmony Follow Joined Jan 3, 2022 • Jan 3 Dropdown menu Copy link Hide Report abuse It would, if the assumption that every commit in the chain is what you want, this lets you keep the power of the rebase available if you want to cherry-pick commits or any of the other crazy features it seems to let you use.
-
- Apr 2022
-
rubydoc.info rubydoc.info
-
It accepts true as option, meaning it will skip all the helpers for the controllers given in :skip but it also accepts specific helpers to be skipped
-
-
-
Note that since the directory is ignored, the required adapter can instantiate another loader to manage its subtree, if desired. Such loader would coexist with the main one just fine.
-
-
www.iftf.org www.iftf.org
-
flexibility and individuality
-
- Mar 2022
-
flexible.calstate.edu flexible.calstate.edu
Tags
Annotators
URL
-
-
flexible.calstate.edu flexible.calstate.edu
-
-
-
What is clear is that students welcome the flexibility of choosing the mode of course delivery.
-
- Feb 2022
-
www.nationalgeographic.com www.nationalgeographic.com
-
How pandemic isolation is affecting young kids’ developing minds. (2022, February 11). Science. https://www.nationalgeographic.com/science/article/how-pandemic-isolation-is-affecting-young-kids-developing-minds
Tags
- pandemic
- lang:en
- social
- family
- development
- plasticity
- is:article
- isolation
- critical
- children
- COVID-19
- deprived
- disruption
- resilience
- interaction
- flexible
Annotators
URL
-
-
github.com github.com
-
There is nothing stopping you from creating store objects which scrapes XE for the current rates or just returns rand(2):
-
-
tribe-against-machine.org tribe-against-machine.org
-
Swatches_Kombucha Lick'o'meter
-
- Jan 2022
-
formidable.com formidable.com
-
It's worth noting that an error can coexist and be returned in a successful request alongside data. This is because in GraphQL a query can have partially failed but still contain some data. In that case CombinedError will be passed to us with graphQLErrors, while data may still be set.
-
- Aug 2021
-
www.csus.edu www.csus.edu
-
classes.oregonstate.edu classes.oregonstate.edu
-
- Jun 2021
-
github.com github.com
-
You could also opt to extend your Rails configuration object: Envy.init use: MyApp::Application.config MyApp::Application.config.my_variable # => ...
-
- May 2021
-
www.universityworldnews.com www.universityworldnews.com
Tags
Annotators
URL
-
- Mar 2021
-
bugs.ruby-lang.org bugs.ruby-lang.org
-
Would it be desirable to specify the new object in a block? That would make it somewhat symmetrical to how Hash.new takes a block as a default value.
-
-
trailblazer.to trailblazer.to
-
This could be an operation, a workflow, or hand-baked Ruby code completely unrelated to Trailblazer.
-
-
github.com github.com
-
Or if you need to change the way the string is assembled, you can provide a proc, for example: if defined?(BetterErrors) BetterErrors.editor = proc { |file, line| "vscode://file/%{file}:%{line}" % { file: URI.encode_www_form_component(file), line: line } } end
-
- Jan 2021
-
www.forbes.com www.forbes.com
-
that it’s a career path rather than a category of activities. In my conversations with people, it seems that people who consider themselves Data Scientists typically have eclectic career paths, that might in some ways seem not to make much sense.”
Data science can be a tricky field because it can be used for so many different things such as sports, business, healthcare, etc. which makes it a very flexible option as well.
-
-
atomiks.github.io atomiks.github.ioFAQ1
-
Can I use the title attribute?Yes. The content prop can be a function that receives the reference element as an argument and returns a string or element.tippy('button', { content(reference) { const title = reference.getAttribute('title'); reference.removeAttribute('title'); return title; }, });The title attribute should be removed once you have its content so the browser's default tooltip isn't displayed along with the tippy.
-
-
svelte.dev svelte.dev
-
It must be called during the component's initialisation (but doesn't need to live inside the component; it can be called from an external module).
-
-
github.com github.com
-
Headless: With React's DOM rendering for improved usage with CSS-in-JS and spring libraries. If you want greater control over your poppers to integrate fully with design systems, this is for you.
-
-
atomiks.github.io atomiks.github.ioThemes1
-
atomiks.github.io atomiks.github.io
-
We can make content a function that receives the reference element (button in this case) and returns template content:
-
You can pass the element itself, which is useful for keeping event listeners attached (or when a framework is controlling elements inside):
-
Allows you to separate the tippy's positioning from its trigger source.
-
-
material.io material.io
-
Sets whether the menu surface should open and close without animation when the open/close methods are called.
-
- Oct 2020
-
covid-19.iza.org covid-19.iza.org
-
IZA – Institute of Labor Economics. ‘COVID-19 and the Labor Market’. Accessed 6 October 2020. https://covid-19.iza.org/publications/dp13649/.
-
- Aug 2020
-
psyarxiv.com psyarxiv.com
-
Liu, Zihan, Drake Van Egdom, Rhona Flin, Christiane Spitzmueller, Omolola Adepoju, and Ramanan Krishnamoorti. ‘I Don’t Want to Go Back: Examining the Return to Physical Workspaces During COVID-19’. Preprint. PsyArXiv, 21 August 2020. https://doi.org/10.31234/osf.io/un2bp.
Tags
- policy makers
- females
- multi-generational households
- lang:en
- non-caucasians
- United States
- blanket policies
- willingness to return
- US
- organizational strategies
- employee perspectives
- COVID-19
- return to work
- decision making
- flexible approaches
- concerns
- is:preprint
- physical workspaces
- childcare
Annotators
URL
-
- Jun 2020
-
www.theguardian.com www.theguardian.com
-
Doward, J. (2020, June 28). Only 13% of UK working parents want to go back to ‘the old normal.’ The Observer. https://www.theguardian.com/world/2020/jun/28/only-13-of-uk-working-parents-want-to-go-back-to-the-old-normal
-
- May 2020
-
psyarxiv.com psyarxiv.com
-
Prem, R., Kubicek, B., Uhlig, L., Baumgartner, V. C., & Korunka, C. (2020). Development and Validation of a Scale to Measure Cognitive Demands of Flexible Work [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/mxh75
-
- Nov 2019
-
github.com github.com
Tags
Annotators
URL
-
- Mar 2018
-
urbanuniversity.wordpress.com urbanuniversity.wordpress.com
-
www.insidehighered.com www.insidehighered.com
-
Most of my online students are also taking courses on campus, and they are taking some classes online as a way of balancing complicated college/work/life schedules
-