Started using React Native two days ago and immediately... fell down a tab-bar rabbit hole. I’d seen Instagram and Revolut collapse their tab bars on scroll while keeping every icon visible. I wanted that without giving up real iOS Liquid Glass. Turns out iOS 26’s public API can’t express that state. UITabBarMinimizeBehavior is an enum of when, not what. With onScrollDown, UIKit minimizes the bar to the active tab alone. There’s no parameter controlling what survives. So most implementations rebuild the visible bar as a custom component. Some use genuine glass materials, but the real UITabBar is gone and with it, the native selection capsule: that little blob that moves like a drop of water between tabs. You can reproduce it with separate springs on the leading and trailing edges. I didn’t want a reproduction. I wanted UIKit’s. Then I remembered a Flutter app i built some months back which uses cupertino_native. Flutter runs the app while a platform-view bridge renders a real UIKit UITabBar. Finding expo-glass-tabs clarified the compact geometry I wanted. The two ideas clicked: why not bridge a real UITabBar into React Native? Here’s the trick: a standalone UITabBar has no UITabBarController managing it, so Apple’s minimization rule never applies. That means I can control its frame and items myself. Expo Router still owns navigation and screen lifecycle. React Native detects scroll direction. Swift removes and restores the real item labels, recentres the icons and animates the native bar’s size. All five icons remain visible. The result keeps Apple’s Liquid Glass, water-drop capsule, hit testing and accessibility, while adding a compact state its public API doesn’t provide. One gotcha tho: detaching the bar means reimplementing everything the controller previously gave you for free. Active-tab reselect scrolling was one exampleshow more

kelvin.dart
66,450 次观看 • 7 天前
Swapped our custom tab bar for Apple's real iOS... 26 Liquid Glass, fully native, not a React Native re-creation… Powered by Expo Router's native tabs, this renders through UIKit itself, so it gets the actual system blur, materials, and scroll behavior straight from the OS… Scroll down and watch the bar shrink into just the active icon…show more

Maaz jr 🦅
12,625 次观看 • 3 天前
Today I had my first demo drive in a... Tesla. It was also my first time ever sitting in one. This was the first car I’ve ever sat in the driver’s seat of where I didn’t touch the steering wheel for over 20 miles. Before I even got to the car, the people who had demoed it before me were an older married couple who were absolutely euphoric. They thought it was so cool that the car could drive itself. The Tesla employee told me this happens all the time. People come back from demo drives and tell the next test driver that they’re about to have an amazing experience. Little did I know, I’d end up carrying on the torch to the next couple demoing it after me. There was a ton of construction where I demoed the car, and FSD handled the entire drive extremely well. And yes, it can go through a drive-thru and stop at each window. The only thing I had to do was tap the pedal because it wouldn’t leave on its own, but it was still wild seeing the AI stop perfectly at the second window and wait. There are a million things I could write about why a Tesla feels like a better car and how much more it offers compared to a regular car. But for now, I’ll stick to FSD. There were only two moments that made me a little uneasy. The first was pretty minor. The car slightly hesitated going up a driveway, but quickly made up its mind. The second was more noticeable. I didn’t realize the car was nagging me. Once I touched the steering wheel, nothing happened, so I pulled it right a little harder, then let go. After that, the car turned left and crossed a double yellow on a backroad. (and yes I know you can sue the volume knob) I’m not totally sure if it was trying to pull over or what it was doing. I wanted to see how it would handle the situation, but there were cars coming, so I took over and corrected it. One of the coolest moments was when I thought FSD was glitching because it came to a complete stop in the middle of a busy road. Then I looked around and realized why. On the right side, there was a bicyclist waiting at a yellow crosswalk. The cars behind me didn’t honk, and the Tesla stopping actually incentivized another car in the right lane to stop and let him pass. The car is almost too nice to pedestrians, because 99.999% of humans would’ve blown through that, especially with no flashing light. For 99.9% of the drive, the car navigated confidently and smoothly. It was a real “feel the AGI” moment. Please do not let the media, the general public, or anyone else convince you that this technology is just some kind of auto assist or glorified cruise control. This is undoubtedly getting extremely close to feeling superhuman. You still have to pay attention to the road, but after experiencing it myself, I’d be shocked if HW4 Teslas aren’t unsupervised within the next couple years. The car was extremely smooth. There was no harsh braking, and it even avoided something in the road that I didn’t see. Driving with FSD made me realize I probably wasn’t driving as well as I could be. Hopefully, eventually, everyone’s car can be as mindful as a Tesla. I’ve never seen a brand so far removed from the public’s sentiment. I’m so happy I ordered one.show more

Chris
18,722 次观看 • 1 个月前
I just built a Meta Ads diagnostic in Claude... Code that tells you WHY your account broke, not just what changed 🤯 It spins up a team of agents that each investigate a different reason performance dropped, then argue against each other to kill the wrong answer before it ever reaches you. All inside Claude Code. Perfect for DTC brands and agencies who panic-kill creative the second CPA spikes. If you've watched ROAS fall off a cliff and opened Ads Manager with ten tabs going, you already know what happens next. Your gut says "creative fatigue." You kill your best-performing ad. A week later performance is still broken, because that was never the problem. Guessing wrong is the most expensive move in paid social. This workflow ends the guessing: → One agent investigates each competing theory — creative fatigue, budget and delivery changes, traffic quality, offer and seasonality → Each one is blind to the others, reasoning only from its own slice of the data so they can't bias each other → A refuter agent then attacks every surviving theory and tries to kill it → A theory only stands if the data can't disprove it → You get a ranked diagnosis: the real cause, the evidence for and against it, and the one move to make this week No anchoring on the first obvious answer. No killing winning creative on a hunch. No "here's what happened" reports that never tell you why. What you get: → Every theory tested in parallel instead of one biased guess → An adversarial pass that kills the wrong answer before you act on it → A ranked diagnosis with confidence levels and evidence both ways → A reusable workflow you drop next month's export into and re-run Built 100% in Claude Code with the new dynamic workflows. The first account I ran it on looked like textbook creative fatigue. The workflow disagreed, and traced the real cause to a budget change that had doubled spend and flooded delivery with junk traffic. I put together a full playbook with the exact workflow, the prompt, and how to run it on your own account. Want it for free? > Like this post > Comment "META" And I'll send it over (must be following so I can DM)show more

Mike Futia
12,745 次观看 • 2 个月前
Hold up, here is the prompt: works with almost... any model. enjoy :) Role & Objective: Act as an Elite UI/UX Front-End Engineer specializing in Apple-tier micro-interactions and advanced CSS. Your task is to program a perfectly centered navigation bar in a strictly SINGLE HTML file containing all HTML, vanilla CSS, and vanilla JavaScript. No external libraries or frameworks (No Tailwind, React, etc.). Design Concept - "True Liquid Glass": CRITICAL INSTRUCTION: Do NOT generate standard, flat "glassmorphism" or basic frosted glass. I require a physically accurate "Liquid Glass" aesthetic. It must look like wet, poured clear resin, combining the high-gloss specular highlights of classic macOS Aqua with the volumetric spatial depth of modern Apple VisionOS. 1. The Liquid Glass Material & Lighting (CSS): - Deep Refraction: Use `backdrop-filter` with extreme blur (e.g., 50px) and over-saturation (200%). - Specular Highlight: Create a curved, semi-transparent white gradient on the top half using a pseudo-element (`::before`) to simulate a hard light reflection on a wet, rounded 3D surface. - Caustics & Volume: Use multi-layered inner and outer `box-shadow` properties to simulate light refracting at the bottom edge and casting a realistic ambient drop shadow. - Interactive Glare: Implement a soft radial-gradient spotlight inside the glass that dynamically tracks the user's mouse cursor (X/Y coordinates) using JavaScript and CSS variables (`mix-blend-mode: overlay`). 2. Navigation Layout & Elements: - Center the pill-shaped navigation bar perfectly in the middle of the viewport. - Include 3 main navigation items with minimalist, inline SVG stroke icons and text labels: "Home", "Call", and "List". - Add a subtle vertical divider line after the main buttons. - Next to the divider, add a Dark/Light Mode toggle button containing inline SVG Sun and Moon icons. 3. Animations & "Apple Magic": - Sliding Active Pill: Create a solid background "pill" that sits *behind* the active navigation item's text/icon. When a different item is clicked, this pill must dynamically recalculate its width and slide to the new position. - Spring Physics: The sliding transition MUST use an exact Apple-style bouncy spring easing curve (e.g., `transition: all 0.5s cubic-bezier(0.34, 1.2, 0.64, 1)`). - Tactile Feedback: Buttons and icons must physically press down slightly (`transform: scale(0.92)`) when clicked (`:active`). - Theme Switch: The Sun and Moon icons must smoothly rotate, scale, and cross-fade during the transition. 4. Background Environment (Crucial): - Glass needs light and color to refract! Create a full-viewport, smoothly animated mesh gradient background using 3 large, heavily blurred, floating color blobs. - Implement full Dark/Light mode logic using CSS variables (`:root` and `[data-theme="dark"]`). Toggling the theme must seamlessly transition the background blob colors, glass opacity, shadow intensity, and text colors. Output ONLY the pristine, production-ready code. Prioritize maximum visual fidelity and silky-smooth 60fps animations.show more

Leon Lin
127,732 次观看 • 4 个月前
My girlfriend of several years asked me to go... ring shopping with her this weekend. I replied, "respectfully babe, i love you, but no." Here's why ↓ When i asked about the motivation behind going, she revealed that it wasn't about finding out the size of her ring (which most girls apparently already know). It was actually to see how each stone size and shape looked on her particular finger. Also, the ring people she wanted to make appointments at were over an hour away. obviously way too far I then remembered that with @windsurf , I could quickly vibe code an API wrapper app that uses an image-to-image model that can take a picture of her hand as an input, and then virtually try-on different stones on her finger. And then as of yesterday, Windsurf enabled App Deploys that would allow me to deploy my api wrapper app to the internet in less than a minute so i could share it with my girlfriend I imagine I'm not the only person going through this situation so you can also visit the site at There's no auth and anyone can use it! I've loaded about $10 into my api account and each run costs me $0.01 so feel free to use it but please don't abuse it lolshow more

Rob
136,841 次观看 • 1 年前
Five years ago, I became a mommy. A lot... of you know me as Logo Queen, but not many of you know me as a mom. Sometime in 2021, I gave birth to my handsome, adorable son. He is the reason I am who I am today. He’s the reason I became Logo Queen. He’s the reason I put so much effort into my craft and kept pushing even when life felt impossible. When I was pregnant with him, I lost all my savings. I was literally left with nothing. And I knew I didn’t want to bring a child into the world where he wouldn’t be proud of his mom. After giving birth in 2021, I went through postpartum depression and many difficult moments. But in that process, I decided to pick up a tech skill. I tried learning coding and design, and design was the one that truly clicked for me. So I focused on it around January–February 2022. My son is my everything. He’s the reason I pushed on nights when I had every excuse not to. He’s the reason I stayed consistent, the reason I fought to change my life, and the reason I decided to build something meaningful for myself. My story is proof that you can write your own story. Yes, motherhood can be heavy. It comes with so many responsibilities. But it can also be the stepping stone to greatness. It doesn’t have to be the obstacle standing between you and your dreams. So today, I’m celebrating myself. Happy Mother’s Day to me. 🤍show more

TINA BROWN | LOGO QUEEN
27,261 次观看 • 4 个月前
If you’ve ever managed custom icons in React Native,... you know the frustration of choosing between performance and developer experience. Libraries like 𝗿𝗲𝗮𝗰𝘁-𝗻𝗮𝘁𝗶𝘃𝗲-𝘀𝘃𝗴 are flexible but heavy. Every icon creates its own React subtree. The alternative? Manual icon fonts that force you into a constant back-and-forth of using web tools like IcoMoon and syncing font assets every time a design changes. 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗠𝗮𝗻𝘀𝗶𝗼𝗻 𝗟𝗮𝗯𝘀 just released 𝗿𝗲𝗮𝗰𝘁-𝗻𝗮𝘁𝗶𝘃𝗲-𝗻𝗮𝗻𝗼-𝗶𝗰𝗼𝗻𝘀 to solve exactly this. It’s a build-time icon font generator that gives you the performance of native fonts with the flexibility of simple SVG files. 𝗪𝗵𝗮𝘁’𝘀 𝗵𝗮𝗽𝗽𝗲𝗻𝗶𝗻𝗴? Instead of rendering complex vector paths at runtime, this library automatically converts your folder of SVGs into an optimized icon font during the build process. It essentially teaches your app to treat icons like standard text characters, which allows it to bypass React’s component tree and layout engine entirely. ➡️ 𝗕𝘂𝗶𝗹𝗱-𝘁𝗶𝗺𝗲 𝗔𝘂𝘁𝗼𝗺𝗮𝘁𝗶𝗼𝗻: It handles the entire pipeline—watching your icon folder, converting SVGs to .ttf files, and linking them to your native project automatically. ➡️ 𝗡𝗮𝘁𝗶𝘃𝗲 𝗣𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲: Because icons render as native text glyphs, it is significantly faster than traditional SVG rendering, making it the ideal choice for long, scrollable lists or icon-heavy dashboards. ➡️ 𝗘𝘅𝗽𝗼 𝗖𝗼𝗻𝗳𝗶𝗴 𝗣𝗹𝘂𝗴𝗶𝗻: It features first-class support for Expo, automating the native plumbing like Info.plist updates and asset linking during the prebuild phase. ➡️ 𝗔𝘂𝘁𝗼𝗺𝗮𝘁𝗶𝗰 𝗧𝘆𝗽𝗲 𝗦𝗮𝗳𝗲𝘁𝘆: The library generates TypeScript definitions for your icon set, providing full IDE autocomplete and ensuring you never break the UI with a misspelled icon name. 𝗪𝗵𝘆 𝗶𝘁 𝗺𝗮𝘁𝘁𝗲𝗿𝘀? In high-performance applications, small overheads add up. By shifting the heavy lifting from the mobile device to your build machine, 𝗿𝗲𝗮𝗰𝘁-𝗻𝗮𝘁𝗶𝘃𝗲-𝗻𝗮𝗻𝗼-𝗶𝗰𝗼𝗻𝘀 ensures your UI stays buttery smooth while keeping your developer workflow modern. It’s another great example of how 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗠𝗮𝗻𝘀𝗶𝗼𝗻 continues to solve the "last mile" of performance friction in the ecosystem. Before you migrate your entire library, keep in mind: this is designed for the 𝗡𝗲𝘄 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 (Fabric) and requires React Native 0.74 or higher. #ReactNative #Expo #SoftwareMansion #Icons #MobileDev #Performance #DeveloperExperience #OpenSource #JavaScript #TypeScript #SVG #Fabricshow more

The React Native Rewind
24,992 次观看 • 3 个月前
SOMEONE BUILT A WAY TO SEND FILES BETWEEN TWO... PHONES WITH NO WIFI, NO BLUETOOTH AND NO NETWORK AT ALL it works with just a screen flashing qr codes at a camera one device plays an endless stream of animated qr codes, the other one points its camera at the screen and rebuilds the file out of the light no pairing, no app, no shared network, nothing but the camera > its pulling about 129 kb/s, a full 2mb image transfers in seconds > theres no back channel, the receiver can never ask for a missed frame, so it uses fountain codes, every frame is a scrambled mix of the file rather than one piece of it > that means the receiver just collects any frames it can catch in any order, and once it has enough it can reconstruct the whole file > dropping frames costs you a little time but never breaks the transfer > you can point the camera at a stream thats already running and it just locks on mid flight he was building a cached mp3 player because he was sick of ads and bad streaming quality. he wanted a way to send tracks phone to phone without both phones being on the same network, and realized flashing qr codes could carry the data he built the whole working prototype in one night with claude code its open source and already at 375 starsshow more

Om Patel
938,869 次观看 • 7 天前
Perrie admits she’s “frustrated” by how Jesy Nelson has... portrayed the breakdown of her relationship with Little Mix, adding that she feels the group consistently tried supporting Jesy at the cost of their own mental health, and that accountability should be taken on all sides: “Sometimes you just won’t win with people. And what annoys me the most… I have to be careful how I say this because I don’t want to seem like a bitch… But what upsets me the most when situations like this happen is when the other person doesn’t take any accountability. That boils my blood. I’m not blaming everything on you [Jesy]. I’m not saying, ‘She’s this fucking monster and everything was her fault’ and blah blah blah. But take some accountability for your actions and realise you were difficult. You did have difficult moments. Granted, there were reasons for those moments... but you can only pick somebody up so many fucking times before you start losing track of your own sanity. You want to be there for that person, but if they can’t accept the help and they can’t accept the love you’re trying to show, how do you win? You can’t. I hate that. I don’t like putting the blame on people. Don’t put the blame on me and make me out to be something that I’m not. Yes, I’m not perfect. I might not have been there enough, or I could have done better I suppose… but I thought what I was doing was enough. I thought I’d tried everything. So to then sit there in further interviews and discuss it publicly and be like, ‘I wasn’t supported’… You were, though. You were. So just take some accountability and I’ll feel better about it. I’d say [I’m] more frustrated than angry, because I don’t like being painted into a person that I’m not. Because I’m an open book, I have to be real. It exhausts me when I see people that I know inside and out not being genuine. It frustrates me.”show more

JADE tea room ☕️
298,602 次观看 • 1 个月前
If you think this is just another silly demo... made with AI, read this post. You might change your mind, because this demo is about MATH. What you see on the screen is not a render from Blender (obviously, it’s not that good). It’s a three.js app built with Toolcraft. Available on the web and rendered in real time(link in the comments). But Blender still has a lot to do with it. Blender has Geometry Nodes - a powerful node-based system for creating and manipulating procedural geometry. In other words, it’s math. And math is a universal language. And who do you think is pretty good at math? >>> AI. Now you can download or buy Blender files from marketplaces, and when they contain Geometry Nodes for procedural animations, objects, surfaces, or effects, you can transfer that logic to the web. Make it real-time, make it interactive. Materials are a separate story, of course. They can still suck unless you use the right tricks: PBR, HDRIs, material blending, displacement, and faked surface relief. So why is Blender important here? Blender is open source, and many tools around it are open source too. An AI trained on their code. That means it can translate the math from one environment to another quite accurately. If you’ve been struggling to reproduce some idea with AI that you had in your head or seen in some references, and it has something to do with Geometry Nodes, and you can find that idea or a close one in the Blender ecosystem - it means you can transfer it to the web. Thank me later.show more

Alex Barashkov
28,090 次观看 • 21 天前
China's central bank has now bought gold for 19... months straight, the largest official buyer on earth. And this week, as gold broke 4,000 dollars, China's biggest banks moved to push ordinary Chinese out of leveraged gold trading, with at least one warning it will liquidate any position not closed by month-end. Both are true at once, and together they explain what this crash really is. Start with what is being banned, because the words matter. ICBC and a string of other banks are shutting down retail trading in what the Chinese themselves call paper gold, the margined, leveraged contracts where you bet on the price without ever owning a bar. Some banks lifted the margin requirement to 140 percent to choke the leverage off before closing the products outright. Physical gold, meanwhile, stays wide open. Coins, bars, savings plans, ETFs, all fine. It is only the paper, the leverage, the casino, that is being shut, the last step in a five-year retreat that the crash just finished. Officially this is about protecting small investors, and that part is real. The same kind of leverage wiped out a wave of Chinese retail in a 2020 commodity blowup. But set the ban beside what the state is doing and something larger comes into view. While its citizens are pushed out of the paper, the People's Bank of China has spent those same 19 months buying the physical metal, more than two thousand three hundred tonnes of it now, accumulating straight through a 28 percent crash that scared everyone else out. Beijing is not trading gold. It is hoarding it. That is the strategy in one frame. China looked at the two things both called gold, the paper bet and the physical bar, and made a choice no Western government would make. It is taking the metal for the state and closing the casino for everyone else. The reason sits in a single date. 2022, when Russia's reserves were frozen with a keystroke. That taught every country outside the Western system one lesson: dollars in an account can be switched off, gold in your own vault cannot. So China is building its monetary independence out of the one asset nobody can freeze, and it does not want that foundation in the hands of leveraged traders who panic-sell in a crash, or priced by a paper market it does not control. Watch this month and the two worlds split in real time. Western investors were forced out of their gold by margin calls and a rate scare. China's central bank bought that exact dip with both hands. One side treats gold as a trade. The other treats it as the floor under a currency. The West is selling paper gold and calling it a crash. China is buying physical gold and calling it a foundation. In ten years, only one of them will look like it understood what gold was for. The metal is already moving to that side.show more

Shanaka Anslem Perera ⚡
326,788 次观看 • 1 个月前
6 months ago we were dropping a new app... every week No one cared We’d randomly get 10k users on an app But they came for the app, not the person The thing is, I don’t care about making a retentive app for one audience I want to be a retentive person ~ for my audience What if I was the app? Not a single Paul Thomas Anderson movie is the same Different subject matter, different genres, so you’d assume different audiences However the same people that went to see his last film, came to see One Battle After Another So the demographic isn't dependent on the subject matter The demographic is just, Paul Thomas Anderson fans The software industry has long told that you need to work on one thing, for the rest of your life That’s not how art works tho, is it? Can you imagine telling Jay Z “Great job on the blueprint, now iterate on that same album for the next decade” The landscape of tech haas been stifling the growth of creators by not allowing them to explore other interests 6 months ago I said no to this "requirement", despite what everyone told me, and continued to drop what I liked every week The second a trend was happening on Tiktok, I had the app out that week Somehow 6 months later, the world is conforming to this ideology Instead of software creators limited to making apps for one audience and one niche, there’s a new world of ephemerality and expression What if instead of optimizing for users, we optimized for fans Making apps that are expressive of your life, your commentary, your heartbreak Garnering an audience that will follow you through each step of your story Each of those steps being its own app Why shoot for daily active users when you can get daily loving fans When fans use your app, it’s not just about resonating with the story, the app places them IN THEIR OWN story Here’s an example You’re a 20 year old girl who’s at UMiami You scroll through Tiktoks in your dorm room about “mogging”, a trend to outshine your friend in a photo You laugh and share videos seeing celebrities mog each other, but that’s the extent of it Then at Danger Testing we make an app called mog or not, where you and your friend can upload a photo and AI tells you who’s mogging Now you’re at the bar with your sorority sisters, playing all night, whether your winning or losing it’s the time of your life cause something is finally about YOU ENOUGH OF WATCHING MOVIES LET’S MAKE YOU THE MOVIE LET’S MAKE YOU THE STAR AN APPSTARshow more

los (appstar)
14,257 次观看 • 9 个月前
"PRICE IS WHAT YOU PAY. VALUE IS WHAT YOU... GET." I keep buying $Kekec and I have a strong conviction. Here's Why: While the market is down, and Kekec is declining with it, there are data points that few are considering. Kekec borned in October and since then has been posting a different and original 30-second video every day, which I find extremely funny. For the past couple of months, they have also been posting daily on Instagram, and the attention on Kekec (which doesn't present itself on social media as a memecoin) is growing, moreover, it's increasing exponentially. The number of followers is increasing by about 500-1000 a day. This is largely due to the fact that they are not just focused on the main account but have several others that post reels and redirect to the main one. In short, an excellent strategy to keep growing more and more. Instagram link: Guess What? Not only are the followers increasing, but the team's workload is also growing. In fact, for a little over a month, they have also started pushing on YouTube, and the data here is promising as well. YouTube link: If we want to make a comparison, we can take Pudgy Penguins as an example, which has shown it can reach millions and millions of users without mentioning that they are a WEB3 company that owns an NFT collection. Or, if we want to be more appropriate by comparing one memecoin to another, we could take PONKE. Thanks to the use of social media and the quality of their content, they managed to achieve incredible numbers, which then translated into an increase in the coin's price. Kekec came before PONKE, but that doesn't necessarily mean it's better than PONKE. I believe PONKE is unbeatable in terms of content, but I want to make you reflect on an important point. PONKE came after KEKEC, and after PONKE's success, many coins have emerged trying to imitate it. One of KEKEC's strengths, in my opinion, is precisely the fact that it leverages social media without being a copy-paste. Instead, it is a unique meme derived from a 90's film, and it uses a unique form of content. In short, KEKEC > KEKEC and no one else. I want to conclude by suggesting you follow them on Instagram and evaluate not only the exponential growth of their followers day by day but also observe how the views of each reel increase accordingly. Pay special attention to the comments. Many of the people commenting have no idea what it is, and you can see from the comments how Kekec generates particular emotions in people—strange but still emotions. Personally, I believe that when something is unique and even very strange, it needs time to be adopted. However, once it happens, it usually explodes and spreads like never before. A few days ago, a Kekec video was posted by a very popular meme page. They probably don't know what Kekec is about but thought the video could spark interest among their followers. How many other pages will do the same? Lastly, but not least, I want to point out how Kekec maintains a good market cap despite everything that has happened in the crypto world since October 2023. As far as I know and have personally observed, everything is extremely organic. There is no cabal behind it, and the quality is not reflected in a single jpeg but in work that has been ongoing daily for months. Every day they work harder, and the quality of their videos grows as well. I have no affiliations with the team, but I believe that Kekec truly deserves more in this world where we push celebrity or cabal-backed coins to hundreds of millions in market cap. I keep buying because the numbers suggest so. Don't just evaluate the chart (price), evaluate the data (value). BÂLKÂN DWÂRFshow more

m0ment0
133,194 次观看 • 2 年前
Sure, but the idea of simplifying the appearance of... Fortnite, the locker and the shop are all going in the exact opposite direction of simplicity. Equipping cosmetics takes double, if not triple the clicks. The UI is impractical and janky, not to mention the introduction of buttons and drop-down menus that were far easier to access previously. Selecting a skin to rotate it, preview it or even spin it around now requires clicking on it, which then applies it to your loadout. Previously this needed a confirm button so you could preview and choose skins, backblings etc without loosing your currently equipped on if you want to go back. Wraps are not included as part of a character's preset despite being completely relevant to the skin worn. Changing emotes, lobby tracks, and all cosmetics now means you have to back out and change tabs, something that could have previously been done on 1 page. The sectioned tabs make sense with new types like LEGO Kits, Cars, Instruments but there's no need to separate Character from Wraps, Emotes or Lobby. Archiving or Favoriting items can no longer be done in batches or quickly. Previously all you had to do was click once per cosmetic on the button but now you have to enter a drop down and select it for every individual item. Applying wraps to all slots now requires a drop down menu rather than simply clicking the button at the bottom. Swinging a pickaxe or redeploying a glider is near impossible to do and feels like more of a chore to actually accomplish with the drop-down menu. It overlays onto other items meaning as soon as it's clicked the menu vanishes and switches to another cosmetic before the animation can even begin. Cosmetics in the locker can be searched by seasons using "S1-17" but after S18+ they no longer filter. Entering the drop-down menu or right-clicking anything in the locker accidentally immediately takes you all the way back to your currently equipped item when exiting. The filter menu requires an "apply" button to be pressed rather than simply closing and applying when selecting one of the filters, taking longer and more clicks to simply find your recent items or remove a filter. The filter menu was also better as a side panel so you don't have to move your cursor to the center of the screen and back every single time. As a side panel it also allowed for more options to be displayed, whereas the current one requires a huge scroll bar to simply filter by favorite. The presets menu scroll wheel also zooms the skins in and out as you scroll up and down the list. Because of the randomize preset button, the list compared to when saving a preset is all moved up by 1, becoming disorientating to where the preset was in relation to the rows. The shop no longer displays item descriptions or set names on cosmetics - now requiring a click on each individual item when there is adequate space to do so. The new shop and locker appearance can be accustomed to, however, it NEEDS the basic functionality and user-friendly UI elements that the previous ones had. Simple buttons at the bottom to favorite, swing, redeploy and equip. Less tabs to switch between, less clicks required to complete simple tasks and less feeling like there's a battle against the UI itself just to equip the cosmetics you paid for. We appreciate the moves the renew the locker and shop, but in terms of functionality and user interaction, there is nothing we want more than the old one back or the old one's elements merged into the new appearance. Thank you.show more

FNAssist
178,290 次观看 • 2 年前
a few days late to the party, but 2024... took a few days to reflect on. honestly, i couldn’t decide in a knee jerk how to round it up, but here’s a few things i’ve landed on and want to share in the name of navigating growing up together on here. i spent majority of this year wildly uncomfortable. part of it intentional, knowing real growth and creativity (maybe even freedom) comes from pushing myself out of my comfort zone. i took the most time off the road that i have in 10 years, and had to rewire my brain to not operate from a place of scarcity from that. then sat in the space to try new things, then actually made the jump and did them. shaking in my boots then learning im more capable than i give myself credit for. and checking a few things off the bucket list along the way (see you in arenas and the big red seat in the next month 🤍) uncomfortable getting a year deeper into my 30’s and the self reflection, accountability, and ‘holy shit i’m a real adult now’ epiphanies it demands. *panicking*…then breathing and talking through it. finding deeper gratitude for friendships and therapy. and good skincare. and sleep. uncomfortable in challenging myself to chill with the death grip on fear and settle into a new pace and level of steady love. not dashing during dust storms and enjoying the view even more when it settles. taking a magnifying glass to past patterns, and valuing, even protecting its place in my life. uncomfortable in the juggle of wanting more and wanting less, being the girl on stage and a dog mom, some days feeling new still and others spent precautionary plotting when the glitter won’t be as glittery. so i guess my goal for the year ahead is to try to find some comfort? in the loud and quiet, public and private moments. to still push and seek and want, but find comfort in being uncomfortable. don’t get me wrong, i love a little chaos. i just wonder how it pairs with a little more peace. AND WITH THAT THE 2024 SEASON COM- just kidding. cheers and happy new year let’s vibe.show more

Kelsea Ballerini
35,199 次观看 • 1 年前
this is worth more than most five figure courses... 16 claude agents audit an entire repo at once, a second fleet re-checks every finding on fresh context, and the whole thing runs off one diagram instead of a prompt i ran it against my own code and got back 11 endpoints where i never checked who was logged in, 3 of which the verifier threw out before they ever reached me this is Graph Engineering, the layer above prompting, and it runs on the agent you already pay for: - write your plan out, then ask one question at every "and then": does the next step actually read what the previous one produced - the seams that fail that question were never dependencies, so those jobs run at the same time - the arrows that survive are your real edges, and the longest chain of them is your floor that no number of agents shortens - want it faster, cut a false edge instead of adding a worker - fan the independent work out, one agent per item, no shared state between them - send every finding to a separate agent on fresh context, because a model recognises its own writing 73.5% of the time and grades it kinder once it does - make that verifier check a real signal like a passing test, never the worker's own word that it finished - shard the fleet across worktrees so parallel workers stop overwriting each other, one rule frozen into every worker: never git stash, never git reset - merge only what came back verified, into one report instead of twenty open chats the catch is the ceiling. at 95% independent work 16 agents return 9.14x rather than the 16 you would guess, and even 256 only reach 18.6x, because the merge and the verify stay serial however wide you fan coordination itself is free plain code and every agent underneath it is billed, so start at twenty files and widen once it works bookmark this, the whole method with all six ready-to-run graphs is written out in the article ↓show more

Argona
154,880 次观看 • 12 天前
Alhamdulilah. Now this is what we call a huge... web3 did What a wonderful journey it has been. Almost done with my first house. And honestly, it doesn’t feel like just a structure being completed… it feels like a reflection of everything that came before it. time, discipline, mistakes, exposure all quietly compounding. › 2023 The Beginning It started with no real direction. I was grinding, exploring, trying things without fully understanding where it all leads. There was no structure yet… just curiosity, repetition, and a lot of learning through trial and error. I was simply moving, even when I didn’t fully know what I was moving toward. › 2024 Things Start to Form Then things began to shift. Not overnight but gradually, through exposure and experience. I entered deeper into the space and connected with OGs in the TON ecosystem And slowly, one important lesson became clear: it’s not just effort that matters… it’s information, timing, and the people you learn from. › So I also started trading as well Trading became a major part of my learning curve. Forex & Perps showed me risk in its raw form mehnn 🙂↔️ taught me discipline and patience. Memecoins show me shege rugs up and down Along the way, I learned from different people PMO, not just strategies, but perspectives. Each one added something I didn’t have before. › Late 2024 Structure Appears Then came a different phase. I signed my first structured deal with sign a monthly arrangement that brought a new level of stability into my journey. For the first time, things were not just random wins and losses… there was structure, expectation, and consistency. Then came the TGE. Execution was clean. The ecosystem moved properly. And as early participants, we experienced meaningful upside not just financially, but in understanding how systems actually work when they’re built well. › Now The Reflection Almost done with something physical. But the deeper truth is this: the house is just the surface. what actually got built was the person. through risk, through losses, through discipline, through time. This is not a story about outcomes. It is a story about becoming. And I am still becoming. Grateful for the journey so far. Still building.show more

Tajudeen ♟️
37,936 次观看 • 3 个月前
So much of my time here I have spend... dreaming. Dreaming for the day that has now arrived. For years I spend my days grinding to fulfill a promise made by a 25 year old right after having the biggest night of his life. Midnight夏季Breeze sold out in 30 minutes. And for someone who had less then 5000$ in the bank, suddenly making 1.5 million dollars was kind of insane. Euphoric I said "v2 will come for those who hold a breeze" Little did I know how much that single promise would affect my life. I have spend majority of my late 20s painting this world. And been very critical of what this space is about. I wanted to be a voice you could rely on. Someone that shows up, is approachable, but also be the change I'd want to see. Everyday looked the same for me, make coffee, walk dog, turn on pc, paint until dinner, walk the dog again. I sometimes quite literally went insane. The pressure was high. I had to make this project real. And there was always so much to do. Art direct, animate, color grade , composite, 3d , sound effects , music, development, management like countless hats to wear all the time. The Vision however, called me. There was no way I was gonna give up, or quit. Though every vibre in me wanted to. My health , my personal life, they demanded it. But I did not stop. And that persistence has let to today. It has let to an industry that doesn't care. A timeline that can only talk about something if its $ related. And a world that is more chaotic then ever before. And amidst it all, I fulfilled my promise. Fragments of the Lonely Road is here. And I do not think you will ever understand what it means. But, I do know, that this art. This project. This vision. It has been worth it. So now, if you made it all the way down here. I want you to rally. I want you to make noise. I want you to share with the world what this is about. I want you to be the storm that says, "shit can be different". And I will be the wave, and show, why that's the case. GM. STAY BREEZY AND... (you say it in the comments!)show more

Dutchtide.eth
23,946 次观看 • 10 个月前