- Sep 2024
-
en.wikipedia.org en.wikipedia.org
-
In comparison, Perl/Python/Javascript, which also have the latter property, have other false-like values (0 and empty string), which make || differ from a null-coalescing operator in many more cases (numbers and strings being two of the most frequently used data types). This is what led Perl/Python/Javascript to add a separate operator while Ruby hasn't.
-
Examples by languages
-
-
-
It's a fork of Memery gem. Original Memery uses prepend Module.new with memoized methods, not touching original ones. This approach has advantages, but also has problems, see discussion here: tycooon#1
-
- Jul 2024
-
en.wikipedia.org en.wikipedia.org
-
nav visit to Centre Pompidou Metz [[Daglog 22-07-2024]] [[Différence et répétition by Gilles Deleuze]] 1968 (fr, eng tr. 1994)
Deleuze: https://en.wikipedia.org/wiki/Gilles_Deleuze 1925-1995
n:: Repetition is set apart from generalities (cycli, gelijksoortigheid, laws also of nature, meaning disconnected events / situations behaving the same way because of e.g. gravity) Repetition is series of events or things, with a provenance (B repeats A, is repeated by C). This makes such a train of things/events unique. Art has a lot of such repetition because [[Steal Like an Artist by Austin Kleon]]
He defines repetition as 'a difference without a concept' p13. Difference precedes repetition, also repetition further creates difference. n:: Posits difference as an affirmation rather than Hegelian negation / opposition, and it seems sees both differences and repetition as building blocks of identity, rather than resulting from comparing identities / things that exist. Posits to see differences more like differentials and derivatives, i.e. as part of a thing itself yet slightly outside it too, rather than comparison with something else. I like that, both point towards the role of [[Feedback Cybernetics 20200402161040]] and derivatives as function sensitivity between inputs and outputs, also point to an actor (in a network of feedbacks) and autonomous response. All this at first glance puts differences (and repetition by extension) in the realm of conscious actors, networks and social systems ([[Sociale Systeemdefinitie van Luhmann 20230211132804]]) Talks about repetition as complex repetition, which puts it in the realm of [[Hoe emergence tot stand komt 20040513173612]]
Zie ook H III en IV, V on how he relates this to thought and ideas.
https://openlibrary.org/books/OL1493822M/Difference_and_repetition https://www.amazon.nl/Difference-Repetition-Bloomsbury-Revelations-English-ebook/dp/B08X1YMSC6/ Kindle version 20Euro. Bloomsbury version, people warn it lacks the index / table of content.
-
- Jun 2024
-
docdrop.org docdrop.org
-
By acknowledging individuals, a democratic culture respects differ-ence. As a collective lived experience, it distributes cultural capitalto those individuals via educational institutions (broadly conceived,public, and private).
-
- Feb 2024
-
github.com github.com
-
Its a bit tricky because of the ambiguity of how the args get presented. You can see through the little demo the args are presented the same way whether its a straight kwargs or a hash, but the assignment of the args to parameters is different. def foo(*args) puts args.inspect end def bar(x=1, a:2) puts "x:#{x} a:#{a}" end foo(:a => 1) # [{:a=>1}] foo({:a => 1}) # [{:a=>1}] bar(:a => 1). # x:1 a:1 bar({:a => 1}). # x:{:a => 1} a:2
-
-
meta.stackoverflow.com meta.stackoverflow.com
-
accepting an answer doesn't mean it is the best one. For me it is interesting how argumentation of some users is reduced to "Hey, the editor has 5000+ edits. Do not ever think that a particular edit was wrong."
-
-
itch.io itch.io
-
Regardless of what your arguments are, the personal reasons of the developer are what matters for what platforms this game is provided on. You can choose to pay for the game, or not. Paying for the game supports the developer, and allows them to develop more. It is not reasonable to argue that someone should have put in additional unpaid effort to do something for unknown future benefit, or that they should charge less for a game because it's only available on one platform; that's their choice, and their decision.For context, development of Taiji was started in mid 2015; it took seven years to finish. That's with the Commercial Game Engine, and even with that, there were platform-based bugs that needed to be worked around (issues that won't be present on other platforms, or will have different presentations); here's just one of those, involving an issue around mouse sluggishness:https://taiji-game.com/2020/07/13/68-in-the-mountains-of-madness-win32-wrangling...If the developer is not already familiar with Linux, then there's a small mountain of language barriers around using Linux that needs to be overcome first, before being able to get to the game development phase. It's rare for game development to work on different platforms when it can't be tested on those different platforms. While it might be easy to cross-compile on a Windows system (e.g. via IL2CPP), that's only if everything works perfectly (which is unlikely to be the case).
-
- Dec 2023
-
Local file Local file
-
They don't want their intimate convic-tions turned over and examined, and itis unfortunate that the emphasis put
upon minor differences by men of science and belief in their strenuous search for the completest truth and the exactest expression sometimes gives color to this sort of misunderstanding.
This emphasis on minor differences is exactly what many anti-science critics have done. See examples with respect to evolution and climate science denial.
-
- Nov 2023
-
github.com github.com
-
This handy table summarizes the differences between the various types of suffix:
-
-
article-summarizer.scholarcy.com article-summarizer.scholarcy.com
-
The rejection of the provincial assemblies’ petition movement for a national parliament had already led many constitutionalists to accept the necessity of revolution, i
they tried to get reform through legal processes but then had to resort to revolution when this didn't work
-
unity of the five races advocated by the constitutionalists helped keep the border regions of the Qing Empire together.
simultaneous ethnic/racial unity and disunity
-
socially regressive, but recognizes the politically progressive contributions of the constitutionalist gentry in leading the transition to a republican form of government.
proggress? or disruption
-
revolutionaries may have both appealed to and created anti-Manchu sentiment through their propaganda.
-
The revolution happened suddenly, unlike other revolutions that were long and protracted.
-
-
github.com github.com
-
yeah - it is basically half the stuff you don't want autoloaded and half app/lib but it is not called app/lib because DHH does not want app/lib"
-
I stand by what I said and I do not believe it is off-topic. Nevertheless, I realize it is your forum and if you want to silence and exclude people because something we say does not fit in your worldview, then I am certainly willing to accept this and remove myself from the forum. In the big picture, I will not be shut up or bullied and I think you owe me an apology as nothing I have said or done warrants your actions.
-
-
- Oct 2023
-
docdrop.org docdrop.org
-
we have Dharma friends in Russia we have Dharma friends in Ukraine they're 00:01:20 in touch with each other the Dharma uh links these people even though their countries are at War um we also have Dharma friends in Israel 00:01:36 and okay there's some crossover here s
- for: non-polarization, transcending differences during war
-
- Sep 2023
-
unix.stackexchange.com unix.stackexchange.com
-
files with characters after the last newline are not text files, and those characters don't constitute a line. In many cases those bogus characters are better left ignored or removed, though there are cases where you may want to treat it as a extra line, so it's good you show how.
-
-
github.com github.com
-
The key differences between #inject and #scan_left are: Incremental results: #scan_left returns a series of results after processing each element of the input series. #inject returns a single value, which equals the final result in the series returned by #scan_left. Laziness: #scan_left can preserve the laziness of the input series. As each incremental result is read from the output series, the actual calculation is lazily performed against the input. #inject cannot be a lazy operation in general, as its single result reflects a calculation across every element of the input series.
-
- Aug 2023
-
stackoverflow.com stackoverflow.com
-
The Mailer is not the right place for business logic. When you use Sidekiq than your Job object should do the check before actually calling the Mailer.
-
-
stackoverflow.com stackoverflow.com
-
The Mailer, IMHO, is the wrong place for this logic. The mailer should do nothing but format and send messages. The logic to decide whether or not to send should be within the calling block of code.
-
- Jul 2023
-
en.wikipedia.org en.wikipedia.org
-
"Data models for different systems are arbitrarily different. The result of this is that complex interfaces are required between systems that share data. These interfaces can account for between 25-70% of the cost of current systems".
-
-
german.stackexchange.com german.stackexchange.com
-
But in almost all English sentences containing »there is«, these words do not mean »in this place is« but »it exists«. But the German words »da ist« do not have the meaning »it exists«. They only mean »in this place is«.
-
- Jun 2023
-
interblah.net interblah.net
-
If we hand most, if not all responsibility for that exploration to the relatively small number of people who talk at conferences, or have popular blogs, or who tweet a lot, or who maintain these very popular projects and frameworks, then that’s only a very limited perspective compared to the enormous size of the Ruby community.
-
- Mar 2023
-
blog.cmpxchg8b.com blog.cmpxchg8b.com
-
discussions about SMS-2FA get heated very quickly. I've found that SMS-2FA deployment or advocacy has been a major professional project for some people, and they take questioning it's efficacy personally
-
- Feb 2023
-
pressbooks.online.ucf.edu pressbooks.online.ucf.edu
-
Is Muni, is the Sage, the true Recluse! He who to none and nowhere overbound By ties of flesh, takes evil things and good Neither desponding nor exulting, such Bears wisdom’s plainest mark!
In this excerpt, Krishna is explaining yoga and mindfulness to Arjuna. He describes how the saint, or "Muni", stays awake when the world is asleep, and does not take interest in what the world lives for. "Muni" translates to "the silent one"; someone who can "control and silence their illogical thoughts". (Prasad). By practicing silence, munis are able to reach a higher level of consciousness and more spiritual holiness is achieved.
-
- Nov 2022
-
www.ruby-forum.com www.ruby-forum.com
-
I have been doing different things w/ Ruby for a couple of years now and the only bad thing I can say about it is that it makes programming in other languages feel awfully burdensome. = )
-
-
stackoverflow.com stackoverflow.com
-
I have rolled back your edit to Jukka K. Korpela's answer. Please include that information in this answer and/or add a comment to the other answer.
-
Why not just include the information there and delete this answer?
-
-
stackoverflow.com stackoverflow.com
-
However after doing a bit of testing I see that this character is not used to represent missing glyphs on either my Windows 7 computer or the Android phone I've tested with (Motorola Atrix).
-
- Oct 2022
-
en.wikipedia.org en.wikipedia.org
-
This motto has been very much discussed in the Perl community, and eventually extended to There’s more than one way to do it, but sometimes consistency is not a bad thing either (TIMTOWTDIBSCINABTE, pronounced Tim Toady Bicarbonate).[1] In contrast, part of the Zen of Python is, "There should be one— and preferably only one —obvious way to do it."
-
-
docs.openvalidation.io docs.openvalidation.io
-
This distinguishes this grammar from other programming languages or domain-specific languages.
-
- Sep 2022
-
-
Ruby's keyword args work a little differently than similar implementations (selectors in Objective C, for instance). The value on the right-hand side of the colon is the default, not the local name.
-
- Jul 2022
-
bafybeiac2nvojjb56tfpqsi44jhpartgxychh5djt4g4l4m4yo263plqau.ipfs.dweb.link bafybeiac2nvojjb56tfpqsi44jhpartgxychh5djt4g4l4m4yo263plqau.ipfs.dweb.link
-
processing of differences
!- question : processing of differences * what does this mean?
-
- Apr 2022
-
-
Sulik, J., Deroy, O., Dezecache, G., Newson, M., Zhao, Y., Zein, M. E., & Tuncgenc, B. (2021). Trust in science boosts approval, but not following of COVID-19 rules. PsyArXiv. https://doi.org/10.31234/osf.io/edw47
-
-
-
Batty, M., Murcio, R., Iacopini, I., Vanhoof, M., & Milton, R. (2020). London in Lockdown: Mobility in the Pandemic City. ArXiv:2011.07165 [Physics]. http://arxiv.org/abs/2011.07165
-
-
psyarxiv.com psyarxiv.com
-
Wulff, D. U., & Mata, R. (2021). On the semantic representation of risk. PsyArXiv. https://doi.org/10.31234/osf.io/eywjk
-
-
psyarxiv.com psyarxiv.com
-
PsyArXiv Preprints | Openness to Experience Relates to COVID-19 Vaccination Rates across 48 United States. (n.d.). Retrieved March 21, 2022, from https://psyarxiv.com/n34t8/
-
-
stackoverflow.com stackoverflow.com
-
Generates the following sql in sqlite3: "SELECT \"patients\".* FROM \"patients\" INNER JOIN \"users\" ON \"users\".\"id\" = \"patients\".\"user_id\" WHERE (\"users\".\"name\" LIKE '%query%')" And the following sql in postgres (notice the ILIKE): "SELECT \"patients\".* FROM \"patients\" INNER JOIN \"users\" ON \"users\".\"id\" = \"patients\".\"user_id\" WHERE (\"users\".\"name\" ILIKE '%query%')" This allows you to join with simplicity, but still get the abstraction of the ARel matcher to your RDBMS.
-
- Mar 2022
-
pubmed.ncbi.nlm.nih.gov pubmed.ncbi.nlm.nih.gov
-
Results showed that men prefer working with things and women prefer working with people, producing a large effect size (d = 0.93) on the Things-People dimension.
Tags
Annotators
URL
-
- Jan 2022
-
nationalpost.com nationalpost.com
-
Blackwell, T. (2022, January 18). Living for the moment: Study points to cognitive differences in people who are vaccine hesitant. National Post. https://nationalpost.com/health/living-for-the-moment-study-points-to-cognitive-differences-in-people-who-are-vaccine-hesitant
-
-
psyarxiv.com psyarxiv.com
-
Adaryukov, J. A., Grunevski, S., Reed, D. D., & Pleskac, T. (2022). I’m wearing a mask, but are they?: Perceptions of Self-Other Differences in COVID-19 Health Behaviors. PsyArXiv. https://doi.org/10.31234/osf.io/6rb4t
-
- Dec 2021
-
psyarxiv.com psyarxiv.com
-
McCrackin, S., Ristic, J., Mayrand, F., & Capozzi, F. (2021). Face masks impair basic emotion recognition: Group effects and individual variability (Accepted for Publication in Social Psychology). PsyArXiv. https://doi.org/10.31234/osf.io/2whmp
Tags
- individual differences
- psychology
- face mask
- lang:en
- social competence
- COVID-19
- facial features
- emotion
- communication
- facial obstruction
- autism
- personality
- personality traits
- is:preprint
- emotion recognition
- mask wearing
- autistic traits
- facial expression
- face occlusion
- behavioral science
Annotators
URL
-
- Nov 2021
-
www.typescriptlang.org www.typescriptlang.org
-
Type aliases and interfaces are very similar, and in many cases you can choose between them freely. Almost all features of an interface are available in type, the key distinction is that a type cannot be re-opened to add new properties vs an interface which is always extendable.
-
-
github.com github.com
-
I hope you all will forgive my intrusion as a non-maintainer. Here's a perspective as a user:
-
- Sep 2021
-
podman.io podman.io
-
daemonless container engine
Tags
Annotators
URL
-
-
support.mozilla.org support.mozilla.org
-
Mac: "3-bar" menu button (or Firefox menu) > Preferences Windows: "3-bar" menu button (or Tools menu) > Options Linux: "3-bar" menu button (or Edit menu) > Preferences
-
-
www.npr.org www.npr.org
-
But
It show us the e differences The Yamuna River is clear water and quickly turns into dirty water.
-
-
inst-fs-iad-prod.inscloudgate.net inst-fs-iad-prod.inscloudgate.net
-
She looked at me, noticing my bare feet. (I still felt strange wearing shoes indoors, and always removed them before entering my room.) "Are you new to Boston?
In America it’s normal to wear shoes in house, but not really in the east side of the world
-
I read every article and advertisement, so that I would grow familiar with things,
reflects the work that emigration or a new country or an unknown culture requires
-
. "God bless America!" one of them hollered. Across the aisle, I saw a woman praying. I spent my first night a
new national customs, integration
-
-
blog.johnnyreilly.com blog.johnnyreilly.com
-
Which do you prefer? If the answer was "the first" then read no further. You have all you need, go forth and be happy.
good example of: not just assuming people are dissatisfied / will want to change
-
-
-
Saying that web devs used to be fine with relative imports is like saying that human beings used to be fine living without refrigerators. Sure we did. But was it better than it is now? No. No, it wasn't.
-
Aliases are absolute nonsense for resolving imports. If you don't want to type ../ consider using something like path.resolve(__dirname, '../src') so you can do import Stuff from 'client/components/stuff'; // relative to root of project instead of: import Stuff from 'COMPONENTS/stuff'; // this is dumb
-
-
-
(Gems use a period and packages use a dot between the main version number and the beta version.)
-
-
github.com github.com
-
Yeah I don’t think we will find something that works for everyone in all cases. But Webpacker is quite flexible with the setup it has now. Easy to change!
-
I feel like app/packs (or something like it) is a good name because it communicates to developers that it's not just JavaScript that can be bundled, it's also CSS, images, SVGs — you name it. I realize what can be bundled is wholly dependent on the bundler you use, but even esbuild supports bundling CSS. So couldn't this possibly be confusing?
-
-
www.dictionary.com www.dictionary.com
-
Some would argue that the phrase ''survival of the fittest'' is tautological, in that the fittest are defined as those that survive to reproduce.
-
-
journals.sagepub.com journals.sagepub.com
-
Rutjens, B. T., van der Linden, S., van der Lee, R., & Zarzeczna, N. (2021). A group processes approach to antiscience beliefs and endorsement of “alternative facts.” Group Processes & Intergroup Relations, 24(4), 513–517. https://doi.org/10.1177/13684302211009708
-
- Jul 2021
-
www.frontiersin.org www.frontiersin.org
-
Luoto, Severi, Marjorie L. Prokosch, Marco Antonio Correa Varella, Indrikis Krams, and Corey L. Fincher. “Editorial: Coronavirus Disease (COVID-19) and Its Psychobehavioral Consequences.” Frontiers in Psychology 0 (2021). https://doi.org/10.3389/fpsyg.2021.723282.
-
-
www.frontiersin.org www.frontiersin.org
-
Yap, Suhui, Albert Lee, Li-Jun Ji, Ye Li, and Ying Dong. “Cultural Differences in People’s Psychological Response to COVID-19.” Frontiers in Psychology 0 (2021). https://doi.org/10.3389/fpsyg.2021.636062.
-
-
academic.oup.com academic.oup.com
-
correlated with disease progression
Indeed this distinction between the immune systems of males and females is to be considered when developing vaccines against SARS-Co-V2. (DOI: 10.1021/acs.molpharmaceut.1c00291)
-
-
www.frontiersin.org www.frontiersin.org
-
Antonova, Elena, Karoly Schlosser, Rakesh Pandey, and Veena Kumari. “Coping With COVID-19: Mindfulness-Based Approaches for Mitigating Mental Health Crisis.” Frontiers in Psychiatry 12 (2021). https://doi.org/10.3389/fpsyt.2021.563417.
-
- Jun 2021
-
stackoverflow.com stackoverflow.com
-
Different ways to prepend a line: (echo 'line to prepend';cat file)|sponge file sed -i '1iline to prepend' file # GNU sed -i '' $'1i\\\nline to prepend\n' file # BSD printf %s\\n 0a 'line to prepend' . w|ed -s file perl -pi -e 'print"line to prepend\n"if$.==1' file
-
-
twitter.com twitter.com
-
Stephan Lewandowsky. (2021, May 4). And of course… more myths have to be rebutted on our myths page: Https://t.co/uZ5PTpNHff (although it is good to see how many myths are just variants of older zombie arguments) 3/n [Tweet]. @STWorg. https://twitter.com/STWorg/status/1389549507206172674
-
-
askubuntu.com askubuntu.com
-
To avoid the problems with different versions of echo you may want to use printf instead. In contrast to echo printf always interprets \ sequences but doesn't automatically add a linefeed at the end so you have to append \n at the end if you want one.
-
-
-
According to official Actioncable guide, Actioncable creates multiple redis pubsub channels.
-
Yes, AnyCable uses only a single Redis pub/sub channel. Unlike Action Cable, anycable-go manages the actual subscriptions by itself (see hub.go), we only need a single channel to get broadcasts from web apps to a WS server, which performs the actual retransmission. Check out https://docs.anycable.io/#/v1/misc/how_to_anycable_server
-
-
docs.gitlab.com docs.gitlab.com
-
Time returned from a database can differ in precision from time objects in Ruby, so we need flexible tolerances when comparing in specs. We can use be_like_time to compare that times are within one second of each other.
-
-
docs.gitlab.com docs.gitlab.com
-
Differences to Karma
-
-
stackoverflow.com stackoverflow.com
-
in languages (like JavaScript and Java) where external objects do have direct access to instance vars
-
-
dba.stackexchange.com dba.stackexchange.com
-
all are basically standard SQL, but no RDBMS supports the standard completely.
-
-
japanese.stackexchange.com japanese.stackexchange.com
-
語 is the suffix which means 'language'. Unlike English which needs two different nouns for a country and its language, in Japanese, you can simply add 語 after the name of a country to mean the language spoken in that country. (e.g. ドイツ = Germany, ドイツ語 = German, フランス = France, フランス語 = French)
-
- May 2021
-
academic.oup.com academic.oup.com
-
women
Vahidy et al: Men are more likely to test positive, have complications, require ICU admission and mechanical ventilation and have higher mortality than females, independent of age.
Peckham et al: Meta-analysis of 3,111,714 reported global cases - males are 3x more likely to require ICU admission and have higher odds of death.
Vahidy FS, Pan AP, Ahnstedt H, Munshi Y, Choi HA, et al. (2021) Sex differences in susceptibility, severity, and outcomes of coronavirus disease 2019: Cross-sectional analysis from a diverse US metropolitan area. PLOS ONE 16(1): e0245556. https://doi.org/10.1371/journal.pone.0245556
Peckham, H., de Gruijter, N.M., Raine, C. et al. Male sex identified by global COVID-19 meta-analysis as a risk factor for death and ITU admission. Nat Commun 11, 6317 (2020). https://doi.org/10.1038/s41467-020-19
-
-
www.nature.com www.nature.com
-
Sturgis, P., Brunton-Smith, I., & Jackson, J. (2021). Trust in science, social consensus and vaccine confidence. Nature Human Behaviour. https://doi.org/10.1038/s41562-021-01115-7
Tags
- trust
- science
- lang:en
- COVID-19
- anti-vaxxer
- vaccine hesitancy
- country-level differences
- societal consensus
- vaccine acceptance
- immunization
- is:article
- vaccination uptake
- vaccine confidence
- scientific trust
- vaccine
- scepticism
- epidemiology
- behavioral science
- herd immunity
- social consensus
Annotators
URL
-
-
hashnode.com hashnode.com
-
With every other change I make, I have to test in a dozen clients and make sure it looks fine. Why is there so much variation in email style implementation amongst different clients?
-
I've worked with people at companies where this was their only responsibility. Setting up emails for clients, making sure they pass a battery of tests and look great in all browsers and clients. It's an incredible PITA and it's not a set it and forget it thing. Clients can change month to month; spam filters change, etc...
-
-
hashnode.com hashnode.com
-
There is a lot of variation in styling support among different mail clients
-
-
www.reddit.com www.reddit.com
-
Also cross-compatibility with mail clients can be hairy, so you should see what the industry experts are doing.
-
-
stackoverflow.com stackoverflow.com
-
Using margin is better ! If you use position:relative position:absolute You need understand correlative with div outside
-
-
www.gkogan.co www.gkogan.co
-
Email tools/clients are inconsistent in how they render HTML and CSS. A designed email might look great in Gmail, broken in Outlook, and unreadable in Apple Mail. Half of all emails are opened on mobile devices (according to one study). Email looks good in different clients? Great, now make it work on a 4" screen just as well as on a desktop.
-
- Apr 2021
-
github.com github.com
-
The main difference is in the flow of how messages are ultimately sent to devices for output. The standard library Logger logic converts the log entries to strings and then sends the string to the device to be written to a stream. Lumberjack, on the other hand, sends structured data in the form of a Lumberjack::LogEntry to the device and lets the device worry about how to format it. The reason for this flip is to better support structured data logging. Devices (even ones that write to streams) can format the entire payload including non-string objects and tags however they need to.
-
-
store.steampowered.com store.steampowered.com
-
Games that aren't really like rogue, but tagged roguelike. Lite on rogue elements, they should be tagged as roguelite or genre_roguelike instead. For more info, check out: http://en.wikipedia.org/wiki/Roguelike
-
-
unix.stackexchange.com unix.stackexchange.com
-
May be the answer looks the same, but it was not the same question.
-
-
-
It's essential to note that all the experiments are valid for FreeBSD and I can't guarantee they'll give the same results on other operating systems.
-
-
unix.stackexchange.com unix.stackexchange.com
-
For Mac OS X, the syntax seems to be:
-
-
samba.2283325.n4.nabble.com samba.2283325.n4.nabble.com
-
i found that for the osx host "gonzo" , the vanished files (not the warning message itself) appear in stdout - for linux hosts they _both_ appear in stderr , but nothing in stdout (rsync.err.#num is stderr, rsync.log is stdout)
-
-
boardgamegeek.com boardgamegeek.com
-
Because it's totally and completely different? The games have nothing in common except that they both use square cardboard tiles with terrain on them.I agree, but I would go further and claim that they don't even have square tiles in common!
-
Because it's totally and completely different? The games have nothing in common except that they both use square cardboard tiles with terrain on them.
-
-
www.pennington.com www.pennington.com
-
Once established, however, it spreads slowly. Unlike aggressive Kentucky bluegrass, which spreads by underground stems called rhizomes, perennial ryegrass is a bunch-forming grass. Like tall fescue, it naturally grows in clumps and spreads through vertical shoots known as tillers, rather than spreading by rhizomes or horizontal above-ground stems, known as stolons.
-
-
stackoverflow.com stackoverflow.com
-
Also if I replace the shared_context with shared_examples and accordingly include it in test case. Passes
Shouldn't make a difference if it's an alias. So why did it?
-
-
Very trivial and cosmetic, but include_context doesn't output "behaves like" in --format documentation.
-
- Mar 2021
-
psyarxiv.com psyarxiv.com
-
Hein, G., Gamer, M., Gall, D., Gründahl, M., Domschke, K., Andreatta, M., Wieser, M. J., & Pauli, P. (2021). Social cognitive factors outweigh negative emotionality in predicting COVID-19 related safety behaviors. PsyArXiv. https://doi.org/10.31234/osf.io/5sbzy
-
-
en.wikipedia.org en.wikipedia.org
-
Synonymy requires the sharing of a sememe or seme, but the semantic field is a larger area surrounding those.
-
-
psyarxiv.com psyarxiv.com
-
Karlsson, L. C., Soveri, A., Lewandowsky, S., Karlsson, L., Karlsson, H., Nolvi, S., … Antfolk, J. (2021, March 4). The Behavioral Immune System and Vaccination Intentions During the Coronavirus Pandemic. https://doi.org/10.31234/osf.io/r8uaz
Tags
- disgust
- individual differences
- health psychology
- lang:en
- COVID-19
- evolutionary psychology
- germ aversion
- contaminant aversion
- intention
- evolution
- vaccine hesitancy
- perceived infectability
- vaccination
- is:preprint
- social science
- immune response
- vulnerable
- behavioural immune system
- behavioral science
Annotators
URL
-
-
www.reddit.com www.reddit.com
-
Hackathon: Climate denial and COVID-19 misinformation: birds of a feather? : BehSciAsk. (n.d.). Reddit. Retrieved 6 March 2021, from https://www.reddit.com/r/BehSciAsk/comments/jjk00r/hackathon_climate_denial_and_covid19/
-
-
psyarxiv.com psyarxiv.com
-
Oljača, M., Sadiković, S., Branovacki, B., Pajić, D., Smederevac, S., & Mitrović, D. (2020). Unrealistic optimism and HEXACO traits as predictors of risk perception and compliance with COVID-19 preventive measures during the first wave of pandemic. PsyArXiv. https://doi.org/10.31234/osf.io/rt64j
-
-
psyarxiv.com psyarxiv.com
-
Airaksinen, J., Komulainen, K., Jokela, M., & Gluschkoff, K. (2021). Big Five personality traits and COVID-19 precautionary behaviors among older adults in Europe [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/rvbjf
-
-
trailblazer.to trailblazer.to
-
The flow pipetree is a mix of the Either monad and “Railway-oriented programming”, but not entirely the same.
-
- Feb 2021
-
trailblazer.to trailblazer.to
-
An operation has two invocation styles. This is the only difference to an Activity.
-
-
trailblazer.to trailblazer.to
-
I work with crazy geniuses who share many of my opinions (not all, and that’s good).
-
-
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.
-
-
psyarxiv.com psyarxiv.com
-
Byrne, K. A., Six, S. G., Ghaiumy Anaraky, R., Harris, M. W., & Winterlind, E. L. (2020, November 5). Risk-Taking Unmasked: Using Risky Choice and Temporal Discounting to Explain COVID-19 Preventative Behaviors. https://doi.org/10.31234/osf.io/uaqc2
-
-
jakearchibald.com jakearchibald.com
-
Flexbox: content dictates layout
-
Grid: container dictates layout
-
- Jan 2021
-
-
In contrast to the Chinese civil service examinations, tests in ancient Greek societ-ies were not written but were typically oral or performance based. Examinations were conducted for the purpose of determining whether men (and of course then it was only men) were qualified for various aspects of Greek life and citizenship; examinations were not, as far as we know, used to select citizens for government positions.
-
-
psyarxiv.com psyarxiv.com
-
Collins, F. E. (2020, July 6). The Contagion Fear and Threat Scale: Measuring COVID-19 Fear in Australian, Indian, and Nepali University Students. https://doi.org/10.31234/osf.io/4s65q
-
-
blog.hubspot.com blog.hubspot.com
-
Slogans can therefore be longer than taglines
-
Taglines are more often next to the company's logo on official advertisements, and are dedicated more specifically to brand awareness than slogans. Slogans carry a brand's values and promises as the company grows and evolves, and can be promoted under an overarching company tagline.
-
-
-
What’s the difference between an ad and your recommendation?
-
-
www.impressivewebs.com www.impressivewebs.com
-
The only difference is that in this case “auto” will not work, but instead “height: 100%” is required.
-
-
css-tricks.com css-tricks.com
-
It’s true that the auto value would do the same, but auto isn’t quite as robust since it’s size is based on the content inside.
-
-
forums.theregister.com forums.theregister.com
-
A bind mount is basically where you mount a given directory on top of an existing one. Suppose you have a RAID array where you have a partition mounted at /home2, containing some larger user accounts. If you wanted to remount /home2/user to /home/user (to sidestep issue #1), without the issues that come along with symlinks (it is not a directory, just a token that points to it), you'd do something like mount --bind /home2/bob /home/bob and the directory will then be traversable from both locations. The target folder must exist, same as any mount point. The end result is somewhat similar to a symlink, but instead of creating a special filesystem object, it utilizes the operating system's filesystem mounting machinery to do it, which makes it more transparent to running software. Tools like 'du' and 'find' will still be aware that they are cross filesystem boundaries, and will also behave as such if the bind mount is entirely within a given filesystem. Finally, as they're transient by nature (unlike symlinks), they need to be placed in fstab or some startup script to make them persistent.
-
-
framework7.io framework7.io
-
Open About Popover
I have to say, I like how it looks in their Apple and Desktop preview better than the Android/Material preview. I wish they had the arrow in Android Material too.
But on https://sveltematerialui.com/demo/menu-surface it doesn't bother me quite as much...
-
-
medium.com medium.com
-
In my opinion, it can sometimes look odd. Very interestingly, this is by design and is part of the Material design specification. This article isn’t to argue whether it should be this way or not, though; it’s just to change yours such that your MenuItem(s) show below the menu selection, like so:
-