Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

🎉BERT Semantic Interlinker App V2 (Free App)🎉 Free Streamlit App to Semantically Interlink Pages using Sentence Transformers. Last week Emilia tagged me in this excellent article that she had linked to the original version of the BERT Interlinking App. I checked the stats and over it had 17,000 unique...

34,701 görüntüleme • 2 yıl önce •via X (Twitter)

10 Yorum

Lee Foot 🐍📈 profil fotoğrafı
Lee Foot 🐍📈2 yıl önce

@me__emi__ Looks like this is getting the hug of death. Just message and I'll reboot. I don't think @DataChaz is around at the moment to ask for more resources. cc. Maybe @streamlit can help :)

Andrea Volpini profil fotoğrafı
Andrea Volpini2 yıl önce

@streamlit @me__emi__ Super excited to review this new release!!

Suganthan Mohanadasan profil fotoğrafı
Suganthan Mohanadasan2 yıl önce

@streamlit @me__emi__ Great work as usual Lee.

Lee Foot 🐍📈 profil fotoğrafı
Lee Foot 🐍📈2 yıl önce

@streamlit @me__emi__ That means a lot coming from you. We should have SaaS'ed it 🤣🤣🤣

Viacheslav Varenia 🇺🇦 profil fotoğrafı
Viacheslav Varenia 🇺🇦2 yıl önce

@streamlit @me__emi__ I'll have to give it a try.

Richard Hearne profil fotoğrafı
Richard Hearne2 yıl önce

@streamlit @me__emi__ Lots of polish. Well done @LeeFootSEO!

Ecommerce Optimizer profil fotoğrafı
Ecommerce Optimizer2 yıl önce

@streamlit @me__emi__ Awesome Lee

Svet Petkov profil fotoğrafı
Svet Petkov2 yıl önce

@streamlit @me__emi__ Mind blowing! Great work @LeeFootSEO

Jan Builds Digital profil fotoğrafı
Jan Builds Digital2 yıl önce

@streamlit @me__emi__ Could you pinpoint a website crawler that allows downloading a compatible crawl file? I cannot do it my current Ahrefs package.

Lee Foot 🐍📈 profil fotoğrafı
Lee Foot 🐍📈2 yıl önce

@SaaSBuilder94 @streamlit @me__emi__ Sure, it's set to use @screamingfrog by default. They have a free version that supports up to 500 URLs.

Benzer Videolar

F it, full automated money making now on Larrybrain. I have released the app template I use for Snugly that generated me revenue without touching anything on Larrybrain. The template gives your agent ideas of what the app can become and how to create it. Most importantly, it will give your openclaw agent full context of your app to automate your marketing with Larry's viral marketing skill - now used by over 5500 agents. It is my entire playbook from app, to marketing all the way down to revenue generation. All you have to do is ask your agent "install the larrybrain skill please" Or click the link in replies. Then ask to use the Larry marketing skill with the AI Image App Template. As always, the best part about any of the Openclaw skills is they are not a black box. This is just a template, you can rip it apart and customise it how you want. The key is to show you what is possible with these skills and how you can start to use the power of larrybrain and the context of knowing about the different skills to build extremely powerful and useful tools. This is the first skill specifically designed to work hand in hand with another. To note as this confuses a lot of people: Larrybrain doesn't download the entire marketplace once installed. It just is aware of everything on the marketplace at all times, so when you ask it questions, it can search and find the best skills for you to achieve your goals. When you download some skills, like this new AI image app template, it is aware of the larry marketing skill to help it reach it's full potential. Larrybrain will not install skills without you asking it, just like on Clawhub. No information you add to any of the skills gets sent back through Larrybrain, this is all hosted locally and communicated between you and whatever endpoint you are using. It is a powerful marketplace tool to help enable you to reach your goals. Link below.

Oliver Henry

110,125 görüntüleme • 5 ay önce

A little look behind the scenes: Many of you asked how I handle switching from SwiftData & CloudKit to Firebase and a different way of sharing entries with your friends. Previously, there was no need to create an account and the app just used the user's iCloud ID in the background to "sign up". Why did I do this? SwiftData is really nice to use but after working with it for over a year now, it feels still quite unstable, buggy and errors are super hard to track. Same goes for CloudKit and the CloudKit sharing that I implemented. For a growing app, in my opinion, it's just not feasible to use because errors happen regularly, you don't really know if the data is stored (and shared) correctly and the documentation on CK is just bad. I have big plans for this app (reacting to your friends' entries, Apple Health integration, tagging multiple friends in entries etc.) and all of it is now much simpler - and faster to build. The Migration part When an existing user starts the app, a little migration sheet with a couple of steps opens which can't be dismissed. The goal is that the user maintains all entries and can use the app like before :) Steps: 1) Create an Account using Apple Sign In and Firebase Auth 2) Migrate your user profile (profile picture etc.) and all your friends from SwiftData to Firestore. Here I basically iterate over all the data that is there, run a custom conversion for all the fields (some things need to be stored differently) and save them. Profile Images are now saved in Firebase Storage 3) Migrate all entries to Firestore the same way. Images and Voice Notes are now saved in Firebase Storage (that might take a bit of time, video is sped up) 4) After that, migration is basically done and the user can use the app like before. In the settings, the user can now log out or delete the account, things that weren't possible before. If for any reason the migration has to be done again, this can be triggered from the settings as well. How do I decide if a user needs to migrate? Previously, I saved the user's profile in SwiftData under a specific key (simplified). If the app finds something under this key, user is prompted for a migration. New users don't have to run through the migration. They simply start fresh with the Apple Sign in in the onboarding like seen in the referenced post. How does sharing entries now work? For sharing, I create deeplinks using branch . io now. These links basically work like every other Invite Link you've received or created. The friend opens the link, can accept your invitation and now both of you are connected as buddies. Previously using CloudKit Sharing, this process took two steps - each user had to share a link to give access to their entries. The process now is much simpler and better understand for the user. Developing the migration Tbh I thought this would be way quicker. In the end it was > 100 commits since I had to basically change every screen in the app. Working with SwiftData is quite different to how things work with Firebase (and most other frameworks), so every interaction where data was involved had to be reworked. Now the app runs on a combination of Firestore, Cloud Functions and Firebase Storage. In terms of memory, the app feels notably faster and only needs around 1/4 of the memory bandwidth it needed before. Let's see if it will be worth it! All in all super happy with the new flexibility for the app and not being limited by the technology anymore 👀

Fabian Gruß

26,781 görüntüleme • 1 yıl önce

I just compared Claude Code vs Codex vs Cursor CLI The task was to build a Next.js app with Tailwind 4 and shadcn components to collect customer feedback and showcase it with a widget. I gave all three the same prompt and let them go for 30 minutes to see what they came up with. Claude Code with Opus 4.1 Even though I told it to set up the app in the existing project folder, it tried to create a directory for it. After I interrupted and told it not to do that, it built a demo form and landing page with no errors. I had to ask it to make the demo interactive so users could submit a testimonial and preview it. The landing page looked like AI and was pretty basic, but it worked and it was done in a fraction of the time of the others. Total tokens used: 33k Codex with GPT-5 At the end of the 30 minutes I just could not get Codex to produce a working app. It got stuck in a loop of not being able to set up Tailwind 4 and despite many, MANY, attempts, I ended up with a "failed to compile" error. Total tokens used: 102k Cursor Agent with GPT-5 This was the slowest agent by far and a couple of times I actually thought it got stuck in a loop and was close to Ctrl+C'ing to cancel it. The TUI is really nice though, especially how it shows diffs and it did eventually build a working app (after one or two slight errors that needed fixing) The demo was interactive and it had a very minimal design that looked bare but also a lot less like an "AI generated" app than the Opus 4.1 design. It also wasn't too chatty and just did what it needed to do! Code quality was on a par with Opus 4.1, but it did use 5.5x as many tokens to get there. Still cheaper than Opus on a direct comparison but not when you factor in a Claude Code Max subscription. Total tokens: 188k I'll be able to do a proper comparison and record some videos when I'm back from holiday but for now, Opus is still the more capable model out of the box and Claude Code is the more complete CLI product. It will be interesting to see how Cursor evolve their CLI though with commands and subagents because I think with GPT-5 they have a real shot at providing competition for Claude Code if they can optimise output to get similar quality with less tokens. Jump to 0:40 in the video to see the two apps. Which do you think is which? ;)

Ian Nuttall

194,949 görüntüleme • 1 yıl önce

Can any of my friends from the Boomer Generation answer this for me? Why are the Boomers so offended when ask to see their ID? This bank teller was explaining how she goes through this all the time. They always tell her that they’ve been banking there longer than she’s been alive. Showing an ID is just a simple measure to prevent fraud and theft, yet they yell at her for it. I ask because this happens to me all the time, even on the phone. Back at the pizza shop I would have an elderly man call in an order for food and most of the time he picks it up himself, no problem at all. However he started sending other people to pick it up as well as have other people calling the order. When the person picking up shows me his card which I recognize his name which had his photo on it, I won’t accept it without and ID as well, just a precaution. He then had to come all the way down there just to yell at me because obviously it’s for him and I shouldn’t have hassled him. I tried to explain to him when he calls it in and picks it up I know it’s him. However when others call it in and pick it up, I can’t verify if it’s actually legit or not, what if somebody stole his card and tried to use it. He still had an issue with it and explains that his grandkids should be able to use his card, I tell him that’s not how it works and if he kept giving my staff a hard time I would ban him from the store. I don’t need anybody threatening the workers over something meant to protect him. Should I just have let anybody use his card without verification at the shop? What if somebody did steal his card and spent his money, then he would have been mad at me for letting them do it.

SonnyBoy🇺🇸

20,521 görüntüleme • 1 ay önce

Elon Musk: We had to print out 25,000 pages of paper to start Tesla's factory in Germany. Alice Weidel: “We need to free our firms, our companies, and the individuals of these obnoxious bureaucratic conditions here [in Germany]. Do you know how long it takes, how many days it takes to get a business permit in Germany?” Elon Musk: “As it turns out, I do, because we built a gigantic car factory just near Berlin. We had many, many challenges. To be clear, we actually had a lot of support, a lot of local support, a lot of local support from the local government, from the national government. And despite all that support, just the sheer number of rules that the people in the government are required to follow is completely crazy. I think our permit was 25,000 pages, and it had to be all printed on paper. I think maybe more than that in the end. There has to be many, many copies made. It literally was a truck of paper. We were like, surely we can make this electronic? Isn't that better for everyone? And they said, no, it has to be paper. This is crazy. This was only a few years ago. It's not the distant past. We're a quarter of the way through the 21st century. It's like, guys, 25,000 actual printed pages ... I believe every page needed to be stamped with a physical stamp. Honestly, it's going to really tire somebody out to do so much stamping. They're going to get some sort of repetitive stress injury. They will end up in the hospital, I mean, that's too much. But I'm not trying to blame the individuals who are doing this because they are just following the rules. So, we have to change the rules.” Conversation with Alice Weidel, January 9, 2025

ELON CLIPS

5,576,525 görüntüleme • 1 yıl önce