mooo

https://ift.tt/2A8N5oZ via /r/OldSchoolCool https://ift.tt/2yhal2t

https://ift.tt/2pQTGy9 via /r/ProgrammerHumor https://ift.tt/2ND7wh3

https://ift.tt/2EskkHE via /r/BeAmazed https://ift.tt/2RLywhA

https://ift.tt/2Ei7agp via /r/BeAmazed https://ift.tt/2RH5Zdf

https://ift.tt/2OV6q57 via /r/worldnews https://ift.tt/2A7R0C5

https://ift.tt/2PxkOxi via /r/mildlyinteresting https://ift.tt/2OU5iP1

https://ift.tt/2EjNicM via /r/canada https://ift.tt/2RLPuwk

https://ift.tt/2NFmOBY via /r/aww https://ift.tt/2CdRJDk

https://ift.tt/2PEvrOQ via /r/funny https://ift.tt/2OUZO6I

https://ift.tt/2CC5Q6r via /r/programming https://ift.tt/2CIqHoR

https://ift.tt/2NF3J2W via /r/aww https://ift.tt/2OVU0df

https://ift.tt/2NBj30x via /r/aww https://ift.tt/2pOuPLo

https://ift.tt/2ROWF6S via /r/interestingasfuck https://ift.tt/2EjGBHG

https://ift.tt/2NzLRGF via /r/interestingasfuck https://ift.tt/2pSAJeE

https://ift.tt/2OTwugU via /r/interestingasfuck https://ift.tt/2CerbSE

https://ift.tt/2PxoLlE via /r/aww https://ift.tt/2EjYO86

https://ift.tt/2OlW5Q1 via /r/funny https://ift.tt/2CfNGqn

https://ift.tt/2PrRXKJ via /r/interestingasfuck https://ift.tt/2P3p4rH

https://ift.tt/2IRrt33 via /r/aww https://ift.tt/2NECk0Q

https://ift.tt/2yCJwVI via /r/Damnthatsinteresting https://ift.tt/2IU7AIL

https://ift.tt/2yDT6Yr via /r/gifs https://ift.tt/2QKZ7tS

https://ift.tt/2NFdJJl via /r/interestingasfuck https://ift.tt/2pQ5EYX

https://ift.tt/2CHLtor via /r/woahdude https://ift.tt/2QHOs32

https://ift.tt/2CEUMFT via /r/wholesomememes https://ift.tt/2QR5Dzx

https://ift.tt/2A7aWFg via /r/gifs https://ift.tt/2QHSE30

https://ift.tt/2CEnFSB via /r/interestingasfuck https://ift.tt/2IY3e3n

https://ift.tt/2y9ShaD via /r/BeAmazed https://ift.tt/2Psxeqg

If This Then That (IFTTT) is an online app that connects two different services. It’s really useful for glueing things together to automate your life. For this, I use it to make expense tracking a lot easier for myself.In IFTTT, create a new applet.Choose Google Assistant as the THIS and choose “Say a phrase with both a number and a text ingredient” as the trigger.For THAT, choose Google Sheets and choose “Add row to spreadsheet” as the action.The phrase that I used was “Add # expense for $” and this seems to work well. I initially tried “Add # to my expense tracker for $”, but it confused the “to” for a “2” so it didn’t work correctly. Essentially, avoid the words “to” or “for” near the number and you’ll be fine.Also, you’ll need to say “Thirteen dollars and fifty cents” instead of “Thirteen fifty” so that it enters 13.50 instead of 1350 in your tracker.Bonus LifeProTip: You can trigger reminders based on calendar events! For THIS, use the Google Calendar and use the “New event from search” as the trigger. For the keyword or phrase I added “#Budget”. For THAT, choose “Send me and SMS” and put your “Ok Google, Add # expense for $” phrase in. Now whenever you have a calendar event with the #Budget tag in the title or description it’ll send you a text to remind you to add the expense. via /r/personalfinance https://ift.tt/2IQ8LJc

Make expense tracking SO much easier! Using IFTTT and Google Assistant I can now say “Ok Google, Add $13.50 expense for Lunch” and it will save it to my expense tracker in Google Docs.

If This Then That (IFTTT) is an online app that connects two different services. It’s really useful for glueing things together to automate your life. For this, I use it to make expense tracking a lot easier for myself.In IFTTT, create a new applet.Choose Google Assistant as the THIS and choose “Say a phrase with

Read More

https://ift.tt/2yAHvcG via /r/programming https://ift.tt/2ytiIHA

https://ift.tt/2C9bcVF via /r/todayilearned https://ift.tt/2CECip1

https://ift.tt/2QLL6wi via /r/toronto https://ift.tt/2A4sfqs

https://ift.tt/2CAl7of via /r/DesignPorn https://ift.tt/2Pv8qxM

https://ift.tt/2y9ShaD via /r/BeAmazed https://ift.tt/2Psxeqg

https://ift.tt/2OMnhXR via /r/aww https://ift.tt/2Nw3aIF

https://ift.tt/2yAHvcG via /r/programming https://ift.tt/2ytiIHA

https://ift.tt/2RI9Zdi via /r/canada https://ift.tt/2EeshjD

Hello allI am currently in the process of planning to build an app with 3 other people, two of us are developers with a lot of web application/api programming under the belt (.NET C#). We have very limited experience with coding mobile apps, creating a bit of a learning curve. It’s possible but will obviously take a lot longer.We would prefer to create a web app due to these reasons, but we are on the fence about push notifications. The app will definitely need to send to smartphones and I’m having trouble understanding if it’s possible to do from a web app on mobile devices?I see chrome supports it, but there there might be problems on iOS? The app HAS to work properly on both android and iOS.Is push notifications possible from a web app on both android and iOS these days?I also played around with react native/Xamarin and quickly found out you can simply add a 100% width/height webview to an app and hardcode your web app address. It seems to show up properly when I test it on my android phone (obviously the web app is fully responsive).So my question is. Why would I not just wrap my web application in a webview in react native and say “there’s your mobile app”? Are there any caveats to doing this that I don’t know? via /r/csharp https://ift.tt/2Oh5Sa9

Push notifications from web application?

Hello allI am currently in the process of planning to build an app with 3 other people, two of us are developers with a lot of web application/api programming under the belt (.NET C#). We have very limited experience with coding mobile apps, creating a bit of a learning curve. It’s possible but will obviously

Read More

https://ift.tt/2IQlSKb via /r/gifs https://ift.tt/2pVFOTz

https://ift.tt/2Olt2Mo via /r/GetMotivated https://ift.tt/2QLlcJ4

https://ift.tt/2OidXvo via /r/DesignPorn https://ift.tt/2ydLBs4

https://ift.tt/2ye9Kie via /r/interestingasfuck https://ift.tt/2PrYu8h

No text found via /r/Showerthoughts https://ift.tt/2QIs5dW

https://ift.tt/2ORgFHG via /r/ProgrammerHumor https://ift.tt/2OQFvHA

https://ift.tt/2C6kDVZ via /r/worldnews https://ift.tt/2QJvjhn

https://ift.tt/2IPecrN via /r/funny https://ift.tt/2yeT1Lv

No text found via /r/Showerthoughts https://ift.tt/2QIs5dW

https://ift.tt/2ORgFHG via /r/ProgrammerHumor https://ift.tt/2OQFvHA

https://ift.tt/2IMvV2Q via /r/aww https://ift.tt/2C9hQvl

https://ift.tt/2C9boo3 via /r/funny https://ift.tt/2RHQ1j6

https://ift.tt/2eFEixR via /r/reactiongifs https://ift.tt/2A3AkvI

https://ift.tt/2NxjNUp via /r/funny https://ift.tt/2pPqPdG

https://ift.tt/2QGQbFY via /r/aww https://ift.tt/2Czz2uL

https://ift.tt/2A61XV3 via /r/Damnthatsinteresting https://ift.tt/2CCp5Nf

https://ift.tt/2pJf4W5 via /r/aww https://ift.tt/2IMCyT0

https://ift.tt/2A3FK9X via /r/mildlyinteresting https://ift.tt/2QGfs2S

https://ift.tt/2czTzkC via /r/todayilearned https://ift.tt/2INaAGN

https://ift.tt/2IPvnct via /r/funny https://ift.tt/2pOyFnJ

https://ift.tt/2OfyQaq via /r/funny https://ift.tt/2ytks3z

https://ift.tt/2CzaSAJ via /r/woodworking https://ift.tt/2pLalDj

https://ift.tt/2A3LX61 via /r/ProgrammerHumor https://ift.tt/2QFQdOa

https://ift.tt/2pMkcbZ via /r/aww https://ift.tt/2CDij9Z

https://ift.tt/2pGXMJg via /r/worldnews https://ift.tt/2CzrPeb

https://ift.tt/2A3ibOv via /r/oddlysatisfying https://ift.tt/2OOLM6A

https://ift.tt/2CzoWKp via /r/BeAmazed https://ift.tt/2C6Sez2

https://ift.tt/2K87Zat via /r/BeAmazed https://ift.tt/2OPe9BK

https://ift.tt/2QJmYKH via /r/worldnews https://ift.tt/2pJnKvC

https://ift.tt/2IO9dHz via /r/funny https://ift.tt/2pO4SLU

https://ift.tt/2OOLtZw via /r/funny https://ift.tt/2NzMP5u

https://ift.tt/2Cakotc via /r/aww https://ift.tt/2Of906m

https://ift.tt/2ydz47L via /r/gifs https://ift.tt/2pK43DX

https://ift.tt/2Pq46QF via /r/mildlyinteresting https://ift.tt/2ybRG88

https://ift.tt/2EnyHgL via /r/funny https://ift.tt/2RD6Awp

https://ift.tt/2yvkc43 via /r/ProgrammerHumor https://ift.tt/2OlymzK

https://ift.tt/2pMdVgo via /r/interestingasfuck https://ift.tt/2yvAbPz

https://ift.tt/2PqvldA via /r/EarthPorn https://ift.tt/2OQUFMS

https://ift.tt/2pIdKma via /r/woahdude https://ift.tt/2Oh94Tg

https://ift.tt/2QF4Am5 via /r/todayilearned https://ift.tt/2A1dJzI

https://ift.tt/1MrBDXi via /r/todayilearned https://ift.tt/2EbKKgW

https://ift.tt/2A18qjT via /r/interestingasfuck https://ift.tt/2Qyt6Fs

https://ift.tt/2Pnzz5L via /r/interestingasfuck https://ift.tt/2yutRrQ

https://ift.tt/2OM0uLr via /r/aww https://ift.tt/2ILH3Nz

https://ift.tt/2QDtOkQ via /r/worldnews https://ift.tt/2Cy7FS2

https://ift.tt/2yqOJjs via /r/mildlyinteresting https://ift.tt/2ybOOIJ

https://ift.tt/2yr82t4 via /r/aww https://ift.tt/2ObVeRU

https://ift.tt/2ONDbkA via /r/sports https://ift.tt/2OeRNds

https://ift.tt/2OIz6OL via /r/gifs https://ift.tt/2NyLa0d

https://ift.tt/2C5SYnW via /r/OldSchoolCool https://ift.tt/2C5QPJ4

https://ift.tt/2Nxpqlw via /r/woahdude https://ift.tt/2REpVgT

https://ift.tt/2OiawVt via /r/ofcoursethatsathing https://ift.tt/2RBDayN

TL;DR: a literature professor from Saint Petersburg (Russia), a composer and actors from Kiev (Ukraine), and a producer from Boston (USA) are creating a not-for-profit podcast teaching children to appreciate great books. We see shared appreciation of literature as a way to bridge the ideological divides between the Russian-speaking populations of the three nations.​I am hoping my post will not be taken down for self-promotion: we target the Russian-speaking audience and have nothing to gain from promoting it here. I am mostly posting to brag about what we have accomplished and gather some feedback. I am also hoping that this sub may find our story interesting.​Full story:I am an American of Russian descent, my wife is an American of Ukrainian descent, so our American-born kids are a blend of all three cultures. Our family sees reading as an essential part of a child’s upbringing, so as soon as our daughters learned to read, we sent them on the path of developing a good taste in literature. When I was in high school (long time ago) in Saint Petersburg, I had an amazing literature teacher, the kind you remember through the years. Several years ago I sought out his contact information, and since then he has become our daughters’ guide in the world of books — they meet weekly over Skype, discuss the books they had read that week, and make plans on what to read next. This approach has worked wonderfully: my girls have become avid readers and I am very happy with the reading choices they make and their ability to truly understand literature.​Independently of all that, like everyone else in my circle, I have been growing increasingly horrified of the unraveling of relationships between the three nations that my family has roots in. I see friendships shatter, family members stop speaking to each other. However, I also notice that all the political animosity has not affected the cultural common ground — people on all sides still share many of the same interests when it comes to books, music, film. Having come to this realization, I suggested to my daughters’ literature teacher that we should do something to preserve this common ground for future generations. That is how the idea of a podcast teaching the love of literature to Russian-speaking children all over the world was born. Each episode consists of a short story read by a professional actor, with the teacher giving an brief introduction prior to the reading, and then suggesting topics for follow-up discussion at the end.​From the onset, we have decided that we will strive for the highest quality podcast possible. The market of Russian-language podcasts is by far not as developed as it is in the US, and most of the existing podcasts are still rudimentary. So we set out to find a composer who would write original music for us, and a sound engineer who would ensure professional editing. We already had the Russian on our team (the teacher), the American (me), so the only natural thing to do would be to look for the composer (he later ended up being our sound engineer too) in Ukraine.​Fast forward to today, we have produced and published seven episodes and are getting pretty good responses from the listeners. We introduce young readers to a variety of Russian and American authors (from Chekhov and Tolstoy to O.Henry and Bradbury) and we get listeners from all over the world. Considering that we are entirely self-funded and non-commercial, I am pretty happy with the results so far.​Sorry for the long post. Just wanted to share our story with one of my favorite communities here on reddit.​EDIT: A few folks pm’d me asking for the name, so I figured I’d include it here (didn’t think to do it originally since it doesn’t make much sense for non-Russian speakers). We are called “Зелёная лампа” (Green Lamp) — an allusion to a famous XIX century literary society (among other things). We are online at https://lampa.fm and https://ift.tt/2Nu4ifT. via /r/podcasts https://ift.tt/2IL9Vpf

We — a Russian, a Ukrainian and an American — together are making a podcast that teaches children to enjoy great books. We see it as an antidote to the bigotry and animosity dividing the three nations.

TL;DR: a literature professor from Saint Petersburg (Russia), a composer and actors from Kiev (Ukraine), and a producer from Boston (USA) are creating a not-for-profit podcast teaching children to appreciate great books. We see shared appreciation of literature as a way to bridge the ideological divides between the Russian-speaking populations of the three nations.​I am

Read More

https://ift.tt/2ILsQ2Y via /r/funny https://ift.tt/2CuLkol

https://ift.tt/2PfRUSi via /r/mildlyinteresting https://ift.tt/2OHRl6H

https://ift.tt/2Rx10LX via /r/mildlyinteresting https://ift.tt/2E7JwTQ

https://ift.tt/2CwnwQL via /r/pics https://ift.tt/2IJuJ0p

https://ift.tt/2QzfZ6G via /r/KidsAreFuckingStupid https://ift.tt/2C3lfeY

https://ift.tt/2C28r8G via /r/interestingasfuck https://ift.tt/2zXtsQn

https://ift.tt/2pGimcD via /r/aww https://ift.tt/2ynvEPn

https://ift.tt/2y70jRI via /r/gifs https://ift.tt/2NuIEZ0

https://ift.tt/2BZDhP8 via /r/interestingasfuck https://ift.tt/2zX5TqM

https://ift.tt/2QGEfEn via /r/Unexpected https://ift.tt/2y9di53
1 118 119 120 121 122 168