Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

PS5 emulation is making steady progress. CraziiEmu's latest development update brings a few promising milestones: • Among Us now renders at a stable 60 FPS, reaching the Innersloth logo. • Several Unity Engine games have started booting to their startup screens. • The emulator itself has become more stable...

44,037 Aufrufe • vor 4 Tagen •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Release: LichtFeld Studio v0.5.3 is out! With 316 commits merged into master, this release is a huge step forward for LichtFeld Studio. What's new in v0.5.3 • Vulkan viewer/rendering migration: New Vulkan viewport pipeline, pass graph, VkSplat renderer, Vulkan point-cloud renderer, 3DGUT/VkSplat support, improved alpha/depth composition, tighter CUDA/Vulkan interoperability, and device matching on multi-GPU systems. • RAD + LOD workflow: Added RAD file export/import, RAD LOD viewer, Spark-style GPU LOD selection, GPU-driven page prefetching, a bounded VRAM pool, out-of-core PLY-to-RAD LOD conversion, and RAD import/export speedups of approximately 3–5×. • HiGS / macro-tile inference: Added a macro-tile inference path for the Vulkan viewer, including macro sorting, batched rasterization, composition, and capacity management. • Asset Manager: Added and significantly enhanced the Asset Manager with thumbnails, SH information, faster synchronization, import-from-URL support, docked mode, data-loading popup integration, and general UI cleanup. • Viewport export: Integrated viewport export directly into the application as a toolbar/overlay tool, added fast render_view_u8-style readback paths, fixed high-resolution clipping issues, improved orthographic export parity, resolved 32K image/video export problems, and added post-export GPU resource cleanup. • Selection and tooling: Added and reworked selection toolbar controls, the Select menu, ring selection, color eyedropper, distance-from-center selection, faster point-cloud and zoomed-out selection paths, Vulkan measurement tool fixes, and drag-and-drop scene graph improvements. • UI/RmlUi platform work: Major RmlUi redesign efforts, hot reloading for RML/RCSS/Python UI files, reactive UI/store integration, viewport toolbar flyouts, improved histogram interactions, input settings enhancements, custom TRS gizmos, and numerous panel, tooltip, and localization fixes. • Windowing and UX: Added borderless window support, title bar drag/maximize/restore behavior, work-area-aware maximize functionality, resize responsiveness and performance improvements, and DPI/UI scaling fixes. • Training and data features: Added adaptive depth loss and depth gradients for the EWA rasterizer, mask loading/application fixes, a new combined Ignore+Segment mask mode, --add-splat, --freeze, improved checkpoint and training state handling, and training speed and VRAM optimizations. • COLMAP/equirectangular support: Added SPHERICAL/equirectangular camera model support and canonical EQUIRECTANGULAR handling, along with fixes for undistortion and camera export. This release will be available to all supporters as a Windows binary via approximately in about an hour. At the same time, LichtFeld Studio remains committed to being free and open source under GPLv3 and can also be built directly from source. Please consider supporting the ongoing development of LichtFeld Studio through a donation via the portal or the supporters page. Thank you to everyone who supports this project financially, contributes code, reports bugs, provides datasets, helps with the website, and contributes in countless other ways. A special thank you to our foundational sponsor Core11 and our Gold Sponsor Volinga, whose support has helped make the current state of the software possible. Thank you as well to every donor and to all of our new Bronze Sponsors. Looking ahead to v0.6 For the next major release, work will focus primarily on stability and user experience. This includes improved cleanup workflows and the ability to modify training parameters while training is in progress. I would also like to introduce a native .licht project format that allows users to save and restore their complete editor state. You can find links to our main sponsors below. Please also visit our website to discover all our Bronze Sponsors. Hint: We do not yet have a Silver Sponsor or Platinum 😉

MrNeRF

26,219 Aufrufe • vor 1 Monat

Chiliz's Highlight of The Week: Chiliz Farm: Play & Earn | Mobile Farm Game 🌶️ 🎮 🌶️🧑‍🌾 Take a moment to stretch your fingers, because this week's highlight is going to ask a lot from them. Welcome to Chiliz Farm! ✨ 📚 Introduction: Chiliz Farm is a play-to-earn mobile farm game on Chiliz Chain. It started as a casual Telegram clicker game, like Notcoin & Hamster Kombat, but has already introduced many new features and mini-games such as Snake, Match-three and auto-farmer. Since the launch on August 10th, Chiliz Farm already onboarded 6,000+ users, with over 200,000+ mini-games played and 10,000,000,000+ coins being farmed. 💥 Why to play the game: First of all, it is fun to play! Second, all players will receive an airdrop of the upcoming Chiliz Farm token based on the number of coins you've accumulated in the game. But that's not all! The top 100 players that acquired the most coins, the top 20 players in each mini-game and the most active participants in the community will also receive special NFTs, which will be incredibly valuable and offer unique boosts in the future game where you can earn real tokens. These NFTs will also provide additional advantages within the larger ecosystem. 🏗️ What to expect in the future: Chiliz Farm is dedicated to release an Android & IOS app for Chiliz Farm at the end of 2024. With their own cryptocurrency on Chiliz Chain being the backbone of the mobile based game. This token will have real value, and can be earned by simply taking care of your farm. In addition, they will be integrating NFTs for rare items that will significantly impact your progress. 🤝 Partnerships: Chiliz Farm has already partnered up with one of the major DEXs on Chiliz Chain: KEWL. KEWL Swap integration is coming soon to the Chiliz Farm game, bringing new tasks and opportunities for KEWL's users. 🎮 You can play the game via the following link: Chiliz Farm is an independent third-party project and has no affiliation with or endorsement from Chiliz Group, and their terms. Term and conditions might apply. That's it! Make sure to follow Chiliz, as we will be highlighting KEWL, the first and one of the major DEXs on Chiliz Chain, on next week's edition. 🌶️

Chiliz - The Sports Blockchain

43,464 Aufrufe • vor 1 Jahr

Dagknight technical progress As would be mentioned in a still unshared post by Michael Sutton, the dagknight effort is split into v0 devnet, v1 testnet and v2 mainnet candidate. I’ve been testing the current v0-based implementation in a small devnet with the help of some testers who run nodes and miners with me. The DK work can be thought of as split into two parts: (1) implementing the actual protocol and (2) wiring it up and using it. The testing and development over the last month has been focused on (2). Obviously, DK is a consensus change for selecting parents. What’s not so obvious is that such a change affects DAA, coinbase, IBD, pruning and a lot more. Each of these areas is very sensitive and requires proper understanding to wire correctly. An important consideration and difference from GD is that DK does not focus on maximizing a property like blue work. So to maintain topological properties of blue work, an independent (free) GD implementation is kept running specifically for maintaining blue work. This allows us to keep using the property for topology. Coloring and blue score use the megachain induced by DK. The wiring around DK as of this posting is in a working state, but still needs to be reviewed. Next efforts will be focused on protocol specific components, particularly Tie-Breaking and incremental UMC. Attached are some captures from the internal devnet. The dense DAG image is what happens when things related to DAA or other similar consensus parameter causes a node to insist on their POV. The video is a recent snippet of the KGI running on the devnet showing (perhaps not obviously) DK at work. The current “dagknight” branch is now posted on the main repo. A topic in the Public R&D has been opened for Dagknight development.

coderofstuff

52,857 Aufrufe • vor 5 Monaten

Transformer by hand ✍️ ~ 6 steps walkthrough below Open the hood of a transformer and the parts list is overwhelming: embeddings, positional encoding, attention weighting, self-attention, cross-attention, multi-head attention, layer norm, skip connections, softmax, linear, Nx, shifted right, query, key, value, masking. Which of those actually make the car run? Two of them. Attention weighting and the feed-forward network. Everything else is an enhancement to make it run faster and longer, which is how we got from a car to a truck, and to the word "large" in large language model. So I drew and calculated those two parts entirely by hand. Goal: push five features through one transformer block, filling in every cell yourself. 1. Given Five positions of input features, arriving from the previous block. 2. Attention matrix Let us feed all five features to a query-key module (QK) and read back an attention weight matrix, A. The details of that module are a post of their own. 3. Attention weighting We multiply the input features by A to get the attention weighted features, Z. Still five positions. The effect is to combine features *across positions*, horizontally: X1 becomes X1 + X2, X2 becomes X2 + X3, and so on. 4. First layer Let us feed all five weighted features into the first layer of the FFN. Multiply by the weights and biases. This time the combining happens *across feature dimensions*, vertically, and each feature grows from 3 numbers to 4. Note that every position goes through the same weight matrix. That is what "position-wise" means. 5. ReLU We cross out the negatives. They become zeros. 6. Second layer Let us bring it back down: 4 dimensions to 3. The output feeds the next block, which has a completely separate set of parameters, and the whole thing runs again. You have just calculated a transformer block by hand. ✍️ The takeaway: the two parts are doing two different jobs, and neither one alone is enough. Attention mixes *across positions*, so a feature can see its neighbours. The FFN mixes *across feature dimensions*, so each position can think about itself. Horizontal, then vertical. Then that pattern repeats N times, each block with its own separate set of weights. That is the Nx from the list up top, and that is what makes the transformer run. 💾 Save this post! #AIbyHand #Transformers #DeepLearning

Tom Yeh

25,944 Aufrufe • vor 22 Tagen

Monthly WINR Protocol Development Update: To begin with, the WINR Protocol has distributed $900,000 to token holders, generated more than $500,000 in pure profit for liquidity providers on WLP, acquired more than 5,000 users, and has almost 9% of the supply burned. In the upcoming months, the WINR Protocol, which has been in production for years, will introduce a range of new products and deployments. These developments will represent the practical and technical evolution to V2 of the protocol. Here are the latest updates and further details as they progress: Progress on WINR Bonanza, Casino Hold'em, and Blackjack is nearing completion. These games are in the final stages of testing. Additional games, including a new type of crash game, have been finalized and are set to debut with the JustBet v2 launch. Take a look at the gameplay videos for a preview. These games achieve the long-term goal of providing a full-suite WINR Game Engine SDK, which can be used to build games with complex logic on-chain with modular smart contract infrastructure. For example, any grid slot game that dominates the iGaming industry could easily be developed on-chain using the WINR Bonanza SDK. - Permissionless Frontend Operator SDK Dashboard Release: March is poised to be a milestone month with the launch of the Frontend Operator SDK dashboards. These dashboards will enable any WINR Labs game to be seamlessly deployed on frontends, marking a significant advancement in protocol accessibility and integration for future games developed by independent iGaming developers. The frontend operator can deploy any game they choose through a few simple steps while utilizing 10,000 WINR per game via the WINR Game Factory smart contract. Each operator is assigned a unique smart contract address(es) for every game they deploy, allowing their revenue to be tracked independently. The deployment process includes instructions on integrating the game as a package into the operator's frontend. In subsequent phases, the games will transition through WINR Chain, streamlining user onboarding steps like wallet connection and token bridging to Arbitrum. This abstraction will make it easy for any web2/web3 platform on any chain to seamlessly integrate WINR-based games with just a few clicks. The new budget system changes how the revenue is calculated on the protocol and will see daylight with frontend operator, Solana, and Fantom deployments. This model was first tested with a lightweight version on and gave a lot of actionable feedback. Shifting from the existing bribe model, which in practice distributes almost half of the edge of the games in volume to WINR holders, the brand-new budget system checks the profitability of WLP. It distributes a larger part of the profit to game providers, frontend operators, and, most importantly, WINR holders. Any time a game's budget is in profit, a part of every loss is distributed to stakeholders. Here is an example: 1. The WINR Bonanza Game has a 10,000 budget for a frontend operator. 2. Let's assume the bet amount was $50, and Bonanza paid back $10 on that spin. That leaves $40 of pure profit. 3. This is distributed amongst 50% to WLP, 20% to frontend operators, 20% to WINR holders, and 10% to game providers. 4. To achieve this, V2 of WINR Liquidity Engine (WLP) will have a buffer for purchasing and selling, working in epochs to determine the above distribution and math. - Solana Deployment and Expansions: Solana audits are in their final phase, and frontend tests are ongoing. Solana launch will be alongside the V2 launch of @JustBetOfficial, with a chain switch available on the top bar. The VRF system WINR developed already is seeing requests from builders around the Solana ecosystem, and this will over time add an extra layer of income to the protocol. Solana's bankroll, at first, will be a lighter version of WLP but will inherit the above-mentioned budgeting system to generate income immediately upon launch. - Fantom Deployment and Expansions: Fantom's upcoming Sonic upgrade, with its 200ms finality and fast block production is a perfect chain for WINR Protocol to expand. Through the partnership with WINR Protocol will tap into a brand new user base on Fantom. The bankroll on Fantom will consist of FTM and stables. The launch is planned for late March or early April. This expansion aims to open up new markets and collaborations with fresh teams. which operates independently, will integrate a broad spectrum of WINR technologies, including WINR Account Abstraction, WINR VRF, and WINR games, marking a pivotal step in WINR Protocol’s journey of horizontal expansion. - XAI VRF Deployment Progress Update: The WINR Account Abstraction Wallet and WINR Verifiable Random Function (VRF) deployment on the XAI 🎮⛓️ is well underway, with the majority of the work completed. This step forward showcases WINR's expansion beyond gambling and trading, highlighting the protocol's adaptability and commitment to broadening decentralized services. The process to automize and permissionlessly let game developers start using WINR VRF by paying (and burning) fees in WINR will launch alongside WINR VRF deployment on XAI and expand to further chains to help DApp builders with the tooling they need. This process will work very similarly to frontend operators, where DApp builders will be able to easily deploy their VRF contract, pay the WINR fees, and enjoy the fastest random number generation transaction, as showcased on @JustBetOfficial for some time. - JustBet v2 Development Update: Set to launch in March, the last testing phase with long-time community members of JustBet V2 is underway. Boasting a completely refreshed look, JustBet v2 aims to captivate more users with its modern features, a significant upgrade from the classic JustBet designed in 2019. Expect dynamic animations and a user experience that rivals traditional web2 casinos, setting a new standard for online gambling platforms and serving once again as proof of concept for all the new WINR features and infrastructure set to launch over the coming months. As always, WINR Labs simultaneously develops protocol infrastructure and platform to best address the needs of one and only goal: horizontal expansion. Easter eggs: Upcoming Gitbook update with all the technical information of WINR V2. CEX listing. Detailed product pages on WINR web. Pyth competitions. WIP-4 and WIP-5 are ready to deploy. And an 🪂

WINR

37,891 Aufrufe • vor 2 Jahren

"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ÂRF

m0ment0

133,194 Aufrufe • vor 2 Jahren

Sipher Odyssey and SipherAGI Update Dear Sipher community, 🔴 Sipher Odyssey is in its final stretch before Global Launch. • We’ve built over a year of live content, ensuring players will always have fresh challenges and events to return to. • Based on community feedback and play data, we’re refining FTUE and monetization systems so the game launches stronger, with better retention and long-term growth. • Sipher Adventure (World Exploration / Story Mode) is coming very soon to make onboarding easier for new players. The core roguelite ARPG depth remains intact for our midcore to hardcore community. While we won’t rush at the expense of quality, the launch timeline remains in our control. We’re focused on getting it right. We will deliver a launch that’s impactful from day one and sustainable over the long term. 🔴 Beyond Sipher Odyssey: The SipherAGI Vision While Sipher Odyssey is our flagship, it’s only the first chapter. Our roadmap has always been about Sipher AGI, building not just one game, but an ecosystem of impactful and lasting products across three pillars: • AI ( GAIA, KAIO) → AI and tools that enhance gameplay today, while also evolving into a platform that empowers creators and game developers in the future. • Gaming (multiple titles) → Sipher Odyssey, Sipher Strife, and a new soulslike is in development, with more ambitious titles planned to follow. • Infrastructure ( Funki✌🏻 ) → Our own Ethereum Layer-2 built on the Optimism Stack. Running our own chain gives us control over fees and incentives, cycling value back into the ecosystem. Superchain connectivity ensures a seamless experience for players. Each of these pillars connects through $SIPHER, our ecosystem token. Value accrues back to token holders across all our products and future titles. 🔴 Why This Matters Even in a challenging Web3 gaming market where many studios have closed, Ather Labs has a secured multi-year runway. This stability allows us to focus on delivering great games and ecosystem products without rushing into unfavorable deals. 🔴 What’s ahead: • Launch Sipher Odyssey strong • Expand with impactful titles and experiences • Advance GAIA and Funki Chain to make SipherAGI more than just a game studio, an AI × Gaming × Infrastructure ecosystem Thank you for being with us on this journey. advance, AtherLabs Team

SIPHΞR

11,925 Aufrufe • vor 11 Monaten

⚔️ Kingdom Come Deliverance first impressions ⚔️ Loving it so far, basically a medieval detective simulator that really doesn't care that you are the main character. And I'm all here for it. ▪️The WORLD is the real star of the show here and even though it's got plenty of jank and lots of copy and paste NPC faces, it just feels so IMMERSIVE. Even the UI just transports me to the times with a bright colourful medieval art style. ▪️The MUSIC I love, absolutely sells the world and basically ASMR as you trot around on your horse through the world. ▪️THE Combat is a real interesting one, it's got quite the learning curve which I actually LIKE, it definitely has some jank to it as well but I really appreciate the attempt at an original and nuanced combat system. (Having to stop your bleeding with bandages is really cool) ▪️The Story has gripped me (19 hours in so far) And while it seems a simple revenge story on the face of it, I think the story is more about Henry making his way through the world after the horrors of Skallitz. The writing quality is top notch as well as the quest design also. ▪️The CHARACTERS are amazing and the humour is top notch. I'm not sure the last time I laughed so much at a game. Henry is great and so well voiced by Tom McKay This really feels like Warhorse Studios have put a lot of love and work into making an authentic medieval world and as a bit of a medieval nerd I can't get enough of this game. A True RPG as well by all accounts, the game really makes me think hard about how to approach situations. Also I can't wait to get to KCD2.

KJPlays

63,735 Aufrufe • vor 7 Monaten

🚨 CHINA IS RACING TO BUILD A SPACE SOLAR POWER PLANT THAT COULD BEAM ELECTRICITY FROM ORBIT TO EARTH. Scientists at Xidian University have successfully tested a ground-based system that can wirelessly transmit kilowatt-level power over 100 meters using microwaves. Their ultimate goal is far more ambitious: placing large solar power stations in geostationary orbit (36,000 km up), where sunlight is available 24/7 with no weather or atmosphere blocking it. The project, called Zhuri (“chasing the sun”), uses mirrors to concentrate sunlight onto solar panels, converts the electricity into microwaves, and beams it down to a receiving antenna (rectenna) on Earth. Why this matters: • In space, solar energy is up to 6 times more efficient than on Earth because there’s no night, clouds, or atmospheric filtering • A single large space solar station could theoretically generate gigawatts of continuous clean power enough for millions of homes • The team has already proven the system can beam power to multiple moving targets at once • China is now among the world leaders in this technology, alongside the US and Japan The deeper implication: Space-based solar power has been a dream for decades because it could provide truly baseload renewable energy. While the technical and financial challenges are enormous (building massive structures in orbit, precise microwave beaming, and safety), steady progress like this brings the concept closer to reality. If successful, it could fundamentally change how humanity generates and distributes energy moving power collection off the planet entirely. Near-term applications could include wirelessly charging satellites or powering future lunar bases. Do you think space-based solar power will become a major energy source in the coming decades, or will it stay too expensive and complex? Follow for more frontier energy and space technology developments.

TheNewPhysics

15,361 Aufrufe • vor 1 Monat

Has been a while since I've given an update so here's a breakdown of where Sappy is at right now and what we're focusing on going into this year. Pre-amble: With altcoins & NFTs the market is definitely not the same as it was before. I think this is obvious to everyone but I've noticed there are still japanese soldiers that are convinced old tricks and mechanics work. They don't. Liquidity is thin; people want to bid assets that feel like "real companies" not vacuous memecoins. There's still room for memecoins, social currencies, and "utility tokens" (I would say without these functions, tokens are hard to justify versus equities). I'm not part of the camp that thinks there will never be hyperspeculation in crypto again, because there will be; we all love ponzis and PvPing each other onchain. Just not with solved games -- people need something new and fresh. So the overarching plan is to continue building for users, sustainable revenues that aren't tied to directly to crypto, and doubling down on the areas that we've already found PMF / Brand Market Fit. Then leaning into crypto during cyclical periods where liquidity is sloshing around at an accelerated rate. Where we've found early PMF / what we're leaning into: Roblox: we're going to continue to go hard and accelerate here. It's our main objective to ship more seal/brainrot focused games across most genres to cast as wide of a net as we can for the brand, and to also iterate and see what works and stays sticky. Our initial incursion into Roblox was very successful peaking at 2M+ MAU and still sustaining a large portion of that player base... for all of its success, that was a relatively amateur first attempt; we've been setting up better AI pipelines for Roblox development that makes it reasonable to ship many more games and 10x those player counts in totality. It's my belief that Roblox is the sandbox whose audience will be the most valuable on the internet once they are grown up. That intense feeling you get when you see a TikTok referencing an old game you enjoyed on the PS2 or the Gamecube, or when you see a Pokemon card is the exact same feeling the youth of today will get when reminiscing on the things they enjoyed engaging with when they were younger. Fortnite and Roblox are functional equivalents to the old school consoles and exactly where that is taking place. Which is why as much as I care about scaling revenues through Roblox, the long term brand equity gained purely through being popular on the platform is totally invaluable. It also can heavily convert to merchandise sales today if all touchpoints for the brand are dialed in (which is why brands get overcharged so much by Roblox dev shops for the same ROI that only cost us a few thousand $). We have the playbook, it's just about iterating new concepts and then aggressively scaling. Brand Expansion & Merchandising: I've started to create a content pipeline that is easily repeatable, cost efficient (costs next to nothing through either AI or smart reusable concepts), while still being very tasteful and meeting our quality standards for the brand. We are mostly focusing here on reaching people where they're at through nostalgic/emotional content, or just being visually stimulating through carefully curated aesthetics. Content that isn't superficial and touches people in a memorable way. I've attached some examples to the post so you can see what I mean rather than just read it. I don't think it's long until larger brands start doing this at scale, but it's always good to be ahead of the curve and most importantly winning on taste -- knowing what will resonate with people and what won't has always been our edge. The purpose for these accounts is not only to rack up attention but also to begin converting those into sales of both of physicals (plushies & gacha collectibles) and digital avenues like our games, and any other apps we produce. Because they're offshoot accounts it's also a lot easier to be aggressive/experimental with said conversion strategies. Sappy Studio: I'm wrapping everything like Omnia, and everything else into this category because they're all tangentially related. Beginning with Omnia, our current focus is gearing up for Season 0 which involves players competing in the ranked ladder for a prize pool that has rewards through Monad Momentum as well as a player-funded prize pool. This season will be fairly simple with us mostly logging retention, deck building habits, as well as qualitatively observing how aggressively players push the combat system. Deeper monetization wont exist yet outside of the player buy-in (to be eligible for P2E rewards). Beyond that our overarching principle this year is to focus heavily on risk-to-earn mechanics where a portion of that excess value is circular i.e. revenues flow back to prize pools or other parts of the economy, treating the game almost like a protocol where the objective is to amass TVL or player liquidity. Social is also a big focus, and that means implementing the Open World hub which from an infrastructure perspective has already been built out and tested by all of you previously. Right now we are scaffolding the environment in 3D and working through how that hub should look and feel, so players are excited to hang out & idle together while they're queuing. For sappydotlol, what I'm about to say is still early days from a design perspective so a lot can change, but I'm pushing the site in the direction of being a virtual game console. An intersection between Nintendo & Myspace where users can play, trade, and socially interact in a way that's deeply personalised; a breathe of fresh air from the hostility of the current internet. If you go back to my thesis on Roblox above and the game console references, you can kind of see how this will all sequentially tie together. In essence, the strategy is to acquire a critical mass of players through traditional platforms like Roblox, and use that attention and trust to provide an onboarding funnel for web2 users into our own sandbox filled with a mixture of our own browser-based experiences as well as an aggregation of others. The aim is to make the platform a breath of fresh air & bunker from the enshittified platforms like TikTok/IG/X where users are actually served in ways that delight rather than agitate, and where self-expression is incentivised. Closing: As always everything here is subject to change but I've never felt more conviction in our direction until now; I know exactly what we need to do and how, with everything aligning with our team's strengths. Very excited and grinding through things to the point where I'm getting headaches and can't sleep from being hyperfocused for long periods of time lol. There probably has never been a better time to join the ecosystem from a price to fuck around and find out perspective.

wab.eth

18,190 Aufrufe • vor 7 Monaten