Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Hacking the #EU #AgeVerification app in under 2 minutes. During setup, the app asks you to create a PIN. After entry, the app *encrypts* it and saves it in the shared_prefs directory. 1. It shouldn't be encrypted at all - that's a really poor design. 2. It's not cryptographically...

3,405,167 Aufrufe • vor 4 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

How to create Farcaster mini app without coding - Step 1: > Go to ChatGPT > Just type: "I would like to create a Farcaster mini app, can you give me some ideas?" > Choose any one of the ideas - Note: - You can also type your own idea to ChatGPT and alter it - Step 2: - Go to ChatGPT > Paste the first prompt (shared in my channel) > Include the project you chose and tell ChatGPT to alter the prompt according to the idea below - Step 3 - Go to: > Sign up using Gmail or GitHub > Projects -> New Project -> Type the name of your project >Just paste the prompt we created earlier > It will start creating your app > If you need to alter anything, just go to GPT and type: [ I need a prompt to alter "your issue (like changing colour, etc.)" in my app already created in v0app by Vercel ] > Copy the prompt and paste it in v0 > No need to worry about errors , it will rectify them for you > If your project is finished, just click "Publish" on your top right > It will automatically host your app in Vercel > Click "Visit site" to see your app on another device and copy the website URL - Step 4 - Go to: v0 app > Just paste Prompt 2 from the file I provided > Click Publish once it’s completed - Step 5 - Go to: v0 app > Just paste the prompt 3 from the file I provided - Step 6 (Important) > Just paste Prompt 4 from the file I provided - Step 7 > Just paste Prompt 4 from the file I provided - Step 8 > Just paste Prompt 6 from the file I provided > It’s an important step to do — you need to create a manifest inside your app so that you can host it on Farcaster - Step 9 - Go to: > Sign up or Login > Settings → Developers → Mini Apps → Create Manifest (New) > Paste your website URL (remove https) > It should be like: > If you find any error while doing this, just copy and paste it in the v0 app > Once everything is finished, you need to create Account Association > Scan the QR on your mobile and tap and hold the Yes button > It will show an error — just copy and paste those errors into the v0 app > Click Publish again, and then click Refresh in Manifest > Click Open your app > for the main prompt file check our tg channel link in our bio

Maran

48,106 Aufrufe • vor 8 Monaten

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 Aufrufe • vor 1 Jahr

Dear Catholics, this is not the time for Hallelujah Challenge. This is lenten season. There is an app called Hallow by Alex at Hallow. This app made me fall in love with the Catholic Church. It was this app that opened my eyes to all the beauties I didn't know that the Catholic Church has. This app has converted many people to the Catholic Christian faith. It has brought many Catholics who were confused about the Catholic faith back to the Church. If you are looking for where to grow richly in knowledge of the Catholic Church, this app is for you. It contains all the novenas and litanies you can think of. Mark Wahlberg, the popular Hollywood actor, taught me how to recite the rosary perfectly on this app. This app contains "Bible in a Year" and catechism podcast that was recorded by fathermikeschmitz during the covid lockdown. Fr. Mike read and explained the entire Bible from Genesis to Revelation and explained it in such a way that it fits in our world today. Many Genzs all over the world have returned back to the Catholic Church because of this Hallow App. It also contains many gregorian chants and radio drama of many Saints that you can listen to. Saints like St. Valentine, St. Josephine Bahkita, St. Lucy, St. Patrick, St. Pope John Paul the Great, St. Padre Pio, and too many to count. There is also the children section if you are looking at wanting your kids to grow in the Catholic faith. This app has these and many more. Hallow is currently on a #pray40 Lent challenge, and today is Day 2. (Peep my current streak lol. Is there any Nigerian living in Nigeria who has this streak???) So please, head to your playstore or applestore as the case may be and download the Hallow app. I promise you, you'd be greatly blessed by this. So, in this Lenten season, we are returning back to the Faith. We are returning back to Jesus.

Uche is a girl

17,123 Aufrufe • vor 5 Monaten

It's official. OpenAI just launched SORA 2... and an entirely new social app. Truthfully... I wanted to hate this. The idea of an endless turbo slop scroller is just… nightmare fuel to me. BUT. The reason I think Sora (the app) might actually just work, is that it’s a multiplayer meme-creation machine. It’s fun. It doesn’t take itself seriously. I think of it like a super advanced evolution of JibJab. The group chats will love it. Now… personally, I'd guess that I will be churning after the novelty fades… but I wouldn’t be surprised if they built some meaningful network effects here. But let’s talk about the model. Sora 2 is an instant Veo 3 alternative. It actually produces better physics, better audio, and deeper realism imo. It can also generate up to 15 seconds of video. Where it falls short is that it’s limited to 720p right now. We can assume 1080p and 4k exist, but the compute cost associated would probably not be economically viable for OpenAI. Okay back to the app. You can create a model after your own likeness, for yourself OR other people to use as a “cameo.” You have control over who and how someone can use your likeness. I’m “rpn24” on the app. If you have access to the app (it’s invite-only for now) – go ahead and create whatever you want using me (for now). I'm not too worried because OpenAI leaned heavily into moderation for launch. Which is probably smart because I expect the media and general public to blast this at first. They’ve also taken further precautions to protect your likeness. You can not export or save a video with someone else's likeness on it, and screen recording is disabled. Also Sora is testing (first I know of its kind) an algorithm you can prompt.

Roberto Nickson

147,341 Aufrufe • vor 10 Monaten