当前位置: 首页 > news >正文

Talking about likes

Tutorial

Hi! Tim here with another 925English lesson! In today’s lesson, we’re learning how to talk about likes and preferences.

Why It’s Important:
Talking about things we like is common in various situations, from meetings to casual chats over lunch.

Understanding Preferences:
A preference means liking one thing more than another, such as preferring Sony over LG.

Expressing Preferences:

  • Simply state you prefer ‘Sony’ to ‘LG’.
  • Say you’re more ‘into’ Sony.
  • Use the phrase ‘take’ Sony ‘over’ LG.

Preferences in Activities:

  • Use “would rather” to express doing one activity over another, like talking to customers over sending emails.

Practice Time:
Try repeating these examples:

  • “I’d much rather live in Seattle than Boston.”
  • “I’m more into French food than Italian.”
  • “I prefer magazines to books.”
  • “I’d take an iPhone over an Android phone any day.”

Expressing General Likes:
When not comparing, and you want to express liking something like Toyotas:

  • Use “I like Toyotas.”
  • Or adjectives such as ‘keen on’, ‘partial to’, ‘fond of’ (with the correct preposition).

Practice Examples:

  • “I’m quite keen on the new Samsung monitors.”
  • “I’m partial to European wine.”
  • “I’m fond of travel and exploring new places.”
  • “The Times is one of my favorite newspapers.”

Word Combinations:
Remember phrases like ‘keen on’, ‘partial to’, or ‘one of my favorites’ to sound natural.

Talking About Loves:
To express a strong liking for something:

  • Use the word ‘love’.
  • Say “there’s nothing you love more”.
  • Express that “you can’t get enough of” something.
  • State “you’re a huge fan of” something.

Examples to Practice:

  • “I really love what the marketing department has done.”
  • “I can’t get enough of Thai food.”
  • “I’m a huge fan of the new Nike ads.”
  • “There’s nothing I love more than a weekend by the sea.”

Real-Life Application:
In a dialogue about renting an office, you might say:

  • “No, I’d much rather be somewhere quieter… I am a huge fan of Cambridge.”

Your Turn:
Practice by filling in the blanks in a dialogue. State where you “would rather” work and the place you’d like to have your office.

Looking Forward:
We’ve covered how to talk about preferences and likes. Next time, we’ll explore how to express dislikes and hates.

Happy learning and see you in the next lesson!



Raw material

Hi! Tim here with another 925English lesson! In today’s lesson we are going to learn how to talk about likes and preferences.

Talking about things we like is something we do all the time. Whether you are in a meeting, a casual conversation, or just having lunch, there’s always a chance to talk about what you like.

And sometimes talking about what you like means talking about a preference. By ‘preference’, I mean liking one thing more than something else. For example, maybe you want to say you think Sony is better than LG.

How can you do that? Well, one way is to just say you prefer ‘Sony’ to ‘LG’. You could also say you’re more ‘into’ Sony, or that you’d ‘take’ a Sony ‘over’ an LG.

But what if you’re talking about doing things? Say you prefer talking to customers instead of sending them emails. In this case, you can say you would rather talk with customers than send them emails;

Let’s practice using these expressions for talking about preferences. Listen to each example, then repeat it yourself. Ready? Let’s get started!

A: I’d much rather live in Seattle than Boston.
B: I’m more into French food than Italian.
C: I prefer magazines to books.
D: I’d take an iPhone over an Android phone any day.

So, we’ve practiced different ways of talking about a preference. But what if you’re not comparing? I mean, what if you’re having a conversation about cars, for example, and you just want to say that you like Toyotas?

Well, the easy way is just to say “I like Toyotas.” But rather than just using the verb “like,” you can use adjectives such as keen on or partial to or fond of. And don’t forget which preposition goes with which adjective. You can say you’re keen on Toyotas, but not that you’re font on Toyotas.

Let’s have a little practice using these expressions to talk about things you like. Once again, repeat the examples after you hear them.

A: I’m quite keen on the new Samsung monitors.
B: I’m partial to European wine.
C: I’m font of travel and exploring new places.
D: The Times is one of my favorite newspapers.

As you heard, we can also use “one of my favorites” to talk about likes. And that’s another example of a group of words that you use to express an idea, just like keen on or partial to. One of the tricks to learning natural English is remembering word combinations like this.

All right, so we practices talking about what you like. But waht about things you really like? In other words, what about things you love?

For starters, you can use that word ‘love’, or even say that there’s “nothing you love more”. You might also say you can’t get enough of something or that you’re a huge fan of something.

Once again, you might notice these are combinations of words. And you need to remember and practice the entire expression. So let’s give this a try. Remember to repeat each example.

A: I really love what the marketing department has done.
B: I can’t get enough of Thai food.
C: I’m a huge fan of the new Nike ads.
D: There’s nothing I love more than a weekend by the sea.

As you can hear, we can use love for all sorts of things, not just people. And in a later lesson we’ll have a look at the opposite feeling as well: things you hate.

So how does all this sound in real life? Let’s listen to a short dialog between two colleagues. One of them wants to know about where the other person is planning to rent an office.

A: So, are you thingking of renting a new office in London
B: No, I’d much rather be somewhere quieter
A: Oh yeah? Any place in particular?
B: Well, I am a huge fan of Cambridge.

Did you hear how that worked?
The second person said that he “would much rather” be somewhere more quiet than London. And when asked about what city might be preferable, he said he’s a huge fan of Cambridge. Not too difficult, right?

Now, it’s your turn to practice. We’ll repeat the dialog, but this time we’re going to beep out the second speaker’s words. You’ll have to say those parts yourself.

Remember to start by saying where you “would rather” work. Then say the name of the place where you’d really like to have your office. Here we go.

All right, so we’ve learned some great ways to talk about preferences, as well as things you like or love. In our next lesson, we’ll talk about the opposite: things you dislike or hate.

Until then, so long and happy learning!

相关文章:

Talking about likes

Tutorial Hi! Tim here with another 925English lesson! In today’s lesson, we’re learning how to talk about likes and preferences. Why It’s Important: Talking about things we like is common in various situations, from meetings to casual chats over lunch…...

DeepSeek 发布全新开源大模型,数学推理能力超越 LLaMA-2

自从 LLaMA 被提出以来,开源大型语言模型(LLM)的快速发展就引起了广泛研究关注,随后的一些研究就主要集中于训练固定大小和高质量的模型,但这往往忽略了对 LLM 缩放规律的深入探索。 开源 LLM 的缩放研究可以促使 LLM…...

代码随想录算法训练营第二十一天| 回溯 216. 组合总和 III 17. 电话号码的字母组合

216. 组合总和 III 可以参考77.组合中关于选取数组的相关操作。 递归函数的返回值以及参数:一般为void类型 递归函数终止条件:path这个数组的大小如果达到k,说明我们找到了一个子集大小为k的组合了,然后当n为0的时候&#xff0…...

微服务架构最佳实践

我的新书《Android App开发入门与实战》已于2020年8月由人民邮电出版社出版,欢迎购买。点击进入详情 构建和管理微服务是一项艰巨的任务。这是因为微服务就像多个并行的整体应用程序,它们都必须处于同步通信和并发运行时间。因此,在设计和构建…...

国内首款支持苹果Find My芯片-伦茨科技ST17H6x

深圳市伦茨科技有限公司(以下简称“伦茨科技”)发布ST17H6x Soc平台。成为继Nordic之后全球第二家取得Apple Find My「查找」认证的芯片厂家,该平台提供可通过Apple Find My认证的Apple查找(Find My)功能集成解决方案。…...

linux 01 centos镜像下载,服务器,vmware模拟服务器

https://www.bilibili.com/video/BV1pz4y1D73n?p3&vd_source4ba64cb9b5f8c56f1545096dfddf8822 01.使用的版本 国内主要使用的版本是centos 02.centos镜像下载 这里的是centos7 一.阿里云官网地址:https://www.aliyun.com/ 二. -----【文档与社区】 —【…...

Linux安装RabbitMq明白纸(无图)

Linux安装RabbitMq步骤 安装环境Erlang和RabbitMQ版本对照安装包下载地址登录Linux服务器创建安装目录将之前下载的两个rpm文件上传到这个目录下,并解压安装Erlang安装完成后,查看Erlang版本安装socat(RabbitMq安装需要这个)解压并…...

Android - CrashHandler 全局异常捕获器

官网介绍如下:Thread.UncaughtExceptionHandler (Java Platform SE 8 ) 用于线程因未捕获异常而突然终止时调用的处理程序接口。当线程由于未捕获异常而即将终止时,Java虚拟机将使用thread . getuncaughtexceptionhandler()查询该线程的UncaughtExceptio…...

商品源数据如何采集,您知道吗?

如今,电子商务已经渗透到了人们生活的方方面面。2020年新冠肺炎突如其来,打乱了人们正常的生产生活秩序,给经济发展带来了极大的影响。抗击疫情过程中,为避免人员接触和聚集,以“无接触配送”为营销卖点的电子商务迅速…...

输入输出流、字符字节流、NIO

1、对输入输出流、字符字节流的学习,以之前做的批量下载功能为例 批量下载指的是,将多个文件打包到zip文件中,然后下载该zip文件。 1.1下载网络上的文件 代码参考如下: import java.io.*; import java.net.URL; import java.n…...

js中对数字,超大金额(千位符,小数点)格式化处理

前言 这个问题的灵感来自线上一个小bug,前两天刚看完同事写的代码,对数字类型处理的很好,之前一直都是用正则和toFixed(2)处理数字相关,后面发现使用numeral.js处理更完美。 对于下面这种数据的处理,你能想到几种方法…...

Android 打开热点2.4G系统重启解决

Android 打开热点2.4G系统重启解决 文章目录 Android 打开热点2.4G系统重启解决一、前言二、过程分析1、Android 设备开机后第一次打开热点2.4G系统重启2、日志分析3、设备重启原因 三、解决方法四、其他1、wifi/有线网 代理信息也可能导致系统重启2、Android13 热点默认5G频道…...

全链路压力测试有哪些主要作用

全链路压力测试是在软件开发和维护过程中不可或缺的一环,尤其在复杂系统和高并发场景下显得尤为重要。下面将详细介绍全链路压力测试的主要作用。 一、全链路压力测试概述 全链路压力测试是指对软件系统的全部组件(包括前端、后端、数据库、网络、中间件等)在高负载…...

【python基础教程】print输出函数和range()函数的正确使用方式

嗨喽,大家好呀~这里是爱看美女的茜茜呐 print()有多个参数,参数个数不固定。 有四个关键字参数(sep end file flush),这四个关键字参数都有默认值。 print作用是将objects的内容输出到file中,objects中的…...

LeetCode255.用队列实现栈

题目传送门:Leetcode255.用队列实现栈 请你仅使用两个队列实现一个后入先出(LIFO)的栈,并支持普通栈的全部四种操作(push、top、pop 和 empty)。 实现 MyStack 类: void push(int x) 将元素 x 压…...

PHPStudy快速搭建网站并结合内网穿透远程访问本地站点

文章目录 [toc]使用工具1. 本地搭建web网站1.1 下载phpstudy后解压并安装1.2 打开默认站点,测试1.3 下载静态演示站点1.4 打开站点根目录1.5 复制演示站点到站网根目录1.6 在浏览器中,查看演示效果。 2. 将本地web网站发布到公网2.1 安装cpolar内网穿透2…...

AI嵌入式K210项目(1)-芯片开发板介绍

系列文章目录 在人工智能大潮滚滚而来的时代,作为一个从事嵌入式行业多年的程序猿倍感焦虑,有被替代的焦虑,也有跟不上新技术步伐的无奈,本系列文章将介绍一个从硬件设计到ai训练、最后到模型部署的完整案例;第一阶段…...

Blazor中使用impress.js

impress.js是什么? 你想在浏览器中做PPT吗?比如在做某些类似于PPT自动翻页,局部放大之类,炫酷无比。 在Blazor中,几经尝试,用以下方法可以实现。写文不易,请点赞、收藏、关注,并在转…...

ros2 ubuntu 20.04 安装 foxy

设置区域设置 确保您有一个支持UTF-8. 如果您处于最小环境(例如 docker 容器)中,则区域设置可能是最小的,例如POSIX. 我们使用以下设置进行测试。但是,如果您使用不同的 UTF-8 支持的区域设置,应该没问题。…...

Blazor 错误笔记

1. 运行时问题 Microsoft.NETCore.App.Runtime.Mono.browser-wasm Microsoft.NETCore.App.Runtime.Mono.browser-wasm 是一个 .NET Core 运行时的包,用于在浏览器中运行 .NET Core 应用程序。它是针对 WebAssembly 架构的 .NET Core 运行时,可以在浏览…...

AI-调查研究-01-正念冥想有用吗?对健康的影响及科学指南

点一下关注吧!!!非常感谢!!持续更新!!! 🚀 AI篇持续更新中!(长期更新) 目前2025年06月05日更新到: AI炼丹日志-28 - Aud…...

Swift 协议扩展精进之路:解决 CoreData 托管实体子类的类型不匹配问题(下)

概述 在 Swift 开发语言中,各位秃头小码农们可以充分利用语法本身所带来的便利去劈荆斩棘。我们还可以恣意利用泛型、协议关联类型和协议扩展来进一步简化和优化我们复杂的代码需求。 不过,在涉及到多个子类派生于基类进行多态模拟的场景下,…...

SCAU期末笔记 - 数据分析与数据挖掘题库解析

这门怎么题库答案不全啊日 来简单学一下子来 一、选择题(可多选) 将原始数据进行集成、变换、维度规约、数值规约是在以下哪个步骤的任务?(C) A. 频繁模式挖掘 B.分类和预测 C.数据预处理 D.数据流挖掘 A. 频繁模式挖掘:专注于发现数据中…...

2021-03-15 iview一些问题

1.iview 在使用tree组件时,发现没有set类的方法,只有get,那么要改变tree值,只能遍历treeData,递归修改treeData的checked,发现无法更改,原因在于check模式下,子元素的勾选状态跟父节…...

【python异步多线程】异步多线程爬虫代码示例

claude生成的python多线程、异步代码示例,模拟20个网页的爬取,每个网页假设要0.5-2秒完成。 代码 Python多线程爬虫教程 核心概念 多线程:允许程序同时执行多个任务,提高IO密集型任务(如网络请求)的效率…...

css3笔记 (1) 自用

outline: none 用于移除元素获得焦点时默认的轮廓线 broder:0 用于移除边框 font-size&#xff1a;0 用于设置字体不显示 list-style: none 消除<li> 标签默认样式 margin: xx auto 版心居中 width:100% 通栏 vertical-align 作用于行内元素 / 表格单元格&#xff…...

学校时钟系统,标准考场时钟系统,AI亮相2025高考,赛思时钟系统为教育公平筑起“精准防线”

2025年#高考 将在近日拉开帷幕&#xff0c;#AI 监考一度冲上热搜。当AI深度融入高考&#xff0c;#时间同步 不再是辅助功能&#xff0c;而是决定AI监考系统成败的“生命线”。 AI亮相2025高考&#xff0c;40种异常行为0.5秒精准识别 2025年高考即将拉开帷幕&#xff0c;江西、…...

C/C++ 中附加包含目录、附加库目录与附加依赖项详解

在 C/C 编程的编译和链接过程中&#xff0c;附加包含目录、附加库目录和附加依赖项是三个至关重要的设置&#xff0c;它们相互配合&#xff0c;确保程序能够正确引用外部资源并顺利构建。虽然在学习过程中&#xff0c;这些概念容易让人混淆&#xff0c;但深入理解它们的作用和联…...

08. C#入门系列【类的基本概念】:开启编程世界的奇妙冒险

C#入门系列【类的基本概念】&#xff1a;开启编程世界的奇妙冒险 嘿&#xff0c;各位编程小白探险家&#xff01;欢迎来到 C# 的奇幻大陆&#xff01;今天咱们要深入探索这片大陆上至关重要的 “建筑”—— 类&#xff01;别害怕&#xff0c;跟着我&#xff0c;保准让你轻松搞…...

篇章二 论坛系统——系统设计

目录 2.系统设计 2.1 技术选型 2.2 设计数据库结构 2.2.1 数据库实体 1. 数据库设计 1.1 数据库名: forum db 1.2 表的设计 1.3 编写SQL 2.系统设计 2.1 技术选型 2.2 设计数据库结构 2.2.1 数据库实体 通过需求分析获得概念类并结合业务实现过程中的技术需要&#x…...