When changes occur in the program's environment, particularly changes which the designer of the program did not anticipate, the software may no longer operate as originally intended.
- Mar 2021
-
en.wikipedia.org en.wikipedia.org
-
-
This is not a physical phenomenon: the software does not actually decay, but rather suffers from a lack of being responsive and updated with respect to the changing environment in which it resides.
-
-
en.wikipedia.org en.wikipedia.orgPyPy1
-
PyPy aims to provide a common translation and support framework for producing implementations of dynamic languages, emphasizing a clean separation between language specification and implementation aspects.
Tags
Annotators
URL
-
-
github.com github.com
-
As of May 24, 2016, antimicro has moved from https://github.com/Ryochan7/antimicro to https://github.com/AntiMicro/antimicro. Additionally, project management has passed from Travis (Ryochan7) to the AntiMicro organization due to Travis having other interests and priorities.
-
-
github.com github.comd3/d33
-
D3 4.0 is modular. Instead of one library, D3 is now many small libraries that are designed to work together. You can pick and choose which parts to use as you see fit.
-
To the consternation of some users, 3.x employed Unicode variable names such as λ, φ, τ and π for a concise representation of mathematical operations. A downside of this approach was that a SyntaxError would occur if you loaded the non-minified D3 using ISO-8859-1 instead of UTF-8. 3.x also used Unicode string literals, such as the SI-prefix µ for 1e-6. 4.0 uses only ASCII variable names and ASCII string literals (see rollup-plugin-ascii), avoiding encoding problems.
-
D3 now passes events directly to listeners, replacing the d3.event global and bringing D3 inline with vanilla JavaScript and most other frameworks.
Tags
- it's just plain JavaScript
- newer/better ways of doing things
- breaking change
- changes (software)
- funny
- change of behavior (software)
- programming: use of special/mathematical symbols
- annotation meta: may need new tag
- microlibraries
- d3.js
- limitations leading to workarounds
- standard ways of doing things
- constant evolution/improvement of software/practices/solutions
- compatibility
- sad/unfortunate conclusion
- modularity
Annotators
URL
-
-
github.com github.com
-
This allows those other dependencies to share the same module instance.
-
-
ythakker.medium.com ythakker.medium.com
-
Occasionally, like with search engines, #2 occurs because the incumbents gain massive economies of scale (classic Microeconomics), where by virtue of their being large, the cost to produce each incremental good or service at scale becomes much lower.
-
Inevitably, most of these new entrants get wiped out over a decade or two and their market share goes down into the single digits (often zero). The end result is that the market often resembles one of two possible situations:
-
-
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.
-
Meh... as I said earlier, I think using Webpack is the recommended way now. Another issue is there is no way to generate source maps in production.
-
I'm not sure about all consequences of my change and this is very complex.
-
I agree about lack of maintenance. It's probably because people use more and more Webpack.
Tags
- sprockets
- difficult/hard problem
- webpack
- shift in preference
- switching/migrating from Sprockets to Webpack (Rails)
- all or nothing (granularity of control)
- admit the limitations/shortcomings of your argument/benefits
- official preferred convention / way to do something
- falling out of favor
- possible response/reaction to lack of maintainance / maintainer absence/silence
- switching/migrating to something different
- unfortunate that this is no longer maintained
- is anyone even still using it anymore?
- enabled by default but provides a way to opt out if needed
- abandoning/migrating away from
Annotators
URL
-
-
github.com github.com
-
And no need to walk backwards through all these strings which is surprisingly inefficient in Ruby.
-
-
github.com github.com
-
There's not a way to do it at the moment without enabling all debug features.
-
I totally understand that there may be a majority still considering this a bad practice and thus keeping it disabled by default in production seem ok. But there could at least be an option to enable it for people who want to, no?
-
It seems I'm in the minority, and Sprockets seems to already pretty far along in the beta process, so at most we should add a configuration option to enable it for static compilation.
-
-
-
Closing this because it's obviously not going to get fixed and it's cluttering my open issues
-
-
github.com github.com
-
Right now major changes require a deep and broad understanding of the codebase and how things get done.
-
If a company really wanted to invest, I would prefer they dedicated an employee for X hours a week for Y months than money.
-
Money could be good if it is spent to provide some of the above things. Money on it's own is hard because then it means I would have to spend time book-keeping and managing instead of programming.
Tags
- work: doing what you love
- good point
- receiving money: is it worth the hassle/responsibility of bookkeeping?
- bookkeeping
- doing what you love: leaving what's boring to you for others
- boring
- having a deep understanding of something
- big refactoring/rewrite
- would prefer _ over _
- unfun
Annotators
URL
-
-
collect.readwriterespond.com collect.readwriterespond.com
-
-
As well as the discussion about what is really meant by a ‘domain of one’s own‘
Societies have been inexorably been moving toward interdependence. More and more people specialize and sub-specialize into smaller fragments of the work that we do. As a result, we become more interdependent on the work of others to underpin our own. This makes the worry about renting a domain seem somewhat disingenuous, particularly when we can reasonably rely on the underlying structures to work to keep our domains in place.
Perhaps re-framing this idea may be worthwhile. While it may seem that we own our bodies (at least in modern liberal democracies, for the moment), a large portion of our bodies are comprised of bacteria which are simultaneously both separate and a part of us and who we are. The symbiosis between people and their bacteria has been going on so long and generally so consistently we don't realize that the interdependence even exists anymore. No one walks around talking about how they're renting their bacteria.
Eventually we'll get to a point where our interdependence on domain registrars and hosts becomes the same sort of symbiotic interdependence.
Another useful analogy is to look at our interdependence on all the other pieces in our lives which we don't own or directly control, but which still allow us to live and exist.
People only tend to notice the major breakdowns of these bits of our interdependence. Recently there has been a lot of political turmoil and strife in the United States because politicians have become more self-centered and focused on their own needs, wants, and desire for power that they aren't serving the majority of people. When our representatives don't do their best work at representing their constituencies, major breakdowns in our interdependence occur. We need to be able to rely on scientists to do their best work to inform politicians who we need to be able to trust to do their best work to improve our lives and the general welfare. When the breakdown happens it creates issues to the individual bodies that make up the society as well as the body of the society itself.
Who's renting who in this scenario?
-
-
-
But we're definitely sticking with the source map idea rather than the current (Rails 3/4) behavior of including all JS and CSS files separately while in development?
-
-
docs.openfaas.com docs.openfaas.com
-
OpenFaaS® makes it easy for developers to deploy event-driven functions and microservices to Kubernetes without repetitive, boiler-plate coding.
-
-
faastruby.io faastruby.io
-
One day last August 2018, I stumbled upon an online petition that sparked my curiosity - We Want Serverless Ruby. At that time, none of the major cloud providers had first-class support for Ruby in their serverless products. There were ~1400 devs signing that petition, and I wondered if there was something about Ruby that made it unsuitable for FaaS. I decided to roll the sleeves and start building what would be the first PoC of faastRuby.
Tags
Annotators
URL
-
-
www.codetriage.com www.codetriage.com
-
Before a bug can be fixed, it has to be understood and reproduced. For every issue, a maintainer gets, they have to decipher what was supposed to happen and then spend minutes or hours piecing together their reproduction. Usually, they can’t get it right, so they have to ask for clarification. This back-and-forth process takes lots of energy and wastes everyone’s time. Instead, it’s better to provide an example app from the beginning. At the end of the day, would you rather maintainers spend their time making example apps or fixing issues?
-
-
math.stackexchange.com math.stackexchange.com
-
I think that over time the distinction is lost. My math teacher, 35 years ago stated "formulas are used in chemistry, in math we have equations". To this day, the word 'formula' in math seems wrong, but I'd accept it's used commonly.
-
An equation is meant to be solved, that is, there are some unknowns. A formula is meant to be evaluated, that is, you replace all variables in it with values and get the value of the formula.
-
-
-
Rails still encourages you to dump all validation errors at the top of a form, which is lulzy in this age of touchy UX
-
-
stackoverflow.com stackoverflow.com
-
Fits the ideal behind HTML HTML stands for "HyperText Markup Language"; its purpose is to mark up, or label, your content. The more accurately you mark it up, the better. New elements are being introduced in HTML5 to more accurately label common web page parts, such as headers and footers.
-
-
forum.hyperlink.academy forum.hyperlink.academy
-
This sounds like a lot of fun and is a bit reminiscent to me to some of the material in the Domain of One’s Own (#DoOO) space. In particular I’m thinking of a Domains Camp from a few years back which may have some related materials: https://extend-bank.ecampusontario.ca/type/domain-camp/.
-
-
stackoverflow.com stackoverflow.com
-
[...document.querySelectorAll("*")].filter(e => e.childNodes && [...e.childNodes].find(n => n.nodeValue?.match("❤")))
-
Super modern one-line approach with optional chaining operator
-
-
jangawolof.org jangawolof.orgPhrases2
-
Fibar bi jàngal na taawan bu góor ni ñuy dagge reeni aloom.
Le guérisseur a appris à son fils aîné comment on coupe les racines du Diospyros.
fibar -- (fibar bi? the healer? as in feebar / fièvre / fever? -- used as a general term for sickness).
bi -- the (indicates nearness).
jàngal v. -- to teach (something to someone), to learn (something from someone) -- compare with jàng (as in janga wolof) and jàngale.
na -- pr. circ. way, defined, distant. How? 'Or' What. function indicator. As.
taaw+an (taaw) bi -- first child, eldest. (taawan -- his eldest).
bu -- the (indicates relativeness).
góor gi -- man; male.
ni -- pr. circ. way, defined, distant. How? 'Or' What. function indicator. As.
ñuy -- they (?).
dagg+e (dagg) v. -- cut; to cut.
reen+i (reen) bi -- root, taproot, support.
aloom gi -- Diospyros mespiliformis, EBENACEA (tree).
-
Fexeel ba kër gi bañ ñàkk alkol.
Veille à ce qu'il ne manque pas d'alcool à la maison.
fexe+el (fexe) v. -- search/seek by all means.
ba -- the (?).
kër gi -- house; family.
gi -- the (indicates nearness).
bañ v. -- refuse, resist, refuse to; to hate; verb marking the negation in subordinate clauses.
ñàkk v. / ñàkk bi -- vaccinate / vaccine (not sure exactly how this fits in the sentence if it's even the right translation -- perhaps it has to do with surgical alcohol rather than drinking alcohol).
alkol ji -- (French) surgical alcohol. (I'm certain this is also used for the type of alcohol you drink -- but sangara is probably the most used term).
Tags
- fibar
- how
- surgical
- eldest
- aloom
- sickness
- fièvre
- góor
- refuse
- make
- feebar
- as
- house
- reen
- home
- jàngal
- hate
- son
- bi
- feexeel
- at
- tree
- first
- male
- no
- jàngale
- jàng
- his
- -el
- gi
- ebenacea
- seek
- wolof
- what
- is
- taproot
- fexe
- vaccinate
- healer
- child
- reeni
- fever
- support
- diospyros
- taawan
- dagge
- dagg
- alcohol
- sure
- alkol
- family
- of
- janga
- there
- they
- kër
- the
- bañ
- ji
- distant
- mespiliformis
- ñuy
- shortage
- teach
- taught
- search
- vaccine
- cut
- ba
- to
- man
- -an
- learn
- sangara
- ñàkk
- resist
- na
- bu
- -i
- -e
- ni
- taaw
- roots
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
answered May 9 '13 at 15:29 alexander farkas
-
-
github.com github.com
-
markdown-it is the result of the decision of the authors who contributed to 99% of the Remarkable code to move to a project with the same authorship but new leadership (Vitaly and Alex). It's not a fork.
-
-
github.com github.com
-
Open source code library for building innovative e-learning that is accessible, usable, interoperable, mobile-friendly and multilingual. Based on the Web Experience Toolkit (WET) and bootstrap. This collaborative open source project is led by the Canada School of Public Service, Government of Canada.
-
-
store.steampowered.com store.steampowered.com
-
Posting an issue on the discussion boards for a three year old game, yesterday, I wasn't holding my breath for a reply. Earlier, this morning, a dev. responded, stating they'd look at fixing it, and it was just a few hours before it were sorted!
-
-
stackoverflow.com stackoverflow.com
-
You really don't need underscore/lodash for this ... nowadays anyways
-
-
trailblazer.to trailblazer.to
-
Run the complete unit with a certain input set, and test the side-effects. This differs to the Rails Way™ testing style, where smaller units of code, such as a specific validation or a callback, are tested in complete isolation. While that might look tempting and clean, it will create a test environment that is not identical to what happens in production.
-
-
github.com github.com
-
Using ::delegates works exactly like the Forwardable module in Ruby, with one bonus: It creates the accessors in a module, allowing you to override and call super in a user module or class.
-
-
trailblazer.to trailblazer.to
-
Having an understanding of higher level abstractions, such as tasks, activities and the historical code path taken, its debugging trace is much closer to how you, as an engineer, think about your code.
-
Admittedly, both the signature and the return values of invoke feel a bit clumsy. That’s becaus we’re currently working with the low-level interfaces.
-
Additionally, you may add debugging steps, error handler or rewire the conditions dynamically without touching the original snippet.
-
-
-
twitter.com twitter.com
-
ReconfigBehSci. (2020, November 9). Session 2: The policy interface followed with a really helpful presentation by Lindsey Pike, from Bristol, and then panel discussion with Mirjam Jenny (Robert Koch Insitute), Paulina Lang (UK Cabinet Office), Rachel McCloy (Reading Uni.), and Rene van Bavel (European Commission) [Tweet]. @SciBeh. https://twitter.com/SciBeh/status/1325795286065815552
-
-
en.wikipedia.org en.wikipedia.org
-
trailblazer.to trailblazer.to
-
The circuit interface is a bit more clumsy but it gives you unlimited power over the way the activity will be run.
-
-
link.springer.com link.springer.com
-
Søe, S. O. (2019). A unified account of information, misinformation, and disinformation. Synthese. https://doi.org/10.1007/s11229-019-02444-x
-
-
Local file Local file
-
CHILD DEVELOPMENT PERSPECTIVES
The article is found in this scholarly journal.
-
- Feb 2021
-
-
Paterlini, M. (2020). Covid:19: Italy has wasted the sacrifices of the first wave, say experts. BMJ, m4279. https://doi.org/10.1136/bmj.m4279
-
-
www.forbes.com www.forbes.com
-
Cytokine storms also can be indicated by liver enzyme abnormalities.
-
Luckily, the tests to diagnose cytokine storms are often cheap and readily available in hospitals.
-
-
osf.io osf.io
-
Smaldino, Paul E., and Cailin O’Connor. ‘Interdisciplinarity Can Aid the Spread of Better Methods Between Scientific Communities’. MetaArXiv, 5 November 2020. https://doi.org/10.31222/osf.io/cm5v3.
-
-
www.reddit.com www.reddit.com
-
Eh, that's just sales. Humans are dumb, panicky animals: just look at how J.C. Penny's "Fair and Square" initiative went.Short version: they went full-on no bullshit: no limited time sales, no fake prices discounted, things cost what they cost, no more FOMO, no waiting for deals.It tanked. Horribly.
-
Why do companies insist on making deals a gamble? Is it basically just to capture FOMO sales?Both rhetorical questions.Edit: I'm talking about how you can pay one price for a deal and then a couple months later it's even cheaper.
-
-
www.nytimes.com www.nytimes.com
-
Devoted to Trump, and committed to his fictions about the election, Republicans are doing everything they can to keep voters from holding them and their leaders accountable. They will restrict the vote. They will continue to gerrymander themselves into near-permanent majorities. A Republican in Arizona has even proposed a legislative veto over the popular vote in presidential elections
The author starts the paragraph by explaining the Republicans as people who are "devoted to Trump". This makes it seem as Trump were god and everyone has to follow his orders. It gives both a humorous appeal to the audience and illustrates to them the sly techniques that the Republicans are using to escape from punishment. Furthermore, when the author said that the Republicans were ready to propose a veto against the popular vote, it was very ironic. As senators, they are supposed to give constitutional rights to the citizens, but rather they are taking it away for their own purpose. This further emphasizes the extent at which Republicans do not want to lose power to the Democrats.
-
naked attempt to change the rules of American politics to benefit one party”
The previous paragraph emphasizes the benefits of the HR.1 and how it specifically helped restore the voting system. However, in this paragraph, McConell exclaims that it is a vague attempt to benefit one party even though the Act was created to benefit the public. This illustrates to the readers the misuse of power by republican senators, which is one of the author's main points.
-
— and not to lose the next presidential election the way they lost the last one. To that end, they have introduced bills to restrict the vote, to make the race for the Electoral College — a
The author uses multiple dashes in this paragraph to show the different ways that the republicans will go to stop the Democrats from gaining power. The dashes emphasizes the extent at which republicans are willing to restrict votes. Without the dashes, it would simply sound as an example of what Republicans are doing, but the dashes creates a pause and further emphasis. Also, from John Lewis, the claim shifted to the extreme techniques that Republicans are using to stop Democratic power from taking over.
-
-
trailblazer.to trailblazer.to
-
You’re free to test this activity in a separate unit test.
-
Whatever data from the outside is needed in the activity has to be passed explicitely into the activity’s call method.
-
In other words: the controllers usually contain only routing and rendering code and dispatch instantly to a particular operation/activity class.
-
They help streamlining the control flow, and take away control code while providing you with an incredibly cool developer experience.
-
You’re allowed to blame us for a terrible developer experience in Trailblazer 2.0. It’s been quite painful to find out which step caused an exception. However, don’t look back in anger! We’ve spent a lot of time on working out a beautiful way for both tracing and debugging Trailblazer activities in 2.1.
-
-
onezero.medium.com onezero.medium.com
-
identity theft
Saw this while scrolling through quickly. Since I can't meta highlight another hypothesis annotation
identity theft
I hate this term. Banks use it to blame the victims for their failure to authenticate people properly. I wish we had another term. —via > mcr314 Aug 29, 2020 (Public) on "How to Destroy ‘Surveillance C…" (onezero.medium.com)
This is a fantastic observation and something that isn't often noticed. Victim blaming while simultaneously passing the buck is particularly harmful. Corporations should be held to a much higher standard of care. If corporations are treated as people in the legal system, then they should be held to the same standards.
-
-
trailblazer.to trailblazer.to
-
Please note that this is a higher-level debugging tool that does not confront you with a 200-lines stack trace the way Ruby does it, but pinpoints the exceptional code and locates the problem on a task level. This is possible due to you structuring code into higher abstractions, tasks and activities.
-
-
trailblazer.to trailblazer.to
-
They are an abstraction that will save code and bugs, and introduce strong conventions.
-
-
osf.io osf.io
-
Peer, L., Orr, L., & Coppock, A. (2020). Active Maintenance: A Proposal for the Long-term Computational Reproducibility of Scientific Results. SocArXiv. https://doi.org/10.31235/osf.io/8jwhk
-
-
-
WABC. ‘Coronavirus: Glasses Wearers Less Likely to Get COVID, Study Says’. ABC7 New York, 24 February 2021. https://abc7ny.com/10365580/.
-
-
psyarxiv.com psyarxiv.com
-
Jin, H., Jia, L., Yin, X., Wei, S., & Xu, G. (2020, December 18). The influence of information relevance on the continued influence effect of misinformation. https://doi.org/10.31234/osf.io/uatjd
-
-
www.africa.upenn.edu www.africa.upenn.edu
-
Nonviolent direct action seeks to create such a crisis and foster such a tension that a community which has constantly refused to negotiate is forced to confront the issue.
How it works - what it seeks to accomplish.
-
-
www.schneems.com www.schneems.com
-
That’s it. If you have a previous “precompile” array, in your app config, it will continue to work. For continuity sake I recommend moving over those declarations to your manifest.js file so that it will be consistent.
-
Instead of having this confusing maze of lambdas, regexes, and strings, we could, in theory, introduce a single entry point of configuration for Sprockets to use, and in that file declare all assets we wanted to compile. Well, that’s exactly what the manifest.js file is.
-
For example, what if your site has a customer interface and an “admin” interface? If the two have totally different designs and features, then it might be considerable overhead to ship the entirety of the admin interface to every customer on the regular site.
Tags
- newer/better ways of doing things
- overhead
- sprockets
- what a mess
- the specific context is important
- wasteful/inefficient use of resources
- messy
- illustrating problem before showing solution
- bad combination/mixture/hybrid/frankenstein
- consistent
- switching/migrating to something different
- compatibility
- inconsistent
- poor interface
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
cherrycreekschools.instructure.com cherrycreekschools.instructure.com
-
Did the district just not see the problem with taking away some schools busing?
-
why don't the teachers look at this and see that the cause is racism?
-
I find it crazy that the school lost 100 students weekly.
Tags
- Without waiting for judicial approval, the board pulled nineelementary schools out of the busing program this summer, reducing to 10 percent thenumber of students being bused.
- "We lost 7,000 students in the summer of 1975," recalled Naomi L. Bradford, a white busingopponent who was elected head of the school board in 1985. "In the fall, we lost 100students a week -- probably as soon as their homes were sold."
- Although high school diploma standards have been eased in recent years, the number ofeligible students graduating from high school has slipped from three-quarters in 1990 totwo-thirds today. In the past decade, the number of disciplinary suspensions has tripled, to7,183 in 1994.
Annotators
URL
-
-
sobolevn.me sobolevn.me
-
Literally, everything in this example can go wrong. Here’s an incomplete list of all possible errors that might occur: Your network might be down, so request won’t happen at all The server might be down The server might be too busy and you will face a timeout The server might require an authentication API endpoint might not exist The user might not exist You might not have enough permissions to view it The server might fail with an internal error while processing your request The server might return an invalid or corrupted response The server might return invalid json, so the parsing will fail And the list goes on and on! There are so maybe potential problems with these three lines of code, that it is easier to say that it only accidentally works. And normally it fails with the exception.
-
Now you can easily spot them! The rule is: if you see a Result it means that this function can throw an exception. And you even know its type in advance.
-
Almost everything in python can fail with different types of exceptions: division, function calls, int, str, generators, iterables in for loops, attribute access, key access, even raise something() itself may fail. I am not even covering IO operations here. And checked exceptions won’t be supported in the nearest future.
-
You still need to have a solid experience to spot these potential problems in a perfectly readable and typed code.
Tags
- easy to see/notice
- type checking
- can't think of everything
- exceptions are expectable, not exceptional
- accidentally works
- monad: Either
- traditional exception handling (try/catch; begin/rescue)
- type annotations
- railway-oriented programming
- easy to miss / not notice (attention)
- exceptions that are not exceptional
- the benefit of experience
- rule of thumb
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.org
-
Examples
-
-
github.com github.com
-
Make your functions return something meaningful, typed, and safe!
-
-
www.kickstarter.com www.kickstarter.com
-
let's be honest, print-and-play is A LOT of work (printing, cutting, laminating, sleeving, etc) and it is not everyone's cup of tea.
-
-
www.morozov.is www.morozov.is
-
The DSL has a weaker control over the program’s flow — we can’t have conditions unless we add a special step
-
-
en.wikipedia.org en.wikipedia.org
-
Though rarer in computer science, one can use category theory directly, which defines a monad as a functor with two additional natural transformations. So to begin, a structure requires a higher-order function (or "functional") named map to qualify as a functor:
rare in computer science using category theory directly in computer science What other areas of math can be used / are rare to use directly in computer science?
-
Monads achieve this by providing their own data type (a particular type for each type of monad), which represents a specific form of computation
-
Supporting languages may use monads to abstract away boilerplate code needed by the program logic.
-
-
jrsinclair.com jrsinclair.com
-
And they are not the only way to handle errors.
-
And a word of warning. If you haven’t come across things like monads before, they might seem really… different. Working with tools like these takes a mind shift. And that can be hard work to start with.
-
-
en.wikipedia.org en.wikipedia.org
-
Each of the programming language generations aims to provide a higher level of abstraction of the internal computer hardware details, making the language more programmer-friendly, powerful, and versatile.
-
-
en.wikipedia.org en.wikipedia.org
-
it is inconvenient to write specific implementations for each datatype contained, especially if the code for each datatype is virtually identical. For example, in C++, this duplication of code can be circumvented by defining a class template
-
-
www.searchenginejournal.com www.searchenginejournal.com
-
Any time a change is needed, rather than creating new ads and groups, business data can be updated seamlessly, trickling the change to ad copy without triggering an ad Quality Score review.
Not creating new ad groups or campaigns is mentioned frequently, what is the average number of campaigns recommended to use per vertical?
-
-
trailblazer.to trailblazer.to
-
The activity gem is an extraction from Trailblazer 2.0, where we only had operations. Operations expose a linear flow which goes into one direction, only. While this was a massive improvement over messily nested code, we soon decided it’s cool being able to model non-linear flows. This is why activities are the major concept since Trailblazer 2.1.
-
-
github.com github.com
-
While routing and redirecting/rendering still happens in Rails, all remaining steps are handled in the endpoint.
-
-
trailblazer.to trailblazer.to
-
An endpoint links your routing with your business code. The idea is that your controllers are pure HTTP routers, calling the respective endpoint for each action. From there, the endpoint takes over, handles authentication, policies, executing the domain code, interpreting the result, and providing hooks to render a response.
-
-
www.huffpost.com www.huffpost.com
-
I am a delegation junkie. Whenever possible, I assign tasks and responsibilities originally assigned to me onto others.
-
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.
-
They fail to recognize the value of an initial investment of time in future productivity.
-
-
-
trailblazer.to trailblazer.to
-
I work with crazy geniuses who share many of my opinions (not all, and that’s good).
-
Using a terminus to indicate a certain outcome - in turn - allows for much stronger interfaces across nested activities and less guessing! For example, in the new endpoint gem, the not_found terminus is then wired to a special “404 track” that handles the case of “model not found”. The beautiful thing here is: there is no guessing by inspecting ctx[:model] or the like - the not_found end has only one meaning!
-
A major improvement here is the ability to maintain more than two explicit termini. In 2.0, you had the success and the failure termini (or “ends” as we used to call them). Now, additional ends such as not_found can be leveraged to communicate a non-binary outcome of your activity or operation.
-
Yes, Trailblazer is adding new abstractions and concepts and they are different to the 90s-Ruby, but now, at the latest, it becomes obvious how this improves the developing process. We’re no longer talking in two-dimensional method stack traces or byebug hoops, the language and conception is changing to the actual higher level code flow, to activities sitting in activities structured into smaller step units.
-
To make it short: we returned to the Rails Way™, lowering our heads in shame, and adhere to the Rails file and class naming structure for operations.
-
It’s so simple that I sometimes wonder why it took years to develop it!
-
There is nothing wrong with building your own “service layer”, and many companies have left the Traiblazer track in the past years due to problems they had and that we think we now fixed.
-
We removed the trailblazer-loader gem just like Apple removed the headphone jack from the iPhone 6. This brings you faster startup and consistency with Rails autoloading.
Tags
- newer/better ways of doing things
- differences of opinion/perspective are good
- non-binary
- funny
- rails: the Rails way
- improvement
- shift in preference
- abstractions
- advantages/merits/pros
- interfaces (programming)
- state charts
- admit the limitations/shortcomings of your argument/benefits
- unambiguous
- programming: return values / result objects that communicate a more precise/complete representation of the outcome
- Ruby
- Trailblazer
- strong (extreme/great/high/intense degree/level/concentration/amount/quality of)
- recant/retract/revert/withdraw your previous plans
- very simple/small result/change in the end but took a lot of work/time to arrive there
- more than one right way (no one right/best way)
- software preferences are personal
- analogy
Annotators
URL
-
-
github.com github.com
-
One of the main reasons to work with components is re-usability and portability, but also a delegation of responsibilities. Adding a component should be as easy as simply adding the component without having to know the inner workings (or markup) of this component. A consumer should only be aware of the properties, methods and events of a component. In order to style a child component one has to be aware of the markup as well, which violates this 'delegation of responsibility'-principle.
-
-
www.dictionary.com www.dictionary.com
-
a framework containing the basic assumptions, ways of thinking, and methodology that are commonly accepted by members of a scientific community. such a cognitive framework shared by members of any discipline or group:
-
-
2019.trailblazer.to 2019.trailblazer.to
-
Trailblazer (TRB) is an Open-Source project. Since we want to keep it that way, we decided to raise awareness for the “cost” of our work - providing new versions and features is incredibly time-consuming for us, but we love what we do.
-
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
-
Trailblazer offers you a new, more intuitive file layout in applications.
-
Instead of grouping by technology, classes and views are structured by concept, and then by technology. A concept can relate to a model, or can be a completely abstract concern such as invoicing.
-
Concepts over Technology
-
While Trailblazer offers you abstraction layers for all aspects of Ruby On Rails, it does not missionize you. Wherever you want, you may fall back to the "Rails Way" with fat models, monolithic controllers, global helpers, etc. This is not a bad thing, but allows you to step-wise introduce Trailblazer's encapsulation in your app without having to rewrite it.
-
Trailblazer is no "complex web of objects and indirection". It solves many problems that have been around for years with a cleanly layered architecture.
Tags
- newer/better ways of doing things
- rails: the Rails way
- making changes / switching/migrating gradually/incrementally/step-wise/iteratively
- abstractions
- software development: organization of files
- focus on what it should do, not on how it should do it (implementation details; software design)
- fewer layers of abstraction/indirection
- focus on concepts/design/structure instead of specific/concrete technology/implementation
- thin abstraction/layer
- Trailblazer
- defending an idea
- leaving the details of implementation/integration up to you
- software development: organization of files: by component rather than by file type
- allowing developer/user to pick and choose which pieces to use (allowing use with competing libraries; not being too opinionated; not forcing recommended way on you)
- freedom of user to override specific decision of an authority/vendor (software)
Annotators
URL
-
-
www.nytimes.com www.nytimes.com
-
bird counts across the United States have fallen a staggering 29 percent in the last 50 years
29% in 50 years? That means in the next 50 years half of the bird population could decrease!
-
-
psyarxiv.com psyarxiv.com
-
Aczel, Balazs, Marton Kovacs, and Rink Hoekstra. ‘The Role of Human Fallibility in Psychological Research: A Survey of Mistakes in Data Management’. PsyArXiv, 5 November 2020. https://doi.org/10.31234/osf.io/xcykz.
-
-
chiefofstuff.substack.com chiefofstuff.substack.com
-
Simply try to do something about a problem, and many people will think you are responsible for the problem’s existence.4
This is "The Copenhagen Interpretation of Ethics".
See also: occurrences of "copenhagen interpretation of ethics strikes again" on Hacker News
-
-
-
This is in fact where I started, but this gives me all processes, which is exactly what I don't want.
-
-
www.ft.com www.ft.com
-
Woodhouse, A., Dempsey, H., Gray, A., Jones, G., & Provan, S. (2021, February 18). Coronavirus latest: Air France-KLM poised for more state aid after €7.1bn loss. https://www.ft.com/content/3fe1a8b5-47a2-344b-b50c-e5af2679d03a
-
-
www.coursera.org www.coursera.org
-
Fifth, is the idea of the ledger of things. We're already seeing applications of this new Internet of devices and things. Soon though, most transactions will happen between devices and not between people. Consider the smart home, homeowners are adding smart devices such as thermostats and solar panels. Soon potentially, trillions of devices will be connected to the Internet. Doing everything from driving us around to keeping our house lit to managing our affairs and managing our health information. These devices need to be resistant to hacking. They need to be able to communicate value such as money or assets like electricity, peer-to-peer. Consider electricity, if you imagine that your neighbor's home is generating energy from a solar panel and you've got a device that needs to buy that electricity, then those two devices need away to be able to contract, bargain, and execute a payment peer-to-peer. It's not going to happen through the Visa network. It can only happen on the blockchain.
ledger of things
-
-
github.com github.com
-
Grouped inputs It can be convenient to apply the same options to a bunch of inputs. One common use case is making many inputs optional. Instead of setting default: nil on each one of them, you can use with_options to reduce duplication.
This is just a general Ruby/Rails tip, nothing specific to active_interaction (except that it demonstrates that it may be useful sometimes, and gives a specific example of when you might use it).
Still, in my opinion, this doesn't belong in the docs. Partly because I think repeating the
default: nilfor every item is an acceptable type of duplication, which would be better, clearer (because it's more explicit), simpler, keeps those details closer to the place where they are relevant (imagine if there were 50 fields within awith_optionsblock).I also think think that it creates a very arbitrary logical "grouping" within your code, which may cause you to unintentionally override/trump / miss the chance to use a different, more logical/natural/important/useful logical grouping instead. For example, it might be more natural/important/useful to group the fields by the section/fieldset/model that they belong with, even if your only
groupingis a comment:# User fields string :name integer :age date :birthday, default: nil # Food preferences array :pizza_toppings boolean :wants_cake, default: nilmay be a more useful grouping/organization than:
# Fields that are required string :name integer :age array :pizza_toppings # Fields that are optional with_options default: nil do date :birthday boolean :wants_cake endOr it might be better to list them strictly in the same order as they appear in your model that you are trying to match. Why? Because then you (or your code reviewer) can more easily compare the lists between the two places to make sure you haven't missed any fields from the model, and quickly be able to identify which ones are missing (hopefully intentionally missing).
In other words, their "optionalness" seems to me like a pretty incidental property, not a key property worthy of allowing to dictate the organization/order/grouping of your code.
-
In this simple example, the destroy interaction doesn't do much. It's not clear that you gain anything by putting it in an interaction.
-
ActiveInteraction plays nicely with Rails. You can use interactions to handle your business logic instead of models or controllers.
-
Since we're using an interaction, we don't need strong parameters. The interaction will ignore any inputs that weren't defined by filters. So you can forget about params.require and params.permit because interactions handle that for you.
-
This probably looks a little different than you're used to. Rails commonly handles this with a before_filter that sets the @account instance variable.
-
It's an implementation of the command pattern in Ruby.
Tags
- newer/better ways of doing things
- rails: strong parameters
- different way of thinking about something
- incidental
- command pattern
- not needed
- implementation (of a specification/standard)
- different way of solving/implementing something
- scope: out of scope
- software development: code organization: where does this code belong?
- admit the limitations/shortcomings of your argument/benefits
- supersedes
- active_interaction
- irrelevant
- business logic
Annotators
URL
-
-
-
In Ruby 3 we now have a “rightward assignment” operator. This flips the script and lets you write an expression before assigning it to a variable. So instead of x = :y, you can write :y => x
-
we’re going to look how improved pattern matching and rightward assignment make it possible to “destructure” hashes and arrays in Ruby 3—much like how you’d accomplish it in, say, JavaScript
-
-
www.nytimes.com www.nytimes.com
-
Amid awful suffering and deteriorating conditions, Texas Republicans decided to fight a culture war.
The author has a criticizing tone, which can be implied by him emphasizing Texas's conditions using a negative diction. It is kind of humorous as he stated "cultural wars" instead of disputes. Usually wars leave a drastic impact on the land, but this time, the "war" is occurring on an already destroyed land, which reflects the author's point of view that leaving a conflict dissolved is worse than creating a new conflict.
-
-
-
Establish structured daily check-ins: Many successful remote managers establish a daily call with their remote employees.
make sure there is space during standup for chit-chat.
-
-
blogs.lse.ac.uk blogs.lse.ac.uk
-
jargon comes so naturally
See Pinker, S. (2014, September 26). Why Academics Stink at Writing. Chronicle of Higher Education, 16.
-
-
nationalseedproject.org nationalseedproject.org
-
Recognize that all people are both located in systems and also uniquely individual
I love this point, there are so many different places and there is always inequality everywhere.
-
-
www.sciencedirect.com www.sciencedirect.com
-
Wright, Kenneth P., Sabrina K. Linton, Dana Withrow, Leandro Casiraghi, Shannon M. Lanza, Horacio de la Iglesia, Celine Vetter, and Christopher M. Depner. “Sleep in University Students Prior to and during COVID-19 Stay-at-Home Orders.” Current Biology 30, no. 14 (July 20, 2020): R797–98. https://doi.org/10.1016/j.cub.2020.06.022.
-
-
github.com github.com
-
This is a breaking change so it'll have to go into a major release. I was working on a v4 release but it's too much. I think I'm going to pair it back and we can add this to the new v4. When I have that ready, I'll rebase the merge onto that branch.
-
-
outline.com outline.com
-
Agents are usually understood to be human, although some paradigms, such as actor-network theory, maintain that non-humans are also endowed with agency.
-
actor-network theory
Actor network theory (ANT), also known as enrolment theory or the sociology of translation, emerged during the mid-1980s, primarily with the work of Bruno Latour, Michel Callon, and John Law. Actor–network theory tries to explain how material–semiotic networks come together to act as a whole; the clusters of actors involved in creating meaning are both material and semiotic.
-
In Translation Studies (TS), the notion of agent has received various definitions. For Juan Sager (quoted in Milton & Bandia 2009: 1), an agent is anyone in an intermediary position (i.e. a commissioner, a reviser, an editor, etc.) between a translator and an end user of a translation whereas for Milton & Bandia (2009) an agent of translation is any entity (a person, an institution, or even a journal) involved in a process of cultural innovation and exchange. A third avenue was suggested by Simeoni (1995) who defined the agent as “the ‘subject,’ but socialized.
Tags
Annotators
URL
-
-
github.com github.com
-
No one has requested it before so it's certainly not something we're planning to add.
-
To give a little more context, structures like this often come up in my work when dealing with NoSQL datastores, especially ones that rely heavily on JSON, like Firebase, where a records unique ID isn't part of the record itself, just a key that points to it. I think most Ruby/Rails projects tend towards use cases where these sort of datastores aren't appropriate/necessary, so it makes sense that this wouldn't come up as quickly as other structures.
-
-
psyarxiv.com psyarxiv.com
-
Sinclair, A. H., Hakimi, S., Stanley, M., Adcock, R. A., & Samanez-Larkin, G. (2021). Pairing Facts with Imagined Consequences Improves Pandemic-Related Risk Perception. PsyArXiv. https://doi.org/10.31234/osf.io/53a9f
-
-
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?
-
The rationale is that it's actually clearer to eager initialize. You don't need to worry about timing/concurrency that way. Lazy init is inherently more complex than eager init, so there should be a reason to choose lazy over eager rather than the other way around.
Tags
- rationale
- understand both sides of an issue
- understand the ramifications/effects/consequences
- race condition
- investing time to really understand something
- why?
- doing something without knowing why/how it works
- timing is part of state
- understand the trade-offs
- justification for existence
- fallacy: doing something because it's popular / everyone is doing it
- eager vs. lazy initialization
Annotators
URL
-
-
github.com github.com
-
class FormsController < ApplicationController class SearchForm < ActiveModel::Form
I kind of like how they put the form class nested directly inside the controller, although I would probably put it in its own file myself, unless it was quite trivial.
-
-
-
The press release also quoted a UA assistant provost for institutional research who explained that while the swipes of student ID cards were not used in the current student retention analytics, about 800 other data points were
The research in questions was not currently being used by the institution to improve rention, but other student data was already being used for that purpose
-
The researcher noted that the data she had used had been anonymized before she was given access to it—however, she added that if/when her research might inform the ongoing efforts to improve student retention, the student’s personal details would be “shared” with the students' academic advisers.
The data was anonymized before she was given access, but she admitted that there might be interest in sharing students' personal details with academic advisors
-
She then used that data to create large networks mapping which students interacted with one another and how often.
The researcher sought to track the personal interactions of students with one another
-
On the university’s website, a press release
The university share the finding of the research after the fact
-
At the University of Arizona, for example, a researcher analyzed the swipes of student ID cards at locations across campus, “to see what they reveal about students' routines and relationships, and what that means for their likelihood of returning to campus after their freshman year.”
Fact. Student ID Cards Collect Data Fact. A researcher was given access to this data for her own purposes.
-
-
github.com github.com
-
The assert method is used by all the other assertions. It pushes the second parameter to the list of errors if the first parameter evaluates to false or nil.
Seems like these helper functions could be just as easily used in ActiveRecord models. Therefore, they should be in a separate gem, or at least module, that can be used in both these objects and ActiveRecord objects.
-
Read about the motivation to understand why this separation of concerns is important.
Tags
- separation of concerns
- too coupled/dependent on
- motivation: why did you create this?
- why create/reinvent a new/different way to do it instead of reusing existing way?
- this is an orthogonal concern; it should be separate from that rather than part of / coupled with that
- do one thing and do it well
- helper functions
Annotators
URL
-
-
www2.archivists.org www2.archivists.org
-
Code of Ethics
-
-
github.com github.com
-
As a result, dry-types, dry-struct and dry-schema were born. These projects should be considered as virtus' successors, with better separation of concerns and better features.
Tags
Annotators
URL
-
-
github.com github.com
-
Take 3, Previously attempted in 2012 (#8189) and 2015 (#19709). This new version uses ActiveModel Attributes API.
-
-
www.infoworld.com www.infoworld.com
-
If you don't understand both sides of an issue, you cannot make an intelligent choice; in fact, if you don't understand all the ramifications of your actions, you're not designing at all. You're stumbling in the dark.
-
This article explains why you shouldn't use getters and setters (and when you can use them) and suggests a design methodology that will help you break out of the getter/setter mentality.
Tags
- understand both sides of an issue
- understand the ramifications/effects/consequences
- decisions have long-lasting effects/consequences
- getters/setters
- understand the trade-offs
- living with the consequences
- learning new way of thinking about something / overcoming habits/patterns/paradigms you are accustomed to
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.org
-
which have recently become umbrella terms referring to any piece of quickly-consumed comedic or relatable content
-
-
en.wikipedia.org en.wikipedia.org
-
The Chicago Manual of Style and the Associated Press (AP) both revised their formerly capitalized stylization of the word to lowercase "internet" in 2016.[3] The New York Times, which followed suit in adopting the lowercase style, said that such a change is common practice when "newly coined or unfamiliar terms" become part of the lexicon.
-
The spelling "internet" has become often used, as the word almost always refers to the global network; the generic sense of the word has become rare in non-technical writings.
rare to see "internet" used to mean an internetwork in the general sense
-
-
softwareengineering.stackexchange.com softwareengineering.stackexchange.com
-
My understanding of "programming to an interface" is different than what the question or the other answers suggest. Which is not to say that my understanding is correct, or that the things in the other answers aren't good ideas, just that they're not what I think of when I hear that term.
-
-
psyarxiv.com psyarxiv.com
-
Hyland, P., Shevlin, M., Murphy, J., McBride, O., Fox, R., Bondjers, K., … Vallières, F. (2020, November 12). A longitudinal assessment of depression and anxiety in the Republic of Ireland during the COVID-19 pandemic. https://doi.org/10.31234/osf.io/4avt6
-
-
-
I think maybe the terms we're using are a bit confusing.
-
I agree that validation is a process that determines the property of validity of a certain object
-
-
en.wikipedia.org en.wikipedia.org
-
As with other software patterns, MVC expresses the "core of the solution" to a problem while allowing it to be adapted for each system.
-
This is done to separate internal representations of information from the ways information is presented to and accepted from the user.
-
Any representation of information such as a chart, diagram or table. Multiple views of the same information are possible, such as a bar chart for management and a tabular view for accountants.
-
-
-
-
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.
-
The basic classification of a form object is a class that contains writable attributes, validations and logic to persist the attributes to ActiveRecord objects. These forms can also include other side-effects like background job triggers, emails, and push-notifications etc. The simplest way to understand the concept is to think of them as a representation of a controller action where all of the business logic that happens in that controller action is abstracted into a form object.
This definition may be a bit too broad. Others (like Reform) define it to have smaller scope — only the part where it persists/validates attributes. The other side effects might be better to put in a different location, like the controller action, or a service/processor object that has a form object.
-
-
psyarxiv.com psyarxiv.com
-
Lakens, D. (2021). Sample Size Justification. PsyArXiv. https://doi.org/10.31234/osf.io/9d3yf
-
-
www.nature.com www.nature.com
-
Patel, M. (2021). Test behavioural nudges to boost COVID immunization. Nature, 590(7845), 185–185. https://doi.org/10.1038/d41586-021-00329-z
-
-
twitter.com twitter.com
-
ReconfigBehSci. (2021, February 13). RT @NatureNews: We need to start learning now how best to ‘nudge’ people to receive their vaccinations. Https://t.co/vTmKpqizuU [Tweet]. @SciBeh. https://twitter.com/SciBeh/status/1360900272269197312
-
-
www.nih.gov www.nih.gov
-
Researchers propose that humidity from masks may lessen severity of COVID-19. (2021, February 12). National Institutes of Health (NIH). https://www.nih.gov/news-events/news-releases/researchers-propose-humidity-masks-may-lessen-severity-covid-19
-
-
cherrycreekschools.instructure.com cherrycreekschools.instructure.com
-
I feel like schools should read this book in order to acknowledge how badly African Americans were being treated even after fighting for America.
-
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.
-
I had never heard of the Red Ball Express until reading this article.
Tags
- 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.
- A famedtruck convoy called the Red Ball Express, made up of mostly black drivers,
- the book “A Breath of Freedom:The Civil Rights Struggle, African American GIs, and Germany.”
Annotators
URL
-
-
www.nybooks.com www.nybooks.com
-
Foucault probably offers the most helpful theoretical approach. His “archaeology of knowledge” suggests a way to study texts as sites that bear the marks of epistemological activity, and it has the advantage of doing justice to the social dimension of thought.
-
-
astralcodexten.substack.com astralcodexten.substack.com
-
famous movie review which describes the Wizard of Oz as: “Transported to a surreal landscape, a young girl kills the first person she meets and then teams up with three strangers to kill again.”
This is a great example of context collapse. It's factually true, but almost no one who's seen it would describe it this way.
It's reminiscent of how advertising and politics can twist meaning. Another great example is the horror cut of Disney's Frozen trailer https://www.youtube.com/watch?v=CIMk1_wwxz8
-
-
psyarxiv.com psyarxiv.com
-
Lakens, D. (2019, November 18). The Value of Preregistration for Psychological Science: A Conceptual Analysis. https://doi.org/10.31234/osf.io/jbh4w
-
-
qz.com qz.com
-
Frame of reference has been manipulatedCrime statistics are often manipulated for political purposes by comparing to a year when crime was very high. This can expressed either as a change (down 60% since 2004) or via an index (40, where 2004 = 100). In either of these cases, 2004 may or may not be an appropriate year for comparison. It could have been an unusually high crime year.This also happens when comparing places. If I want to make one country look bad, I simply express the data about it relative to whichever country which is doing the best.This problem tends to crop up in subjects where people have a strong confirmation bias. (“Just as I thought, crime is up!”) Whenever possible try comparing rates from several different starting points to see how the numbers shift. And whatever you do, don’t use this technique yourself to make a point you think is important. That’s inexcusable.
This is an important point and when politicians are speaking it, they should cite their sources meticulously.
-
-
simplychurch.com simplychurch.com
-
The Lord led me to a wonderful Christian ophthalmologist with unconventional methods of arresting the disease through diet alone and that has saved my sight.
-
-
psyarxiv.com psyarxiv.com
-
Urminsky, O., & Bergman, A. (2021). The Masked Majority: Underprediction Of Widespread Support For Covid-19 Safety Policies. PsyArXiv. https://doi.org/10.31234/osf.io/fhdkv
-
-
github.com github.com
-
NO support whatsoever will be given for the moment unless I gave you the program personally. This is because all of this is work in progress and I can't code while constantly writing documentation and answering questions.
-
-
subpixel.space subpixel.space
-
Because the mainstream social networks have been designed by a tiny number of people, we have been prevented from experimenting and creating new knowledge about what sustainable community management online looks like. Start erasing the line between operators, customers, and community members and squint; you begin make out the shape of a group of people who can build for themselves and determine their own path of development.
Interesting to look at this idea from the perspective of the IndieWeb community that owns and operates its own community spaces that are aggregated around a wiki and chat, but which overflow into the web itself.
How does this relate to my idea of A Twitter of Our Own?
-
Education and practitioner networks We’re seeing a lot of new venture funded education communities, but here once more is a reason to be more excited about bottom-up community-driven businesses. What happens when groups of independent teachers or consultants who are already chatting have shared interfaces to formalize, quote, and invoice? In the past, guilds have provided excellent education opportunities, and they can again.
Yes, how can we build tooling around an education related community?
-
-
stoa.anagora.org stoa.anagora.orgUntitled1
-
The Timeless Way of Building is the first in a series of books which describe an entirely new attitude to architec- ture and planning. The books are intended to provide a complete working alternative to our present ideas about ar- chitecture, building, and planning—~an alternative which will, we hope, gradually replace current ideas and practices,
[[the timeless way of building]]
-
-
www.abc.net.au www.abc.net.au
-
‘Why wouldn’t I get it?’: The experts leading the battle against COVID anti-vaxxers. (2021, February 7). https://www.abc.net.au/news/science/2021-02-08/covid-19-coronavirus-vaccine-misinformation-inoculation-theory/13125164
-
-
store.steampowered.com store.steampowered.com
-
DEV actively answers questions in the community.
-