Podcasts about hando

  • 52PODCASTS
  • 105EPISODES
  • 46mAVG DURATION
  • 1MONTHLY NEW EPISODE
  • Mar 12, 2025LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about hando

Latest podcast episodes about hando

Kasvuminutid
Kasvuminutid Podcast 57. Hando Sinisalu. Video võimalused turunduses

Kasvuminutid

Play Episode Listen Later Mar 12, 2025 50:55


Turundusmaailm muutub kiiremini kui kunagi varem ja video mängib selles üha suuremat rolli. Kuidas aga kasutada videoformaate strateegiliselt, et jõuda oma sihtrühmani ja luua maksimaalset mõju? Seekordses saates on Andres Kostivi külaliseks Hando Sinsalu, Bestmarketingi ja Marketing Parrot'i asutaja, konverentside korraldaja ning Äripäeva raadio saatejuht.Räägime turunduse trendidest, konverentside ja webinaride arengust ning video võimalustest digiturunduses.

Latent Space: The AI Engineer Podcast — CodeGen, Agents, Computer Vision, Data Science, AI UX and all things Software 3.0

While everyone is now repeating that 2025 is the “Year of the Agent”, OpenAI is heads down building towards it. In the first 2 months of the year they released Operator and Deep Research (arguably the most successful agent archetype so far), and today they are bringing a lot of those capabilities to the API:* Responses API* Web Search Tool* Computer Use Tool* File Search Tool* A new open source Agents SDK with integrated Observability ToolsWe cover all this and more in today's lightning pod on YouTube!More details here:Responses APIIn our Michelle Pokrass episode we talked about the Assistants API needing a redesign. Today OpenAI is launching the Responses API, “a more flexible foundation for developers building agentic applications”. It's a superset of the chat completion API, and the suggested starting point for developers working with OpenAI models. One of the big upgrades is the new set of built-in tools for the responses API: Web Search, Computer Use, and Files. Web Search ToolWe previously had Exa AI on the podcast to talk about web search for AI. OpenAI is also now joining the race; the Web Search API is actually a new “model” that exposes two 4o fine-tunes: gpt-4o-search-preview and gpt-4o-mini-search-preview. These are the same models that power ChatGPT Search, and are priced at $30/1000 queries and $25/1000 queries respectively. The killer feature is inline citations: you do not only get a link to a page, but also a deep link to exactly where your query was answered in the result page. Computer Use ToolThe model that powers Operator, called Computer-Using-Agent (CUA), is also now available in the API. The computer-use-preview model is SOTA on most benchmarks, achieving 38.1% success on OSWorld for full computer use tasks, 58.1% on WebArena, and 87% on WebVoyager for web-based interactions.As you will notice in the docs, `computer-use-preview` is both a model and a tool through which you can specify the environment. Usage is priced at $3/1M input tokens and $12/1M output tokens, and it's currently only available to users in tiers 3-5.File Search ToolFile Search was also available in the Assistants API, and it's now coming to Responses too. OpenAI is bringing search + RAG all under one umbrella, and we'll definitely see more people trying to find new ways to build all-in-one apps on OpenAI. Usage is priced at $2.50 per thousand queries and file storage at $0.10/GB/day, with the first GB free.Agent SDK: Swarms++!https://github.com/openai/openai-agents-pythonTo bring it all together, after the viral reception to Swarm, OpenAI is releasing an officially supported agents framework (which was previewed at our AI Engineer Summit) with 4 core pieces:* Agents: Easily configurable LLMs with clear instructions and built-in tools.* Handoffs: Intelligently transfer control between agents.* Guardrails: Configurable safety checks for input and output validation.* Tracing & Observability: Visualize agent execution traces to debug and optimize performance.Multi-agent workflows are here to stay!OpenAI is now explicitly designs for a set of common agentic patterns: Workflows, Handoffs, Agents-as-Tools, LLM-as-a-Judge, Parallelization, and Guardrails. OpenAI previewed this in part 2 of their talk at NYC:Further coverage of the launch from Kevin Weil, WSJ, and OpenAIDevs, AMA here.Show Notes* Assistants API* Swarm (OpenAI)* Fine-Tuning in AI* 2024 OpenAI DevDay Recap with Romain* Michelle Pokrass episode (API lead)Timestamps* 00:00 Intros* 02:31 Responses API * 08:34 Web Search API * 17:14 Files Search API * 18:46 Files API vs RAG * 20:06 Computer Use / Operator API * 22:30 Agents SDKAnd of course you can catch up with the full livestream here:TranscriptAlessio [00:00:03]: Hey, everyone. Welcome back to another Latent Space Lightning episode. This is Alessio, partner and CTO at Decibel, and I'm joined by Swyx, founder of Small AI.swyx [00:00:11]: Hi, and today we have a super special episode because we're talking with our old friend Roman. Hi, welcome.Romain [00:00:19]: Thank you. Thank you for having me.swyx [00:00:20]: And Nikunj, who is most famously, if anyone has ever tried to get any access to anything on the API, Nikunj is the guy. So I know your emails because I look forward to them.Nikunj [00:00:30]: Yeah, nice to meet all of you.swyx [00:00:32]: I think that we're basically convening today to talk about the new API. So perhaps you guys want to just kick off. What is OpenAI launching today?Nikunj [00:00:40]: Yeah, so I can kick it off. We're launching a bunch of new things today. We're going to do three new built-in tools. So we're launching the web search tool. This is basically chat GPD for search, but available in the API. We're launching an improved file search tool. So this is you bringing your data to OpenAI. You upload it. We, you know, take care of parsing it, chunking it. We're embedding it, making it searchable, give you this like ready vector store that you can use. So that's the file search tool. And then we're also launching our computer use tool. So this is the tool behind the operator product in chat GPD. So that's coming to developers today. And to support all of these tools, we're going to have a new API. So, you know, we launched chat completions, like I think March 2023 or so. It's been a while. So we're looking for an update over here to support all the new things that the models can do. And so we're launching this new API. It is, you know, it works with tools. We think it'll be like a great option for all the future agentic products that we build. And so that is also launching today. Actually, the last thing we're launching is the agents SDK. We launched this thing called Swarm last year where, you know, it was an experimental SDK for people to do multi-agent orchestration and stuff like that. It was supposed to be like educational experimental, but like people, people really loved it. They like ate it up. And so we are like, all right, let's, let's upgrade this thing. Let's give it a new name. And so we're calling it the agents SDK. It's going to have built-in tracing in the OpenAI dashboard. So lots of cool stuff going out. So, yeah.Romain [00:02:14]: That's a lot, but we said 2025 was the year of agents. So there you have it, like a lot of new tools to build these agents for developers.swyx [00:02:20]: Okay. I guess, I guess we'll just kind of go one by one and we'll leave the agents SDK towards the end. So responses API, I think the sort of primary concern that people have and something I think I've voiced to you guys when, when, when I was talking with you in the, in the planning process was, is chat completions going away? So I just wanted to let it, let you guys respond to the concerns that people might have.Romain [00:02:41]: Chat completion is definitely like here to stay, you know, it's a bare metal API we've had for quite some time. Lots of tools built around it. So we want to make sure that it's maintained and people can confidently keep on building on it. At the same time, it was kind of optimized for a different world, right? It was optimized for a pre-multi-modality world. We also optimized for kind of single turn. It takes two problems. It takes prompt in, it takes response out. And now with these agentic workflows, we, we noticed that like developers and companies want to build longer horizon tasks, you know, like things that require multiple returns to get the task accomplished. And computer use is one of those, for instance. And so that's why the responses API came to life to kind of support these new agentic workflows. But chat completion is definitely here to stay.swyx [00:03:27]: And assistance API, we've, uh, has a target sunset date of first half of 2020. So this is kind of like, in my mind, there was a kind of very poetic mirroring of the API with the models. This, I kind of view this as like kind of the merging of assistance API and chat completions, right. Into one unified responses. So it's kind of like how GPT and the old series models are also unifying.Romain [00:03:48]: Yeah, that's exactly the right, uh, that's the right framing, right? Like, I think we took the best of what we learned from the assistance API, especially like being able to access tools very, uh, very like conveniently, but at the same time, like simplifying the way you have to integrate, like, you no longer have to think about six different objects to kind of get access to these tools with the responses API. You just get one API request and suddenly you can weave in those tools, right?Nikunj [00:04:12]: Yeah, absolutely. And I think we're going to make it really easy and straightforward for assistance API users to migrate over to responsive. Right. To the API without any loss of functionality or data. So our plan is absolutely to add, you know, assistant like objects and thread light objects to that, that work really well with the responses API. We'll also add like the code interpreter tool, which is not launching today, but it'll come soon. And, uh, we'll add async mode to responses API, because that's another difference with, with, uh, assistance. I will have web hooks and stuff like that, but I think it's going to be like a pretty smooth transition. Uh, once we have all of that in place. And we'll be. Like a full year to migrate and, and help them through any issues they, they, they face. So overall, I feel like assistance users are really going to benefit from this longer term, uh, with this more flexible, primitive.Alessio [00:05:01]: How should people think about when to use each type of API? So I know that in the past, the assistance was maybe more stateful, kind of like long running, many tool use kind of like file based things. And the chat completions is more stateless, you know, kind of like traditional completion API. Is that still the mental model that people should have? Or like, should you buy the.Nikunj [00:05:20]: So the responses API is going to support everything that it's at launch, going to support everything that chat completion supports, and then over time, it's going to support everything that assistance supports. So it's going to be a pretty good fit for anyone starting out with open AI. Uh, they should be able to like go to responses responses, by the way, also has a stateless mode, so you can pass in store false and they'll make the whole API stateless, just like chat completions. You're really trying to like get this unification. A story in so that people don't have to juggle multiple endpoints. That being said, like chat completions, just like the most widely adopted API, it's it's so popular. So we're still going to like support it for years with like new models and features. But if you're a new user, you want to or if you want to like existing, you want to tap into some of these like built in tools or something, you should feel feel totally fine migrating to responses and you'll have more capabilities and performance than the tech completions.swyx [00:06:16]: I think the messaging that I agree that I think resonated the most. When I talked to you was that it is a strict superset, right? Like you should be able to do everything that you could do in chat completions and with assistants. And the thing that I just assumed that because you're you're now, you know, by default is stateful, you're actually storing the chat logs or the chat state. I thought you'd be charging me for it. So, you know, to me, it was very surprising that you figured out how to make it free.Nikunj [00:06:43]: Yeah, it's free. We store your state for 30 days. You can turn it off. But yeah, it's it's free. And the interesting thing on state is that it just like makes particularly for me, it makes like debugging things and building things so much simpler, where I can like create a responses object that's like pretty complicated and part of this more complex application that I've built, I can just go into my dashboard and see exactly what happened that mess up my prompt that is like not called one of these tools that misconfigure one of the tools like the visual observability of everything that you're doing is so, so helpful. So I'm excited, like about people trying that out and getting benefits from it, too.swyx [00:07:19]: Yeah, it's a it's really, I think, a really nice to have. But all I'll say is that my friend Corey Quinn says that anything that can be used as a database will be used as a database. So be prepared for some abuse.Romain [00:07:34]: All right. Yeah, that's a good one. Some of that I've tried with the metadata. That's some people are very, very creative at stuffing data into an object. Yeah.Nikunj [00:07:44]: And we do have metadata with responses. Exactly. Yeah.Alessio [00:07:48]: Let's get through it. All of these. So web search. I think the when I first said web search, I thought you were going to just expose a API that then return kind of like a nice list of thing. But the way it's name is like GPD for all search preview. So I'm guessing you have you're using basically the same model that is in the chat GPD search, which is fine tune for search. I'm guessing it's a different model than the base one. And it's impressive the jump in performance. So just to give an example, in simple QA, GPD for all is 38% accuracy for all search is 90%. But we always talk about. How tools are like models is not everything you need, like tools around it are just as important. So, yeah, maybe give people a quick review on like the work that went into making this special.Nikunj [00:08:29]: Should I take that?Alessio [00:08:29]: Yeah, go for it.Nikunj [00:08:30]: So firstly, we're launching web search in two ways. One in responses API, which is our API for tools. It's going to be available as a web search tool itself. So you'll be able to go tools, turn on web search and you're ready to go. We still wanted to give chat completions people access to real time information. So in that. Chat completions API, which does not support built in tools. We're launching the direct access to the fine tuned model that chat GPD for search uses, and we call it GPD for search preview. And how is this model built? Basically, we have our search research team has been working on this for a while. Their main goal is to, like, get information, like get a bunch of information from all of our data sources that we use to gather information for search and then pick the right things and then cite them. As accurately as possible. And that's what the search team has really focused on. They've done some pretty cool stuff. They use like synthetic data techniques. They've done like all series model distillation to, like, make these four or fine tunes really good. But yeah, the main thing is, like, can it remain factual? Can it answer questions based on what it retrieves and get cited accurately? And that's what this like fine tune model really excels at. And so, yeah, so we're excited that, like, it's going to be directly available in chat completions along with being available as a tool. Yeah.Alessio [00:09:49]: Just to clarify, if I'm using the responses API, this is a tool. But if I'm using chat completions, I have to switch model. I cannot use 01 and call search as a tool. Yeah, that's right. Exactly.Romain [00:09:58]: I think what's really compelling, at least for me and my own uses of it so far, is that when you use, like, web search as a tool, it combines nicely with every other tool and every other feature of the platform. So think about this for a second. For instance, imagine you have, like, a responses API call with the web search tool, but suddenly you turn on function calling. You also turn on, let's say, structure. So you can have, like, the ability to structure any data from the web in real time in the JSON schema that you need for your application. So it's quite powerful when you start combining those features and tools together. It's kind of like an API for the Internet almost, you know, like you get, like, access to the precise schema you need for your app. Yeah.Alessio [00:10:39]: And then just to wrap up on the infrastructure side of it, I read on the post that people, publisher can choose to appear in the web search. So are people by default in it? Like, how can we get Latent Space in the web search API?Nikunj [00:10:53]: Yeah. Yeah. I think we have some documentation around how websites, publishers can control, like, what shows up in a web search tool. And I think you should be able to, like, read that. I think we should be able to get Latent Space in for sure. Yeah.swyx [00:11:10]: You know, I think so. I compare this to a broader trend that I started covering last year of online LLMs. Actually, Perplexity, I think, was the first. It was the first to say, to offer an API that is connected to search, and then Gemini had the sort of search grounding API. And I think you guys, I actually didn't, I missed this in the original reading of the docs, but you even give like citations with like the exact sub paragraph that is matching, which I think is the standard nowadays. I think my question is, how do we take what a knowledge cutoff is for something like this, right? Because like now, basically there's no knowledge cutoff is always live, but then there's a difference between what the model has sort of internalized in its back propagation and what is searching up its rag.Romain [00:11:53]: I think it kind of depends on the use case, right? And what you want to showcase as the source. Like, for instance, you take a company like Hebbia that has used this like web search tool. They can combine like for credit firms or law firms, they can find like, you know, public information from the internet with the live sources and citation that sometimes you do want to have access to, as opposed to like the internal knowledge. But if you're building something different, well, like, you just want to have the information. If you want to have an assistant that relies on the deep knowledge that the model has, you may not need to have these like direct citations. So I think it kind of depends on the use case a little bit, but there are many, uh, many companies like Hebbia that will need that access to these citations to precisely know where the information comes from.swyx [00:12:34]: Yeah, yeah, uh, for sure. And then one thing on the, on like the breadth, you know, I think a lot of the deep research, open deep research implementations have this sort of hyper parameter about, you know, how deep they're searching and how wide they're searching. I don't see that in the docs. But is that something that we can tune? Is that something you recommend thinking about?Nikunj [00:12:53]: Super interesting. It's definitely not a parameter today, but we should explore that. It's very interesting. I imagine like how you would do it with the web search tool and responsive API is you would have some form of like, you know, agent orchestration over here where you have a planning step and then each like web search call that you do like explicitly goes a layer deeper and deeper and deeper. But it's not a parameter that's available out of the box. But it's a cool. It's a cool thing to think about. Yeah.swyx [00:13:19]: The only guidance I'll offer there is a lot of these implementations offer top K, which is like, you know, top 10, top 20, but actually don't really want that. You want like sort of some kind of similarity cutoff, right? Like some matching score cuts cutoff, because if there's only five things, five documents that match fine, if there's 500 that match, maybe that's what I want. Right. Yeah. But also that might, that might make my costs very unpredictable because the costs are something like $30 per a thousand queries, right? So yeah. Yeah.Nikunj [00:13:49]: I guess you could, you could have some form of like a context budget and then you're like, go as deep as you can and pick the best stuff and put it into like X number of tokens. There could be some creative ways of, of managing cost, but yeah, that's a super interesting thing to explore.Alessio [00:14:05]: Do you see people using the files and the search API together where you can kind of search and then store everything in the file so the next time I'm not paying for the search again and like, yeah, how should people balance that?Nikunj [00:14:17]: That's actually a very interesting question. And let me first tell you about how I've seen a really cool way I've seen people use files and search together is they put their user preferences or memories in the vector store and so a query comes in, you use the file search tool to like get someone's like reading preferences or like fashion preferences and stuff like that, and then you search the web for information or products that they can buy related to those preferences and you then render something beautiful to show them, like, here are five things that you might be interested in. So that's how I've seen like file search, web search work together. And by the way, that's like a single responses API call, which is really cool. So you just like configure these things, go boom, and like everything just happens. But yeah, that's how I've seen like files and web work together.Romain [00:15:01]: But I think that what you're pointing out is like interesting, and I'm sure developers will surprise us as they always do in terms of how they combine these tools and how they might use file search as a way to have memory and preferences, like Nikum says. But I think like zooming out, what I find very compelling and powerful here is like when you have these like neural networks. That have like all of the knowledge that they have today, plus real time access to the Internet for like any kind of real time information that you might need for your app and file search, where you can have a lot of company, private documents, private details, you combine those three, and you have like very, very compelling and precise answers for any kind of use case that your company or your product might want to enable.swyx [00:15:41]: It's a difference between sort of internal documents versus the open web, right? Like you're going to need both. Exactly, exactly. I never thought about it doing memory as well. I guess, again, you know, anything that's a database, you can store it and you will use it as a database. That sounds awesome. But I think also you've been, you know, expanding the file search. You have more file types. You have query optimization, custom re-ranking. So it really seems like, you know, it's been fleshed out. Obviously, I haven't been paying a ton of attention to the file search capability, but it sounds like your team has added a lot of features.Nikunj [00:16:14]: Yeah, metadata filtering was like the main thing people were asking us for for a while. And I'm super excited about it. I mean, it's just so critical once your, like, web store size goes over, you know, more than like, you know, 5,000, 10,000 records, you kind of need that. So, yeah, metadata filtering is coming, too.Romain [00:16:31]: And for most companies, it's also not like a competency that you want to rebuild in-house necessarily, you know, like, you know, thinking about embeddings and chunking and, you know, how of that, like, it sounds like very complex for something very, like, obvious to ship for your users. Like companies like Navant, for instance. They were able to build with the file search, like, you know, take all of the FAQ and travel policies, for instance, that you have, you, you put that in file search tool, and then you don't have to think about anything. Now your assistant becomes naturally much more aware of all of these policies from the files.swyx [00:17:03]: The question is, like, there's a very, very vibrant RAG industry already, as you well know. So there's many other vector databases, many other frameworks. Probably if it's an open source stack, I would say like a lot of the AI engineers that I talk to want to own this part of the stack. And it feels like, you know, like, when should we DIY and when should we just use whatever OpenAI offers?Nikunj [00:17:24]: Yeah. I mean, like, if you're doing something completely from scratch, you're going to have more control, right? Like, so super supportive of, you know, people trying to, like, roll up their sleeves, build their, like, super custom chunking strategy and super custom retrieval strategy and all of that. And those are things that, like, will be harder to do with OpenAI tools. OpenAI tool has, like, we have an out-of-the-box solution. We give you the tools. We use some knobs to customize things, but it's more of, like, a managed RAG service. So my recommendation would be, like, start with the OpenAI thing, see if it, like, meets your needs. And over time, we're going to be adding more and more knobs to make it even more customizable. But, you know, if you want, like, the completely custom thing, you want control over every single thing, then you'd probably want to go and hand roll it using other solutions. So we're supportive of both, like, engineers should pick. Yeah.Alessio [00:18:16]: And then we got computer use. Which I think Operator was obviously one of the hot releases of the year. And we're only two months in. Let's talk about that. And that's also, it seems like a separate model that has been fine-tuned for Operator that has browser access.Nikunj [00:18:31]: Yeah, absolutely. I mean, the computer use models are exciting. The cool thing about computer use is that we're just so, so early. It's like the GPT-2 of computer use or maybe GPT-1 of computer use right now. But it is a separate model that has been, you know, the computer. The computer use team has been working on, you send it screenshots and it tells you what action to take. So the outputs of it are almost always tool calls and you're inputting screenshots based on whatever computer you're trying to operate.Romain [00:19:01]: Maybe zooming out for a second, because like, I'm sure your audience is like super, super like AI native, obviously. But like, what is computer use as a tool, right? And what's operator? So the idea for computer use is like, how do we let developers also build agents that can complete tasks for the users, but using a computer? Okay. Or a browser instead. And so how do you get that done? And so that's why we have this custom model, like optimized for computer use that we use like for operator ourselves. But the idea behind like putting it as an API is that imagine like now you want to, you want to automate some tasks for your product or your own customers. Then now you can, you can have like the ability to spin up one of these agents that will look at the screen and act on the screen. So that means able, the ability to click, the ability to scroll. The ability to type and to report back on the action. So that's what we mean by computer use and wrapping it as a tool also in the responses API. So now like that gives a hint also at the multi-turned thing that we were hinting at earlier, the idea that like, yeah, maybe one of these actions can take a couple of minutes to complete because there's maybe like 20 steps to complete that task. But now you can.swyx [00:20:08]: Do you think a computer use can play Pokemon?Romain [00:20:11]: Oh, interesting. I guess we tried it. I guess we should try it. You know?swyx [00:20:17]: Yeah. There's a lot of interest. I think Pokemon really is a good agent benchmark, to be honest. Like it seems like Claude is, Claude is running into a lot of trouble.Romain [00:20:25]: Sounds like we should make that a new eval, it looks like.swyx [00:20:28]: Yeah. Yeah. Oh, and then one more, one more thing before we move on to agents SDK. I know you have a hard stop. There's all these, you know, blah, blah, dash preview, right? Like search preview, computer use preview, right? And you see them all like fine tunes of 4.0. I think the question is, are we, are they all going to be merged into the main branch or are we basically always going to have subsets? Of these models?Nikunj [00:20:49]: Yeah, I think in the early days, research teams at OpenAI like operate with like fine tune models. And then once the thing gets like more stable, we sort of merge it into the main line. So that's definitely the vision, like going out of preview as we get more comfortable with and learn about all the developer use cases and we're doing a good job at them. We'll sort of like make them part of like the core models so that you don't have to like deal with the bifurcation.Romain [00:21:12]: You should think of it this way as exactly what happened last year when we introduced vision capabilities, you know. Yes. Vision capabilities were in like a vision preview model based off of GPT-4 and then vision capabilities now are like obviously built into GPT-4.0. You can think about it the same way for like the other modalities like audio and those kind of like models, like optimized for search and computer use.swyx [00:21:34]: Agents SDK, we have a few minutes left. So let's just assume that everyone has looked at Swarm. Sure. I think that Swarm has really popularized the handoff technique, which I thought was like, you know, really, really interesting for sort of a multi-agent. What is new with the SDK?Nikunj [00:21:50]: Yeah. Do you want to start? Yeah, for sure. So we've basically added support for types. We've made this like a lot. Yeah. Like we've added support for types. We've added support for guard railing, which is a very common pattern. So in the guardrail example, you basically have two things happen in parallel. The guardrail can sort of block the execution. It's a type of like optimistic generation that happens. And I think we've added support for tracing. So I think that's really cool. So you can basically look at the traces that the Agents SDK creates in the OpenAI dashboard. We also like made this pretty flexible. So you can pick any API from any provider that supports the ChatCompletions API format. So it supports responses by default, but you can like easily plug it in to anyone that uses the ChatCompletions API. And similarly, on the tracing side, you can support like multiple tracing providers. By default, it sort of points to the OpenAI dashboard. But, you know, there's like so many tracing providers. There's so many tracing companies out there. And we'll announce some partnerships on that front, too. So just like, you know, adding lots of core features and making it more usable, but still centered around like handoffs is like the main, main concept.Romain [00:22:59]: And by the way, it's interesting, right? Because Swarm just came to life out of like learning from customers directly that like orchestrating agents in production was pretty hard. You know, simple ideas could quickly turn very complex. Like what are those guardrails? What are those handoffs, et cetera? So that came out of like learning from customers. And it was initially shipped. It was not as a like low-key experiment, I'd say. But we were kind of like taken by surprise at how much momentum there was around this concept. And so we decided to learn from that and embrace it. To be like, okay, maybe we should just embrace that as a core primitive of the OpenAI platform. And that's kind of what led to the Agents SDK. And I think now, as Nikuj mentioned, it's like adding all of these new capabilities to it, like leveraging the handoffs that we had, but tracing also. And I think what's very compelling for developers is like instead of having one agent to rule them all and you stuff like a lot of tool calls in there that can be hard to monitor, now you have the tools you need to kind of like separate the logic, right? And you can have a triage agent that based on an intent goes to different kind of agents. And then on the OpenAI dashboard, we're releasing a lot of new user interface logs as well. So you can see all of the tracing UIs. Essentially, you'll be able to troubleshoot like what exactly happened. In that workflow, when the triage agent did a handoff to a secondary agent and the third and see the tool calls, et cetera. So we think that the Agents SDK combined with the tracing UIs will definitely help users and developers build better agentic workflows.Alessio [00:24:28]: And just before we wrap, are you thinking of connecting this with also the RFT API? Because I know you already have, you kind of store my text completions and then I can do fine tuning of that. Is that going to be similar for agents where you're storing kind of like my traces? And then help me improve the agents?Nikunj [00:24:43]: Yeah, absolutely. Like you got to tie the traces to the evals product so that you can generate good evals. Once you have good evals and graders and tasks, you can use that to do reinforcement fine tuning. And, you know, lots of details to be figured out over here. But that's the vision. And I think we're going to go after it like pretty hard and hope we can like make this whole workflow a lot easier for developers.Alessio [00:25:05]: Awesome. Thank you so much for the time. I'm sure you'll be busy on Twitter tomorrow with all the developer feedback. Yeah.Romain [00:25:12]: Thank you so much for having us. And as always, we can't wait to see what developers will build with these tools and how we can like learn as quickly as we can from them to make them even better over time.Nikunj [00:25:21]: Yeah.Romain [00:25:22]: Thank you, guys.Nikunj [00:25:23]: Thank you.Romain [00:25:23]: Thank you both. Awesome. Get full access to Latent.Space at www.latent.space/subscribe

The Fountain Vineyard Podcast
Sunday Morning | Hando Ferreira (16 Feb)

The Fountain Vineyard Podcast

Play Episode Listen Later Mar 5, 2025 41:52


Telegrami Podcast
FB-live (6.12.24): viiruspettuse eiramine, F1 rada Lasna külje alla ja kus käivad härrasmehed?

Telegrami Podcast

Play Episode Listen Later Dec 8, 2024 33:50


Miks müüvad konservatiivid, meedikud ja teadlased endiselt pandeemiat ja eiravad viiruspettust, levitades nõnda mainstream propagandat. Nad ei ole 4 aasta jooksul justkui mitte midagi õppinud. Kuidas on see võimalik? “Sest algselt me rääkisime viisakalt ja korduvalt. Seni, kuni räägid, et vaktsiin on kahjulik, annad hoogu sellele, et toota vähem kahjulik vaktsiin, aga probleem ise jääb alles,” märkis Hando. Marianni arvates ei ole inimesed selle info vastu võtmiseks aga valmis.   Hando rääkis ideest kaitsetööstusesse investeerimise asemel ehitada Lasnamäe külje alla paekaevanduse sisse F1 rada, kust pealtvaatajad näeksid samaaegselt kogu sõitu. Lisaks tuleks dekriminaliseerida psühhedeelikumid, et majandus käima saada. Mainimist said ka Lavrovi propagandaintervjuu ja küsisime, kus käivad härrasmehed? Samuti rääkisime praegu käimasolevast tellimiskampaaniast: 

TalentHub Podcast
Hando Sutter: Palgasüsteemide loomine ja miinimumpalga tõus

TalentHub Podcast

Play Episode Listen Later Nov 14, 2024 44:50


Selle saate külaline on Hando Sutter, kes on töötanud tippjuhina enam kui 30 aastat. Ta on juhtinud ettevõtteid nagu Eesti Energia, Nord Pool Spot, Olympic Entertainment Group, mentordanud mitmeid startupe jpt. Alates 2024.aasta esimeset oktoobrist astus ta Eesti Tööandjate Keskliidu juhiks. Antud episoodis räägime me palgast ning jätkusuutliku palgasüsteemi ülesehitamisest. Lisaks vaatame sisse alampalga tõstmise küsimustesse.   Head kuulamist!

Otse Postimehest
Otse Postimehest: Hando Sutter

Otse Postimehest

Play Episode Listen Later Oct 10, 2024


Seoses majandusnäitajatega on Eestis valitsemas negatiivsed meeleolud, makustõusud ei meeldi kellelegi ja paljud arvavad, et need süvendavad majanduslangust veelgi. Miks meil enam häid ideid ei ole ja kas kõiges on süüdi poliitikud, sellest räägime Postimehe otsestuudios tööandjate keskliidu juhi Hando Sutteriga. Saatejuht on Ulla Länts.

Vikerhommiku intervjuud
Hando Sutter: Lauri Läänemetsa avaldus oli šokeeriv

Vikerhommiku intervjuud

Play Episode Listen Later Oct 4, 2024 12:40


Telegrami Podcast
FB-live (3.09.24): Hiiliv politseiriik, laste koolirõõmu edetabel ja Antarktika eksperiment

Telegrami Podcast

Play Episode Listen Later Sep 4, 2024 28:05


Septembri alguse Facebooki otsesaates rääkisime Jürgen Ligist ja maksudest, homöopaatiast, Lihula samba koopia konfiskeerimisest ja sellega seonduvatest küsimustest, korrakaitseseaduse muutmisest ja politseile suuremate õiguste andmisest. Lisaks ka edetabelist “Milliste koolide õpilased käivad koolis kõige parema meelega” ning sellest, et Eesti koolinoored vigastavad end tahtlikult järjest rohkem.   Küsisime ka vandenõulise küsimuse, et kuna sõdima lähevad pigem vaimselt katkised inimesed, siis kas riik toodab selliseid noori meelega? Hando rääkis ka eksperimendist, kus soovitakse Antarktikasse viia üht lamemaalast ja üht palliusklikku. Lisaks loosime kõikide live´i FB-video jagajate vahel välja kasti Lumiorava magneesiumivett. Meeleolukat järelvaatamist: https://www.telegram.ee/ajaviide/fb-live-3-09-24-hiiliv-politseiriik-laste-kooliroomu-edetabel-ja-antarktika-eksperiment  

Telegrami Podcast
FB-live (29.07.24): olümpiamängud, eugeenika Eestis ja teised illuminaatide seiklused

Telegrami Podcast

Play Episode Listen Later Jul 30, 2024 44:59


29. juulil pidasime Facebookis maha hoogsa otse-eetri, kus said läbi võetud mitmed päevakajalised teemad, nagu näiteks olümpiamängude avatseremoonia, eugeenika õõvastav võidukäik maailmasõdade vahelises Eestis, Kamala Harris, julge poolatarist europarlamendi saadik, kes Ursula von der Leyeniga kurjustas, poliitika poolt kaaperdatud alternatiivmeedia ja sünkromüstitsism.    Lisaks rääkisime vastavatud Telegram.ee e-poest, kullast ja orgoniitidest ning talismanidest ja nendele tähenduse andmisest. Kiita said need, kes praegu maski kannavad (sest nad ei tee seda seetõttu, et valitsus ütleb) ning Hando jagas head nippi, kuidas Eesti Energialt odavamat elektrihinda välja kaubelda. Vaata live´i järgi siit: https://www.telegram.ee/ajaviide/fb-live-29-07-24-olumpiamangud-eugeenika-eestis-ja-teised-illuminaatide-seiklused  

Telegrami Podcast
FB live (16.07.24): Telegramil on nüüd OMA KULD! Donald Trumpi liba-atentaat, DMT ja teised põnevad teemad

Telegrami Podcast

Play Episode Listen Later Jul 18, 2024 33:06


Keskjuulis, 16. kuupäeval teatasime Facebooki otsesaates pikalt küpsenud uudisest: Telegramil on nüüd oma kuld! Nimelt saavad kõik Telegram.ee kuldliikmed aastatellimusega koos 1 grammise Telegrami kuldplaadi, mida on toodetud limiteeritud koguses.    Lisaks rääkisime laiatarbe- ja konservatiivmeedia kõige kuumemast teemast ehk USA presidendikandidaadi Donald Trumpi liba-atentaadikatsest, Kallasest ja Michalist, Euroopa Liidu kõrgeima kohtu olulisest otsusest seoses koroonavaktsiinide lepingutega, X-i tsenseerimispüüetest ning suvistest terviseintervjuudest Liis Orava ja Merle Martinsoniga. Jagasime ka muljeid külaskäigust Riiga, Hando kohtumisest sõduritega spordilaagris ja bufo-suitsetamise DMT-tripist. Vaata live´i järgi siit: https://www.telegram.ee/ajaviide/fb-live-16-07-24-telegramil-on-nuud-oma-kuld-donald-trumpi-liba-atentaat-dmt-ja-teised-ponevad-teemad  

Telegrami Podcast
FB-live (2.07.24): Jaanipäeva järgsed võbelused poliitikas ja mujal

Telegrami Podcast

Play Episode Listen Later Jul 4, 2024 31:56


Juuli esimeses Facebooki otsesaates rääkisime automaksust ja riigikaitsemaksust, Kaja Kallasest ja sellest, mida Hando arvates kaitsekuludesse paigutatud rahaga teha tuleks.   Lisaks rääkisime kokaiini tarvitamisest erakondade valimispidudel, plaanist anda politseile suuremaid õiguseid ja paljust muust. https://www.telegram.ee/ajaviide/fb-live-2-07-24-jaanipaeva-jargsed-vobelused-poliitikas-ja-mujal  

LEGE Podcast
Tomas Legrant x Hando Tõnumaa (Telegram.ee) - Mis maailmas toimub? Vandenõud ja reaalsus

LEGE Podcast

Play Episode Listen Later Apr 19, 2024 47:18


Saates käis Hando Tõnumaa: Telegram.ee asutaja. Peatusime teemadel, mis paneb paljusid silmi kõõritama.Videopildiga LEGE PODCAST on saadaval Youtubes!

Telegrami Podcast
Telegrami uudised (1-3/24): nutidopamiin, ecstasy tabletid, kliimapoliitika, streigid, pandeemialepe ja isiklik areng

Telegrami Podcast

Play Episode Listen Later Jan 26, 2024 7:08


Alustame aastat meelelahutusliku noodiga: mis on meie toimetuse lemmiksöök praegu, kuidas vähendada nutiseadmetest tulenevat dopamiinilaksu oma elus ja miks 30 aastat MDMA-d tarbinud muusik leiab, et see võiks olla legaalne.   Muidugi saavad tähelepanu ka tõsisemad teemad: Saksa põllumeeste ja Eesti õpetajate streik; Fauci tunnistus, et 2m distantseerumisel puudus teaduslik alus; vallandatud politseiniku hüvitise kolmekordistamine ja muidugi ei saa me üle ega ümber WHO pandeemialepingust. Saate lõpus ka raamatumäng: arva ära, mida ütles Hando sünnitusmajas, kui tema lapsele sooviti vaktsiini süstida.   Vaata videoga: https://www.telegram.ee/eesti/telegrami-uudised-1-3-24-nutidopamiin-ecstasy-tabletid-kliimapoliitika-streigid-pandeemialepe-ja-isiklik-areng  

What's Eric Eating
Episode 345 - 1891 American Eatery & Bar

What's Eric Eating

Play Episode Listen Later Jan 23, 2024 25:32


On today's edition of the podcast Eric is joined by Michael Fulmer to dive into some of the latest happenings from the Houston restaurant and bar scene. Eric and Michael discuss Common Bond claiming a spot in Tanglewood for their 5th bistro location, Layne's Chicken Fingers opening their third Houston area location, and the opening of Hando's new second location in Spring Branch. In the Restaurants of the Week portion, 1891 American Eatery & Bar is featured.  Follow Eric on Instagram/Threads @ericsandler. You can also reach Eric by emailing him at eric@culturemap.com. Check out some of his latest articles at Culturemap.com: Common Bond Claims Familiar Tanglewood Space for 5th Bistro Location Aggie-Favorite Chicken Fingers Spot Sets Opening Date for River Oaks/Montrose Outpost Heights Favorite Sushi Spot Now Serving Hand Rolls in Spring Branch Ben Berg Kicks It Up a Notch for RodeoHouston Return of The Ranch Saloon + Steakhouse Allergy-Friendly, Healthy Eating Austin Restaurant Closes Houston Locale Where to Eat in Houston Right Now: 6 Best New Tex-Mex and Mexican Restaurants - From Classic to Creative

Telegrami Podcast
Telegrami FB-live (12.12.23): Muski, Jonesi ja Tate´i ühisest vestlusest X-is, reaalsuse luupimisest ja rahaga protestimisest

Telegrami Podcast

Play Episode Listen Later Dec 12, 2023 45:48


12. detsembril toimus Facebook live, kus äsja turunduskonverentsilt naasnud Hando jagas oma vestlust Silicon Valley ärimehega, lisaks tegime ülevaate Elon Muski, Andrew Tate´i ja äsja X-i (end. Twitterisse) naasnud Alex Jonesi ühisest X Spaces vestlusest ning mõlgutasime mõtteid reaalsuse luupimise teemal.   Nimelt – kas seda reaalsust kontrollib mingi jõud, mis teatud aja tagant söödab ette uusi “lõkse”, millesse osa inimekonnast langeb ja teine osa mitte, või on tegu n-ö orgaanilise luubiga, kus reaalsus erinevates vormides end ise pidevalt kordab? Vaata videoga siit: https://www.telegram.ee/ajaviide/telegrami-fb-live-12-12-23-muski-jonesi-ja-tatei-uhisest-vestlusest-x-is-reaalsuse-luupimisest-ja-rahaga-protestimisest  

Delta
Delta. Hando Runnel 85. Luule- ja proosatekste loevad Lavakunstikooli tudengid

Delta

Play Episode Listen Later Nov 24, 2023 34:34


Täna, 24.

Vikerhommiku intervjuud
Toomas Lunge ja Jaan Elgula. Hando Runnel 85

Vikerhommiku intervjuud

Play Episode Listen Later Nov 23, 2023 19:52


jaan hando toomas lunge
Loetud ja kirjutatud
Loetud ja kirjutatud. Hando Runnel 85

Loetud ja kirjutatud

Play Episode Listen Later Nov 18, 2023 47:15


Järgmisel nädalal tähistab Hando Runnel oma 85 aasta juubelit.

hando loetud
Telegrami Podcast
Hando Tõnumaa: Kui Kaja astuks tagasi, siis saaksime kõik õnnelikuks ja miljonärideks…

Telegrami Podcast

Play Episode Listen Later Sep 4, 2023 9:07


Tranksriptsioon: https://www.telegram.ee/arvamus/kui-kaja-astuks-tagasi-siis-saaksime-koik-onnelikuks-ja-miljonarideks  

GANG OF TWO
THE UNDERRATED HANDO

GANG OF TWO

Play Episode Listen Later Jun 19, 2023 31:12


Join us as we recap our weekend away. Do we worry about our legacy? Terry works Shari hard for a Vestaboard plus a sad Dear Dumbs ... and let's not forget the hando. GRAB A SHIRT HERESee omny.fm/listener for privacy information.

Cast Conversations
Episode 247- Cody (Smugglers Run)

Cast Conversations

Play Episode Listen Later May 27, 2023 38:36


Bright Suns, travelers! Come work for Hando and help the smugglers get everything they need on this episode. May the force be with you! --- Send in a voice message: https://podcasters.spotify.com/pod/show/castconversations/message

Telegrami Podcast
Telegrami uudised (19/23): Elon Musk kui kontrollitud opo ja Kallasele ei meeldi valimislubaduste meelde tuletamine

Telegrami Podcast

Play Episode Listen Later May 23, 2023 7:02


eie ees on Telegrami olulisemad uudised käesoleva aasta 19. nädalast ehk ajavahemikust 8.-14.mai 2023. Tähelepanu sai Elon Muski poolt koroonaterroristi palkamine ja Telegrami koroonakroonika ajakiri jõudis Kanal 2 eetrisse.   Samuti pälvis lugejate huvi Kalle Grünthali poolt Riigikogus tõstatatud keemiapilvede teema ning Varro Vooglaiu osutus, et Kaja Kallasele ei meeldi, kui riigikogulased talle valimislubatusi meelde tuletavad, sest “valimised on juba läbi”. Hando teeb juttu ka abieluvõrdsuse eelnõust ja kalendrist, mis aitab enda elu perspektiivi panna.   Vaata videot: https://www.telegram.ee/eesti/telegrami-uudised-19-23-elon-musk-kui-kontrollitud-opo-ja-kallasele-ei-meeldi-valimislubaduste-meelde-tuletamine  

Nerds Talking
133. The Hando Behind The Bleachers Episode

Nerds Talking

Play Episode Listen Later Apr 28, 2023 69:26


Episode 133: The nerd's review the documentary Tik Tok Boom, or do they? Then they move on to Laura's review Of Ant-Man ans Wasp: Quantumania. Laura's mom that that Laura turned lesbian in high school while Johnny got a disappointing hand job behind the bleachers. Quasi is on the hit list of reviews, not on Hulu. Last but not least, the nerd's give you the recommendations on what to watch. Enjoy this episode of Nerd's Talking The Podcast and don't forget to leave us a review! Featuring Lafayette, Carlos, Johnny and Laura. Email your random thoughts, hate mail, and overflowing love to ⁠⁠⁠nerdstalking@yahoo.com⁠⁠⁠ and visit ⁠⁠⁠our website⁠⁠⁠ for info about the show. You can also send us a voice message ⁠⁠⁠here⁠⁠⁠ or support the podcast ⁠⁠⁠here⁠⁠⁠! --- Send in a voice message: https://podcasters.spotify.com/pod/show/nerdstalking/message Support this podcast: https://podcasters.spotify.com/pod/show/nerdstalking/support

The Boss and the Brewer
BatB 73 – Dan’s SOP App Live Demo, marketing to kids, failed tree experiments

The Boss and the Brewer

Play Episode Listen Later Apr 20, 2023 83:58


Dansion update  Scooter update Agent GPT - https://agentgpt.reworkd.ai/ Jessop Demo  RIP Rattenhund 440ml - now available in 355mL ABAC claims up - https://brewsnews.com.au/abac-quarterly-report-shows-increase-in-complaints/ - full report http://www.abac.org.au/wp-content/uploads/2023/04/ABAC-Q1-2023-Quarterly-Report-April-2023.pdf - Billsons appeal to children, Hard Fizz breaches again, “The Company did not remove the marketing material and the complaint was referred to the Queensland Liquor Authority.” Top 50 US brewery companies - https://www.brewersassociation.org/press-releases/brewers-association-releases-annual-craft-brewing-industry-production-report-and-top-50-producing-craft-brewing-companies-for-2022/ 12 questions https://www.facebook.com/groups/bossandthebrewer/permalink/990790168971364/?comment_id=990797922303922&reply_comment_id=990818185635229¬if_id=1681975868739899¬if_t=group_comment&ref=notif Whole transcript  Whoa. Very good. How does this work? Why does it happen every time? Um, well, I've got the old Logitech Brio and it's got a little app that goes with it that I can adjust the exposure, uh, and that sort of thing. I'm about to go and buy a mirrorless camera as a webcam, so I get all the bk fucking background and shit. What does that mean? Blurred BK means blurred in Japanese. That's what that camera does. Yeah. If you get like a camera with a really low F lens, it bends the light more and therefore what is you, you stay in focus and everything behind, um, becomes, um, blurred and that sort of thing, like all professional and shit. Okay. I need to get one of those thousand dollars camera. Oh. Oh. Fuck that. I'm not getting one of those. Yeah, but you're on the fucking Yeah, because you don't have anything to blur in the background, mate. You're sitting on the casting couch. So, yeah, I've got the ca, I've got the casting couch. I want you to see my, I want you to see my stuff. Have you got a beer? I do, actually. I'm gonna stick with the fucking classics tonight. Okay. I have this got the old Pop Nation rep. Oh, wow. I put that on the, yeah, the, the, I didn't think you had one of those. There you go. Oh, what, what do you mean? Did you do something? Yeah, that's a, that's a topic. Oh, is it? Yeah. Oh, sick. Yeah. I'll, there you go. Good. You must, you must know that, um, was that, was that just a, oh, I just, I just thought he, um, oh, okay. Yeah, I can see that there. Oh, well. Okay. There you go. I'm drinking a ratin one. It's in the four 40 mill, and it's apparently a traditional pilsner, but I think it's becoming a, what are they? Um, uh, not traditional pills. And I saw it on the bloody internet today. Well, we can talk about that when it comes up in the ticket. Yeah, yeah, yeah. Let's do it. What you got? I've got a beer here. Cause after the last week's episode, um, and you suggested that you're gonna go into BWS and get a, um, free Byron Bay Fruity Beer with every purchase. Oh, yeah, yeah, yeah. Did you um, Aaron went into BWS and bought something and got this for free. They've just given that shit away. Hey, that Empire Fruity Beer and everything. It's a, it's technically a sponsored beer. This has been going on for months now. They've been given that stuff away. Have you had the orange making? It's phenomenal. Yeah, I have. It's not too bad. I've nearly got this. I've nearly got this glass thing sorted out. Look at that. Look at that glass. Oh, that's so close. Wait, lemme screenshot that. So close. Show us the stoner wood logo. Oh no, we don't want that, David, because it's not a stoner wood beer in there. No, no. That would be sacrilegious, but that's not too bad. It's not too bad. I'll get there. That's good. Do you know, you know what's happened? How, how I'm getting to my glasses are becoming cleaner. That smell good? No, um, you're wiping them? No, Adam Shell, what do you do? You didn't ask which one. Oh, sorry, which one? Which, which Adam Shell, the other one. Oh, I see. I feel like we know which one now. Cause we've only really got one. Like there are still two I know. And the other one's just got back from, well, the, the one, not the other one. Yeah. Has just gotten back from Japan. So I was watering his plants while he was away. And how does that relate to the glass improvement? Oh, well, we were just, aie and I were just having a beer and. He gave me some tips on how to clean glasses. Okay. And he said, get yourself a dish wand and some tan dish washing liquid from Aldi. Okay. A dish wand. So yeah, the, you know, the wand that's got, you fill it up with the detergent and you do that and you know, it's like, it's got a scour on that on the end and you can just shove it all the way down the glass. Yeah. A dedicated beer glass one though, right? You don't use well, yeah. Well the thing is, I went to bloody alley, but, and got tan obviously, because that's what they do, but there was no Dish ones there. So this was actually cleaned with like, just a clean chucks and, um, rinse with hot water. And I'm nearly there. I'm nearly there. Etsy, you'd be very proud. I have a, I have a separate thing that doesn't have detergent in it, but it's just a, you know, like a long glass, clean of, you know, brush. Is it, is it for glasses or do you use it for other stuff? I don't use it for anything else. I only use it for, for glasses. Right. Yeah. And I mean, look at this. Look at the head on this. That looks sensational. The results. I'm getting a photo of that. Hang on. Wait. Lemme get this in the photo. Get a photo. Hang on. Hang on. Hang. Oh my God. Okay. Let's have a look here. Oh, wait, I can only see myself. Hang on a second. Oh no. Got a pin. Okay, go. Oh, you look amazing. Oh, good. Um, so shout out to all the people that messaged me after last week's episode with Concreting advice. That was, that was super useful. Oh, good. Yeah. Really useful to know how to concrete something after I've already done it and moved on to the next job. Mm-hmm. Apparently you can, I, apparently I could have just dug a hole where the post was, build the hole up with water, and then just poured the rabbit set in there and you're fucking done. You don't even need to mix it. No. That's courtesy of Matt from Facebook. Thanks for that advice. Really? Yeah. So they, that was ing advice. That was Ting advice. My ing advice was terrible. Well, it was educational. I learned something because Yeah. I, I at least remember that it was concrete that he suggested not cement. Not cement. Did you go fix it? Fuck, no. I moved onto the next thing. You know what I did today, right? So Right when I, when I got this house going right, I, I was tossing up about what trees I should put out the front. And I really wanted something like, my house is like, it's like a Minecraft house. It's real brutal from the front. Yep. Wood and concrete, like, um, and I wanted something to soen that. So I've found this tree called a pink trumpet tree, whereas living in Varsity Lakes, you saw them everywhere. You see them everywhere. They're like a, they're not like a especially fancy tree. If you see a tree with like pink leaves, it's probably one of those. Yes. Um, and have my heart set on this. So like, for like six months, every time I saw one, I'm like, oh, there's a pink trumpet tree. Like, it was a big thing. So anyway, when I got the house, I finally bought one, went out to the nursery of Mount Tambourine. I bought an established one. It cost me like, I can't remember how much, maybe a thousand bucks, maybe more, I don't even know. Was like an establish tree? Yes. Got delivered and it's like, it was 150 liter, um, pot. So it's, it's big. It's like, it's like the size of a, a barrel, basically a half a barrel. Mm-hmm. Um, so I got delivered in the, in the plastic pot thing, dug a hole, chucked it in there. Mm-hmm. And then realized that you can't put in there with the plastic on cuz it's so heavy. You can't get the fucking plastic on. By the way, I didn't read instructions. Okay. I just bit of a pa, bit of a theme going on here and there. I'll, I'll get to. So I put it in there and then when it was in, when it was in there, I realized, fuck, I need to cut the plastic off. So I've got my arm under there trying to cut the plastic off. Finally got it in there. The roots are going everywhere. Dirt's going everywhere. It's a complete disaster. I put it in, it's not straight, and I'm like, fuck it. That'll do, because it'll probably straighten up. I don't know how trees work. Anyway, I've been staring at it every day for like six months. Okay. At one point I was like, I've gotta straighten this fucking tree because it's ridiculous. It goes like that leaning tower side and push it around. Tried to straighten it. That didn't help. So the tree was it again? Pink trumpet tree. They're really pink. Trumpet tree. If you, if you've ever been to Sanctuary Cove on the Gold Coast, they've got like really full established ones. They're huge. They look like they're looking up what it looks like. Pink trumpet tree. Here we go. A tab Taboo Rose. That's it. That's the one. Oh yeah, they look sick. Well, mine didn't look like that. This one, the one I see on the internet leaning. Oh, okay. Leaning. That could be my one. Does it have any leaves or, or, uh, flowers on it. Pink flowers. Pink flowers mate. And a cop car under it. Oh, it could be mine. Alright. So anyway, anyway, so I had this tree, the leaves started dying. I, I put in, in the Facebook group about landscaping. I'm like, what did I do about this tree? Didn't get anything useful. Eventually I'm like, fuck this tree. I don't like it. It's leaning. The leaves are dying. It's not working. So I ordered cuz I was always tossing up between that and Fran pan tree because Fran like Fran trees, I remember from when I was a kid. They're everywhere around here. They're pretty, they smell and they grow fast and they're pretty hardy fast. They, you can replant them and they're put in your ear when you put one in your ear and all, all those sort of things. I like doing that. Yeah. And when I knocked this house down, I had two amazing grand pan. That got destroyed when the house got knocked down, which I was really bummed about. I wanted to move one of them, but it's too hard. And anyway, so I'm like, fuck it, I'm gonna replace this tree with a fringe APA tree and I'm not gonna make the same mistake. So I ordered the fringe APA tree, and today the guy's like, it's coming. Um, you might need a couple of guys to lift it cuz this is a 200 liter one, which is even bigger. Yes. So it's probably like a 300 liter barrel, like half of that. Right. Um, so this thing, this thing was fucking huge. And it's a two, it's a two and a half meter tree. How do you lift this by yourself? Well, I'll get to that. So she rung me up and she said, all, all right. Um, get some neighbors around cause you need like four or five people to lift this thing. Okay. Like this, this, I can't do that. I'm just here. I'm here by myself. There's no one, no one's gonna help me with it. So this guy rocks up by himself with his massive tree. And wait, before then, I'm like, I've gotta get rid of the other tree first. So I dug the other tree out, I chopped the whole thing up, put it in my willie bin. So my, so my willy bin has this entire tree in it, which was about, it was like a two meter tree. So chopped all that up. Got it. In the willy bin. I'll mate rocks up with this gigantic tree and then we drag it onto the back of the truck and he is got a lift thing to get it to the ground, which is good. And then we drag it up to the hole because I only paid to get it delivered to the curb, but it's out the front of the house. I'm like, if I don't get him to do it now, I'm not gonna even be able to get it in. Okay. I want him to drag it there. And I left it right on the side of the hole. And then I, I thought about the podcast and thought what I should do is watch a video on instructions. Right. On how to plan the trees. So I did that. Yes. And the instructions basically said you take it out of the plastic thing first. Right. And you sit it there in the roots and then you kind of, you know, trim roots if necessary and kind of maneuver into positions. Yes. That kinda thing. Yep. I didn't do that though. Did you? Same thing. I just did the same thing that I did last time, which is I got it close to the edge and then I dragged it in and dumped it in the hole again. Hang on a second. So you actually went and got instruction on how to do something on YouTube? I did. And then you completely ignored it. I, I did. I in the moment, yes, I did ignore it. Yes. Out of expediency, you just wanted to get the job done or impatience, I think. And also like, I just had it so close to the edge and I cut a few little bits of it. I literally did, I don't know, like it just, I just did exactly the same thing that I did last time. I don't even know why I just made a mistake. So now the tree is in the bloody hole with plastic all over it. The other trees in the wheelie bin. This tree is in the hole with plastic all over. The roots are already starting to fall apart because I'd like smudged it in there and then I start cutting the plastic off and I'm trying to rip it out and I calm, my back's fucked and I managed to get under it. Finally rip the thing out. The roots are gone everywhere. I'd push it up and it's like wobbling. It doesn't even stand up. So I've got, I pull all the stakes out of the other parts of the garden that were holding my other trees up to put around this tree to hold this tree up. And I've only got little bits of string so I get it all up like reasonably in line. And the other thing that the video said was like that every tree has like a nice angle to look at it from. Mm-hmm. Like a face. Sure. So I was like, I need to line up this angle facing the road so that when you look at the house, you've got a nice Yep. Tree. Yeah. But then when I looked at it, all the spinning and shit, it's like facing me and it looks pretty average from the street. Okay. Anyway, I finally got it up there and I got it vertical, filled it in, and then I'm just sitting there, my back's fucked. I'm like, this, I've just cut. Totally fucked this whole thing up. Um, but I was happy it was in there. And then some lady walks past and she like stopped. She had her dog and she looks up at the tree. She goes, I don't like these trees. They put their leaves everywhere, all over the ground after you put in all that effort. Oh my God. Did you tell her to get stuffed? My blood started to boil. Yeah. God, I blame you. And I, and I don't, and I don't believe in violence against women or any person for that matter. Yes, yes. So I murdered her dog. It was one of those fluffy white ones. It was. All right. No, no harm done. All right. That's my dancing update. How's the scooter going? The scooters got terrible. Guess what I've gotta do on the weekend? I buy another, no, I'm gonna buy a motorbike. Oh, for fuck sake. What do you mean? You've already got a motorbike? Yeah, I've gotta buy another one. Why? Um, cause I've been looking at, uh, just cause of the motorbike that I've got, right? The, the, the CB 900 Hornet, which I absolutely love to ride. And I've had it since 2015. Right? And, um, it's 2002. It's not getting, it's nothing wrong with this not getting, like, it's rough around the edges, but it's super reliable and I can work on it and all that sort of thing. Uh, years ago when I was living in Geelong, you know, back in 10, 10 years ago, I had a, I think it was a 2002 or 2004 Honda VFR 800. So it's a v4, right? Yeah. And just sounded so fucking beautiful. Like it's half a V eight mate, so just, it's a motorbike that sounded like that. And um, and just over the last few months I've just sort of been started looking at 'em again on like Facebook oh nine Marketplace and stuff like that. That's where it all fucking starts. Exactly. This Facebook marketplace has been the bane of my existence in the last fucking, so bad 12 months. It's fucked. I've just spent so much money on, it's just, just keeping the economy going anyway, so I know exactly what under VFR 800 I want, I want the last of the sixth. Sixth generation. Sixth generation? I think so. Um, wait, so this is the bike you used to have? Yeah, I had a 2002. Okay. Um, but, um, um, but I, but they sort of didn't really change the, they sort of changed the shape in 2001 and they didn't change it again until 2014. Why do you, why did you get rid of that? To get the current bike bought? The Commodore trade it in for the Commodore. Oh, you got, oh, okay. And then you went without a bike for a while. For, for about three years and that sort of thing. So, uh, sorry, is it sixth generation? Yeah, sixth generation Honda bfr 800 and, um, 2013. So it's the last of the good ones because the, the, the seventh generation was just that, not that great. Sorry. The eighth generation just wasn't that, that fucking, it was just boring. Right. And so vfr, what is it? VFR 800. VFR 800. Do you wanna pull up a photo? Yeah. Um, might be able to pull up your Facebook. Um, pull up a photo, mate. Oh, that's sick. That's like a, uh, like a sports kind bike. Sports touring bike. Yeah, exactly. Oh yeah, yeah. Oh, he's the one that I want, here's the one that I want and lemme share my screen. Oh. Need to let me share a screen mate. Good. Can I go? Can I go? You can go like that is exactly what I want. Handicap red is is the beer, is the vtr. The half baring Vtr is the thousand CCV twin. Yeah. And it's like a half bear sort of, but it looks similar to that, doesn't it? Oh, that's more upright. Yeah, they little. They do. Yeah. But this is, but that, that's, that's the bike that I'm looking at at going and buying. So basically handy up this bike that I've found, it's up in Nua that I'm gonna have it dry right up there on Saturday. Handy Apple, red gold rim, gold rims, and a stain tune exhaust system on it. And it's just, I saw it pop up on Buddy Facebook and it was, And it was a good, really sharp price and the pays weren't too bad on it and that sort of thing. And it's like being sold by a dealer, which I don't know if that's a good thing or not a good thing. Um, but that, look at it, it's fucking beautiful. Yeah, that's pretty sick. And so the, I, so when I own mine, um, uh, the, the last one that I owned, I really enjoyed riding it. It just handled so well, you know, it was just so comfortable to ride. And I actually rode it from, well, I tried to ride it from Melbourne or Geelong when I was in Geelong, up to Queensland for a holidays in 2011. And the old ones, the pre 2000 eights actually had a problem where the regulator rectifier the thing that that charges the battery, not the generator of the stator, but the, the regulator rectifier would burn, would burn out the stator. So I was riding, I was just outside 50 Ks outside of Kuni Bar brand going up the new highway. And it just clapped out. Oh. And died. Had to get towed to Kobrand. Um, and this was right when we had that big cyclone that just hummed, um, you know, Gunda windy and all that sort of stuff, right? Yes. And I was heading to my brother's place. And he lives in Anor. Dan thought. Yes. And, and, um, and so he, he drove, he jumped in his ute, drove six hours, picked me in the bike up. I drove the six hours back, and we were two kilometers away from, um, his house. And the, the, the New England Highway had flooded and we couldn't get home. Oh no. Yeah. It was the last bridge. It was the last bridge that we had to cross before his place. And it was flooded. Oh my God. And he had his full drive and he was, we looked at it, we, uh, should we do it? Uh, and he said, no, no. We'll just, he called up a friend who was on that side of the creek. And, um, and, and so we went round to the friend's place and we just smashed whiskey. Like fucking, absolutely. Just, just pounding. Just, just whiskey rocks, right? Oh yeah. That's what my brother likes to do. And, um, and so, um, we've got, um, we stayed a couple of hours and then we'd heard that the, that the, um, um, that the creek, the creek had subsided a little bit. And so, um, we just changed up to the ute and went, and the creek had subsided and the bridge would become visible again. And we're so lucky we didn't attempt to cross the creek because half the road that we were gonna drive across had literally washed out and we would've, oh no. Gone in and fucked Ute and the bike so that the moral of that story is if it's flooded, forget it. And that is for reel. I actually did, I actually did cross one of those little rivers in Dan Thorpe that was flooded, but it was, it was pr reasonably obvious that it wasn't too bad, although I don't fucking have a clue what I'm doing, but it was kind of like, you could sort of tell when it was high and when it was low and it was kind of getting closer. Yeah. But yeah, it happens all the time in it, like every time. Yeah. Yeah. Ex. Yeah, exactly. So, um, so yeah. But anyway, it turns out that was a known problem with that year model, but this 2013 or 2008 onwards doesn't have this problem. And I reluctantly sold the bike in, you know, or traded it in actually on, on the Commod in 2013. So I didn't really have much of a choice because I was, I, I was a, I just just became an owner of a brewing company that didn't make any beer. Yeah. I, my old, my old 1991 Toyota Camry, I crashed. And, um, on, on the way into Meredith Music Festival, just fucking, just, I was fucking just driving, driving down the road into the Meredith Music Festival. The fucking sunflowers were out. It was a beautiful day, and I'm just pumped that I'm, you know, going to go to music. Mar Meredith Music Festival, have a amazing time and that sort of thing. And I'm like, ah, this is amazing. And look in front of me. Like, fuck. Cause the cars had all stopped and I, and I smashed into the car, um, in front of me and, and then a car smashed into me, behind me. Oh, the car in front was one of the people that we were convoying into camp with, and the car behind was my ex-girlfriend, uh, Erica. And, um, and so she crashed into me and she was in a borrowed car because she crashed her car like the week prior. It was just a complete and utter cluster fuck. And so I wound up with my, my Camry was still drivable, her borrowed car was not. And um, uh, and so I had this dodgy fucking, couldn't open the boot, couldn't open the bonnet Toyota Camry that I had to get rid of. So I just sold it to the records for 250 bucks. And I had to buy a new car. And I didn't have any money, but all I had was the VFR and I had to trade it in to buy a car. Oh, okay. So that's how I have, uh, what's the price differential between your bike and that? Like, would, are you talking lots of money or Probably not. Not a huge amount. My, you mean my current bike? Yeah. Oh, my current bike's. A 2002, probably worth 1500 bucks. Now. Don't get much for it. No, no, I don't expect to get more than 500,000 bucks for it. I'll, I'll see if I can trade it. Um, but this thing's like five grand, so it's a bloody good price too. Ah, that's pretty good. Yeah. Crazy. I've gotten so cheap. It's only 80,000 Ks for a 2013. That's not too bad. And hopefully it's been looked after. So that's my job as I'm riding up to new sale on Saturday morning to go have a look at this bike. Nice. Post some pics. Yeah, maybe I'll get it. Maybe I won't. Either way I'll get a nice ride out of it so it looks good. Yeah. Um, well the thing is, what I wanna do is, um, you know, go and do some more motor camping and that sort of thing, and that's kind of the ideal bike for it because you can get some pans for it and a, and a rear rear sack for it. You know, Chuck, your, your, your tent and your, and your, and your sleeping bag and. Just go, you know? Yeah, just go, go. It looks like, it looks like a, looks sick, but it looks like it would be reasonably comfortable to ride, like it looks a little bit more upright at the front. Like you're not gonna be like, it is. Yeah. It's, it's a call, a sports tour, so it's got the fairing, but it's meant for doing long distances and, and, and lot and all that sort of thing, so yeah. See what happens. Field trips. Yeah, absolutely. So, right. Can I, sh can I try and demo my app, Voya? Yeah. How you going? Can you share a screen with it or something? I, I think I can, I, I haven't tested this though, so if I can't then then I can't. Okay. iPhone. I, here we go. iPhone, iPad. Let's see what happens here. You to tell me what you can say. Oh. Oh, I can see your phone. It's your phone. I'm sick. Okay. Alright. Um, so, alright, well set expectations first. It's an MVP so it's not super. How many fucking apps have you got? All kinds of shit. Right. So Bill, chap, G gb, gbt, share feedback. Yep. Yep. Start testing. Okay. So this is the, this is like the homepage. Um, yep. So let's think of something, um, uh, well on, uh, what was it? G, G, uh, C, cb CB 900. F. CB B for Barry. Ah, cb. Cb. Alright. Uh, 2002 is chat. Gbt gonna write this. 2002. So I'll, I'll put, um, change. Okay. So I'll, so, so pardon p you can either start it from scratch, which will just be blank. Yeah. Yes. Or use AI to create the process for. So that like editor there that you can see is just like, it's just like a note or like a document generating. Yes, yes. That's a misspelling. So what's happening now, so this is to, this is creating content forming. So this, this content here that's coming back here is whatever open AI is given me. So it may be right, it may be wrong. Um, well allow the oil drone, remove the oil filter. Four quarts of oil. That's perfect. Yeah, it takes exactly four liters of oil. Nice. Okay. Okay. So, um, and then you can finalize it or you can do like a multi-page. So I could do what's a multi-page? I'll do that. So I'll do the, I'll do oil and then I'll do, um, so that's step one oil. And then I'll do another one for change air filter. So in, in the editor here, I can just write this out or I can Yes. Use that button to do it here. So what was it? 2002? 2002. Honda CB 900 F. Right. So this, so this is like, you either create the whole thing with AI or this is just like, if you wanna do a bit of text yourself or, and have a bit using OpenAI, you can add in the piece. Yes. So you'd look at that, you'd review it. Yeah. This is, this is chat. It's pretty good. Yeah. Yeah, I get it. I'm not responsible for it, but it's uh No, that's fine. Gives you start Of course. And so you go and insert it. Yeah. So you put in there and then you can edit it if you want. Like, if it's something in there that you don't like or whatever. Um, so finalize, yes. So there it is. There in amongst the SOPs. Mm-hmm. And now what you can do is go, we can add employees in, but I'll, I'll, um, I think I've got, I've got em here. I've got myself. Oh, actually don't have myself. Do I have myself? I don't know if I've got myself as an employee. I'll put you in. Okay. Heo, HEO Henderson. That'll do. What's your email? I'm not gonna put it on the fucking screen or on the podcast. Then I'll do my email. That's not my email down to it is not my email. Ok. But I haven't built all the features to, um, stop you from adding bullshit emails. So yeah. Alright. So what do here as you go, like assign sap? Yes. So changing oil, sign that to Henderson and what does the signing it do? So if I log in, so now I've got this user's area, right? So I've got you there and you can see whether it, I can see that you've got an s p assigned to you, but you haven't completed it. Yes. So if I log in as you, I'll have to remember the email I use or is it down to. So I'll log in as the user we just created. Yes, yes, yes. So see, when I log in, I've got the, I've got the s a P there waiting for me, and it's got a little exclamation point saying that I need to complete it. Mm-hmm. So then you go here and then it'll have, so that's the s a P there. I can just look at it. Yes, read it. I can swipe to the next page. Yep. How do you put pictures in complete? In the editor. Oh, you can put pictures in there. Yeah. And then that's complete. And videos as well gone away. So I'm logged in with Google. Oh, I'm not logged in with Google. Oh, that's a different account. Anyway. If I logged in with, oh, actually I think I know the account. Hang on, let me, let me log in. Not Dan too. Just regular Dan. Yeah, that is my email address, so if anyone sees that, feel free to email me. Yeah, that's fine. We all know that, especially if you want to be to test the app cuz I'm looking for people to test it. There you go. So there you go. Now it's got you as completed. Okay. And so what if I'm an employee, not Dan too, and I want to follow that s o p or something like that? Um, what do you mean? So basically it just brings it up and you just follow it and that sort of thing? Yeah. Yeah. Well you could, you can, you can do a couple of things. You can do, um, it just brings it up and you just read it through. Or if you want to do it as an actual check box that you like, want to check off the things. Yes, you can change this from bullet points. Yes, to check boxes. Ah, so if you change it to check boxes, I'll update it and then, um, I won't log in again. Oh, you can go and tap the thing. Oh, this is good. Yeah. I like that. Yeah. You, you have to check them in order to Yes. Be allowed to complete the, so p like it. Yeah. So that's all I got. So this is, I think it's heading in the right direction. Who coded that? My developer from up, from Upwork. Yeah. Right. And this is Punch, this is on React. You punch much money in that or, um, Android and iPhone. But what, why is it, why is it work on an Android and iPhone? It uses this React native thing, which is like a, which is like a framework for building kind of like mobile agnostic or I guess os agnostic, like OS agnostic native mobile. Yeah, so it's like, it's, it's a, it's a native app, but it'll be native app on Android. And, um, I'll also have like a web app for, you know, because if you, I, I think a lot of people will still use on the computer and we will wanna actually type. But yes, once you can use the AI to generate a lot of content, you'd be surprised how much you can actually create on the phone. Yes. That's pretty nifty, mate. I think that's got some potential. So what's the plan next with it? Well, I wanna, I want to give it to anyone who wants to play with it and then just see what they do, pretty much. Mm-hmm. And then hopefully get some indications that people want to use it. I think with the, with the, I've got a bunch of email addresses of people who did my survey and stuff, so I'll send out to them and be like, do you wanna use it? See what happens if I get feedback back saying it's cool, but I'm not gonna use. Yep. Then cool. Probably not great, but if it's people start using it or people are like, I would use it if I, if you had this feature, then I'm, I'll probably keep building it. Yep. Um, yeah. Fantastic mate. Yeah. What do you think, well, what are your thoughts when you see it? I think it's got a lot of potential, mate. It's like early, early days for it, but, you know, you can go in, you can get the AI to, to sort of create a framework for the, so p get someone else to validate it. I, I can see some future sort of requirements around things like version control and stuff like that. That's a later issue. Yeah. Um, makes writing SOPs very easy, at least getting 80% of the way there. And that's the biggest challenge that I face when I work with my clients is they lack the time to write SRPs. Yeah. It's very common problem. Yeah. And so if you can get most of the way there with ai. Well then you're sort of, you're doing okay, you know? Yeah, I guess, I guess the, the, um, the thing is like the, you can get most of the way there with AI anyway because you can just use chat g p T to do that. Yes. Yeah. So I guess the question's gonna be is that G P T three or four three? Because I don't have a API access to four. Right. Um, like I think the question with a lot of these apps that use AI is like, is chat g P t gonna get so good and so ubiquitous that people are just gonna use that for everything? And do they even need any other apps? Yeah. I think it's going to evolve over time and with the plugins like, oh G P T four, that's gonna be really interesting. Yeah. I think getting it to, um, getting um, G P T four with the plugin so I can access the internet in real time. That's pretty interesting. Have you, have you seen that? Seen that I found, what's that? Oh, I was gonna say, have you seen that agent G P T thing? No, what's that for you? Does what? I'll post it in the notes. I have to find the address. It, it's, it's like a, it's called, it's not that. There's a few of 'em. It's called like Agent G P T or some shit like that. Yeah. And it's, what does it do? It's like a, it's like chat G B t, except that it operates without you and creates tasks for itself. So. Oh shit. What? It's pretty wild. I, I haven't been able to get it to do anything useful for me, but yeah, the idea, do you know what I, you know, you know that the weird thing that I saw, I saw, I watched this video on YouTube about how you can get, um, how you can get chat G B T to write prompts for chat. G B T. Yes. Yep. What the fuck? Yes. Yeah. It's crazy. It's mind blowing, you know, some of the stuff you can do with it. Do you know the thing that's really disappointing at the same time, right? Uh, as, as sort of chat g p t is becoming this amazing sort of, you know, um, thing you just talk to naturally. Right. And do you know what's gone backwards is I've got a Google Home. I don't know if you have a Google Home. Yeah, I've got Alexa. Alexa, yeah. And it's getting worse a hundred percent. It's shit. Yeah. Like, like I used to be able to say to it, turn on the living room lights and turn on the bedroom lights and it would turn on both the lights, but now it won't even, it won't do that. I have to ask it separately. It's like it's taking a fucking step backwards. Interesting. Google is gonna get the first time are under serious threat. Oh yeah. They're gonna get done. Yeah. And probably Amazon as well, to be fair. Microsoft is back baby. A hundred percent. Who would've predicted? I would've never predicted that. Cuz I have never liked Microsoft. But they're back. Yeah. My, um, my whole IT crew was built around, you know, Microsoft technology and stuff like that, and it's like, fuck yeah. They, they lost it, you know, they lost the, the, the, the, you know, the server market and all that sort of stuff to and Gmail and they look, the biggest mistake was the missing the phone. That was the big one. Yeah. The phone thing. Yeah, exactly. But they come back with the, no, actually the, the biggest mistake was back in 1994 when they built, was when Windows 95 came out and I went to the launch of Windows 95 in late 1994. Yeah. And everyone was going, um, was like, I remember the launch of Windows 95, and the really cool thing was seeing the little paper fly outta the folder when you copied a file and stuff like that. Mm-hmm. And everyone goes, Ooh. And then like, and then, and then, oh, we've got this thing called M S N. And so they basically built their own internet. Yeah. And, and it was built into Windows 95 and it locked. And I remember going to the Microsoft Conference, I think it was 96 9 19 96, like they literally the following year. And they were just like, internet, internet, internet. Cause they knew that they'd fucked up and they were just like, we have to do internet. And that was where it all sort of took off. And there an internet explorer became a thing and all that sort of stuff. And you know, and that's, that's kind of what, what, what sort of happened, you know, they make these decisions, they get on the back foot. They, they, they take a step back in technology. And I think that's what Google is about to experience is, is going to be behind the eight ball. And it could last a decade, you know. You know, the other thing, the other thing Windows fucked up was Skype. Like, can you, yeah. Even imagine like, Skype was so popular, it was like the only tour people used. For what exactly what we're doing right now for messaging people. Like before WhatsApp? Yes. Before Zoom, before iMessage, before Messenger, before all that shit. Yes. Skype did all of the shit. All that. All those things. Yes. And now it's just nothing. Yes. How the fuck did that happen? I don't know. Crazy. No, it's crazy. And just, just these, these, um, you know, tech companies just buy things to either just destroy them or, or, you know, park them and, and they buy these, these, these technologies. And, but do Windows even have a messaging? Like, like what do you use if you are a Windows guy, you just use Android? What do you to message people? Oh, uh, when? Well, oh, I don't know. Well, I mean, Skype was a thing. What's your preferred, like, you messaged me on, on Messenger, but like, what's your preferred like, messaging thing to message your friends? Oh, now? Yeah. Now, It would be probably, uh, mixed between, um, messenger and WhatsApp. Yeah, WhatsApp. See, I mean, why don't you, yeah, I mean that's, Skype did all of that. Yes. Crazy. Um, apparently, apparently Samsung are considering, and it could be just jockeying for a better deal, but apparently they're considering swapping from Google to Microsoft as a default search engine on their phones. Wow. And that wouldn't surprise me if, if Bing is getting, um, you know, Bing was always played second fiddle to, to Google for search, but Oh yeah. People aren't in, in 12 to two years time. People aren't gonna be searching anymore. I think for some things you will, I was thinking about today, cuz for some things I still use Google a little bit because it gives you, it gives you those instant answers for UpToDate things and chat. G Chat g p t gives you like content, it gives you like rich content. Lots of details on stuff, but like for simple things like my tree, I wanted advice on the tree. Google does a pretty good job of giving you that real quick. Yes. Um, I mean Bing now does, oh, I just pulled up Bing. And it says you can ask introducing New bi, new Bing prior. Okay, let's try it. Oh, I need to throw, oh shit. The 10 billion catch p t deal. Yeah. Yeah. So, uh, there, um, uh, how do I change the oil on a 2002 on CB 900 or so? Are they doing what? Where did you click on them? Do you have this Edge browser? Just went to Bing, click on Bing? No, no. I mean, still in Chrome. Just went to bingle bing bing.com today you Yeah. But you, but you click introducing New Bing. Yeah. Oh, so you did, you are actually just searching the normal, in the normal section. But then it does this thing on the side where it pulls up some AI and shit. Hmm. Interesting. Not quite. Not quite there. I'm just gonna go back to my picture movie. Sorry. I see, I see, I see, I see. Oh, yeah, yeah. Okay. No, that, yeah, that's not the same thing. That's like, that's, that's just normal search. Yeah. Yeah. But let me, no, no, no. But I think if you go to, if you click Learn more. Yeah. Here we go. bing.com. Yes. I Sure. I can see it is three. Three. Share. Share your screen. So I just click thing, I need to throw a dinner and it does this thing over the side here and everything. Oh, I see. And then it's got, let's chat. Yeah. Right. Yeah. Interesting. Yeah, I was sort of wondering, oh, you can only do conversational search in Microsoft Edge. Wow. Ah, that's the issue. That's smart. Is it? Why do they care so much about who, what browser are you using? Uh, it's the, it's the internet. Yeah. Interesting. It's like Netscape Navigator. Internet Explorer killed it. Internet Explorer was great. I was a fan. Oh. It was pretty fucking insecure. I don't care about that. I don't mean insecure as in it had trust issues or anything like that, but insecure as in it wasn't very secure. No. Microsoft stuff is secure and hacked all the time. Yeah. Microsoft sucks. Yeah. That's what kept me employed. Yeah. No, that's good. No, they're doing well. Good on them. Hey, I wanna ask you another entrepreneurial question. Yeah. Are you, you still mates with Tuckie? Uh, I, I know him. I, I, I wouldn't say I'm mates with him. I'm, I've met him once in my life. Yeah. Yeah. What do you think of him? He seems great. Yeah. I, I'm, I'm like online friends with him. Yeah. He seems great. Yeah. Yeah. Why? Uh, I'm about to, I'm thinking about doing his next Level program cause I did his first, the first one in 2020 and that's kind of the basis of Rockstar and I'm thinking about doing his next program. It's very expensive though. Mm-hmm. Very expensive. I've never done any of, of, of his courses or anything. His content seems good. He seems like a good guy, but I, I, yeah. I've never done any of his content. I will say though. You are, um, I was, cuz I've tried to put together a thing for tonight's show and it didn't work, which I'll do next week using that script app. Yes. But I didn't realize you had the, the voice thing already. So I went to your YouTube and I used an app. Get your audio from one of your videos because you need 30 minutes of video to come up with digitized voice. Yes. Your YouTube's fucking awesome. Yeah, thanks man. I need to put some more work into it. That's one of the reasons for signing up with Darkie is to get better content. I actually had a chat with Adie about it last week as well, because, you know, whenever, uh, actually there's a couple of really interesting things happened on that this afternoon. Cause I was like, um, um, I mean, you, you're in craft beer professionals on Facebook Aren. Yeah. Yeah. So there was a guy who, they did, they had a session from this guy called, uh, called a, his, this YouTube channel called Adam Makes Bid Year. And I'd had his CVP thing just added to my watch later and I actually watched it this afternoon finally, three weeks later. And he's very interesting. So he, he's, he's like a content creator that sort of does. He's, he, I actually wanna meet him cause he's very fascinating guy, right? Because he's a teacher as well, or ex-teacher. Mm-hmm. And he's a, he's been a brewer for about 12 years and he does YouTube videos of stuff that he does in the brewery and how he makes beer and all that sort of stuff. Yeah. And then he does like live streams. I'm like, fuck, I wanted to do that. And so I watched his presentation, his CBP presentation, and he mentioned his Instagram and I've just followed him on Instagram and he's just written me back an Instagram message going, oh man, you're the reason I started my YouTube channel. Oh, no way. So, um, you could do lots on, so, okay, so your channel, do you, is that like, is that like old videos I was looking at there or are they like, oh, there's heap. So I, I released four in January and um, I did three part series on yeast propagator, which fucking blew up the internet because people think you can't propagate yeast and plastic. And um, and then I did one about dissolved oxygen and stuff like that. And, you know, I remember when I had come around to yours in like fucking 2017 or 2018 or something like that. Shot, shot down at HQ and yeah. And Kazi was in it and all that sort of thing. And, and um, uh, and it, over the years, like I've really neglected the YouTube channel and it's just such a great way to build trust with potential clients and that sort of thing. And I enjoyed doing it, but it's really hard to do because if you wanna make a 10 minute YouTube video, the amount of work you've gotta put in to write, um, shoot, edit, and publish. Yeah, that's a lot of work. It's a full-time job, I think if you to to be a content creator. Absolutely. Yeah. Um, but you can actually really that 10-minute YouTube video then just have a, a video like, There must be a huge opportunity in like TikTok and Instagram reels and like short form videos, correct? Yeah. And so one of the things I learned from, from this guy Adam, makes beer today, was like, um, he, he said, well, what I do is I'm just very natural. I do, I shoot some stuff in the, in the um, uh, in the, um, in the brewery. And then I'd do a live stream once a month where I just do a q and a and people just ask questions. Sometimes you get home brewers, sometimes you get professional brewers and then just chop out the video from that and share. And what he does, he chops out the bit. But the thing is, mate, is that I've got, and three and a half years of back catalog live coaching call content that's all recorded and can be repurposed and ready to go. And I'm thinking about are they one that that's, that's one to many. That's not like one-on-one is it? It's one to many, but it's basically people asking questions and me giving an answer off the cuff. I'm thinking you can pay someone to just rip all that out and turn it into Correct. Yes, yes. Yeah, exactly. So, and I've got like easily a hundred, hundred 50 hours of content there. And do you have like a path, like a, cuz you said on the o podcast we did the other day, you made like a fair bit of money out of the the um, ye propagator one. Did you, did you Yeah, look, it's um, you know, it the, the prop. Sorry, but actually I just remembered that wasn't a podcast, that was a chat after. Yeah, it was like the, the yeast propagator video series. It was actually something I kind of was interested in and I just went and released those three videos, um, you know, to make a Ye cuz no one had ever, cuz no one had created it. And I was like, fuck, you can just go and create a yeast propagator and save money on yeast and make better beer and stuff like that. And it was just something I was genuinely interested in. And I think that that sort of content is. I feel better about it because with professional brewers, they can really act like fucking home brewers sometimes. Mm-hmm. You come up with an I idea and, and you know, like the, the amount of hate that is propagated series came up with, or, or you know, generated people just going, oh, you can't propagate him plastic and ah, this won't work. That's fine. You have to skin, that's fine. Yeah. It just didn't bother me. I've spoken about that before and it's like, um, but the thing is right, is that there were so many more people who just went, fuck, this is really good. Oh, you've got a coaching program. Oh, we'll join that. And it's, yeah. No, that was, that was the reason I, a question cuz if you've got like a, if you like know you've got a path to create a lot more content and you've got a good path to monetize that, I feel like you're like 99% there to just doing Yes. That, like you, I'm definitely 99% there. Yeah. Yeah. And it's been really interesting, you know, sort of, um, you know, over the last few weeks, uh, like, you know, you always have that imposter syndrome thing happening as well, particularly with social media. I don't know if you have it or anything like that. Everyone's got it. I definitely did. Yes. And, um, and so, you know, if you follow, you know, me on Instagram, you'll probably notice over the last few weeks I've been sort of posting more stories and stuff like that. And um, and that's just me basically building my confidence. Yeah. Um, uh, and I know that sounds weird, a lot of people are gonna go fucking what you're on social media all the time. It's like I just happen to be in the places where people happen to be looking. I don't tend to be on social media. It's a different fucking thing. And, um, and so yeah, like, oh, I need to roll this, but I, VED, Heen. Fuck you're getting after it, aren't you? Nice? Yeah. Well I'm on the traditional thing. Do I roll this? Am I supposed to roll this? Give it a go. See what happens. I'm rolling it. It's not a Cooper's, but here we are. Fuck. Go everywhere. Oh shit. Oh shit. I'm good. Shame you stopped talking cuz you're on a roll. Um, sorry. And so, but no, the thing is, is that like, you know, all that, all that stuff that I've been posting on Instagram, you know, over the last sort of few weeks and that sort of thing is, is really about sort of me, um, you know, building my confidence, sharing a living kit of what goes on in my life. Cause I'm pretty protective what goes on in my personal life and that sort of thing. And um, um, and it's just for no reason. You know, I ride my fucking push bike or I go for a fucking hike or something like that. It's whatever, you know. Hmm. But I do stuff outside of beer and I think that's what people need to know is that I do things outside of beer. Yeah. Ride my motorbike, you know, do, do dumb shit. And I sink a bit of piss. Dude, you should go full influencer mode. Like it's a, it's a fucking no-brainer. Yeah. I wish I knew how Well, you do know how you're, you're literally doing it already. The, the only, the only thing you need to do more of is more short form video. Like just do short. Yeah. I think, and, and to be fair, you know, I think that's probably what's gonna happen next is needing to go full, full influencer mode because, um, um, because I'm just enjoy sharing information about, you know, brewing and stuff like that. And, um, you've got as much knowledge as anyone. You've got as good a networks as anyone you, you've proven you can do all the content and you can monetize it at the back end. Yeah. You've got it all covered. Yeah. Yeah, absolutely. Um, um, so yeah, watch out for that. Fuck yeah. Um, what have you got there? I've got a pulse. Oh, okay. I haven't seen this one. Any good about to find out? Well actually I've had it before. Yeah, it's good. It's tasty. That's the, oh, sorry, we didn't need to say for the audio only people. That's the black hops. Tinney, neer. Give us a look at it. Probably gonna be better fruit. Now just look it in the glass if you can. Oh God. Then now that glass looks fucking, there you go. Look at that. Yeah. That's all right. It's not too bad. See those bubbles? Kenya? You can't see him. That's the, uh, tiny sch of glass. Have you still got your skin of glass? Yeah, of course I do. Nice. Yeah, so it's kind of dumb, you know, because like, I just don't see myself as like an influencer. I know that sounds really, uh, dumb, you know? Um, I think, I think the term is the, the term has been corrupted by what we all think of an influencer like, but like before this whole influencer. I used to do loads of content online, loads and loads, and I didn't feel any shame or fear or anything. I just shared everything with a lot of content out there. There was no influencer. It was just, this is what I'm doing. This is some content that would be useful. Um, but now it's, I I know what you're saying. You kind of, anytime you put something online, you're fucking nervous about it. You don't wanna be seen as an influencer. I'm not, I'm not nervous about it. But, but the thing is, is that, um, like I am aware that I do have an influence on the industry, particularly the Australian craft brewing industry and stuff like that. Um, and, you know, that has the potential to have sort of, uh, you know, like, um, uh, potential knock on effects, you know, and that sort of thing. And. And, but the thing is right, is that I actually, I don't see myself as an influencer. I just see myself just being me and just putting shit online cuz I think it's either funny or interesting or something like that. That's perfect. And how other people. And how other people, and that's, that's good. Well, well, exactly. But if how other people choose to perceive me well that, that's entirely up, up to them, you know? And, um, uh, and you know, I I, I love everyone in the industry and that sort of thing. And, um, you know, and I, I love this industry, uh, and yeah, it's just sort of like, um, I just, I'm just being myself, you know? And some people don't like it. And don't like it. Cool. I don't care. I don't think anyone doesn't like it. You, you, you are awesome. Just fucking send it. You're doing great. Yeah. I'm a fan. Yeah. I'll just go full. Send then I'm one fucking, what have I got? What have I got? Lose exactly. A hundred percent. Alright, let's get into the news. Um, Ratton Hunt is now only a hundred and three fifty five mil cans. I just finished mine. Fuck God. It's bittersweet. Oh yeah. Okay. So, uh, I love that Ratton Hunt was in a four 40 mil can, but I completely understand the reason that it's in a 3 55 mil can. Mm-hmm. I think they're taken a core range and that sort of thing. Oh, okay. That, that was fucking delicious. Nice. That was delicious. Um, and I think it's getting a little bit of a name change. It's not traditional pills and it's something else, Pilsner and that sort of thing. Mm-hmm. Um, and, um, yeah, more people drink pills. Now we, Australians don't understand pills now. No. Um, you know, they don't understand the word pilsner. Um, but um, that'd be it. It was the first, the very first batch that won. The trophy of the ABAs, I think it was last year. And that sort of thing was phenomenal. And then it didn't get so great, but now it's back with the vengeance. Nice. Has been, has been for the last, uh, for the whole of this year. Um, and I've been drinking it quite frequently and that was sensational, the date code on it. Nice. We should, we should get a screen. Wouldn't you get a screenshot of that to be What, what we Yeah, we did. We did. Oh, that was it. Yeah, we did. Um, um, so yeah, I, I'm not a fan of the big can anyway. I know. It's like a, people love it cuz it's bigger, but it's just big cans are silly. Yeah. No, no, no. I, I, I agree. Taking it to a smaller can I think is a great idea. But three 50 fives. Oh, that one hurt. That one hurt. I won't lie. That hurt. Yeah. Just gimme a 3 75, you know. Oh, just makes sense. They're clued on dudes over there. They probably know what they're doing. Yeah, they, well, I think all their other cans are 3 55, so I think it's just compatible with what they do. That's just personal preference. It's fucking, that's just an opinion. Speaks nothing of the fucking awesome beer that it is and the awesome people that make it, you know? Yeah. Um, so yeah, and at the end of the day, if they can, you know, I, I've never looked into it too much, but if you can sell 3 55 and people pay about the same and the business is better off for it than fucking, I'm all for it. Yeah, absolutely. But would you buy a six pack of it? Correct. Answer is yes. The correct answer is yes. I don't, I don't like it probably comes in a four pack, in which case you buy two, four packs, but that makes eight pack. Yeah. Better than the six pack. That's, yeah, that's true. All right. Did you see this, the aac, so I put in here the aback, um, claims quarterly. Article from Bruce News, but also direct link to the, um, pdf. I have a little skim through. There's some interesting shit in here. Really? How interesting would Okay. Pull up. Give us the fucking weirdest well hard fears of just chat in the bed again and they just don't give a fuck. That goes without saying. The funniest bit from the hard PI thing was, do I need to go to the AVAC website for the um, no, I put in the notes the pdf. Oh, oh, got it, got it, got it. There. Had something in there saying like, oh, here we go. The company did not remove the marketing material and the complaint was referred to the Queensland Liquor Authority. Ah, absolutely. That's what they do. So that's not great. So that one was, that's what they do. Oh, is this hard? Fizz. Oh, MSC box tails. Yeah. Where's hard fizz. I just wanna see how they've chat the be. Oh, here we go. Uh, Concern that images. So the complaint is the concern that images of people that seem under the influence of the statement who says, this shit doesn't get you drunk, that ain't give a fuck, it's that ain't give a fuck. It's so irresponsible. Like, whether you like aback or not say that when you're dealing with liquor. Yeah, no, it, because there, there are people out there that have alcohol addiction, all sort of stuff. It's like you just, you just can't, oh, it's so bad. Well, the other thing, the thing about the AVA code, it's common sense. Yeah, I was gonna say, if all these things keep getting referred to Queensland Liquor, then they're starting to get the message that people don't give a fuck about AAC and they'll probably just ditch it and then introduce government regulation. Oh, absolutely. If we get government regulation because of these guys, I'm gonna be fucking pissed. Yeah. That'll be shit. But the next step, and this is gonna be the really interesting thing, right? Is they'll get referred to, uh, Queensland Liquor Licensing cuz I, I assume that that's where their liquor license is. And what will happen is they'll start getting rsa um, issues, fines and all that sort of stuff. And that's when the real shit happens. Right. So kind of comes down to the states to, but they don't have much, I think their business is mainly a wholesale business. I don't think they're You mean for the tapering? Is that what you mean For rsa? No, your, your marketing. Oh, for the, on social media. Yeah. Um, can be seen as not being responsible service of alcohol. Oh, true. And then your licenses are threat and then you fucked. Correct. Exactly. And then they're put outta business. This is, this is the thing. So ABAC don't have any teeth in that regard, but state liquor licensing, um, you know, commissions do. Yeah. The Bilsens one was interesting too. Where's the Bilsens one? What happened? There's bilsens, like the, uh, great bubblegum vodka. Oh, fairy floss fruit tingle. Yeah. Angle creamy soda. Toffy apple. Yep. This is like their whole business selling these things. And they were massive. They were like, when we did the, um, last year, I think we went to the Endeavor Group, supplier Awards. Bilson won fucking everything. Yeah. It's like their best product. They, um, they, it's a really interesting one. I think I saw some beers from, uh, edge Brewing Project as well over the last 24 hours that were called, uh, you know, tropical Pop. And it can't use the, it specifically says the Abic cannot use the word pop because that, that, that, that, that implies soft drink. Yeah. Yep. All right. And, um, so, you know, see what happens. Oh, the voucher you BOTAs T-shirt. I think that was Okay. The, the T-shirt with the VP logo shows the BB can dressed as a kid with the Santa Claus character has a very strong appeal to minors. Fuck off. Yeah. That's not a child. That's a green Santa. That the kid is a child. No, that be the can is a child, I think. Oh, Anne's got a kid's face. Oh. Uh, okay. I think the bigger problem is just a kid sitting on an old man's lap. That's creepy as fuck. That's Santa. That's what Santa does. That's so creepy. Dude. If you ever walk across the Superman supermarket, there's like these little kids sitting on some old dude's lap. It's fucking weird. Just what happens at Christmas. Yeah. It shouldn't though. Shouldn't, let's be honest about that. It should let your kids sit. Sit on Santa's lap. Fuck no. Um, I've always wondered about these ones. So this one, herbal Law of Cures. Yes. It literally just makes all these claims about how it makes you more relaxed and. Therapeutic benefits and all this strength and power. Like, you can't do that shit, guys. No, you definitely can't do that shit. But there was, and then the BWS one, some call it natural medicine. We call it delicious. Oh my God. Wow. You definitely cannot say that. You actually cannot say that alcohol is a therapeutic. Uh uh uh, wow. It's just so, it's so funny that people just go into this game just thinking, oh, we can do whatever we want, but not realizing that it's alcohol and you've got like a social responsibility and that sort of, dude, I, I was the same. We found out the hard way that you can't just put whatever the fuck you want on a beer can. Yeah. Um, had no idea. What about this BWS one at 24 beers in a day? Day 24. 24 hours In a day, 24 beers in a case. Coincidence. Coincidence. That's a, that's a sign out the front of a t Y bws. A Ws. Pretty funny. It's an old saying. Yeah. But yeah. You can't do that cartoons with Is that fucking Pauline Hansen? Dude, this one was interesting because this one was like a cartoon that I think they're, um, like someone else made, like they didn't make it. I think they were like a distributor. Yeah. Right. Didn't create the video and had no entitle. Okay. Yeah. Yeah. Which is something we've uh, we've wondered before is like if like the inspired unemployed do something Yes. It's not appropriate. Is that the same as if Better Bear do something it's not appropriate? Yes. Or if their customers do and it get shipp, oh, someone complained about the VB button. You press the VB button twice and then you get a case of VB delivered. No, but they said that's sweet. Yeah, of course. It's everyone should have a BB part. Vbs fucking sick. Vbs. Very gross. Yeah. There's a lot in here where they said that hadn't been breach a held a lot of complaints. Someone's busy here making complaints, that's for sure. Yeah. Lots of different people. Mm-hmm. Anyway, fucking you back. All right, what have we got? One more top 50 US brewing companies and also this article, um, I think it's said in here that the craft beer market share had increased Good in American in the us Good. Yeah. Yeah, because they had a Oh yeah. Okay. Yeah. Shrink 3%, 6% growth over 2021. Yep. Yep. So what's the top 50? What's number one there? Is that you, wait, are you looking at it? You can guess. Yeah. Uh, Sierra. Oh, Ling England. Yeah, of course. Boston Beer Company. Yes. Here in Nevada? Yes. Uh, dove Morga, which is Firestone Walker. Oh, really? Something el Yeah. Yeah. Deve owns Firestone Walker. I dunno what the one city is. Uh, Gambino owned Shire. Yes. Gabri. These fucking brewing companies. Can, can I, oh, there's some, there's some, um, like conglomerates, like ment in the top 10 there. Why does Stone have an districts next to it? Where Stone Brewing, uh, does not include fbs FSBs. Uh, I have no idea what that means. Tilray Beer brands. Dunno who that is. Uh, Brooklyn. Deschutes New Athletic. The athletic Athletic is, is non the number 13. High country. Get out. Fucking huge, huh? Yeah. Unbelievable. Allagash, Georgetown, Odell Ryan, guys. Yeah. Some fucking great breweries. We should go to the States and do a brewery tour. I went to odell. That's in, um, Fort Collins. That place is called Shit. You should go to the, the, we should go to the us. Oh. We can go to a, we can go to a watch, A Starship launch, which I think is happening tonight. Cause it's four 20. Four 20. Yeah. Tomorrow morning. Oh, tonight. Yeah, tonight. And can you stay up to watch the other one? Uh, no, but I probably, I, cause I was pretty well 90% sure they were gonna scrub it for some reason. Oh. I'll probably scrubbed this one as well. I stayed up. It was, it was looking good until like eight minutes to go and then it was like, no scrubbed. Yeah. I'll probably watch this one this time around. When is that? Let me have a look. Spice six, it was 10 o'clock at night. I wasn't that late. Mm-hmm. Because it was nine in the morning over there. Upcoming Starship test flight April. 8 28 CT nine 30 ct. What does that mean in English or Australian? Five 40. Oh no, it's no, uh, 5:40 AM Is that right? What time? That sounds sick. Wait, five? No, three hours from now? Yeah. So it'll be, oh yeah, it'll be like 10 30, 11, 11:00 PM something. 1141, nearly midnight. Yeah. Unbelievable. Fuck. I'm keen to see it. Yeah. No US trip. I'm keen Do we have to like pack heat or whatever or? Probably. Okay. Do you know how to shoot guns? Yes. Okay. Orley, I don't really know anything about them, but my, my mate down the street's got a gun cabinet with like all these guns and shit in it. Yeah. No, I'm not, I'm not a gun gun person by any means, but, um, Uh, but you know, my, my, my brother had a farm and had rifles and shotguns and stuff like that, and we'd shoot the things that that fling in the air, you know, like the Olympics, the little clay, pigeons, pigeons, clay, pigeons. It would shoot those shoots. But I feel like you need to, if you go to America, man, if you gotta do it, you have to do it. It's so fucked. And it just feels so fucking weird that they're so into guns. But it's so weird. I, I listened to a episode of Joe Rogan the other day and he is going on about how good Australia is, and he is like, dude, Australia's the best. Like it's the best now talking about, and they're like, yeah, the only problem is they just need more guns. Like that is, no, we don't. We absolutely do not. No can hell. We absolutely do not know you've some of the

Senter of the Universe
The Mando Rando is getting out of hando!

Senter of the Universe

Play Episode Listen Later Mar 3, 2023 34:48


IT'S BACK LIKE BABY YODA!

Album
Album. Hando Nahkur - Lisztomania Vol 2. (Hando Nahkur Music, 2022)

Album

Play Episode Listen Later Feb 8, 2023 49:17


USAs elav eesti pianist Hando Nahkur on oma kirgliku armastuse Liszti vastu mänginud albumile Lisztomania Vol 2.

Telegrami Podcast
Hando Tõnumaa: Tõele näkku vaadates: ikkagi pole kedagi valida

Telegrami Podcast

Play Episode Listen Later Dec 8, 2022 34:20


“Kuigi eelolevatel valimistel on otsustanud kandideerida mitmed ebatavalised kandidaadid, siis tõele näkku vaadates tundub mulle, et tegelikult pole meil ikkagi mitte kedagi valida,” leiab Telegram.ee juht Hando Tõnumaa. Transkriptsioon: https://www.telegram.ee/arvamus/toele-nakku-vaadates-ikkagi-pole-kedagi-valida    

Delta
Delta. Stuudios on pianist Hando Nahkur

Delta

Play Episode Listen Later Nov 17, 2022 7:00


Täna õhtul annab Hando Nahkur soolokontserdi Estonia kontserdisaalis.

Telegrami Podcast
Hando Tõnumaa: ettepanekud uue süsteemi/valitsuse 2.0 loomiseks

Telegrami Podcast

Play Episode Listen Later Sep 24, 2022 23:16


Tänu koroonapettusele ja energiahinna manipulatsioonidele on üha rohkem inimesi mõistnud, et praegune parlamentaarne süsteem ei toimi: me näeme iga päev mõistusevastast poliitikat ja üha ilmselgemat korruptsiooni. Süsteem tervikuna vajab muutust. Jagan siin oma mõtteid ja ideid, millistel ideoloogiatel ja tehnoloogiatel võiks uus tuleviku süsteem/valitsus toimida.  Tekstina: https://www.telegram.ee/arvamus/hando-tonumaa-ettepanekud-uue-susteemi-valitsuse-2-0-loomiseks  

Telegrami Podcast
Hando Tõnumaa: Miks inimesed ei julge sõda ära lõpetada?

Telegrami Podcast

Play Episode Listen Later Aug 27, 2022 32:54


Trankriptsioon ja kõik viited leiad siit: https://www.telegram.ee/arvamus/hando-tonumaa-miks-inimesed-ei-julge-soda-ara-lopetada  

What's Eric Eating
Episode 246 - Jason Andaya and Cole Hoang of Dinette

What's Eric Eating

Play Episode Listen Later Jun 23, 2022 62:01


Today on the podcast Eric is joined by Mary Clarkson to discuss some of the latest news from the Houston restaurant and bar scene including further discussion/celebration of Alba Huerta's James Beard award, Agricole Hospitality announces their plans for a new lounge concept, promising self-serve concept Shoot the Moon closing it's doors permanently, and March being named one of the best new restaurants of 2022. In the Restaurants of the Week section Street to Kitchen is featured. In the Guest of the portion Eric is joined by Jason Andaya and Cole Hoang of Dinette. Jason and Cole speak with Eric about the new concept Dinette, why a Vietnamese restaurant concept was the next step for Jason after Hando, the evolution of Vietnamese food in the city, dishes people will see on the menu, what the Dinette twist is on Vietnamese food, the offerings that will be at Dinette, what Cole learned from his time working with Christine Hà, how things are going at Hando, what Jason attributes Hando's success to, why now was the right time for a 2nd location for Hando, what made Spring Branch the right choice for that 2nd location, and much more!   Follow Eric on Instagram and Twitter, plus check out some of his latest articles at Culturemap.com, such as: Acclaimed Houston Bar Scores City's First-Ever National James Beard Award Coltivare Owners' New Heights 'Liquor Lounge' Chills Out with Vintage Vibe and Ice-Cold Cocktails Promising Spring Branch Restaurant with Smart Self-Pour Bar System Shutters Guy Fieri-Favorite Houston Chef Opens Fine New Italian Restaurant in River Oaks Houston Food Influencer's Buzzy Smash Burgers Pop Up at Fine-Dining Favorite Cult-Favorite Salad Chain Freshens Up Cypress with Sixth Houston Location

Telegrami Podcast
Hando Tõnumaa: Mida teha koroonaterroristidega? Lugejate vastused ja üleüldine feedback..

Telegrami Podcast

Play Episode Listen Later Jun 14, 2022 31:31


Loen ette minule saadetud e-kirju seoses möödunud kuul koroonaterroristidele suunatud avaliku kirjaga "Kuhu edasi?", mida saab lugeda siit: https://www.telegram.ee/eesti/hando-tonumaa-avalik-kiri-koroonakriisi-vastutavatele-isikutele-kuhu-edasi

Kahe vahel
Kahe vahel: Hando Sutter

Kahe vahel

Play Episode Listen Later May 27, 2022


Stuudios on Eesti Energia juht Hando Sutter, kellega räägime elektri tootmisest, elektri hindadest, energiapoliitikast ja rohepöördest. Saatejuhid on Ainar Ruussaar ja Timo Tarve.

What's Eric Eating
Episode 241 - Will and Nichole Buckman of CorkScrew BBQ

What's Eric Eating

Play Episode Listen Later May 19, 2022 59:01


Today on the podcast Eric is joined by Mary Clarkson to discuss some of the latest happenings in the Houston restaurant and bar scene including Loro's 2nd location being revealed, Bobby Heugel's new bar opening this week, and a 2nd location of Hando heading to Spring Branch. In the Restaurants of the Week Hamsa and Cafe Louie are featured. In the Guest of the Week section Eric is joined in studio (yes in studio for the first time since March 2020) by Will and Nichole Buckman of CorkScrew BBQ. Will and Nichole speak with Eric about the state of CorkScrew BBQ, retaining staff through the past difficult 2 pandemic years, why they're always present, ways they have grown, the possibility of opening another restaurant in the future, the idea of relevance when it comes to restaurants, whether they cared about falling out of Texas Monthly's Top 10 BBQ places, the most overlooked item, speaking with Daniel Vaughn, what shows they're binging, why they don't mix barbecue and politics, Will's hobbies, and much more! Follow Eric on Instagram and Twitter, plus check out some of his latest articles at Culturemap.com, such as: Aaron Franklin and Tyson Cole Reveal Second Houston Location of Their Asian Smokehouse Bobby Heugel's 'Best' New Bar Rises Above Anvil with 200 Spirits and a Dream Team Staff Heights Favorite Sushi Restaurant Unrolls Exciting New Location in Spring Branch 9 Best Houston Restaurants and Bars to Sip and Savor The City's Top Wines Chris Shepherd Joins 2 Top Chefs to Aid Fire-Ravaged Houston Area Farm in Tasty Fundraising Event Downtown Hotel's New Speakeasy Event Space Unlocks Feminine Charm and Elegant Offerings

Telegrami Podcast
Hando Tõnumaa avalik kiri koroonakriisi vastutavatele isikutele: Kuhu edasi?

Telegrami Podcast

Play Episode Listen Later May 19, 2022 23:42


Transkript: https://www.telegram.ee/eesti/hando-tonumaa-avalik-kiri-koroonakriisi-vastutavatele-isikutele-kuhu-edasi  

Star Wars Minute
Solo Minute 57: Cheez-Its (with Chris Radtke)

Star Wars Minute

Play Episode Listen Later May 10, 2022 26:07


Hando's Sabacc game continues under the watchful eyes of The Twins, Dava Cassaman & guest commentator Chris Radtke!See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

Uudis+
Hando Sutter. Sõja mõju energiaturgudele ning kaubandusele

Uudis+

Play Episode Listen Later Apr 8, 2022 26:57


Hommik!
Hommik! Eesti Energia juht Hando Sutter

Hommik!

Play Episode Listen Later Feb 15, 2022 16:29


Margus Kamlat & Bert Järvet

Telegrami Podcast
Stenbocki maja meeleavaldus: Markus Järvi, Varro Vooglaid, Hando Tõnumaa, Merle Martinson

Telegrami Podcast

Play Episode Listen Later Jan 21, 2022 56:35


Neljapäeval, 20. jaanuaril kell 11 toimus Toompeal valitsushoone eest taaskord koroonameetmete vastane miiting, kus sel korral osales üle 170 inimese (eelmisel nädalal 70).  Kõne pidasid: Markus Järvi, Varro Vooglaid, Hando Tõnumaa, Merle Martinson

Telegrami Podcast
FB Live (03.01.20222): 2022 väljavaated, lipud ja Hando loodud õppeprogramm “Tegelase disain”

Telegrami Podcast

Play Episode Listen Later Jan 3, 2022 35:30


3. jaanuaril alustasime 2022. aasta esimest tööpäeva Facebook live´iga, kus vastasime ühe lugeja lippude-teemalisele küsimusele, arutasime möödunud ja alanud aastate üle ning rääkisime samal päeval avalikuks tehtud õppeprogrammist “Tegelase disain“, mille Hando pani kokku viimase viie aasta jooksul õpitu põhjal.   Millisena mäletad möödunud aastat sina? Mida loodad uuelt aastalt? Ja kas oled juba andnud hääle oma “lemmik”-idiokraadile?   https://www.telegram.ee/ https://www.tegelasedisain.ee/  

Telegrami Podcast
Telegram FB live (29.12.2021): jõuluvirvendused, Hando sõi üle 9 aasta liha (!) ja idiokraat 2021

Telegrami Podcast

Play Episode Listen Later Dec 31, 2021 27:22


29. detsembril läksime Facebookis otse-eetrisse ilmselt käesoleva aasta viimase live´iga, kus rääkisime jõuludest ja “Aasta Idiokraat 2021” edetabelist, mille loomisel saab igaüks käe külge panna aadressil telegram.ee/idiokraat2021.   Muidugi andsime ka uusaasta lubadusi. Kuidas möödusid teie jõulud? Kas saite uusi maitseelamusi nagu Hando? Või olite traditsioonilised? Ja milliseid uusaasta lubadusi annate?    

Erik Morna
Erik Mornal on külas Hando Jaksi, kes tutvustab HEMI Music Awardsi

Erik Morna

Play Episode Listen Later Dec 14, 2021 12:28


The Fierce Female Network
Hando Aguilar On The Fierce Female Network

The Fierce Female Network

Play Episode Listen Later Sep 13, 2021 16:00


An independent artist who loves experimenting with ideas and sounds. I love writing lyrics about mental illness and depression as well as my life experiences.

Avatar: The Second Age
E49 - Courin's Bounty (Part Two)

Avatar: The Second Age

Play Episode Listen Later Sep 10, 2021 91:24


Talk has failed. Now our five heroes fight for their freedom, and to protect their companions, from Hando and his enforcers - who still have a few tricks up their sleeves. On the doorstep of Omashu, Courin turns everyone's world upside down. Find us on Discord: discord.gg/sykrgmG On Twitter: @SecondAgePod Buy us a coffee: Ko-fi.com/melonlord Cast Courin, played by Tim (@TimMFG on Twitch and Twitter) Mariposa, played by Hope (@littletzili on Instagram) Chet, played by Liz Roshi, played by Corey Hana, played by Emily Everyone else, played by GM Evan Credits Our stories are fueled by the Genesys RPG and the Narrative Dice System, both of which are registered trademarks of Fantasy Flight Publishing, Inc. Avatar: The Last Airbender, Avatar: The Legend of Korra, and any characters or concepts from the Avatar series are registered trademarks of Viacom International, Inc. Due to Anchor's character limits, it is not possible for me to list music credits here. I am hosting this episode's music credits on Evernote.

The ShedCast
Hando Pocketto

The ShedCast

Play Episode Listen Later Jul 1, 2021 57:06


"I don't think everything should be anything, and I don't think anything should be everything" - Killing the Messenger - Zues' Baby Mamas - Orange Cassidy vs Shobun Ron - Flakes in the Atmosphere ... and more Recorded in The Shed Brough to yo buy Alien Entourage & The Riverside Culture

kErDU Podcast
Hando Jaksi - See on kõige ägedam asi maailmas!

kErDU Podcast

Play Episode Listen Later Mar 9, 2021 49:01


12 - aastase poisina vaatas ta suu ammuli Saksa rockbändi Guano Apes esinemist Tallinna Lauluväljakul ja mõtles, et see on kõige ägedam asi maailmas, mida teha! Aastad hiljem oli ta oma lapsepõlveiidoli soojendusesinejaks. Tänaseks on Hando Jaksi eduka post-rock/elektroonilise muusika kollektiivi I wear Experiment kuldse trio üks liigetest. Ta räägib õpetlikest vigadest, ületada tulnud hirmudest ja tõketest bändi teekonnal, mis on viinud nad Kadrioru stuudio keldris nokitsemisest kuni kümne tuhandelise publiku ees mängimise ja Briti pop-bändi Hurts Baltikumi tuuri soojendajateni välja. Millised on olnud nipid ja strateegiad edu saavutamisel, millest on tulnud selle nimel loobuda ning mis tunne on esineda 100 vs 10 000 inimese ees? Tule kuula Hando avameelset lugu sellest, kuidas on temal õnnestunud oma lapsepõlve suur unistus tõeks teha! Mõnusat kuulamist! Jälgi I Wear Experiment Facebooki ja Instagrami Jälgi E.L.U. Podcasti Facebooki ja Instagrami

Hexplorers DnD
Mountains, Milkshakes & Mayhem | The Wildcards DnD Podcast

Hexplorers DnD

Play Episode Listen Later Sep 1, 2020 228:41


In the last two weeks, The Wildcards (our level 12 DnD party) have been dealt a very bad hand... Our story begins after the party has just escaped from the horrors of the 88th layer of the Abyss, The Gaping Maw, but at a great cost. With their friends' lives held hostage, The Wildcards were forced by a cult of Asmodeus, The Revenant Vow, to retrieve an ancient evil artifact, the Blackstaff. Forced to rush, lest their friends be killed, the party plunged deep into the depths of a demonic temple before battling against the keeper of the Blackstaff, The Lich King, Kar'Val. During the battle, Niavere, a founding member of The Wildcards, was killed after saving the party's rogue, Hando (who secretly harboured feelings for her). Devastated at their loss, The Wildcards looted the necromancer's vault and took several treasures (the infamous Blackstaff, a Vile Crown that Kar'Val wore, a mysterious Gate Gem Apparatus, a Book of Vile Darkness that their warlock Gord secreted away, an Infernal puzzle box, a shadowy dagger Whisper, and a magic dispelling longsword Mage's Bane) but were unable to find The Lich King's soul reliquary. Out of time, The Wildcards exchanged the Blackstaff for the lives of their friends, only to uncover that one of those very hostages, their most powerful ally, the wizard Raymond Boralis, had betrayed them and joined forces with The Revenant Vow. Now wielding the evil staff, Raymond honoured the agreement of their deal and let them leave with their lives. Devastated, The Wildcards escaped the abyss (with the aid of a divine ally, Erathol) and found themselves back on the material plane. They'd been transported to The Platinum Sanctuary, a legendary hall of heroes thought lost to history for centuries. Our game picks off just after having laid Niavere to rest upon a funeral pyre at sunset. Now The Wildcards must regroup and decide their next course of action to protect the realm and defeat The Revenant Vow... The Wildcards party consists of: Alana "Brawly" Brawlin - Level 8 Fighter (Cavalier) / 4 Barbarian (Totem of Bear) Gord Dunsworth III - Level 12 Warlock (Vengeful Soul) Hando The Blue - Level 10 Rogue (Swashbuckler) / 2 Bard M'ari - Level 10 Fighter (Battle Master) / 2 Rogue Valentine Wilde - Level 10 Bard (Lore) / 2 Warlock (Hexblade) --- Follow Hexplorers on Twitter  https://www.youtube.com/redirect?event=video_description&v=DuJGdtoCzXk&redir_token=QUFFLUhqbmZNeVVtYkxCdFZhTlFLRjNiYzByYWlOSHNHUXxBQ3Jtc0trTWpVOFVLcEhxMzlSZ0VUNmFUWEtFc1pQV216T0s5MEkxZjFWbmhOSnR2cWg1RlF0RkdLU3VfeXNoV2ZSUFVFNXVaQ09VVU5SNG9kNnBkN09DcWhvUjMwN0luZGNnRnUzUlA2bXZuNjFSWHRrNWkyNA%3D%3D&q=https%3A%2F%2Ftwitter.com%2FHexplorersDND (https://twitter.com/HexplorersDND) Watch our campaign on YouTube https://www.youtube.com/channel/UCThkKOiWuRZ0Qz0QYhXhSGA/ (https://www.youtube.com/HexplorersDnD)

Broadcast Geeks
Episode 110 - Getting a Hando Calrissian

Broadcast Geeks

Play Episode Listen Later Mar 6, 2018 75:44


Welcome to episode 110 of Broadcast Geeks! On this podcast we discuss all things geek and nerd related provided our DVR's have space and our Netflix accounts are our own and none others. This week the Geeks sit down to talk Star Wars: Rebels, The Millenium Falcon, Solo: A Star Wars Story, Black Panther, Marvel Cinematic Universe & much much more. We also have a surprise drop-in from comedian Dick Black who talks a little Black Panther! Most episodes of Broadcast Geeks are recorded at the Comedy RoomRoom inside of El Charrito at 2104 Larimer Street in the heart of Denver's ballpark neighborhood. Make sure to visit for brunch on Sunday's if you want to watch us live at Denver's only 5 Star Dive Bar. You can send your feedback and show topic ideas to broadcastgeeks@gmail.com. Follow us on Twitter @broadcastgeeks. Please remember to subscribe to us on iTunes and you you can listen anytime on sexpotcomedy.com

The Sunday Show with Johnny O and the Great Walton Jordan
Episode 76: Kickstarting a Lifestyle with James Houlahan and changing the name with Andre Hando - THE SUNDAY SHOW WITH JOHNNY O

The Sunday Show with Johnny O and the Great Walton Jordan

Play Episode Listen Later Aug 9, 2015 81:49


James Houlahan tells us all about his Kickstarter then Andre Hando performs songs from The Heavy Westerns EP. Also Purple Urkle, Pluots, and Blue Bottle in Echo Park.