Right now it's a matter of getting brass tacks up front and hopefully helping Feel-A-Maze get noticed.
helping it gain attention/publicity
Right now it's a matter of getting brass tacks up front and hopefully helping Feel-A-Maze get noticed.
helping it gain attention/publicity
Ardern tells New Zealand border staff: Get Covid vaccine now or be redeployed. (2021, April 12). The Guardian. http://www.theguardian.com/world/2021/apr/12/ardern-new-zealand-border-staff-covid-vaccine
and even though there are plenty of additional characters to unlock, they’re ultimately only cosmetic, providing no real incentive to unlock them all
only cosmetic
What you want is not to detect if stdin is a pipe, but if stdin/stdout is a terminal.
The OP wasn't wrong in exactly the way this comment implies: he didn't just ask how to detect whether stdin is a pipe. The OP actaully asked how to detect whether it is a terminal or a pipe. The only mistake he made, then, was in assuming those were the only two possible alternatives, when in fact there is (apparently) a 3rd one: that stdin is redirected from a file (not sure why the OS would need to treat that any differently from a pipe/stream but apparently it does).
This omission is answered/corrected more clearly here:
stdin can be a pipe or redirected from a file. Better to check if it is interactive than to check if it is not.
stdin can be a pipe or redirected from a file. Better to check if it is interactive than to check if it is not.
Humor is based on a sense of the unexpected, inexplicable, ridiculous and ironic. Dry humor can enhance these qualities to make things more humorous. For example, humor that is delivered as if it were not a joke may feel more surprising and odd.
theory
enhances these qualities
By the way, the README file of the expect says there is a libexpect library that can be used to write programs on C/C++ which allows to avoid the use of TCL itself. But I'm afraid, this subject is beyond this article. Besides authors of expect themselves seem to prefer expect-scripts to the library.
possible but doesn't seem preferred
looking at what the authors themselves use
But in all this incongruous abundance you'll certanly find the links to expect It's just what is wanted: the tool, which is traditionally used to communicate automatically with interactive programs. And as it always occurs, there is unfortunately a little fault in it: expect needs the programming language TCL to be present. Nevertheless if it doesn't discourage you to install and learn one more, though very powerful language, then you can stop your search, because expect and TCL with or without TK have everything and even more for you to write scripts.
In this framework, a stream is a chain of coroutines that pass messages between a program and a device driver (or between a pair of programs)
coroutines message passing
TTY is right there in the name, but this article makes no attempt to clarify what exactly the relationship between a pseudoterminal and a TTY. I feel like a whole paragraph about the relation to TTY would be warranted, including a link to TTY article, of course, which does link [back] to and explain some of the relation to pseudoterminal:
In many computing contexts, "TTY" has become the name for any text terminal, such as an external console device, a user dialing into the system on a modem on a serial port device, a printing or graphical computer terminal on a computer's serial port or the RS-232 port on a USB-to-RS-232 converter attached to a computer's USB port, or even a terminal emulator application in the window system using a pseudoterminal device.
A charming little romp through a realm of lateral thinking.
lateral thinking
If you want to run a full fletched linux OS on the ipad an option is to jailbreak the ipad and try to install linux. This is hard because Apple does not want you to and a failed installation might render the ipad useless. Also you will not be able to run any iOS apps anymore obviously.
new tag?: jailbreaking a device
Although echo "$@" prints the arguments with spaces in between, that's due to echo: it prints its arguments with spaces as separators.
due to echo adding the spaces, not due to the spaces already being present
Tag: not so much:
whose responsibility is it? but more: what handles this / where does it come from? (how exactly should I word it?)
Interesting to see how a simple request is actually a rather intricate little problem in the bigger scheme of things.
an intricate piece of a larger system / problem / schema
Was trying to figure out where the canonical repo even is. Hard to figure out. Could be made clearer (like a prominent notice on one saying this is an unofficial clone with a link to the canonical source).
Ended up here via link from https://unix.stackexchange.com/questions/86879/suppress-rsync-warning-some-files-vanished-before-they-could-be-transferred to https://git.samba.org/?p=rsync.git;a=blob_plain;f=support/rsync-no-vanished;hb=HEAD
But then found https://github.com/WayneD/rsync, which I now believe to be canonical based on:
Rsync was originally written by Andrew Tridgell and is currently maintained by Wayne Davison.
Strange that a game published in 2005 that is derivative of a classic would essentially get fired by its predecessor. I fail to see why I would ever play this instead of Carcassonne.
You can't avoid the comparisons to Carcassonne even though the scoring mechanic is very different. It just looks the same, and the tile placement phase feels close enough to be familiar. However, this familiarity starts to nag at you, only adding to the frustration when tile placement is clumsy and luck-driven unlike Carcassonne. The comparison is not favourable for Fjords.
There is a tendency in short luck-heavy games to require you to play multiple rounds in one sitting, to balance the scores. This is one such game. This multiple-rounds "mechanic" feels like an artificial fix for the problem of luck. Saboteur 1 and 2 advise the same thing because the different roles in the game are not balanced. ("Oh, well. I had the bad luck to draw the Profiteer character this time. Maybe I'll I'll draw a more useful character in round 2.") This doesn't change the fact that you are really playing a series of short unbalanced games. Scores will probably even out... statistically speaking. The Lost Cities card game tries to deal with the luck-problem in the same way.
possibly rename: games: luck: managing/mitigating the luck to games: luck: dealing with/mitigating the luck problem
game that uses the Micro Machines license to try and sucker people in that remember the old games.
using attractive/familiar brand/name to lure customers
The diagram shows the client libraries communicate with the Server passing each Selenium command for execution. Then the server passes the Selenium command to the browser using Selenium-Core JavaScript commands. The browser, using its JavaScript interpreter, executes the Selenium command. This runs the Selenese action or verification you specified in your test script.
This is my annotation.
New seeds:
seed-to-soil contact is important: recommends rolling on seeds
A lot of people think that when it comes to seed, more is better. But it's not. If you put too much seed in a spot, it competes with each other, killing the area.
Instead focus on an even distribution. You can always fill in thin areas later.
nothing about the game is really offensive, but there’s just no hook that managed to keep me invested up to the end.
Now VS Code's generic debugger UI supports all data breakpoint access types defined in the Debug Adapter Protocol as context menu actions in the VARIABLES view: Break on Value Read: breakpoint will be hit every time a variable gets read. Break on Value Change: breakpoint will be hit every time a variable gets changed (this action was previously available). Break on Value Access: breakpoint will be hit every time a variable is read or changed.
We use an online editing program called ProofHQ, where you and our development team will review the rules, discuss ideas, and add comments and suggestions, so that these rules are of the same high quality as our other game rules. We have used this process for years, because integrating outside eyes and ears is an invaluable asset.
having more eyes is better
but I like that Svelte comes with a good CSS story out the box.
comes with a good CSS story out the box
Svelte is different in that by default most of your code is only going to run once; a console.log('foo') line in a component will only run when that component is first rendered.
Maarten van Smeden. (2021, March 25). 🚨🚨NEW EVIDENCE PYRAMID🚨🚨 https://t.co/RnGfl337tD [Tweet]. @MaartenvSmeden. https://twitter.com/MaartenvSmeden/status/1375008127737851904
Zartek is a leading software development company based in Qatar and India. We have a team of 20+ developers experienced
This is my annotation updated.
Dictionary writers list polysemes under the same entry; homonyms are defined separately.
This describes how you can tell which one it is by looking at the dictionary entry.
Note how a handful of default steps lead into six standardized termini, allowing to plug protocols into different adapters. Imagine replacing your self-written API adapter with a canonical JSON-API adapter, for example.
Andrews, J. (2020, July 13). All These Stories About People Fleeing Cities Are Total Nonsense. Curbed. https://www.curbed.com/2020/7/13/21319909/coronavirus-urban-exodus-cities-moving-suburbs
When programming I like to have a single Vim editor open with all my files as tabs. Until now I was using the ":tabnew" command to open files in the current Vim window as I knew no other way.
Hello , since I made a modification in gio-tool (#2098 (closed)) , I seen this issue and decide to give it go. I implemented an unix only solution only for launching a desktop file through gio command, see !1779 (merged)
Page, Michael Le. ‘What You Need to Know about the New Variant of Coronavirus in the UK’. New Scientist. Accessed 25 February 2021. https://www.newscientist.com/article/2263077-what-you-need-to-know-about-the-new-variant-of-coronavirus-in-the-uk/.
Tompkins, Lucy, and Carl Zimmer. ‘As the U.S. Surpasses 24 Million Cases, Los Angeles Confronts a More Contagious Variant.’ The New York Times, 18 January 2021, sec. U.S. https://www.nytimes.com/2021/01/18/us/as-the-us-surpasses-24-million-cases-los-angeles-confronts-a-more-contagious-variant.html.
Reuters. ‘New Zealand to Resume Taking Refugees a Year after Covid Border Closure’. the Guardian, 5 February 2021. http://www.theguardian.com/world/2021/feb/05/new-zealand-to-resume-taking-refugees-a-year-after-covid-border-closure.
Lee, Elizabeth C., Nikolas I. Wada, M. Kate Grabowski, Emily S. Gurley, and Justin Lessler. ‘The Engines of SARS-CoV-2 Spread’. Science 370, no. 6515 (23 October 2020): 406–7. https://doi.org/10.1126/science.abd8755.
Britt, Robert Roy. ‘10 Signs the Pandemic Is About to Get Much Worse’. Medium, 19 October 2020. https://elemental.medium.com/10-signs-the-pandemic-is-about-to-get-much-worse-cf261bf3885d.
reddit. ‘R/BehSciAsk - Workshop Hackathon: Optimising Research Dissemination and Curation’. Accessed 6 March 2021. https://www.reddit.com/r/BehSciAsk/comments/jjtht2/workshop_hackathon_optimising_research/.
Edmunds, John. ‘We Need Even Tougher Curbs to Fight This New Coronavirus Strain’. the Guardian, 20 December 2020. http://www.theguardian.com/world/2020/dec/20/we-need-even-tougher-curbs-to-fight-this-new-coronavirus-strain.
Gaier, Rodrigo Viga. ‘Exclusive: Oxford Study Indicates AstraZeneca Effective against Brazil Variant, Source Says’. Reuters, 5 March 2021. https://www.reuters.com/article/us-health-coronavirus-brazil-variant-exc-idUSKBN2AX1NS.
Planetizen - Urban Planning News, Jobs, and Education. ‘Arts Performances Take to the Streets’. Accessed 6 March 2021. https://www.planetizen.com/news/2020/12/111501-arts-performances-take-streets.
Jed. ‘The Geography of the COVID19 Third Wave | Jed Kolko’. Accessed 25 February 2021. http://jedkolko.com/2020/10/18/the-geography-of-the-covid19-third-wave/.
We standardize on a finite subset of JS (such as asm.js) — and avoid the endless struggle through future iterations of the JavaScript language, competing super-sets and transpilers
asm.js and RPython sound similar (restrictive subsets)
As to opinions about the shortcomings of the language itself, or the standard run-times, it’s important to realize that every developer has a different background, different experience, different needs, temperament, values, and a slew of other cultural motivations and concerns — individual opinions will always be largely personal and, to some degree, non-technical in nature.
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.
Normally you should not register a named module, but instead register as an anonymous module: define(function () {}); This allows users of your code to rename your library to a name suitable for their project layout. It also allows them to map your module to a dependency name that is used by other libraries.
The non-minified default bundle is no longer mangled, making it more readable and preserving inline comments.
D3 now passes events directly to listeners, replacing the d3.event global and bringing D3 inline with vanilla JavaScript and most other frameworks.
This thread is more than 5 months old. It is very likely that it does not need any further discussion and thus bumping it serves no purpose. If you feel it is necessary to make a new reply, you can still do so though. I am aware that this thread is rather old but I still want to make a reply.
I don't understand why this isn't being considered a bigger deal by maintainrs/the community. Don't most Rails developers use SCSS? It's included by default in a new Rails app. Along with sprockets 4. I am mystified how anyone is managing to debug CSS in Rails at all these days, that this issue is being ignored makes sprockets seem like abandonware to me, or makes me wonder if nobody else is using sprockets 4, or what!
but I still have no idea if I'm writing this new file correctly.
For the $$$ question, nothing comes to mind. These problems i'm hitting up against are larger than a contractor could solve in a few hours of work (which would be hundreds/thousands of dollars).
Reopening #162
https://github.com/rails/sprockets/issues/162 was already closed as duplicated (so this just creates another duplicate).
Technically this could be added there.
Oh, I see, it was from so long ago (2015), that it would probably be frowned upon to reopen such an old issue.
let me know if you've got more issues (by opening a new issue)
we used `backticks` to jump into native Javascript to use moment.js
In regular Ruby, `` executes in a shell, but obviously there is no shell of that sort in JS, so it makes sense that they could (and should) repurpose that syntax for something that makes sense in context of JS -- like running native JavaScript -- prefect!
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.
Lu, D. (n.d.). How will zero-covid countries safely reopen their borders? New Scientist. Retrieved March 8, 2021, from https://www.newscientist.com/article/2270246-how-will-zero-covid-countries-safely-reopen-their-borders/
Workshop hackathon: Optimising research dissemination and curation : BehSciMeta. (n.d.). Reddit. Retrieved 6 March 2021, from https://www.reddit.com/r/BehSciMeta/comments/jjtg91/workshop_hackathon_optimising_research/
ReconfigBehSci on Twitter. (n.d.). Twitter. Retrieved 5 March 2021, from https://twitter.com/SciBeh/status/1325749905911123968
Demokratisierung, Digitalisierung und Dezentralisierung der Arbeitswelt
Dante Licona. (2020, December 8). What can NGOs, government and public institutions do on TikTok? Today @melisfiganmese and I shared some insights at #EuroPCom, the @EU_CoR conference for public communication. We were asked to talk about upcoming social media trends. Here’s a thread with some insights👇 https://t.co/GzOA66vstQ [Tweet]. @Dante_Licona. https://twitter.com/Dante_Licona/status/1336303773334069251
CHILD DEVELOPMENT PERSPECTIVES
The article is found in this scholarly journal.
Channel 4 News. (2021, January 17). “It’s working in mainland China with 1.4 billion people. It doesn’t depend on being an island.” A pandemic adviser to the New Zealand government says achieving zero cases isn’t about the size of a country, but about “strong leadership”. Https://t.co/SSpc8DjZXi [Tweet]. @Channel4News. https://twitter.com/Channel4News/status/1350834342709358593
I went by the reviews and now i am seeing a pattern on STEAM where even good reviews are bought and paid for and not really player revews and that actuallly watching game play from google will be my best option in the future. AGAIN don;t trust bought and paid for reviews from STEAM....I just learned and realised this now
Koh, W. C., Alikhan, M. F., Koh, D., & Wong, J. (n.d.). Containing COVID-19: Implementation of Early and Moderately Stringent Social Distancing Measures Can Prevent The Need for Large-Scale Lockdowns. Annals of Global Health, 86(1). https://doi.org/10.5334/aogh.2969
Christina Pagel. (2021, February 23). 1. LONG THREAD ON COVID, LOCKDOWN & THE ROADMAP: TLDR: There’s a lot to like about the roadmap – but it could be & should be made much more effective. Because this will be tying current situation to the roadmap, I’m concentrating on English data Read on… (22 tweets—Sorry) [Tweet]. @chrischirp. https://twitter.com/chrischirp/status/1364019581971558401
Source maps are a major new feature.
In both filters, you’re able to rename and coerce variables. This gives you a bit more control than the simpler DSL.
the Guardian. ‘Air New Zealand to Trial Covid Vaccine Passport on Sydney Flights’, 23 February 2021. http://www.theguardian.com/world/2021/feb/23/air-new-zealand-to-trial-covid-vaccine-passport-on-sydney-flights.
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?
This stuff is intoxicating once you get into it.
note that TRB source code modifications are not proprietary
In other words, you can build on this software in your proprietary software but can't change the Trailblazer source unless you're willing to contribute it back.
loophole: I wonder if this will actually just push people to move their code -- which at the core is/would be a direction modification to the source code - out to a separate module. That's so easy to do with Ruby, so this restriction hardly seems like it would have any effect on encouraging contributions.
Qin, A., & Wang, V. (2020, January 22). Wuhan, Center of Coronavirus Outbreak, Is Being Cut Off by Chinese Authorities. The New York Times. https://www.nytimes.com/2020/01/22/world/asia/china-coronavirus-travel.html
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.
Marques, M. D., Ling, M., Williams, M., Kerr, J., & McLennan, J. (2021). Australasian Public Awareness and Belief in Conspiracy Theories: Motivational Correlates. PsyArXiv. https://doi.org/10.31234/osf.io/vr896
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.
The reason Reform does updating attributes and validation in the same step is because I wanna reduce public methods. This is to save users from having to remember state.
I see what he means, but what would you call this (tag)? "have to remember state"? maybe "have to remember" is close enough
Or maybe order is important / do things in the right order is all we need to describe the problem/need.
I will continue to use form objects and push changes into the repo when I feel they are universally relevant and valuable.
new tag?:
Hodcroft, E. B., Domman, D. B., Oguntuyo, K., Snyder, D. J., Diest, M. V., Densmore, K. H., Schwalm, K. C., Femling, J., Carroll, J. L., Scott, R. S., Whyte, M. M., Edwards, M. D., Hull, N. C., Kevil, C. G., Vanchiere, J. A., Lee, B., Dinwiddie, D. L., Cooper, V. S., & Kamil, J. P. (2021). Emergence in late 2020 of multiple lineages of SARS-CoV-2 Spike protein variants affecting amino acid position 677. MedRxiv, 2021.02.12.21251658. https://doi.org/10.1101/2021.02.12.21251658
New Scientist on Twitter. (n.d.). Twitter. Retrieved 15 February 2021, from https://twitter.com/newscientist/status/1360844987521519618
Lu, D. (n.d.). England’s quarantine hotels won’t stop spread of coronavirus variants. New Scientist. Retrieved 15 February 2021, from https://www.newscientist.com/article/2267688-englands-quarantine-hotels-wont-stop-spread-of-coronavirus-variants/
There's no such a thing, more like beautiful interface trying to hide that there's no actual gameplay.
hiding __?
The filthy casuals write positive reviews on steam and it's clear that true gamers won't even try to review such a shallow game.
reviews/ratings because only those already inclined to like it (or who have been swayed by the already positive reviews) will bother buying it and (therefore) bother reviewing it, hence amplifying the positive ratings
provide information for the following call type ONLY: New Enrollment Card Not Received
refer to the New Enrollment Card Not Received call type in the DCFC
The syntax itself provides a visualization of the structure of the grid.
What is this an example of? self-referencing? self-presentation? duality?
Validity is a unitary concept. It is the degree to which all the accumulated evidence supports the intended interpretation of test scores for the proposed use. Like the 1999 Standards, this edition refers to types of validity evidence, rather than distinct types of validity. To empha-size this distinction, the treatment that follows does not follow historical nomenclature (i.e., the use of the terms content validity or predictive validity). (
Please don't thank me! ;-) If this answer did help, just click the little grey ☑ at the left of this text right now turning it into beautiful green. If you do not like the answer, click on the little grey down-arrow below the number, and if you really like the answer, click on the little grey ☑ and the little up-arrow... If you have any further questions, just ask another one! ;-)
How would you even describe this comment?
"just doing my job"? but he is (I assume) answering to be nice not because it's his job
"I won't take it personally"? vote my answer up or down, whichever you please
impartial, dispassionate, and objective, perhaps? "just the facts, ma'am"
Separately, what is the "Please don't thank me!" for? Is it that politeness? False modesty? Genuine modesty? Or is it rude? Why not allow someone to thank you??
„NZ, Vietnam Top List of Countries with Best Responses to the Pandemic“, 27. Januar 2021. https://www.abc.net.au/news/2021-01-28/new-zealand-tops-list-as-country-with-best-covid-response/13095758.
a report identifying the climate strategies and technologies that will result in the most air and water quality improvements
One would expect such a report to say much about reducing emissions from electricity generation, however, in many states, particularly those in the Northeast and North, electricity generation and use only produces a small portion of GHG emissions. In New York State, electricity generation is responsible for less than 20% of emissions while heating and transportation each produce between 35% and 40% of emissions. Thus, in New York, emissions from electricity are a third-level priority. In New York, a focus on adoption of heat pumps and electric vehicles will contribute more to cleaning our air and water than a focus on electricity.
It is important that this report identify strategies and technologies which are appropriate for the various regions of the country.
The country’s largest concert promoter, Live Nation, which furloughed 20 percent of its staff as part of a $600 million cost-cutting effort, has been aggregating artists’ free livestreams on its website, and planning for more highly produced fan-less concerts that could generate revenue through advertising or ticket sales.
More alternatives made for fans to enjoy music while artist and company make lost money
the lighting is suitable
The technology's racism means that dark-skinned students may need a lot of suitable lighting.
KupferschmidtJan. 15, K., 2021, & Pm, 4:55. (2021, January 15). New coronavirus variants could cause more reinfections, require updated vaccines. Science | AAAS. https://www.sciencemag.org/news/2021/01/new-coronavirus-variants-could-cause-more-reinfections-require-updated-vaccines
Choose your topicThe best topic to write about is the one you can’t not write about. It’s the idea bouncing around your head that compels you to get to the bottom of it.You can trigger that state of mind with a two-part trick. Part one is choosing an objective for your article:Open people’s eyes by proving the status quo wrong.Articulate something everyone’s thinking about but no one is saying. Cut through the noise.Identify key trends on a topic. Use them to predict the future.Contribute original insights through research and experimentation.Distill an overwhelming topic into something approachable. (This guide.)Share a solution to a tough problem.Tell a suspenseful and emotional story that imparts a lesson.Part two is pairing your objective with a motivation:Does writing this article get something off your chest?Does it help reason through a nagging, unsolved problem you have?Does it persuade others to do something you believe is important?Do you obsess over the topic and want others to geek out over it too?
This is great to go along with .Josh Spector how to outline a blog post
Interesting . That feature (<slot slot="..."/>) was only recently added in #4295. It wasn't primarily intended to be used that way, but I guess it's a good workaround for this issue. I'm yet to find caveats to slotting components that way, other than it's inconvenient, as opposed to <Component slot="..."/>.
Related to #1824, can do <svelte:component this={Bar}> <slot></slot> <slot name="header" slot="header"></slot> </svelte:component> <script> import Bar from './Bar.svelte'; </script> as a forwarding workaround
In 3.29.0 you can now use <slot slot='...'> to forward slots into a child component, without adding DOM elements.
Mereu, N., Mereu, A., Murgia, A., Liori, A., Piga, M., Argiolas, F., Salis, G., Santus, S., Porcu, C., Contu, P., & Sardu, C. (2020). Vaccination Attitude and Communication in Early Settings: An Exploratory Study. Vaccines, 8(4), 701. https://doi.org/10.3390/vaccines8040701
This variant presents 14 non-synonymous mutations, 6 synonymous mutations and 3 deletions. The multiple mutations present in the viral RNA encoding for the spike protein (S) are of most concern, such as the deletion Δ69-70, deletion Δ144, N501Y, A570D, D614G, P681H, T716I, S982A, D1118H
What would be the limit of detection of the new variants in the wastewater by this NGS based sequencing method?
There is a dimension of personal preference to it. I don't like to expose more than strictly necessary to external consumers, because it makes it harder to track usages. If you find a bind:prop in a consumer, you know prop is used (which you already kind of knew since the prop is part of the "public" API of the component). Done. If you find a bind:this, you now need to track all usages of this this.
Pinduoduo
enables groups (often formed via WeChat) to haggle with merchants for bulk purchases, specially groceries.
In fact, even <svelte:slot /> feels a bit confusing because it introduces a new kind of slot, where the concept is already a bit crowded (there the <slot /> in the parent component, and the target slot="name" for the slot content).
tag?: crowded (how do we disambiguate, make it not ambiguous?)
Some devs prefer Svelte’s minimal approach that defers problems to userland, encouraging more innovation, choice, and fragmentation, and other devs prefer a more fully integrated toolkit with a well-supported happy path.
tag?: what scope of provided features / recommended happy path is needed?
It’s worth mentioning that Svelte limits its scope to being only a UI component framework. Like React, it provides the view layer, but it has more batteries included with its component-scoped CSS and extensible stores for state management. Others like Angular and Vue provide a more all-in-one solution with official routers, opinionated state management, CLIs, and more. Sapper is Svelte’s official app framework that adds routing, server-side rendering, code splitting, and some other essential app features, but it has no opinions about state management and beyond. Some devs prefer Svelte’s minimal approach that defers problems to userland, encouraging more innovation, choice, and fragmentation, and other devs prefer a more fully integrated toolkit with a well-supported happy path.
tag?: what scope of provided features / recommended happy path is needed?
With the caveat that hero worship can be gross, distorting, and unhelpful to everyone involved, Svelte author Rich Harris (@rich_harris on Twitter) is one of my favorite open source developers. In the JS community he’s well-known among tool authors for spreading interesting ideas. He’s the creator of many open source projects including Rollup, the bundler of choice for many libraries including React and Vue.
Svelte is its own language, not plain HTML+CSS+JS
its own _
The compiler architecture moves complexity from the runtime and source code to buildtime and tools. Behind Svelte’s simple APIs sits a beefy compiler. Frontend web development has become very tool heavy in the webapp era, so in practice this adds little cost beyond what developers like myself already pay, but increased build complexity is important to acknowledge.
tool-heavy dependence on build tools / heavy/complex build-time
Bulbulia, J. A., Piven, S., Greaves, L., Osborne, D., Troughton, G., Yogeeswaran, K., & Sibley, C. G. (2020). Longitudinal Study of Pandemic and Natural Disaster Distress. PsyArXiv. https://doi.org/10.31234/osf.io/erfhp
There's a huge area of seemingly obvious user-centric products that don't exist simply because there isn't a working business model to support it.
I also find that a lot of the complexity of Flutter can be avoided, and I mostly use it to define the UI as a more app-centric alternative to HTML/CSS.
I mostly use it to define the UI as a more app-centric alternative to HTML/CSS.
@monkeythedev I am curious how do you "organize" your work - You forked https://github.com/hperrin/svelte-material-ui and https://github.com/hperrin/svelte-material-ui is not very active. Do you plan an independent project ? I hope the original author would return at some times, if not, i'll see
(15x) ENJOYMENT: Forgettable Outstanding(10x) DEPTH (IN RELATION TO COMPLEXITY): Lacking Meaty (5x) LUCK FACTOR: All Luck All Skill (3x) REPLAYABILITY: Nil Limitless(10x) MECHANICS: Boring Interesting (4x) PLAYER INTERACTION: Low High (4x) PLAYER COUNT PERFORMANCE: Not Balanced Balanced (2x) GAME LENGTH: Too Short/Long Just Right (2x) CLARITY OF RULES: Mud Crystal (5x) COMPONENT QUALITY: Cheap World ClassINITIAL RATING (sum(Criteria Rating x Criteria Weight)/Total Weight) = 7.7
rating scale evaluation
Business, A. T., CNN. (n.d.). The economy as we knew it might be over, Fed Chairman says. CNN. Retrieved 18 November 2020, from https://www.cnn.com/2020/11/12/economy/economy-after-covid-powell/index.html
Why do we need this proprietary service?
So they can track us when we go to: http://svelte-autocomplete.surge.sh/?ref=madewithsvelte.com ?
Rather than bookmark/use https://madewithsvelte.com/svelte-autocomplete I would prefer to just use https://github.com/elcobvg/svelte-autocomplete as the canonical URL for this project.
Did you look at it and decide not, or not look at it?
This isn't written to hype a battle in the holy war.
It looks like you just deleted our lovely crafted issue template. It was there for good reasons. Please help us solving your issue by answering the questions asked in this template. I'm closing this. Please either update the issue with the template and reopen, or open a new issue.
Ignoring official advice
Ausführliche Sendung mit Text zum Green New Deal, mit Nennung von Diem25 und Extinction Rebellion. Zitat von Roosevelt zu Anfang, das zeigt, dass es auch beim ersten New Deal nicht um Wachstum sondern um eine Umsteuerung geht.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Prettier’s printWidth option does not work the same way. It is not the hard upper allowed line length limit. It is a way to say to Prettier roughly how long you’d like lines to be. Prettier will make both shorter and longer lines, but generally strive to meet the specified printWidth. Remember, computers are dumb. You need to explicitly tell them what to do, while humans can make their own (implicit) judgements, for example on when to break a line. In other words, don’t try to use printWidth as if it was ESLint’s max-len – they’re not the same. max-len just says what the maximum allowed line length is, but not what the generally preferred length is – which is what printWidth specifies.
I'm not sure what's the best solution, but it could be a good idea to print the full path only at the end of the line, since it takes a lot of space, or to move it to a separate line.
http://jonudell.info/h/tag-rename-02.mp4
Most people would embed a YouTube video. Nice to see no dependency on 3rd-party service here.
We could broadcast a warning if we find the variable to be set in the environment, but that is more likely than not to annoy people who intentionally set it.
New tag?: warnings that may annoy people who intentionally do something. (Need a way to selectively silence certain warnings?)
Robert, Alexis. “Lessons from New Zealand’s COVID-19 Outbreak Response.” The Lancet Public Health 0, no. 0 (October 13, 2020). https://doi.org/10.1016/S2468-2667(20)30237-1.
New York
text
Paths are traversed in the order they occur in the search path. By default, this means the files in app/assets take precedence, and will mask corresponding paths in lib and vendor.
Doing so also means adding empty import statements to guarantee correct order of evaluation of modules (in ES modules, evaluation order is determined statically by the order of import declarations, whereas in CommonJS – and environments that simulate CommonJS by shipping a module loader, i.e. Browserify and Webpack – evaluation order is determined at runtime by the order in which require statements are encountered).
Here: dynamic loading (libraries/functions) meaning: at run time
Belluz, J. (2020, October 20). Europe’s new Covid-19 wave, explained. Vox. https://www.vox.com/21514530/europe-covid-second-wave-update
"Most Native Americans did not neatly distinguish between the natural and the supernatural. Spiritual power permeated their world and was both tangible and accessible"
This shows how much more open Natives were to the super Naturaul unlike the Europeans who were more than likely christians.
my first question: is what do they mean exactly by "kinship"?
My second question is: what does the reading mean by Chiefdoms?
"Food surpluses enabled significant population growth, and the Pacific Northwest became one of the most densely populated regions of North America"
This is significant because it shows how succesful the natives were before the Europeans showed up and spread native European diseases to Natives.
It is important to note here that the flow does not need to begin with a user interaction. With the rise of asynchronous middleware like redux-saga and redux-observable, the ability to trigger any code on a component anywhere is very useful.
This tag doesn't quite fit: can be used independently (fine-grained/decoupled)
The primary motivation behind virtual-dom is to allow us to write code independent of previous state. So when our application state changes we will generate a new VTree. The diff function creates a set of DOM patches that, based on the difference between the previous VTree and the current VTree, will update the previous DOM tree to match the new VTree.
annotation meta: may need new tag: for: "code independent of previous state."
annotation meta: may need new tag: for: diffs other than source/text code diffs (in this case diffs between virtual DOM trees)
My proposal is that we solve this by treating a static key prop as different from one provided through spread. I think that as a second step we might want to even give separate syntax such as:
Why not just use that instead of inventing a syntax that's not part of ECMAScript?
took advantage of your imposed staycation
https://www.youtube.com/watch?v=ZIhZxHX1URY&ab_channel=NBCNews
(((Howard Forman))) on Twitter. (n.d.). Twitter. Retrieved October 12, 2020, from https://twitter.com/thehowie/status/1315418282590121984
Svelte doesn't re-render, so you need to respond to component mount/dismount and prop changes separately as they are distinct concepts and never tied together, unlike in React.
Sometimes, you may be tempted to write that wrapper. Because all your (React or Vue or insert your reactive framework here) instincts tell you so.Resist the temptation. There is a better way. A svelter way. Introducing: the use-directive (a.k.a. “actions”).
However, especially when starting out, it’s very easy to fall into the “this is how I did things in my previous framework” trap.
In most oral societies, however, traditions are understood to bemalleable; that is, they are supposed to be changed and made relevant to the new situationsin which they are cited.
And this is almost just what we see in modern religion concerning the bible. Even though it's written down, people read the words and change their original meaning and intent to make them relevant to their modern lives rather than the older historical context in which they were originally created.
Update, 11:22 Eastern: Weiss has posted a letter of resignation addressed to Times publisher A.G. Sulzberger on her website. In it, she denounces the Times for fostering an atmosphere of stifling conformity and accuses her now-former colleagues of bullying:
Having your own website is a must, particularly when you've just left one of the biggest platforms on the planet and still need to have a platform to reach your audience and the world.
It's the part of your garden that you might actively show people when they come round to visit, that you're most proud of.
It's a bit like cleaning up just for company, or in our current pandemic, just cleaning up the section of the house that's seen in the camera as in this New Yorker Cartoon:
The New York Times
I'm wondering if the NY Times used the summit to figure out how to prevent annotating at all? Somehow I'm not able to reasonably use either Hypothes.is or Genius with it in multiple browsers.
In particular I just can't highlight anything on the page, and attempts usually end up moving me to a new article. Blech!
Why struggle with custom Syntax DSLs when you can use one so widely supported?
IZA – Institute of Labor Economics. ‘COVID-19 and the Labor Market’. Accessed 6 October 2020. https://covid-19.iza.org/publications/dp13696/.
IZA – Institute of Labor Economics. ‘COVID-19 and the Labor Market’. Accessed 6 October 2020. https://covid-19.iza.org/publications/dp13644/.
McKinley, Jesse, and Luis Ferré-Sadurní. ‘Warnings Issued as Virus Cases Rise in New York’. The New York Times, 28 September 2020, sec. New York. https://www.nytimes.com/2020/09/28/nyregion/ny-coronavirus-cases.html.
As you can see, it uses Javascript label syntax to tell the compiler where recalculation should be carefully managed. And you thought that no one uses labels any more.
Why New York’s in a Depression and Texas Isn’t. (2020, September 21). Bloomberg.Com. https://www.bloomberg.com/opinion/articles/2020-09-21/why-a-coronavirus-recession-in-florida-is-a-depression-in-new-york
One of the arguments that's frequently deployed in favour of JSX-based frameworks over template-based ones is that JSX allows you to use existing language constructs:
Proposes a syntax similar to JSX.
My question would instead be, why not just use JSX for Svelte templates?
It would also reduce friction for new users, who would no longer have to learn a new syntax for each new framework.
Hannah, K. (2020, September 7). Counting and Countering the infodemic: A deep dive into Covid-19 disinformation. The Spinoff. https://thespinoff.co.nz/media/07-09-2020/counting-and-countering-the-infodemic-a-deep-dive-into-covid-19-disinformation/
While garbage, animal manure and human waste flowed freely into drinking water sources, it was the pungent cocktail of odors they produced that many medical professionals blamed for spreading disease.
NY account
New York’s Subway Installs Vending Machines With Personal Protective Equipment. (n.d.). NPR.Org. Retrieved July 9, 2020, from https://www.npr.org/2020/07/07/888509999/new-yorks-subway-installs-vending-machines-with-personal-protective-equipment
Thus, New Thought thinker Ralph Waldo Trine (not to be confused with Ralph Waldo Emerson) could exhort his readers to “See yourself in a prosperous condition. Affirm that you will before long be in a prosperous condition.”
This also sounds a bit like the general philosophy behind Napoleon Hill's Think and Grow Rich.
Harford, Tim. ‘A Bluffer’s Guide to Surviving Covid-19 | Free to Read’, 28 August 2020. https://www.ft.com/content/176b9bbe-56cf-4428-a0cd-070db2d8e6ff.
COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved 25 July 2020, from https://covid-19.iza.org/publications/dp13521/
Andy Slavitt @ 🏡 on Twitter: “COVID UPDATE July 13: There are successful examples of taking on COVID-19. And there is one story like no others. New York. 1/” / Twitter. (n.d.). Twitter. Retrieved July 17, 2020, from https://twitter.com/ASlavitt/status/1282838738121502720
“It’s in the genes”: New Orleans culture marches on despite the pandemic. (2020, June 26). History. https://www.nationalgeographic.com/history/2020/06/new-orleans-culture-marches-on-despite-pandemic/
Demographic Determinants of Testing Incidence and COVID-19 Infections in New York City Neighborhoods. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 8, 2020, from https://covid-19.iza.org/publications/dp13152/
Lewis, D. (2020). ‘We felt we had beaten it’: New Zealand’s race to eliminate the coronavirus again. Nature. https://doi.org/10.1038/d41586-020-02402-5
Pathak, P. A., Sönmez, T., Unver, M. U., & Yenmez, M. B. (2020). Leaving No Ethical Value Behind: Triage Protocol Design for Pandemic Rationing (Working Paper No. 26951; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w26951
Eichenbaum, M. S., Rebelo, S., & Trabandt, M. (2020). Epidemics in the Neoclassical and New Keynesian Models (Working Paper No. 27430; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27430
Manski, C. F., & Molinari, F. (2020). Estimating the COVID-19 Infection Rate: Anatomy of an Inference Problem (Working Paper No. 27023; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27023
boilerplatey
boilerplatey
Schmitt-Grohé, S., Teoh, K., & Uribe, M. (2020). Covid-19: Testing Inequality in New York City (Working Paper No. 27019; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27019
For example, as the GDPR requires that a controller must be able to demonstrate that valid consentwas obtained, all presumed consents of which no references are kept willautomatically be below theconsent standard of the GDPR and will need to be renewed. Likewise as the GDPR requires a“statement or a clear affirmative action”, all presumed consents that were based on a more impliedform of action by the data subject (e.g.a pre-ticked opt-in box) will also not be apt to the GDPRstandard of consent.
The cookie banner will be displayed any time a user visits your site for the first time or when you have decided to add a new vendor to your list of vendors (since it’s a new disclosure and potentially a consent request for that vendor may be required).
Online Reading Comprehension
Sharing what they've found with one another Students getting really excited when they've found something, want to show teacher Once students get one part, challenge them to find something new Evaluate the information; what features make it good? What is definition of best? Synthesize what you are finding; bring in all the information from different sources Multimodal ways of reading
Framing Internet use as a literacy issue will also make it more likely to be embraced by schools, an institution resistant to adopting new technologies
If this is included with literacy, schools and districts may think more about the new ways that our students are constructing learning
How the new coronavirus surges compare to New York City’s peak. (2020, July 9). Science. https://www.nationalgeographic.com/science/2020/07/how-new-coronavirus-surges-compare-new-york-city-peak-cvd/
Henry Grabar on Twitter: “I hope the pundits who said that New Yorkers got Covid because of density, the subway, or apartment buildings (NY’s own self-serving governor among them!) take a moment to reflect on how much damage that opinion did” / Twitter. (n.d.). Twitter. Retrieved July 17, 2020, from https://twitter.com/henrygrabar/status/1282323146218123266
Grabar, H. (2020, April 17). Nothing About New York’s Outbreak Was Inevitable. Slate Magazine. https://slate.com/business/2020/04/coronavirus-new-york-city-outbreak-blame.html
Expanding diversity and building capacity
What about youth in reduced economic circumstances? What if they do not have access to this new media? Is this bridging a gap, or just creating a new one?
ReconfigBehSci on Twitter: ‘RT @ObsoleteDogma: The U.S. is averaging more new covid cases than any continent is right now https://t.co/O70nj0I4Xo’ / Twitter. (n.d.). Twitter. Retrieved 16 July 2020, from https://twitter.com/SciBeh/status/1282953988774727680
ReconfigBehSci on Twitter: ‘RT @ProjectLincoln: Of course teachers and families are afraid. https://t.co/oQsVtPIlEf’ / Twitter. (n.d.). Twitter. Retrieved 16 July 2020, from https://twitter.com/SciBeh/status/1283272405297897477
Lancet, T. (2020). COVID-19: The worst may be yet to come. The Lancet, 396(10244), 71. https://doi.org/10.1016/S0140-6736(20)31517-8
Any top-level statement (i.e. not inside a block or a function) can be made reactive by prefixing it with the $: JS label syntax.
NYC Rental Market Pushed to Breaking Point by Tenant Debts. (2020, July 8). Bloomberg.Com. https://www.bloomberg.com/news/articles/2020-07-08/coronavirus-moves-nyc-affordable-housing-crisis-to-breaking-point
COVID-19: Data Summary—NYC Health. (n.d.). Retrieved July 3, 2020, from https://www1.nyc.gov/site/doh/covid/covid-19-data.page
Rosenberg, E. S., Tesoriero, J. M., Rosenthal, E. M., Chung, R., Barranco, M. A., Styer, L. M., Parker, M. M., John Leung, S.-Y., Morne, J. E., Greene, D., Holtgrave, D. R., Hoefer, D., Kumar, J., Udo, T., Hutton, B., & Zucker, H. A. (2020). Cumulative incidence and diagnosis of SARS-CoV-2 infection in New York. Annals of Epidemiology. https://doi.org/10.1016/j.annepidem.2020.06.004
What would be nice is if JavaScript had a built-in way to do what I can do in Ruby with:
> I18n.interpolate('Hi, %{name}', name: 'Fred')
=> "Hi, Fred"
But to be fair, I18n comes from i18n library, so JS could just as easily (and I'm sure does) have a library that does the same thing.
Update: Actually, you can do this in plain Ruby (so why do we even need I18n.interpolate
?):
main > "Hi, %{name}" % {name: 'Fred'}
=> "Hi, Fred"
main > ? String#%
From: string.c (C Method):
Owner: String
Visibility: public
Signature: %(arg1)
Number of lines: 9
Format---Uses str as a format specification, and returns the result
of applying it to arg. If the format specification contains more than
one substitution, then arg must be an Array or Hash
containing the values to be substituted. See Kernel::sprintf for
details of the format string.
"%05d" % 123 #=> "00123"
"%-5s: %016x" % [ "ID", self.object_id ] #=> "ID : 00002b054ec93168"
"foo = %{foo}" % { :foo => 'bar' } #=> "foo = bar"
I guess that built-in version is fine for simple cases. You only need to use I18n.translate
if you need its more advanced features like I18n.config.missing_interpolation_argument_handler
.
clean and understandable markup template without the help of 3rd party
Bulbulia, J., Barlow, F., Davis, D. E., Greaves, L., Highland, B., Houkamau, C., Milfont, T. L., Osborne, D., Piven, S., Shaver, J., Troughton, G., Wilson, M., Yogeeswaran, K., & Sibley, C. G. (2020). National Longitudinal Investigation of COVID-19 Lockdown Distress Clarifies Mechanisms of Mental Health Burden and Relief [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/cswde