POPULARITY
YouTubeはこちら→https://youtu.be/zS4XrJMtMQk WaveHack Globalのエントリーはこちら→ https://www.wavehack.global/jp IVS Cryptp/EDCON/WebXのディスカッションチケットを得ることができます。 ETHGlobal Londonについて https://ethglobal.com/events/london2024 Finalist一覧はこちら:https://twitter.com/ETHGlobal/status/1769417544329240965
Mattias Braach-Maksvytis is an expert boulderer and a doctor of PhysioTherapy from Australia. This episode is all about dynos! Ethan Pringle joins us for another fireside chat as we talk about how Mattias became “the dyno guy” in Rocklands, categories of difficulty and how to grade dynos, how training his legs made him a better all-around boulderer, the key to having the best trip of your life, changing his mindset and enjoying his climbing more than ever, and much more!Check out The Nugget on YouTube:youtube.com/@thenuggetclimbingThe Nugget is brought to you by BetterHelp!betterhelp.com/NUGGETUse this link for 10% off your first month!Check out Wonderful Pistachios!WonderfulPistachios.com to learn more!Check out Rhino Skin Solutions!rhinoskinsolutions.comUse code “NUGGET” at checkout for 20% off your next order!And check out EP 22 with Justin Brown to learn more about how to use Rhino products!Check out PhysiVantage!physivantage.com (link includes 15% off coupon)Use code "NUGGET15" at checkout for 15% off your next order!Check out Rumpl!rumpl.com/nuggetUse code "NUGGET" at checkout for 10% off your first order! We are supported by these amazing BIG GIVERS:Leo Franchi, Michael Roy, David Lahaie, Robert Freehill, Jeremiah Johnson, Scott Donahue, Eli Conlee, Skyler Maxwell, Craig Lee, Mark and Julie Calhoun, Yinan Liu, Renzollama, Zach Emery, and Brandt MickolasSupport on Patreon: patreon.com/thenuggetclimbing Show Notes: thenuggetclimbing.com/episodes/mattias-braach-maksvytisNuggets:0:05:26 – Exhales and accents0:08:02 – How Mattias and I first met outside a bathroom in Hueco0:11:26 – Becoming “the Dyno guy” in Rocklands, and his dyno resume0:18:16 – His first hard dynos, and early trips to Font0:21:06 – Hotspots for dynos around the world, and the new 8C/V15 dyno in Spain0:23:57 – Trying an obscure dyno in Bishop, and beta mining0:25:36 – ‘The End' 8A in Rocklands, and what makes a good dyno0:28:08 – Dyno FAs in Rocklands, and dynos that are ahead of their time0:32:12 – ‘Industry of Cool' 8A+, getting better at coordination dynos, which types of dynos hold their grades0:35:15 – How to grade a dyno, and categories of difficulty0:41:01 – Mattias' 8C dyno project, and having his best year of climbing ever0:43:01 – Changing his mindset, and becoming more playful0:51:58 – Needing reference points to determine grades0:53:45 – Training for his 5-year dyno project1:00:10 – Dyno technique, and breaking down the move1:04:19 – Right-handed 8A dynos in Rocklands, and the morpho nature of dynos1:08:36 – Nobody trains legs, how much Mattias weighs, and how increasing his leg strength helped his overall climbing1:11:11 – Getting hit by a van, and how rehab made him stronger1:13:36 – Why he was so psyched to send ‘Caroline' 7C+1:16:16 – Other trip highlights, and why lumbrical injuries have become more common1:23:55 – Being a sub-max comfortable guy, and not needing to do projects right now1:27:15 – Enjoying the chossy lowball, and letting go of pressure to send the mega1:32:43 – Coercing Mattias to try ‘Black Shadow' on his last day, and his level of fatigue at the end of the trip1:36:41 – Why the Basecamp boulder took so long to get developed1:37:43 – Spraying the tick list1:42:45 – The key to having the best trip of your life1:43:49 – Aligning your inspiration with your ability1:46:27 – Is it possible to climb near your potential after 2 months in Rocklands?1:49:45 – Starting his business ClimberCare1:54:47 – Studying to become a doctor of PhysioTherapy, and his evolution as a climber1:57:46 – Wobblers2:03:34 – Ethan's punt on ‘Rodan' 33/8c/5.14b in Waterval Boven2:07:00 – Self-deprecation and kindness2:10:02 – Drawing inspiration from the mutants2:11:21 – V14 goals2:15:50 – Better yeet your meaties
On this episode of Remote Ruby, we have an awesome guest joining us. Today, we have Ken Collins, who's a Principal Engineer and Cloud Architect at Custom Ink, an active member in the Ruby community for over fifteen years, a Microsoft open source contributor, PC Gamer, and an AWS Serverless Hero. We have so much to discuss today, as Ken fills us in on Lamby, Custom Ink, how Lambda evolved, a gem called Lambdakiq, and if you're looking for cost optimization, why Lambda is the best compute service out there. We'll also learn how CloudFormation can help developers, how CloudWatch Events is used, and we'll hear about the different database options Amazon has such as Aurora Serverless, DynamoDB, and RDS. If you've never used Lambda, it's a good time to try it out. Andrew realized he's in the perfect place to try it since he recently built a proxy one. Download this episode to learn much more! [00:01:52] Ken tells us about himself and his background[00:04:47] Custom Ink makes some great products, and we'll learn how Lamby came to be, the stuff they build, the cool tech behind it, and the services, such as AWS Lambda.[00:08:16] How did Lambda evolve?[00:09:17] Ken details what the OCI format is, and how Lambda works compared to deploying to a traditional server. We hear about Lambda releasing Function URLs, a free API gateway, and what it does.[00:12:16] We hear the whole process from end-to-end, starting from a web request, what happens, how it gets to Rails, Dynos are running, the database gets affected, and how those containers can be used for other things like an event driven architectures.[00:16:03] Chris asks Ken how Kubernetes and Lambda compare. Also, we hear how background jobs and cron jobs fit in, and a gem that Ken wrote called, Lambdakiq.[00:20:30] How does Ken manage connections being made and the events being sent to the right place? Also, Chris wonders if CloudFormation is something you should learn as one of the starting points or you should later for it to be more useful, and Ken tells us about the AWS Cloud Development Kit and what it does.[00:24:10] Amazon has many different database options and Ken explains that you can use any database you want, wherever you want.[00:25:39] Ken explains the differences between Aurora Serverless, DynamoDB, and RDS. [00:30:23] We're going back to talking about Lambda now and Ken tells us about their website, a documentation website where they cover things, and a Quick Start Guide on how you can deploy a new Rails APP on Rails 3.2 to Lambda in 5 minutes.[00:33:02] Chris mentions how Taylor Otwell modified Laravel to run on Lambda, and Vapor is their tool for deploying to Lambda.[00:36:25] Are there any gotchas? Chris heard people were talking about Rails being slow to boot and issues with connecting to your Lambda to a VPC was slow. Ken tells us the VPC has been solved very well.[00:39:31] Ken and Chris chat about the hardest things are learning and change management, like setting up CI for the first time can be challenging, Heroku is amazing but has its limits, and using CloudWatch Logs which is a change for people. Also, Ken shares a hotspot with Lambda, and he tells us about Lambda Punch and New Relic. [00:42:47] Ken tells us to use CloudWatch Events for setting up Cronjobs that run on a schedule.[00:44:51] Chris wonders if there are concerns or ways you have to change things for assets, and Ken explains what they do with turning on the magic environment variable, but if you need something else, it goes into the CI/CD Pipeline creation.[00:48:30] Andrew is going to try Lambda now, and we hear Ken's thoughts on how different development is from production when you use Lambda. Find out why he loves Microsoft's Development Containers Specification, and Chris mentions DHH's MRSK project and what it's going to do.[00:56:06] Find out where to follow Ken, if you're interested in Custom Ink, check them out, and please try out Lambda because he could use some contributors to help write the guides.Panelists:Jason CharnesChris OliverAndrew MasonGuest:Ken CollinsSponsor:HoneybadgerLinks:Jason Charnes TwitterChris Oliver TwitterAndrew Mason TwitterKen Collins TwitterKen Collins GitHubKen Collins (Dev.to)Lamby-GitHubCustom InkCustom Ink ProductsLambdakiqAmazon Aurora ServerlessAmazon DynamoDBAmazon RDSLambyFull Stack Radio Podcast-Episode 120-Taylor Otwell-Serverless Laravel with VaporLambda PunchNew Relic-GitHubAmazon CloudWatch EventsDevelopment ContainersRemote Ruby Podcast-Episode 165: GitHub Codespaces & Docker with Benjamin WoodMRSK: Deploy Web apps anywhereRuby Radar TwitterRuby for All Podcast
After a few weeks off for a wellness break, Brian (@ffjunkie_) and Josh (@Rotonaut) are back to bid the 2022 season adieu with the Dynos, our take on a fantasy football awards show. Who rose? Who fell? Who resembles 9th president of the US, William Henry Harrison? Find out those answers plus more. Subscribe to this GF2 Live podcast feed and leave us a review. Catch the show live on Saturdays at 7:30 PM ET on the Going For 2 Live YouTube channel. Thanks for listening...
Carl Chastain, Research & Development Manager; Henry Tecza, Dynamometer Sales Lead, and Jay Carpenter, International Liaison Dynamometer Sales. Hosted by Jeff Hammond from SiriusXM ch 90, Late Shift. Presented by ARP, Inc. & Performance Plus Global Logistics.
Colin McFaul talks about building a hiring platform with Django and Python. It's hosted on Heroku with 2 Dynos.
Jesse Hunt talks about building a site to view 3D scans of cars with Django. It's hosted on 2 Heroku hobby Dynos.
We explored the land of gritstone for Peter's Bday, Dynos and cake... yeh booooooyyyyyooooooooo
This weeks episode is about Via ferreta and climbing everthing we see! The pig and the bear had a walk around sefton park and found lots of Dynos!
We talk about how to get more power out of your Shovelhead through the oiling system, why your shitty tires don’t work, Dynos, and Syn 3. We also take it to the streets of the interweb to see if the forums have anything of importance to say. (Spoiler Alert: they don’t.) Song of the Week Nickelus F; Tanqueray.
Sahaj Sharda, CEO and founder of Dynos and author of the book Extinction of the Price Tag is guest on this episode of DC Entrepreneur. Sharda speaks about his book, which he published with New Degree Press as part of his studies at Georgetown. He speaks about how companies are benefiting from dynamic pricing, who is using it, and how he became interested in the topic. Sahaj also talks about his company Dynos and how he applied the concept of dynamic pricing to drive customers to the the local restaurant scene in off-peak hours. Support the show (https://www.patreon.com/georgeindc)
L5P Week on the Diesel Performance Podcast continues. In this episode, Gale Banks explains why the L5P is his "go-to" engine for military applications. The DPP is revisiting all L5P related episodes this week to correspond with the announcement that 17+ Duramax tuning is on the near horizon. Special Thanks to Our Sponsors: Wehrli Custom Fabrication WCFab.com Exergy Performance exergyperformance.com Calibrated Power Solutions Calibratedpower.com Duramaxtuner.COM
Sahaj Sharda, Founder, and CEO of Dynos, a dynamic pricing startup intent on creating a pricing revolution in the restaurant industry, shares insights from his book The Extinction of the Price Tag: How Dynamic Pricing Can Save You. Learn how to apply the principals of dynamic pricing to any business model, to increase profitability while creating more value for your customers.
Mike, Tom, and Tad in studio. Someone help Chief from the 405. The 80s called and they want their sox back. Jeez dude. A caller from really close by calls in to tell us he took none of our advice. He wanted a blower and decided to go with a nitrous kit. Clearly Mike wasn't paying attention at first, but I will side with Mike on this one. 150HP wet on a dry manifold should be ok, but man that is touchy when you get on them hard. We know they can work but those manifolds were designed for air. Always use a good tuner and talk to quality guys like NX Nitrous Express. Tonight Allison Black from Dynocom gave us some good info about Dynocom. If you don't know about chassis dynos you can pick up some info here. Allison was good enough to explain some of the products, and more importantly, the pros and cons of Pods. (also known as hub dynos) Quite a few answered questions and reasons to use one VS the other. They have lots of features in the programing and it sounds like they have lots of good software advances in their latest offering. If you are looking for a Dyno, give them a look. Live again next week Monday night at 7:00 PM EST on Mixlr.com. Call in number 908 751 0211. Live callers welcome, and this will be the line for giveaways. Like us on Facebook by going to Power and Speed Podcast and follow us on Twitter @powerspeedpod. Listen to past archives on your favorite Podcast App, Tunein, YouTube, and SoundCloud.
The legendary Gale Banks returns to the Diesel Performance Podcast. In this episode, Paul, Danny, and Nick Priegnitz learn about Gale's work with the new Duramax engine, the L5P. This episode examines the L5P's bottom end, along with the engine's amazing performance potential. Gale hopes to use the new design to reach 400 mph with a diesel at Bonneville The credit goes to GM, according to Gale. All the new and improved features on the L5P grew from GM's own design team. Gale and Nick then get into the weeds on DYNOs - a mutual passion. Gale believes DYNOs should focus on measuring the horsepower and torque for specific performance applications, like drag racing, sled pulling or engine design. He cannot understand the usefulness of the so-called DYNO-Queens or trucks built for the purpose of hitting a number only. The podcast with Gale concludes with a detailed discussion about air density in diesel performance. Gale also describes a new device that will measure boost air density called the iDash C(2)i - which stands for command, control, and information.
The Diesel Performance Podcast welcomes the legendary engine builder and performance visionary Gale Banks of Banks Engineering. Wow! That's the best word to describe this podcast. Danny, Paul and Nick Priegnitz spend more than an hour downloading Gale's vast memory - nearly 60 years - of innovation in diesel performance on both land and water. Gale's first experience with turbocharging dates back to 1966; first twin turbo engine in 1969 - it was a marine application. In 1978, Gale turbocharged GM's 6.2L diesel. In 1987, he built the powertrain behind the world's fastest passenger car - a twin-turbo build that hit 283 mph at Bonneville. Today Banks Engineering develops military applications for the latest diesel from GM, the L5P. Specifically, Gale is developing powertrains for the Joint Light Tactical Vehicle (JLTV) for military vehicle builder Oshkosh. The spectrum of topics includes an insightful discussion about air-fuel ratios, DYNOS, and the decision to use Duramax engines in military vehicles instead of Cummins. If a podcast could make you gain weight, you'd put on several pounds with this episode. It's a full, seven-course meal of knowledge and information that gets a little rowdy. Enjoy.
Tony says that 20 years in the industry has taught him how to sniff out BS… Tony also talks about ID’s new fuel pump controller and how it’s going to change the game. He speaks on software he uses in his business: Wrike for project management, Gmail and Freshdesk for email. Stay tuned at the end for a candid conversation between Reid and Tony about the tools he uses to handle the hundreds of emails he gets.
Pantheon is a website development, deployment, and hosting platform. But they aren’t just any host. They like to think of their product as a hosting killer, because in their mind, they do much more than just hosting. I heard about Pantheon for the first time last year, when it was a Drupal-only platform. When Pantheon announced last week that their platform would now support WordPress, I knew I had to check it out. I spoke with Josh Koenig, one of the co-founders of Pantheon, and the Head of Developer Experience for the company. You can listen to our entire half hour conversation here: http://s3.amazonaws.com/PostStatus/DraftPodcast/pantheon-josh-koenig-post-status-draft.mp3 Direct Download How Pantheon works Pantheon markets itself differently than most hosts. For one, they target developers. They think about developers all the way down to the way to pay for services; they have a feature for developers to invite a client to pay for a service they’re managing, versus a client needing to share access with their developer. The way Josh describes Pantheon, it’s more like Heroku than a traditional host in terms of how it runs. A Pantheon customer, like a Heroku customer, is on the exact same platform as every other customer. For scaling, Pantheon simply adjusts the number of containers that are running, similar to Heroku’s Dynos. The containerization is much more nimble and much more efficient than virtual machines are. … If you have a bunch of virtual machines that are all running websites, they’re probably all running the same server software, using the same libraries, but they’re doing many copies of that for every virtual machine, whereas we have one host endpoint and that can share all the common binaries, all the common libraries, for all the containers that are located there. Containers can spin up in ten or fifteen seconds, much faster than scaling your website from one type of hosting (like a shared environment) to another (like a VPS) with a traditional host. How Pantheon compares their platform to traditional hosts Using Pantheon Every new user gets two development environments with Pantheon for free. To begin, it asks you to start a new project or import a site. I was able to easily download my files and database into one zip file from WP Remote, and I purposefully did nothing special to make it easier on Pantheon. When I uploaded my backup, I was amazed that in around one minute, it had perfectly imported my site, extracted and connected the database, edited my config file for the Pantheon setup, and my development website was ready to go. There were some UX things with the dashboard that were a little weird to me. It took me a few minutes of digging around and figuring how where and how to do things. But once I got the hang of it, I could see how I could easily get used to a system like this. As far as developing with Pantheon, you can work locally very easily, as their dev sites come setup as a Git repository and the Git clone URL is ready and waiting from the start. Or a developer can quickly grab SFTP connection details from the dashboard and edit their site straight in the development environment. Once you are happy with your website, Pantheon makes pushing to testing and live servers easy, right from the dashboard. Pantheon also has a paid feature called MultiDev, which allows for Git branching through the dashboard to quickly create entirely new installs for testing, training, feature building, etc. From a branch, users can then merge the code back to the main site through the dashboard. Is Pantheon different from other Managed WordPress hosts? I was curious how Pantheon is really different from a WordPress managed host like WP Engine, Pressable, or Pagely. They certainly aren’t marketing themselves as a managed host. They are trying to expand their marketability beyond that. The way Josh describes it, what makes Pantheon different is the smoothness of the development workflow, with automatic and simple management of development, testing, and live environments. Another item Josh highlights is that Pantheon allows for more than just WordPress websites. This is something I’d never really considered, because I’ve never had a need beyond a WordPress website, but I can totally understand why a development shop that does both Drupal and WordPress work would really enjoy this. Finally, Josh says that the smoothness of their scaling experience with their containers sets them apart. Pantheon is one platform. Our biggest sites and our free sites all run on one coherent platform. So we really can say, ‘If you can make it work on your free dev site and you like the performance you got there, we can scale that to millions of users and you won’t have to, like, go through a migration.’ Josh said that they are pushing billions of pageviews per month on the platform right now, most of which are currently Drupal sites since the WordPress setup is so new. While his statement about a single platform makes sense, I do think it’s more complicated than that. For one, it assumes the code quality is good. This is exactly why WordPress.com VIP reviews code before deploying to their system, even though it can also easily scale for large websites — any large website needs quality code running. So I hope that Pantheon has a way to determine that, or plans to police plugins and code a bit, as other managed hosts have done. Whether Pantheon is truly different from managed hosts like Pressable, WP Engine, and Pagely, I don’t know. I think that they are after a more developer-centered audience means their tools may evolve further beyond what other options offer. However, they are an opinionated platform, just like other managed hosts. You won’t have cPanel and the things that come with it. Multisite could be a pain (or maybe not available, I’m not sure). You’ll need a different solution for email. These things are fine, and they are what we’ve come to understand as part of working with a managed host. Pricing for Pantheon Pantheon isn’t cheap, but it’s comparable to other managed hosts. They bill mostly on pageviews, though Josh notes it’s not a hard barrier (also consistent with how I know others work). The personal plan is $25 per month. Professional plans are $100 per month, with a $30 add-on for SSL. Their business plans scale to 1 million pageviews per month and dedicated phone support, for $400 per month. In our conversation, we used my own site as an example. I have one site I really care about and am willing to pay a decent amount for hosting — this one. Other than that, I manage a few small websites for friends and family. In a situation like mine, Pantheon would probably not be my only host. With other managed hosts, I can easily tack on domains for lower priority sites, mixed in with my main website account. Though Josh did throw out some interesting ideas about how they might actually want to offer “hobby” site hosting in the future, perhaps even for free — further evidence for their developer target. Additionally, as I noted earlier in the post, it’s easy to invite a client to pay for a new site, without having to use different credentials. Pressable has a similar setup for this, which I really enjoy. Is Pantheon a game-changer in WordPress website management? I think Pantheon is going to raise the bar for WordPress hosting. I don’t think they’ll suddenly convert the tens of thousands of customers currently using various WordPress managed hosts, but I do think others will integrate some of the features (and marketing tactics) from Pantheon. Also, Pantheon isn’t new to this. They have a team of 30, appear well funded, and have a couple of years of experience doing this with Drupal already under their belt. I know it’s a bit lame to do so, but I think Andrew Nacin, a lead developer for WordPress, really nicely highlighted how Pantheon has targeted features that could help them gain serious traction in the WordPress development community. . @getpantheon has all the stuff I’d be looking for in a host: awareness of the application stack, focus on scaling, CLI access, rsync, etc. — Andrew Nacin (@nacin) March 20, 2014 This is for professional web developers doing professional web projects. Josh said this toward the end of our interview. I think if they stick to this tactic and this marketing, Pantheon could really do great.