Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Android 17 is rolling out to Pixel devices today! 🚀 Huge congrats to the Android team! Here are some of my favorite highlights: 🫧 Bubbles: Long-press any app to turn it into a floating window or dock it in a bottom bubble bar on large screens to seamlessly multitask....

25,641 Aufrufe • vor 1 Monat •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Gemini for Android is here! This new app makes it easier to access Google's chatbot, powered by the Gemini Pro LLM, right from your Android device. You can ask Gemini a question by tapping the launcher icon or long-pressing the power button. Once invoked, the Gemini overlay lets you enter a text or text+image prompt. You can tap the camera icon to snap a photo or press the "add this screen" button to take a screenshot of the current page to include in your prompt. The Gemini app for Android is available on Google Play with support for English, but support for Korean and Japanese will be coming next week. While there won't be an app for iOS, iPhone users can access Gemini by opening the Google App and tapping the "Gemini" button up top. How can you long-press the power button to invoke Gemini if that gesture is handled by Google Assistant? The answer is that the Gemini Android app can replace Google Assistant as your default assistant if you want, meaning all the ways you'd normally invoke Google Assistant on your phone can instead invoke Gemini. Unfortunately, Gemini currently doesn't offer ALL the same functionality as Google Assistant and requires an active data connection, but more features will be added over time. There's also now a Gemini Advanced tier, which offers access to Google's most powerful Ultra 1.0 LLM. Access to Gemini Advanced requires a subscription to the new $20/month "AI Premium" Google One plan, which offers the same benefits as the 2TB plan but adds access to Gemini Advanced and soon Gemini features in Gmail, Docs, & other Workspace apps (formerly under the Duet AI umbrella). Gemini Advanced is available in English on the web.

Mishaal Rahman

38,428 Aufrufe • vor 2 Jahren

Recorded my first walkthrough video for App Publishing via Manus 👉👈✨ You can now package and share your app for testing on Google Play Store and the Apple App store without setting up Xcode, Android Studio, or wrestling with build configurations. Supported platforms: • Android → Google Play (Internal Testing) • iOS → App Store (TestFlight) Ready to try it? Here's how 👇 ➡️Google Play: Prerequisites: Google Play Developer account ($25 one-time fee) Steps: 1. In Manus, click Publish → select the Android tab 2. Click Build APK — Manus packages your app in AAB format 3. Go to your Google Play Console and navigate to Internal testing 4. Click Create new release and upload the AAB file 5. Under Testers, add your email address (or create an email list for your team) 6. Copy the opt-in link 7. Open the link on your Android device, accept the invite, and install ➡️App Store: Prerequisites: • Apple Developer account ($99/year) • iPhone with TestFlight installed Steps: 1. In Manus, click Publish → select the iOS tab 2. Click Create app and follow the prompts to connect your Apple Developer account 3. Manus will package and upload your app to App Store Connect automatically 4. Wait for Apple to process your build 5. You'll receive an email from TestFlight when it's ready 6. Open the email on your iPhone, tap the link, and install via TestFlight 🔗 Full guide: Let me know what else you'd like to see next!

Natalie 🇸🇬

313,056 Aufrufe • vor 6 Monaten

As a Twitch streamer, do you struggle with keeping your viewership up when on a BRB or Starting Soon screen? Clip reels are a perfect, fun way to keep attention. And they showcase your content. But they're a LOT of work to maintain. Well.. at least they were😎 What if you could have a simple browser source that automatically played an always-fresh clip reel? What if you could have a simple browser source that would show the clip reel of your last stream, like a "Previously On..." TV show intro? Now you can!! When you use the Highlight Hunter by FrostyTools, you find the best moments from your VOD, automatically. You can already easily turn them into Twitch clips, or download the snippets to edit for a perfect short-form video, or download entire montages of VODs to share with your community. BUT NOW, you can just grab one of two simple browser source links, to pop into your OBS or Meld Studio One of them will roll all your favorited snippets in random order, like a shuffling playlist of your best highlights. Great for BRB screens, or any time you want to entertain with your best moments. The other will play the linear montage of your latest VOD, for a "Previously On..." experience that helps catch viewers up if they missed it or forgot. Great for Starting Soon screens to seamlessly tie the streams together (and pairs great with our Showstarter chatbot feature 😉). The best part? As you continue to use the Highlight Hunter, these update automatically! New favorite snippets since last stream? They're in the reel already! Ran the Highlight Hunter on your latest VOD? Its montage will automatically play on your 'Previously On..' browser source when you start stream up next time. This is a SUPER powerful update; check it out ASAP!

Ken aka Frosty

102,769 Aufrufe • vor 9 Monaten

Multiple Americans are saying that someone has gained access to their iPhones While in the YouTube app, she suddenly hears on her phone typing, breathing, her ‘camera on’ indicator is lit up, she says the man was a foreign man speaking and typing Multiple other people have said recently similar things have happened while in YouTube I’ve looked into this and from what I can find it’s extremely rare, especially for the level of security Apple has For this to work for a hacker to take control of your phone or app - You would have had to have installed a malicious app or clicked a phishing link earlier. Something like a fake “YouTube update” or adult site redirect - Or physical access to your phone at some point to install spyware - Spyware or Remote Access Tool Once inside, the malware could request or silently use your camera and mic permission - It could run in the background and disguising itself as a legitimate process in your phone The “typing, clicking, breathing, man’s voice” she described could be the attacker live-monitoring or testing controls Even if you accidentally got this on your phone, the hacker would still likely be limited Likely saying in YouTube with background access only to your camera and mic while YouTube plays normally Even still, this is extremely creepy and not something you want to happen. This is exactly the type of thing you’d expect from an Indian scammer or something Down click bad links or ever grant permissions to things not trustworthy Luckily likelihood is very low on Apple iPhones with their security and sandboxing

Wall Street Apes

311,745 Aufrufe • vor 25 Tagen

New short course: Long-Term Agentic Memory with LangGraph. Learn to build an agent with long-term memory in this course developed in collaboration with taught by its Co-Founder and CEO, Harrison Chase! Personal assistance and productivity tasks have become important use cases for agents. An important feature of an AI assistant, such as a coding or calendar assistant, is its ability to keep improving over time from its experience. Agent memory is the key capability that enables this. To add memory to an agent, you must first figure out what to store and what to retrieve when it is time to use the information. Additionally, you’ll have to decide when to update the stored information. For example, you might update in each iteration loop of the agent or perform updates in the background, with a helper agent. In this course, you will learn a mental framework to build agents with long-term memory. You'll create a useful email assistant that can respond, ignore, and notify using writing, scheduling, and memory-management tools. You’ll develop your agent's memory by adding facts to its memory store, provide examples to learn the user's preferences, and optimize system prompts to evolve instructions based on previous responses. In detail, you’ll: - Learn how the three types of memory--semantic, episodic, and procedural–and the two update mechanisms–via hot path and in the background–apply to your agents. - Build an email agent with writing, scheduling, and availability tools, along with a router that triages incoming email and handles it accordingly by ignoring, responding, or notifying the user. - Add tools to your email agent that allow it to operate on semantic memory by learning facts about the user, storing them in a long-term memory store, and searching over them in future interactions. - Incorporate episodic memory, in the form of few-shot examples, in the triage step of your agents to help them learn and update user preferences. - Add procedural memory as system prompts, optimized with feedback to improve the instructions the agent follows. Learn how to approach memory in agents, and start building agents with long-term memory with LangGraph! Please sign up here:

Andrew Ng

131,850 Aufrufe • vor 1 Jahr