Podcasts about 2mb

  • 171PODCASTS
  • 699EPISODES
  • 38mAVG DURATION
  • 1MONTHLY NEW EPISODE
  • Mar 30, 2025LATEST

POPULARITY

20172018201920202021202220232024

Categories



Best podcasts about 2mb

Show all podcasts related to 2mb

Latest podcast episodes about 2mb

古川福音自由教会 礼拝メッセージ Podcast

実施日時: 2025年3月30日 日曜礼拝 メッセンジャー: 門谷 信愛希 牧師 聖書箇所: IIペテロ2章1〜3節 長さ・サイズ: 41:42 (19.2MB) 内容紹介: 「時代は変化しても、変わらない福音の本質」。ペテロが今回、伝えようとしているのはまさにそのことでした。しかし、実際の教会シーンにはさまざまに逸脱した教えが蔓延することがあります。ペテロはその逸脱を見抜くための基準を私たちに教えてくれています。それは、「新しい教え」が現れては消えする時代を生きる、現代のクリスチャンにも当てはまることでした。聖書から、ペテロが語る「偽りを見抜くための基準」を見ていきます。

Merge Conflict
452: Building a 2MB iOS app in Swift & Xcode

Merge Conflict

Play Episode Listen Later Mar 3, 2025 40:45


Frank is off building amazing things for iOS and they are tiny, but feature rich. How did Frank build his latest app to be only 2MB in Swift? Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Facebook, Website, Chat on Discord Music : Amethyst Seer - Citrine by Adventureface ⭐⭐ Review Us (https://itunes.apple.com/us/podcast/merge-conflict/id1133064277?mt=2&ls=1) ⭐⭐ Machine transcription available on http://mergeconflict.fm

52 Weeks of Cloud
Rise of Microcontainers

52 Weeks of Cloud

Play Episode Listen Later Feb 21, 2025 7:23


The Rise of Micro-Containers: When Less is MorePodcast Episode NotesOpening (0:00 - 0:40)Introduction to micro-containers: containers under 100KBContrast with typical Python containers (5GB+)Languages enabling micro-containers: Rust, Zig, GoZig Code Example (0:40 - 1:10)// 16KB HTTP server exampleconst std = @import("std");pub fn main() !void { var server = try std.net.StreamServer.init(.{}); defer server.deinit(); try server.listen(try std.net.Address.parseIp("0.0.0.0", 8080)); while (true) { const conn = try server.accept(); try handleRequest(conn); }}Key Use Cases Discussed (1:10 - 5:55)1. Edge IoT (1:14)ESP32 with 4MB flash constraintsTemperature sensor example: 60KB total with MQTTA/B firmware updates within 2MB limit2. WASM Integration (2:37)Millisecond-loading micro-frontendsComponent isolation per containerZero initialization overhead for routing3. Serverless Performance (3:11)Traditional: 300ms cold startMicro-container: 50ms startDirect memory mapping benefits4. Security Benefits (3:38)No shell = no injection surfaceSingle binary audit scopeZero trust architecture approach5. Embedded Linux (3:58)Raspberry Pi (512MB RAM) use case50+ concurrent services under 50KB eachHome automation applications6. CI/CD Improvements (4:19)Base image: 300MB → 20KB10-15x faster pipelinesReduced bandwidth costs7. Mesh Networks (4:40)P2P container distributionMinimal bandwidth requirementsResilient to network partitions8. FPGA Integration (5:05)Bitstream wrapper containersAlgorithm switching efficiencyHardware-software bridge9. Unikernel Comparison (5:30)Container vs specialized OSSecurity model differencesPerformance considerations10. Cost Analysis (5:41)Lambda container: 140MB vs 50KB2800x storage reductionCold start cost implicationsClosing Thoughts (6:06 - 7:21)Historical context: Solaris containers in 2000sNew paradigm: thinking in kilobytesScratch container benefitsFuture of minimal containerizationTechnical Implementation Note// Example of stripped Zig binary for scratch containerconst builtin = @import("builtin");pub fn main() void { // No stdlib import needed asm volatile ("syscall" :: [syscall] "{rax}" (1), // write [fd] "{rdi}" (1), // stdout [buf] "{rsi}" ("okn"), [count] "{rdx}" (3) );}Episode Duration: 7:21

Adafruit Industries
EYE on NPI: Nordic nRF54L15 Wireless SoC and Development Kit EYEonNPI

Adafruit Industries

Play Episode Listen Later Nov 14, 2024 14:41


This week's EYE ON NPI is another great step forward in Bluetooth Low Energy development, it's Nordic's new nRF54 series (https://www.digikey.com/en/product-highlight/n/nordic-semi/nrf54l15-multiprotocol-soc) and nRF54L15 Wireless SoC Development Kit (https://www.digikey.com/en/product-highlight/n/nordic-semi/nrf54l15-wireless-soc-development-kit). This is the heir-apparent to the popular nRF52840 (https://www.digikey.com/en/products/detail/nordic-semiconductor-asa/NRF52840-CKAA-R/15929796) series chip which we know and love so much. The nRF54 series comes in L and H variants, for 'low' and 'high' power, but even the L series is a step up, with Cortex M33 running at 128MHz, and up to 1.5MB ReRAM (https://en.wikipedia.org/wiki/Resistive_random-access_memory) / 256KB SRAM. The H series is a whole new ball-game with dual M33 running at 320MHz, 2MB of ReRAM and 1MB of SRAM plus upgraded peripherals. Wow, the nRF series has come such a long way from the baby-steps of the SPI-peripheral nRF8001 (https://www.digikey.com/en/products/detail/nordic-semiconductor-asa/NRF8001-R2Q32-T/4626390) to the early ARM Cortex M0 plus BLE combo chip, the nRF51 (https://www.digikey.com/en/products/detail/nordic-semiconductor-asa/NRF51822-QFAB-R7/4626396). We still use that nRF51 in many of our Bluetooth LE boards like the Feather 32u4 and M0 (https://www.digikey.com/en/products/detail/adafruit-industries-llc/2995/5823444), also as a SPI-peripheral-to-BLE converter. The next big upgrade was the nRF52832 (https://www.digikey.com/en/products/detail/nordic-semiconductor-asa/NRF52832-QFAB-R/6051565) which bumped the processor from an M0 to an M4, but didn't do a huge bump to the Flash or SRAM compared the nRF51. The big leap after that was the nRF52840 which is still an amazing chip: USB peripheral means you can use this chip as the main processor, and it can do all your processing, user interface, sensor reading and wireless communication with only a few passives to support it. There was an nRF5340 released about two years ago (https://www.digikey.com/en/products/detail/nordic-semiconductor-asa/NRF5340-CLAA-R/14323741) but much like Windows releases, we tend to skip every other chip. We happened to check digikey.com/new yesterday and saw the nRF54L (https://www.digikey.com/short/zf8pz0cr) series pop up, which is exciting as it was pre-announced about a year ago (https://www.youtube.com/watch?v=XG8bRNaNHrg) and is now shipping to customers! The nRF54L (https://www.digikey.com/short/zf8pz0cr) comes in three variants, which is not surprising because we've seen earlier chips come in 'lite' versions that cut pricing by having less flash or RAM. All variants have a 128MHz Cortex M33 with a RISC-V co-processor, and a BLE stack. One interesting thing we noted, is that instead of flash memory, which is big and expensive and hard to do with modern fab processes, the nRF54 uses ReRAM (https://en.wikipedia.org/wiki/Resistive_random-access_memory) which is non-volatile and uses memristor technology, which is pretty cool! The nRF54 series supports BLE 6, one new capability is channel sounding (https://en.wikipedia.org/wiki/Channel_sounding) which will improve the ability of phones to locate 'find my' tags that have become such a popular usage for the nRF chipset. Traditionally, the nRF52 chips in these tags use RSSI to measure approximate distance. There's been some improvements on the technology such as Angle-of-Attack that was introduced in BLE 5.1 (https://www.youtube.com/watch?v=EosGQtGioiY) but now with a broad-sprectrum burst it's looking like some of the lessons from UWB (https://blog.adafruit.com/2024/03/15/sera-nx040-ultra-wide-band-and-bluetooth-combo-module-eyeonnpi-digikey-digikey-lairdconnect-adafruit/) are being integrated to the BLE specification to improve item location. The nRF54L series is launching with the L15 variant (https://www.digikey.com/short/rd9fr19f), that's the one with the most memory, so it's a good start: once you have your design settled you can transition to the smallest chip you can get away with. They're coming into stock shortly so sign up at DigiKey to get notified when the package you're looking for arrives. While you wait, you can order up one of the nRF54L15-DK (https://www.digikey.com/short/qvhqv85q) dev kits, which are only $39 and in stock right now for immediate shipment. Order today and you'll get everything you need to start developing the nRF54 (https://www.nordicsemi.com/Products/Development-hardware/nRF54L15-DK) - a built in debugger, power management chip, broken out GPIO, user buttons and LEDs. While you wait for your dev kit to arrive, you can start thinking about the nRF54H series (https://www.nordicsemi.com/Products/nRF54H20) which is the high-end chip with dual M33 running at 320 MHz, 1 MB of SRAM, 2MB of ReRAM , high speed USB and I3C support (https://www.youtube.com/watch?v=hC4zkvdVag4)!

仙台福音自由教会 礼拝メッセージ Podcast

実施日時: 2024年11月3日 日曜礼拝 メッセンジャー: 吉田耕三牧師 聖書箇所: ローマ15章14~21節 長さ・サイズ: 28:37 (26.2MB)

DeFi Slate
The Celestia Roadmap with Nick White

DeFi Slate

Play Episode Listen Later Sep 14, 2024 62:00


1GB blocks are coming. Since November last year, 20 rollups have launched according to Celenium, the Celestia block explorer and those rollups have since published over 75GB of data. Following the Lemongrass upgrade, Celestia will aim to execute the roadmap across three different core tracks with the broader vision of enabling end-user verifiability to the fullest extent possible. 1. Abundant Blockspace: Targeting 1GB blocks to scale for a wide range of rollups. 2. Verifiable Blockspace: Ensures blockspace can be verified by any user, on any device. 3. Frictionless Blockspace: Reduces friction for rollup developers and users. Celestia being inherently modular means the chain isn't limited by execution layer overhead or state bloat. This flexibility allows for high-throughput apps, speeding up existing crypto applications and enabling new possibilities, like fully onchain apps. In today's special podcast, we're diving into Celestia's roadmap and what it means for the future of the modular ecosystem with Nick White. Nick, the COO of Celestia, walks us through the next phase of their roadmap. One of the most significant shifts is the move from 2MB to 1GB blocks, entering the "fiber-optic" era of DA, where abundant block space could transform onchain possibilities. ...However, do we really need all this blockspace? Where are the novel apps? Will Celestia transition to validity proof sampling? How will Celestia make it easy for anyone to run a light node? These questions and many more answered in today's pod as we break down the key takeaways from Nick's insights and what they mean for the modular ecosystem. Website: https://therollup.co/ Spotify: https://open.spotify.com/show/1P6ZeYd.. Podcast: https://therollup.co/category/podcast Follow us on X: https://www.x.com/therollupco Follow Rob on X: https://www.x.com/robbie_rollup Follow Andy on X: https://www.x.com/ayyyeandy Join our TG group: https://t.me/+8ARkR_YZixE5YjBh The Rollup Disclosures: https://therollup.co/the-rollup-discl

Funnel Reboot podcast
Mastering Video Ads on Social, with Nikki Lindgren

Funnel Reboot podcast

Play Episode Listen Later May 15, 2024 36:08


Episode 196   There's something we take for granted these days, something that wasn't even possible a short while ago. Let's go back to 2008, to the first iPhone, the 3G. What you could send & receive with one, if you could afford the data plan, was restricted to voice, text & small images. That's because at the time, the cellular networks could transmit at around a third of a Megabyte per second, which went up to 2Mb/second when 3G was fully available. Then LTE/4G started becoming available in North America, reaching 97 percent by 2013. With those data speeds, you could watch brief standard definition videos, and social networks like Instagram & Snapchat began letting you record and send short clips. By the late twenty teens, advanced 4G infrastructure was fast enough, from 12 to 80 MPS, for people to watch 4K videos on their devices, bringing platforms like TikTok along with it. Now with 5G out, lag-free high-def video is available almost everywhere. And if you are a marketer trying to reach consumers, it means that  video must be part of the mix.    There are still quirks to these platforms that we need to figure out. Some of their ad units include ecommerce options for selling products while the ad's in front of them. More broad that this, it's hard to know how these platforms will react to videos you post. They know so much about a user's privacy, it's raised issues of which country that data's shared with. Clearly, this calls for an expert's help.     Our guest graduated from San Francisco State University and FIDM with a business degree and started working in-house at consumer eCommerce brands, running their digital marketing programs. After helping brands in every category from skincare & cosmetics to Books to jewelry, she built her own agency team to do this, Pennock, which is named after the rural Minnesota town where her family are from.  Let's go to  Northern California where she lives with her husband Tyler and three kids, to talk to Nikki Lindgren.   Chapter Timestamps: 00:00:00 - Intro 00:03:12 - Welcome Nikki 00:09:05 - Video on platforms like TikTok 00:23:37 - PSA 00:24:26 - Reporting to stakeholders 00:29:59 - Ad campaign optimization 00:35:05 - Contacting Nikki   Links to all the people, products and concepts mentioned in show is available on the Funnel Reboot site's show page.  

De Nieuwe Wereld
#1563: De gezagscrisis en hoe technologie onze wereld betovert | Gesprek met Roland van der Vorst

De Nieuwe Wereld

Play Episode Listen Later Apr 25, 2024 113:52


Ad Verbrugge in gesprek met Roland van der Vorst, publicist, columnist voor het FD en hoofd innovatie bij de Rabobank. Bronnen en links bij deze uitzending: - Terugluisteren: De toekomst is eindeloos. Een gesprek met Roland van der Vorst: https://www.youtube.com/watch?v=IYwAbULNSWI - Het boek 'De toekomst is eindeloos' van Roland vindt u hier: https://www.uitgeverijtenhave.nl/boek/de-toekomst-is-eindeloos/ - Het nieuwe boek van Roland, 'Nieuwe Vervreemding. Hoe technologie onze wereld betovert': https://www.uitgeverijtenhave.nl/boek/nieuwe-vervreemding/ - 'De gezagscrisis. Filosofisch essay over een wankele orde' van Ad Verbrugge: https://www.boomfilosofie.nl/product/100-14068_De-gezagscrisis - 1984 Apple's Macintosh Commercial (HD): https://www.youtube.com/watch?v=VtvjbmoDx-I - 'Het goede leven en de vrije markt', Govert Buijs, Jelle van Baardewijk, Ad Verbrugge: https://www.boomfilosofie.nl/product/100-8377_Het-goede-leven-en-de-vrije-markt (8:54) - 'Poor Things', een film met o.a. Emma Stone, officiële trailer: https://www.youtube.com/watch?v=0b60KvUtIiU (12:43) - 'Het cynisme van Sam Altman', colums van Roland in het FD: https://fd.nl/tech-en-innovatie/1480076/het-cynisme-van-sam-altman?utm_medium=social&utm_source=twitter&utm_campaign=earned&utm_content=20230701 (14:07) - 'The Principles of Scientific Management', Frederick Winslow Taylor, via Project Gutenberg: https://gutenberg.org/ebooks/6435; PDF (2,2MB): http://strategy.sjsu.edu/www.stable/pdf/Taylor,%20F.%20W.%20(1911).%20New%20York,%20Harper%20&%20Brothers.pdf (20:21) - 'De verwaarlozing van het zijnde', Ad Verbrugge: https://www.boomfilosofie.nl/product/100-444_De-verwaarlozing-van-het-zijnde - 'Leven in tijden van versnelling. Een pleidooi voor resonantie', Hartmut Rosa: https://www.boomfilosofie.nl/product/100-886_Leven-in-tijden-van-versnelling (37:18) - 'The Battle of the Billionaires', Mr. McMahon and Donald Trump, WrestleMania 23: https://www.youtube.com/watch?v=5NsrwH9I9vE (41:50) -- Kom op 28 juni naar De VierdeNacht van De Nieuwe Wereld. Bestel je kaarten hier: https://dnw.eventgoose.com/ Steun De Nieuwe Wereld. Word patroon op https://petjeaf.com/denieuwewereld of doneer op NL61 RABO 0357 5828 61 t.n.v. Stichting De Nieuwe Wereld. Alvast bedankt. -- 0:00 Intro 0:22 Een vrij gesprek 2:17 De gezagscrisis: porositeit en autoriteit 6:42 De mythe van de bevrijding van het individu 12:57 Omslagpunt: Sam Altman en de Apocalyps 25:13 Zielsmatige betrokkenheid 30:18 Moederfilosofie: denken in sferen 37:09 Resonantie en het fenomeen Trump 44:26 Messias en martelaar 55:32 Onveilige hechting 1:01:11 Lenzen slijpen, muren slopen 1:08:11 Met Google maps door L.A. 1:10:05 Pre-reflexieve afstemming 1:20:20 Het centrum van Leiden 1:22:37 Zielsverwantschap 1:29:20 Midlife crisis, minnaressen, motoren en de marathon 1:38:26 Een onvervulbaar verlangen 1:41:05 Genadeloos benoemen wat er aan de hand is 1:46:10 Thich Nhat Hanh en het lezen van de tijd 1:51:44 Afronding -- De Nieuwe Wereld TV is een platform dat mensen uit verschillende disciplines bij elkaar brengt om na te denken over grote veranderingen die op komst zijn door een combinatie van snelle technologische ontwikkelingen en globalisering. Het is een initiatief van filosoof Ad Verbrugge in samenwerking met anchors Jelle van Baardewijk en Marlies Dekkers. De Nieuwe Wereld TV wordt gemaakt in samenwerking met de Filosofische School Nederland. Onze website: https://denieuwewereld.tv/ DNW heeft ook een Substack. Meld je hier aan: https://denieuwewereld.substack.com/

ITmedia NEWS
こんなマナーあったの? 電話とメールの“ビジネスマナー” 「もしもしNG」「添付ファイルは1~2MB」

ITmedia NEWS

Play Episode Listen Later Mar 30, 2024 0:25


こんなマナーあったの? 電話とメールの“ビジネスマナー” 「もしもしNG」「添付ファイルは1~2MB」。 2023年度が間もなく終わり、来週には24年度がやってくる。新社会人になる人たちは期待や不安、さまざまな気持ちを抱えて緊張している人もいるかと思う。その緊張の原因の一つには、ビジネスマナーも入っているのかもしれない。

仙台福音自由教会 礼拝メッセージ Podcast
この年の終わりに~主の恵みに支えられて

仙台福音自由教会 礼拝メッセージ Podcast

Play Episode Listen Later Dec 31, 2023 48:17


実施日時: 2023年12月31日 日曜礼拝 メッセンジャー: 栗原延元牧師 聖書箇所: 詩篇90篇1~17節 長さ・サイズ: 48:17 (44.2MB)

El Complejo Lambda
[CL] 17x03 - 'The Legend of Zelda: Tears of the Kingdom'

El Complejo Lambda

Play Episode Listen Later Dec 2, 2023


Ya disponible el podcast.Para descargarlo pincha aquí.Programa: 17x03Fecha de emisión: 01/12/23Duración: 3h03'35''Peso: 252,2MBHemos vuelto a Hyrule para analizar uno de los juegos más esperados de los últimos años: The Legend of Zelda: Tears of the Kingdom. En el Debate hemos hablado sobre el año 2023; ¿se trata del mejor año de la historia de la Industira?Como siempre, esperamos que hayáis disfrutado del programa. Volveremos próximamente con muchos más videojuegos y nuestro toque de siempre.¡No os lo perdáis!

古川福音自由教会 礼拝メッセージ Podcast

実施日時: 2023年11月12日 日曜礼拝 メッセンジャー: 門谷 信愛希 牧師 聖書箇所: 伝道者の書12章1節 長さ・サイズ: 37:25 (17.2MB) 内容紹介: 年に一度、子ども達の主にある成長を祝い、また祈る「子ども祝福式」で行われたメッセージ。「不安の時代」と言われる現代に成長していく子ども達にとって、最も大切なことは何でしょうか。聖書の知恵に教えられながら、分かりやすくお話ししています。

古川福音自由教会 礼拝メッセージ Podcast

実施日時: 2023年10月8日 日曜礼拝 メッセンジャー: 門谷 信愛希 牧師 聖書箇所: エズラ9章1〜15節 長さ・サイズ: 52:43 (24.2MB) 内容紹介: 「自分が属している共同体の罪を、神の前でどのようなものとして見るか」。一筋縄ではいかないテーマです。エズラは祭司であり学者でもありましたが、民を代表してその罪を背負う道を選びます。その姿は、来るべきあの救い主の姿を予見させるものでした。「他者の罪を背負う」という聖書における贖いの重要なテーマについて、聖書から説き明かしていきます。

Do This, NOT That: Marketing Tips with Jay Schwedelson l Presented By Marigold
ANIMATED GIFs In Email!! C'mon! Do it. w/ Pierce Ujjainwalla from Knak l Expert Quick Tips

Do This, NOT That: Marketing Tips with Jay Schwedelson l Presented By Marigold

Play Episode Listen Later Sep 29, 2023 14:01


In this episode of Let's Do This, NOT That! Jay chats with Pierce Ujjainwalla, co-founder and CEO of email design platform Knak, about email marketing. They bust myths around embedding videos in emails and discuss how animated GIFs can increase engagement. Listeners will learn tips for creating effective animated GIFs, as well as when and how to use them in emails for both B2B and B2C audiences.Main Discussion Points:Animated GIFs can increase clickthrough rates by over 20% in emails (00:04:17)You cannot embed videos directly in emails, but animated GIFs create a similar effect (00:03:17)Subtle animated GIFs can work for any brand to grab attention (00:06:10)Keep animated GIF file size under 2MB to ensure quick load times (00:08:02)Use a service like EzGIF.com to create properly sized GIFs (00:08:23)Follow JayFollow Pierce

Chicago Beer Pass
Chicago Beer Pass: One Hoppy Doji

Chicago Beer Pass

Play Episode Listen Later Jul 15, 2023


Welcome to the Chicago Beer Pass: Your ticket to all the great beer events happening in and around Chicago.On this episode of Chicago Beer Pass, Brad Chmielewski and Nik White have themselves cans of Doji from Old Irving Brewing. The last week Brad was out of town on vacation sipping piña coladas on the beach so he didn’t visit any local breweries but Nik got out to a few. Nik managed to check out Kishwaukee Brewing and Tighthead Brewing. Kishwaukee recently won a medal for their Brown Ale and Nik had to try it at their brewery in Woodstock. As the year is half over, be on the look out for an episode coming soon where the guys share their favorite beers of 2023 so far. Having issues listening to the audio? Try the MP3 (53.2MB) or subscribe to the podcast on iTunes!

Adafruit Industries
Matrix portal s3 shifting sand

Adafruit Industries

Play Episode Listen Later Jul 6, 2023 1:04


We're slowly but surely trying to de-SAMD51'ify our product line since that chip has a 2024 ETA. a bummer because we really loved that chip but it's probably a good time to transition since it can be a year until we get some and even then, the dates have been pushed multiple times. so, first up is the matrix portal m4 https://www.adafruit.com/product/4745 ! instead of a samd51 + esp32, we've got a version with ESP32-S3 WROOM which has 8MB of flash, and 2MB of PSRAM. the S3 has a nice peripheral that can be used to drive these matricies very fast, and the 2 MB of PSRAM will make this possible to drive lots of panels! we kept the same outline shape and functionality, including the built in accelerometer, which makes this LED sand demo a quick port. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ ----------------------------------------- #adafruit #electronics #esp32 #opensource #opensourcehardware #ESP32S3WROOM #EndOfAnEra #SAMD51 @MicrochipTechnology @EspressifSystems

El Complejo Lambda
[CL] 16x16 - Especial Juegos de nuestra vida (parte 15)

El Complejo Lambda

Play Episode Listen Later Jun 30, 2023


Ya disponible el último podcast de la temporada.Para descargarlo pincha aquí.Programa: 16x16Fecha de emisión: 29/06/23Duración: 3h10'55''Peso: 262,2MBUn año más, terminamos la temporada con el Especial Juegos de nuestra vida. En esta decimoquinta entrega, hemos hablado, como siempre, de algunos juegos que nos han marcado en nuestra vida como jugadores. También hemos comentado los juegos y anécdotas personales que nos habéis enviado a nuestro post oficial de juegos de nuestra vida.Esperamos que hayáis disfrutado de la temporada. Estamos muy contentos de haber podido completar 16 programas en los que, como siempre, hemos tratado de poner todo nuestro cariño y ganas. Esperamos volver después de verano con muchos más videojuegos y nuestro toque característico.¡No os lo perdáis!

El Complejo Lambda
[CL] 16x15 - Especial NO E3 2023

El Complejo Lambda

Play Episode Listen Later Jun 17, 2023


Ya disponible el podcast.Para descargarlo pincha aquí.Programa: 16x15Fecha de emisión: 16/06/23Duración: 2h43'55''Peso: 225,2MBVolvemos con la Navidad del videojuego para hablar de las últimas conferencias de las compañías más importantes con el Especial NO E3 2023. En este programa hemos hablado largo y tendido de los anuncios más importantes del evento.Como es habitual, esperamos que hayáis disfrutado del programa y os recordamos que el próximo programa será el Especial Juegos de nuestra vida. Podéis postear vuestras anécdotas en nuestro hilo oficial.¡No os lo perdáis!

Chicago Beer Pass
Chicago Beer Pass: Ready For Beer Under Glass

Chicago Beer Pass

Play Episode Listen Later May 26, 2023


Welcome to the Chicago Beer Pass: Your ticket to all the great beer events happening in and around Chicago.On this episode of Chicago Beer Pass, Brad Chmielewski and Nik White  have themselves a mixed six-pack to celebrate Illinois Craft Beer Week. Hopefully everyone has taken the week to explore a few new places or at least visit some old favorites. As the guys crack open a few local beers they talk about Brad’s trip to Montana and Nik’s trip to Indiana for Dark Lord Day. The guys are recording this one day before Beer Under Glass which closes out Illinois Craft Beer Week, so if you are looking for something to do on this long weekend, grab a ticket and head to Union Station. Having issues listening to the audio? Try the MP3 (73.2MB) or subscribe to the podcast on iTunes!

안쌤의 유로톡(Anssaem's Eurotalk)
305회 뜨거운 감자, 이민

안쌤의 유로톡(Anssaem's Eurotalk)

Play Episode Listen Later May 15, 2023 11:50


제작 및 진행:안병억(대구대 군사학과 교수). 주요 뉴스 1. 한-EU 수교 60주년 리셉션. 2. 터키 대선, 5.28일 결선 투표. 3. 러시아 제재에서 사라진 10억 달러. 이민 대처에 골머리. 미국과 유럽 등 선진국에서. 1. 미국 타이틀 42조 폐지, 불법 난민 급증. 2. 유럽에서 불법 난민 급증. 3. 이탈리아와 프랑스 난민 문제로 외무장관 방문 취소. 4. 현실과 이상 사이. 8.2MB, 11분 49초

Pariyatti
A Lifetime Doing Nothing (Story 89 excerpt)

Pariyatti

Play Episode Listen Later Mar 15, 2023


Story 89 from 'A Lifetime Doing Nothing' by Ian McCrorie. I remember a Sayadaw (respected teacher) who lived in a remote monastery in upper Burma in the vicinity of Sagaing Hills. He was elderly and blind and very much loved. I visited him, excited to both meet a living legend and pay my respects. I was told to wait until he went for his evening walk when he would be with his attendant who could serve as a translator.... narrated by Ian McCrorie 2023 5 minutes 43 seconds Listen to Streaming Audio Your browser does not support the audio element. Download Audio (3.2MB) Audio copyright, 2023 Pariyatti 'A Lifetime Doing Nothing' as a book and eBook can be found at https://store.pariyatti.org/a-lifetime-doing-nothing. More by Ian McCrorie. View more books and audio resources available in the Pariyatti bookstore.

Pariyatti
A Lifetime Doing Nothing (Story 87 excerpt)

Pariyatti

Play Episode Listen Later Mar 8, 2023


Story 87 from 'A Lifetime Doing Nothing' by Ian McCrorie. Two more salient points about mettā. Mettā must be tempered by wisdom. There is a parable from India of a kind man who came upon a frog in the middle of a busy road. Concerned that the frog might be crushed under the wheels of a bullock cart and feeling uncomfortable leaving him to his fate, he gently picked him up and transferred him safely to the side of the road from whence he had come.... narrated by Ian McCrorie 2023 3 minutes 32 seconds Listen to Streaming Audio Your browser does not support the audio element. Download Audio (2.2MB) Audio copyright, 2023 Pariyatti 'A Lifetime Doing Nothing' as a book and eBook can be found at https://store.pariyatti.org/a-lifetime-doing-nothing. More by Ian McCrorie. View more books and audio resources available in the Pariyatti bookstore.

El Complejo Lambda
[CL] 16x09 - Especial SOTY 2022

El Complejo Lambda

Play Episode Listen Later Feb 27, 2023


Ya disponible el podcast.Para descargarlo pincha aquí.Programa: 16x09Fecha de emisión: 24/02/23Duración: 2h31'33''Peso: 208,2MBVolvemos con lo mejor del año, volvemos con el Especial SOTY 2022. En este programa, repasamos los que, a nuestro juicio, han sido los mejores videojuegos del año 2022. También comentamos el SOTY de los oyentes; lo que habéis votado en nuestro foro oficial.Como siempre, esperamos que hayáis disfrutado del programa. Por supuesto, volveremos próximamente con muchos más videojuegos y nuestro toque característico.¡No os lo perdáis!

Pariyatti
A Lifetime Doing Nothing (Story 83 excerpt)

Pariyatti

Play Episode Listen Later Feb 22, 2023


Story 83 from 'A Lifetime Doing Nothing' by Ian McCrorie. Friendship. Where would we be without our friends? This is true for the homeless alcoholic who followed his friends' lead, quit school, took to the road, lived high and free until he lost his health, his integrity, and the courage to turn his life around. And this is true for most of the titans of Silicon Valley who succeeded thanks to friends.... narrated by Ian McCrorie 2023 3 minutes 43 seconds Listen to Streaming Audio Your browser does not support the audio element. Download Audio (2.2MB) Audio copyright, 2023 Pariyatti 'A Lifetime Doing Nothing' as a book and eBook can be found at https://store.pariyatti.org/a-lifetime-doing-nothing. More by Ian McCrorie. View more books and audio resources available in the Pariyatti bookstore.

El Complejo Lambda
[CL] 16x07 - 'The Callisto Protocol'

El Complejo Lambda

Play Episode Listen Later Jan 22, 2023


Ya disponible el primer podcast del año.Para descargarlo pincha aquí.Programa: 16x07Fecha de emisión: 22/01/23Duración: 2h22'50''Peso: 196,2MBEmpezamos el año sumergiéndonos de lleno en el terror, de la mano de The Callisto Protocol; el título que se había encomendado la tarea de ser un sucesor espiritual de Dead Space. En la segunda parte del programa, hemos vuelto con La MIERDA.Esperamos que hayáis disfrutado del programa. Hemos comenzado este 2023 con mucha ilusión y esperamos dar el máximo para que sea un año memorable. ¡No os lo perdáis!

Pariyatti
A Lifetime Doing Nothing (Story 73 excerpt)

Pariyatti

Play Episode Listen Later Jan 18, 2023


Story 73 from 'A Lifetime Doing Nothing' by Ian McCrorie. I loved to go fishing with my father, because he was a terrible fisherman. He never caught anything. I was fine with this. I didn't like to put a worm on the hook. I didn't like taking the hook out of the fish's mouth, and I certainly couldn't bash the head of the fish against the seat of the boat to kill it.... narrated by Ian McCrorie 2023 5 minutes 47 seconds Listen to Streaming Audio Your browser does not support the audio element. Download Audio (3.2MB) Audio copyright, 2023 Pariyatti 'A Lifetime Doing Nothing' as a book and eBook can be found at https://store.pariyatti.org/a-lifetime-doing-nothing. More by Ian McCrorie. View more books and audio resources available in the Pariyatti bookstore.

Pariyatti
A Lifetime Doing Nothing (Story 64 excerpt)

Pariyatti

Play Episode Listen Later Dec 17, 2022


Story 64 from 'A Lifetime Doing Nothing' by Ian McCrorie. When someone says hello to me in Korean, I invariably reply “kamsahamnida.” My response is immediate and trips naturally off my tongue. Unfortunately “kamsahamnida” does not mean “hello.” It means, “thank you.” But I don't care. To my ear, “kamsahamnida” sounds like a greeting. It sounds more like a... narrated by Ian McCrorie 2022 3 minutes 39 seconds Listen to Streaming Audio Your browser does not support the audio element. Download Audio (2.2MB) Audio copyright, 2022 Pariyatti 'A Lifetime Doing Nothing' as a book and eBook can be found at https://store.pariyatti.org/a-lifetime-doing-nothing. More by Ian McCrorie. View more books and audio resources available in the Pariyatti bookstore.

Chicago Beer Pass
Chicago Beer Pass: An IPA December

Chicago Beer Pass

Play Episode Listen Later Dec 7, 2022


Welcome to the Chicago Beer Pass: Your ticket to all the great beer events happening in and around Chicago.On this episode of Chicago Beer Pass, Brad Chmielewski and Nik White are doubling down with two different IPAs in December. Both of the IPAs the guys are drinking come from Penrose Brewing Company in Geneva. Brad got these cans a few months ago when he was out in the suburbs on his Oktoberfest crawl, so they have been hanging out in the fridge for a couple months. At a time of the year when stouts and big winter beers have taken over the shelves, it’s nice to have a great IPA.As the guys crush these cans, they talk about Nik’s trip to Bixi Beer in Logan Square. For years both Nik and Brad haven’t been the biggest fans of Bixi, but that may have changed. Not only was Nik’s recent trip there delicious, he also learned that Pipeworks will be taking over as guest brewer there. The idea that Pipeworks is taking over the space is very, very interesting. However, this news raises many questions about what that means for Bixi and Pipeworks going forward.Having issues listening to the audio? Try the MP3 (55.2MB) or subscribe to the podcast on iTunes!

Pariyatti
A Lifetime Doing Nothing (Story 59 excerpt)

Pariyatti

Play Episode Listen Later Nov 30, 2022


Story 59 from 'A Lifetime Doing Nothing' by Ian McCrorie. I have spent most of my adult life avoiding gainful employment. I remember telling my guidance counselor at the age of fourteen that I wanted to be a shepherd. I pictured myself lazing under a giant oak, my trusty staff at my side, ready to rescue any wayward sheep. But shepherding was not on his list of future occupations, so he checked off actuary for me. For years I thought the two were synonymous. narrated by Ian McCrorie 2022 3 minutes 37 seconds Listen to Streaming Audio Your browser does not support the audio element. Download Audio (2.2MB) Audio copyright, 2022 Pariyatti 'A Lifetime Doing Nothing' as a book and eBook can be found at https://store.pariyatti.org/a-lifetime-doing-nothing. More by Ian McCrorie. View more books and audio resources available in the Pariyatti bookstore.

Pariyatti
A Lifetime Doing Nothing (Story 58 excerpt)

Pariyatti

Play Episode Listen Later Nov 26, 2022


Story 58 from 'A Lifetime Doing Nothing' by Ian McCrorie. I don't do fun. I shun hysteria. I never understood the causal relationship between indulging in a fun activity and happiness. Having the bejesus scared out of me on a roller-coaster is not, in and of itself (as we used to insert into arguments in Philosophy 101), fun. It is terrifying. The fun can only arise, if at all, when the ride is... narrated by Ian McCrorie 2022 3 minutes 36 seconds Listen to Streaming Audio Your browser does not support the audio element. Download Audio (2.2MB) Audio copyright, 2022 Pariyatti 'A Lifetime Doing Nothing' as a book and eBook can be found at https://store.pariyatti.org/a-lifetime-doing-nothing. More by Ian McCrorie. View more books and audio resources available in the Pariyatti bookstore.

Pariyatti
A Lifetime Doing Nothing (Story 47 excerpt)

Pariyatti

Play Episode Listen Later Oct 23, 2022


Story 47 from 'A Lifetime Doing Nothing' by Ian McCrorie. We used to drive to Toronto every Christmas vacation to spend the holidays with my grandmother. It was about 250 miles away, two-lane blacktop all the way. Our means of conveyance was at first a Prefect and later a Vanguard, both inexpensive, four-cylinder British imports with all the fire power of a lawn mower with Chronic Fatigue Syndrome.... narrated by Ian McCrorie 2022 3 minutes 34 seconds Listen to Streaming Audio Your browser does not support the audio element. Download Audio (2.2MB) Audio copyright, 2022 Pariyatti 'A Lifetime Doing Nothing' as a book and eBook can be found at https://store.pariyatti.org/a-lifetime-doing-nothing. More by Ian McCrorie. View more books and audio resources available in the Pariyatti bookstore.

El Complejo Lambda
[CL] 16x01 - Especial saga Tortugas Ninja

El Complejo Lambda

Play Episode Listen Later Oct 8, 2022


Ya disponible el primer podcast de la temporada.Para descargarlo pincha aquí.Programa: 16x23Fecha de emisión: 07/10/22Duración: 2h41'48''Peso: 222,2MBUna vez más, volvemos a tope para una nueva temporada del Complejo Lambda. Y, como no podía ser de otra forma, empezamos con un programa de los que nos gusta: el Especial saga Tortugas Ninja. En este programa, repasamos los juegos más entrañables de la serie Teenage Mutant Ninja Turtles y analizamos el último juego de la saga: Teenage Mutant Ninja Turtles: Shredder's Revenge.Esperamos que hayáis disfrutado del programa y os recordamos que ahora volveremos cada dos semanas con mucho más Complejo Lambda y nuestro toque de siempre.¡No os lo perdáis!

Chicago Beer Pass
Chicago Beer Pass: Oak Park Microbrew Review Preview

Chicago Beer Pass

Play Episode Listen Later Aug 18, 2022


Welcome to the Chicago Beer Pass: Your ticket to all the great beer events happening in and around Chicago.On this episode of Chicago Beer Pass, Brad Chmielewski and Nik White are on location in Oak Park at Boulevard Studio. The guys are at this really cool space to talk about Oak Park Microbrew Review & Seven Generations Ahead. Get your tickets now because Oak Park Microbrew Review is happening this Saturday, August 20th. Hopefully, Brad & Nik will see you there as this is one of their favorite beer festivals!Having issues listening to the audio? Try the MP3 (55.2MB) or subscribe to the podcast on iTunes!

Pariyatti
A Lifetime Doing Nothing (Story 30 excerpt)

Pariyatti

Play Episode Listen Later Jul 22, 2022


Story 30 from 'A Lifetime Doing Nothing' by Ian McCrorie . When you find yourself in a hole, first stop digging. Trite but true, when we find ourselves in this predicament, we need to lay down the activities that led us to be that deep in the hole. When I found myself in an alcohol-induced hole, I let all the alcohol-related activities go. These included for a time even good friends... narrated by Ian McCrorie 2022 3 minutes 37 seconds Listen to Streaming Audio Your browser does not support the audio element. Download Audio (2.2MB) Audio copyright, 2022 Pariyatti 'A Lifetime Doing Nothing' as a book and eBook can be found at https://store.pariyatti.org/a-lifetime-doing-nothing. More by Ian McCrorie. View more books and audio resources available in the Pariyatti bookstore.

Silly Gang Sa Gabi
82: Ganito din ba kayo pagtanda n'yo?

Silly Gang Sa Gabi

Play Episode Listen Later Jul 20, 2022 38:51


We are getting OLD! Napaisip tuloy kami, anong gusto mo maging 'pag naging lolo/lola ka na. What single memory would you like to keep kung pagtanda mo ay 2MB lang ang brains? Let's find out sa nakakatuwa at nakakaluhang episode ng #SillyGangSaGabi with the ageing millennials Jed, Isha, and Mike!FOLLOW US:@thejedsetter on Facebook, Twitter, Instagram, Youtube, TikTok, and KumuEat Gurl Isha on Instagram, @estrafriedegg on KumuMikeKwentoAko on Facebook, Twitter, Instagram, Youtube, and TikTokSilly Gang Sa Gabi on Facebook, Twitter, and Instagram!Vidcasts on thejedsetter's YouTube ChannelLoving this pod? Support the podcast through tips on PayPal: sillygangsagabi@gmail.com or subscribe to us on Patreon! Early and exclusive release of VIDCAST for patrons! Let's go! Our GDPR privacy policy was updated on August 8, 2022. Visit acast.com/privacy for more information.

Chicago Beer Pass
Chicago Beer Pass: 2022 Half Over

Chicago Beer Pass

Play Episode Listen Later Jun 11, 2022


Welcome to the Chicago Beer Pass: Your ticket to all the great beer events happening in and around Chicago.With the year half over on this episode of Chicago Beer Pass, Brad Chmielewski and Nik White crack a Black IPA and breakdown their 5 favorite beers of 2022 so far.Having issues listening to the audio? Try the MP3 (40.2MB) or subscribe to the podcast on iTunes!

Chicago Beer Pass
Chicago Beer Pass: Friday Funday

Chicago Beer Pass

Play Episode Listen Later Jun 1, 2022


Welcome to the Chicago Beer Pass: Your ticket to all the great beer events happening in and around Chicago.On this episode of Chicago Beer Pass, Brad Chmielewski and Nik White are having some Friday fun as they crack open another beer from Black Lung Brewing. As they knock back this Mexican Lager the guys talk about stops to Old Irving, Duneyrr and the reopened Skeleton Key Taproom. Then the guys get ready for the Begyle & Dovetail event happening this week, which means summer is officially here.Having issues listening to the audio? Try the MP3 57.2MB) or subscribe to the podcast on iTunes!

Chicago Beer Pass
Chicago Beer Pass: Black Lung Brewing

Chicago Beer Pass

Play Episode Listen Later May 21, 2022


Welcome to the Chicago Beer Pass: Your ticket to all the great beer events happening in and around Chicago.On this episode of Chicago Beer Pass, Brad Chmielewski and Nik White are on location in Round Lake Beach at Black Lung Brewing with Joshua Grubbs. The guys originally chatted with Joshua Grubbs towards the start of the pandemic, and at that time the physical brewery was still a bit of a dream. It was great to catch up, try some of their beer and see what is happening outside of Chicago. If you are making the drive north, be sure to check out Black Lung Brewing.Having issues listening to the audio? Try the MP3 59.2MB) or subscribe to the podcast on iTunes!

Disney Klassiekers, een podcast van Robin Broos
67. SPECIAL: TRON (1982) - Wim Slabbinck & Ben Van Alboom

Disney Klassiekers, een podcast van Robin Broos

Play Episode Listen Later Apr 21, 2022 79:23


In 2010 haalde Disney de eerder geflopte maar intussen tot cultstatus verheven film ‘TRON' uit 1982 van onder het stof met een reboot. Cultuurjournalist Ben Van Alboom was de geknipte man voor de organisatie van een Belgische avant première, mét after party. Op de gastenlijst: seksuoloog Wim Slabbinck. Retrospectief gesproken blijft ‘TRON' een mijlpaal, als een van de eerste films die zo intens gebruik maakte van digitale animatie, gemaakt op een computer met amper 2MB geheugen. We zagen een Jeff Bridges als posterboy. Maar ook een profetisch verhaal over privacy, data en open source-systemen, stelt Wim vast. Maar ook het ontwerp is bijna te vergelijken met de manuscripten van de monniken. En hij legt een link met het Covid Safe Ticket. Ben weet dan weer dat Tron vandaag een crypto-currency is. De vervolgfilm ‘TRON: Legacy' was een visueel snoepje, maar kon het het origineel overstijgen? Los van de fenomenale muziek van Daft Punk, natuurlijk. Het is het perfecte opstapje naar het tweede seizoen van de podcast die volgende week start met de eerste Pixar-film, de eerste langspeelfilm die integraal met de computer werd gemaakt. Die eerste uitzending kan je live bijwonen in Cinema Cartoon's in Antwerpen op zondag 24 april, gevolgd door een uitzonderlijke vertoning van Pixars laatste: ‘Turning Red'! Info en tickets: https://cinemacartoons.be/film/69463/Live-podcast-Disney-Klassiekers-%2B-Turning-Red

Geek Therapy Radio Podcast
My adventures installing a SSD in an old 233Mhz Dell Latitude :) | 235

Geek Therapy Radio Podcast

Play Episode Listen Later Apr 15, 2022 39:01


I've been tinkering with another "bridge" device, an old Dell Latitude CP MX233XT with 128MB RAM, 2MB video, and a 233Mhz Pentium with MMX. It's been...adventurous. https://www.geektherapyradio.com/Email me: johnny@geektherapyradio.com

Adafruit Industries
Feather Huzzah ESP32 V2

Adafruit Industries

Play Episode Listen Later Apr 12, 2022 1:30


In this video we're taking a look at the new Adafruit Feather ESP32 V2. This is a big upgrade over the original. The V2 has 8MB of flash - that's twice as much storage! It also has additional 2MB of PSRAM, Mini NeoPixel, Stemma QT and a USB-C port. Get ESP32 V2 Feather Huzzah https://www.adafruit.com/product/5400 Learn Guide for ESP32 V2 Feather Huzzah https://learn.adafruit.com/adafruit-esp32-feather-v2 It's designed for Low power usage so you can use a lipoly battery in deep sleep. It features the ESP32 Pico module, so you get extra space for pin labels and mounting holes! With STEMMA QT, you can just plug in your favorite sensor breakouts and start plotting data. It's a great way to quickly get your IOT projects up and running. You can use it with Arduino IDE just like other ESP32 boards - with the extra flash and RAM, even big complex projects are a breeze. With WipperSnapper you can easily make IOT projects without having to write any code! Just install the firmware with a chrome based browser, now your Feather will appear in Adafruit.IO automatically. ESP32 V2 also has MicroPython support so you can write python code and libraries to create your IOT Projects. Follow along with the Adafruit Learn Guide to install and set up your Feather ESP32 V2. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

The Hoffman Podcast
S4E03: Barbara Arrowsmith-Young – The Process of Changing Your Brain

The Hoffman Podcast

Play Episode Listen Later Mar 3, 2022 41:42


Today's episode with Barbara Arrowsmith-Young and Drew will open your mind to new possibilities in how you can change your brain. Barbara is an innovator and author in the field of neuroeducation. Used worldwide, her work utilizing the principles of neuroplasticity to enhance cognitive functioning was begun in 1978. Barbara's vision is to put the brain into the education equation. She is passionate about enhancing “the learner's ability to engage with what is out there in the external world.” In order to support herself in bringing this gift she'd created into the world, Barbara came to the Hoffman Process in 1996. In other words, she had a vision but needed to clear the negative behaviors, moods, and ways of thinking standing in her way. As a result, Barbara has made and continues to make her vision a reality. Looking forward, she sees promise in her work to help addicts rewire their brains, as well as helping those with the cognitive impact of long-haul Covid. Through fierce dedication, Barbara has transformed the considerable challenges she was born with into the gift she now shares with the world. She says she won't ever retire; that she'll continue to work in this area until she is “no longer here.“ More About Barbara and her work: As the Director of the Arrowsmith Program, others have recognized Barbara's work as one of the first examples of the practical application of neuroplasticity to address learning difficulties. Barbara continues to engage in research to understand how we can drive neuroplastic change in the brain to benefit learners worldwide. Born with severe learning disabilities, Barbara received the diagnosis of having a mental block in grade one. Another way of saying this in today's world would be multiple learning disabilities. Barbara read and wrote everything backward. In addition, processing concepts in language was difficult for her, she continuously got lost, and was physically uncoordinated. Through heroic effort, Barbara eventually learned to read and write from left to right and mask a number of the symptoms of her learning disabilities. Relying on her formidable memory and iron will, she made her way to graduate school. There she chanced upon research that inspired her to invent cognitive exercises to “fix” her own brain. Barbara's book, The Woman Who Changed Her Brain, interweaves her personal tale with riveting case histories from her more than thirty years of working with both children and adults. You can learn more about Barbara here and at the links below. Links to discover more about Barbara Arrowsmith-Young:   TEDx talk: The Woman Who Changed Her Brain: Barbara Arrowsmith-Young at TEDxToronto   Presentation: Changing Brains, Exploring a New Reality: Neuroplasticity and Learning. Research Overview (downloadable PDF) Free Webinar Series:  Shaping Our Brain: How Neuroplasticity Can Enrich Our Lives Free Book Downloads: The Brain Pioneer, by Howard Eaton (a children's book) Brain School, by Howard Eaton As Mentioned in this Episode: Barbara Burke, beloved Hoffman Process teacher and coach. Alexander Romanovich Luria: Neuropsychologist, often said to be the father of modern neuropsychology. It was Luria's book, The Man with the Shattered World, that changed Barbara's world. Mark Richard Rosenzweig: Research psychologist at Berkeley.   https://media.blubrry.com/the_hoffman_podcast/p/content.blubrry.com/the_hoffman_podcast/Drew_and_Barbara_Arrowsmith-Young_Podcast.mp3 Podcast: Download (Duration: 41:42 — 38.2MB)

Opinionated SEO - Daily Digital Marketing News
Google Office Hours with John Mueller Jan 14th, 2022 Recap

Opinionated SEO - Daily Digital Marketing News

Play Episode Listen Later Jan 18, 2022 13:53


Today I'll be recapping the Google Office Hours with Google's John Mueller from January 14, 2022. I'll provide a synopsis of the question and answer, my opinion, and a link to the question in the video. The video was an hour, I summarized this for you in 15 minutes.Full Show Notes / Blog Page @ https://opinionatedseo.com/s2e11Are there any negative SEO effects with a large robots.txt file?https://youtu.be/GZ_wSeQqPZk?t=45If we don't include the sitemap in the robots.txt, is there any negative SEO implications?https://youtu.be/GZ_wSeQqPZk?t=118How does Google handle non user relevant HTML fragments, and AJAX calls. https://youtu.be/GZ_wSeQqPZk?t=134Is there any guideline to the robots.txt file as far as file size. https://www.robotstxt.org/https://developers.google.com/search/docs/advanced/robots/intro https://github.com/google/robotstxt https://youtu.be/GZ_wSeQqPZk?t=285 Heading Text: How important is it to use hierarchical vs just however you want. Does size matter? https://youtu.be/GZ_wSeQqPZk?t=375Adding a new domain for a new service offering. How long until we start seeing the traffic looking like our current domain.https://youtu.be/GZ_wSeQqPZk?t=528Custom content or rather a custom page that is geo-located by state. https://youtu.be/GZ_wSeQqPZk?t=854The questioner is seeing good conversion rates on their app, but not so much on mobile website. https://youtu.be/GZ_wSeQqPZk?t=1228They wanted to know if the pages had to be exact but different currency and language. https://youtu.be/GZ_wSeQqPZk?t=1500This question was about backlinks and removing spam backlinks once you hit the 2MB file size limit on the disavow.https://youtu.be/GZ_wSeQqPZk?t=1643Do I need to mark up content on my page with HTML semantic elements for example, footer?https://youtu.be/GZ_wSeQqPZk?t=1789Should we expect a drop in traffic if we remove AMP?https://youtu.be/GZ_wSeQqPZk?t=1845https://kinsta.com/blog/disable-google-amp/They've got a few thousand links that they've disavowed, but they're worried they may have done some legit ones. https://youtu.be/GZ_wSeQqPZk?t=2014Seeing knowledge panel on mobile but not desktop and does Wikipedia influence when someone would be shown?https://youtu.be/GZ_wSeQqPZk?t=2117Jason Barnard - https://www.youtube.com/watch?v=1OFPrIcv7_8 - mentioned by John.Synonyms - The entire system is automated, there's nothing manual.https://youtu.be/GZ_wSeQqPZk?t=2284Several locations, what is the best way to include local schema?https://youtu.be/GZ_wSeQqPZk?t=241015-20 FAQs on my page, should I include all the questions?https://youtu.be/GZ_wSeQqPZk?t=2440Can Google use content that is initially hidden for structured data. https://youtu.be/GZ_wSeQqPZk?t=2494Product reviews:https://youtu.be/GZ_wSeQqPZk?t=2776Coverage issue - crawl currently not indexed, discovered, not indexed.https://youtu.be/GZ_wSeQqPZk?t=3109Should I add unique content to my ecommerce site?https://youtu.be/GZ_wSeQqPZk?t=3404

El Complejo Lambda
[CL] 15x01 - Especial saga Yakuza

El Complejo Lambda

Play Episode Listen Later Oct 24, 2021


Ya disponible el primer programa de la temporada.Para descargarlo pincha aquí.Programa: 15x01Fecha de emisión: 23/10/21Duración: 3h31'17''Peso: 290,2MB¡Hemos vuelto! Y lo hemos hecho hablando de una de las sagas más importantes para Sega, en la actualidad. En el Especial saga Yakuza, hemos repasado todos y cada uno de los juegos de la saga principal, además de hablar sobre sus spin-offs y terminar con el análisis de Yakuza Like a Dragon, la última y más novedosa entrega de la franquicia.Esperamos que hayáis disfrutado del programa. El Complejo Lambda ha vuelto. El viernes que viene volveremos con muchos más videojuegos y nuestro toque característico. Esta temporada promete.¡No os lo perdáis!

My SoulTeam - UX Talks
#13: David Fitzgerald, Senior Technical Recruiter – Advice on working with a recruiter, why they are being vague and why candidates are being ghosted, tips on optimizing resume and Linkedin profile...

My SoulTeam - UX Talks

Play Episode Listen Later Sep 23, 2021 61:49


David is a Senior Technical Recruiter helping tech companies find candidates. We talk about his story of getting into the industry, how recruitment agencies work, the advantages and disadvantages of working with a recruiter, why they are being vague with some opportunities and why candidates are being ghosted, tips on optimizing your resume and LinkedIn profile, and many more insights from the life of a recruiter. David on Linkedin David on Twitter Harvard Resume and Cover Letter guide (pdf, 2Mb)

Grands Défis & Tout-Petits
Défi n°12 : Antoine, paternité & dépression post partum

Grands Défis & Tout-Petits

Play Episode Listen Later May 21, 2021 52:14


La naissance d'une mère peut parfois se faire dans la douleur. Mais quand est-il de la naissance d'un père ? Les jeunes pères peuvent aussi subir des chute d'hormone à la naissance de leur bébé. Certains sont aussi sensible à un déclanchement d'un mal-être plus ancien. Autant de raison qui peuvent déclencher une dépression post partum chez les papas.Dans cet épisode, Antoine vous raconte son histoire, sa dépression post partum. Quels en sont les causes, comment elle s'est installée, comment elle se manifestait ? Et on revient évidemment sur la nécessité de sortir de l'isolement, de parler, de se faire accompagner. Bonne écoute !-----------------------------------------------Si vous aimez ce podcast et que vous voulez m'aider à le faire grandir, prenez le temps de mettre 5 étoiles sur Apple podcast et un commentaire.Retrouvez moi surInstagram @gdtp.podcast / https://www.instagram.com/gdtp.podcast/Facebook https://www.facebook.com/gdtp.podcast Pour ne manquer aucun épisodes et découvrir les coulisses : http://eepurl.com/hp_6nb Pour témoigner de votre histoire : grandsdefistoutpetits@gmail.com Bonne écoute !------------------------------------------------Création originale : Nadia DavoulouryProduction, enregistrement, montage : Nadia DavoulouryDesign by @estellesableMusique originale by @diyopmusique (https://www.facebook.com/diyopmusique)Titre: Intro To WoumAuteur: CloudKickerSource: https://cloudkicker.bandcamp.comLicence: https://creativecommons.org/licenses/by/3.0/deed.frTéléchargement (2MB): https://auboutdufil.com/?id=474 Voir Acast.com/privacy pour les informations sur la vie privée et l'opt-out.

Grands Défis & Tout-Petits
Défi n°10 : Solène, combat & atrésie de l'œsophage

Grands Défis & Tout-Petits

Play Episode Listen Later Apr 23, 2021 47:51


Chez un fœtus la trachée et l'œsophage ne forment qu'un au début de sa vie et se divise aux alentours de la 4e semaine de grossesse. Mais dans certains cas cette division peut mal se passer et il en résulte alors une atrésie de l'œsophage.C'est une malformation congénitale peu connue dont la petite Jeanne souffre. Qui dit peu connu dit forcément sensibilisation des médecins, des familles et du milieu éducatif. Et c'est aussi le but de cet épisode. Car le combat de ces guerriers extraordinaires n'est pas si simple et il peut parfois être rempli de complications. Solène revient sur la première année de sa fille Jeanne qui fut vraiment une terrible expérience. Mais malgré tout, elle en parle avec beaucoup de sagesse et de courage. Alors comment on vit ces premiers instants de mères tout en ayant son bébé maintenu en vie par de multiples sondes ? Comment arrive - t-on à rester fort pour vivre le quotidien malgré tout ? Comment on fait pour avancer et avoir confiance quand l'équipe médicale n'est, elle-même, pas sûre de ses diagnostics ?Voici l'histoire émouvante de Solène et sa fille Jeanne.-----------------------------------------------Liens utiles :AFAO - Association Française de l'Atrésie de l'Œsophage-----------------------------------------------Si vous aimez ce podcast et que vous voulez m'aider à le faire grandir, prenez le temps de mettre 5 étoiles sur Apple podcast et un commentaire.Retrouvez moi surInstagram @gdtp.podcast / https://www.instagram.com/gdtp.podcast/Facebook https://www.facebook.com/gdtp.podcast Pour ne manquer aucun épisodes et découvrir les coulisses : http://eepurl.com/hp_6nb Pour témoigner de votre histoire : grandsdefistoutpetits@gmail.com Bonne écoute !------------------------------------------------Création originale : Nadia DavoulouryProduction, enregistrement, montage : Nadia DavoulouryDesign by @estellesableMusique originale by @diyopmusique (https://www.facebook.com/diyopmusique)Titre: Intro To WoumAuteur: CloudKickerSource: https://cloudkicker.bandcamp.comLicence: https://creativecommons.org/licenses/by/3.0/deed.frTéléchargement (2MB): https://auboutdufil.com/?id=474 Voir Acast.com/privacy pour les informations sur la vie privée et l'opt-out.

Grands Défis & Tout-Petits
Défi n°9 : Yasmine, spontanéité & famille recomposée

Grands Défis & Tout-Petits

Play Episode Listen Later Mar 26, 2021 37:18


Dans cet épisode j'ai eu l'immense honneur et plaisir de recevoir Yasmine Oughlis à mon micro. Vous la connaissez surement, cette nouvelle tête dans l'équipe des maternelles depuis cette saison.Yasmine est une femme pétillante, pleine de dynamisme et de sensibilité mais surtout co-responsable d'une famille recomposée de 6 enfants. Pourtant ce n'était pas ce qu'elle s'était imaginé comme vie et comme famille. Mais la vie réserve des surprises et parfois de belles surprises.Alors comment fait-on face à ce chamboulement de vie? Comment devient-on belle-mère avant de devenir mère ? Comment construit-on sa propre famille au sein de cette grande famille recomposée ? Yasmine m'a raconté comment elle a su rester spontanée et authentique pour aborder son défi. Elle vous raconte tout sans filtre et avec intimité.-----------------------------------------------Les sources :Livre : "Et la famille recomposée" de Béatrice Copper-Royer-----------------------------------------------Si vous aimez ce podcast et que vous voulez m'aider à le faire grandir, prenez le temps de mettre 5 étoiles sur Apple podcast et un commentaire.Retrouvez moi surInstagram @gdtp.podcast / https://www.instagram.com/gdtp.podcast/Facebook https://www.facebook.com/gdtp.podcast Pour ne manquer aucun épisodes et découvrir les coulisses : http://eepurl.com/hp_6nb Pour témoigner de votre histoire : grandsdefistoutpetits@gmail.com Bonne écoute !------------------------------------------------Création originale : Nadia DavoulouryProduction, enregistrement, montage : Nadia DavoulouryDesign by @estellesableMusique originale by @diyopmusique (https://www.facebook.com/diyopmusique)Titre: Intro To WoumAuteur: CloudKickerSource: https://cloudkicker.bandcamp.comLicence: https://creativecommons.org/licenses/by/3.0/deed.frTéléchargement (2MB): https://auboutdufil.com/?id=474 Voir Acast.com/privacy pour les informations sur la vie privée et l'opt-out.

BSD Now
221: BSD in Taiwan

BSD Now

Play Episode Listen Later Nov 22, 2017 116:40


Allan reports on his trip to BSD Taiwan, new versions of Lumina and GhostBSD are here, a bunch of OpenBSD p2k17 hackathon reports. This episode was brought to you by Headlines Allan's Trip Report from BSD Taiwan (https://bsdtw.org/) BSD TW and Taiwan in general was a fun and interesting experience I arrived Thursday night and took the high speed train to Taipei main station, and then got on the Red line subway to the venue. The dorm rooms were on par with BSDCan, except the mattress was better. I spent Friday with a number of other FreeBSD developers doing touristy things. We went to Taipei 101, the world's tallest building from 2004 - 2010. It also features the world's fastest elevator (2004 - 2016), traveling at 60.6 km/h and transporting passengers from the 5th to 89th floor in 37 seconds. We also got to see the “tuned mass damper”, a 660 tonne steel pendulum suspended between the 92nd and 87th floors. This device resists the swaying of the building caused by high winds. There are interesting videos on display beside the damper, of its reaction during recent typhoons and earthquakes. The Taipei 101 building sits just 200 meters from a major fault line. Then we had excellent dumplings for lunch After walking around the city for a few more hours, we retired to a pub to escape the heat of the sunny Friday afternoon. Then came the best part of each day in Taipei, dinner! We continued our efforts to cause a nation wide shortage of dumplings Special thanks to Scott Tsai (https://twitter.com/scottttw) who took detailed notes for each of the presentations Saturday marked the start of the conference: Arun Thomas provided background and then a rundown of what is happening with the RISC-V architecture. Notes (https://docs.google.com/document/d/1yrnhNTHaMDr4DG-iviXN0O9NES9Lmlc7sWVQhnios6g/edit#heading=h.kcm1n3yzl35q) George Neville-Neil talked about using DTrace in distributed systems as an in-depth auditing system (who did what to whom and when). Notes (https://docs.google.com/document/d/1qut6tMVF8NesrGHd6bydLDN-aKBdXMgHx8Vp3_iGKjQ/edit#heading=h.qdghsgk1bgtl) Baptiste Daroussin presented Poudrière image, an extension of everyone's favourite package building system, to build custom images of FreeBSD. There was discussion of making this generate ZFS based images as well, making it mesh very well with my talk the next day. Notes (https://docs.google.com/document/d/1LceXj8IWJeTRHp9KzOYy8tpM00Fzt7fSN0Gw83B9COE/edit#heading=h.incfzi6bnzxr) Brooks Davis presented his work on an API design for a replacement for mmap. It started with a history of address space management in the BSD family of operating systems going all the way back to the beginning. This overview of the feature and how it evolved filled in many gaps for me, and showed why the newer work would be beneficial. The motivation for the work includes further extensions to support the CHERI hardware platform. Notes (https://docs.google.com/document/d/1LceXj8IWJeTRHp9KzOYy8tpM00Fzt7fSN0Gw83B9COE/edit#heading=h.incfzi6bnzxr) Johannes M Dieterich gave an interesting presentation about using FreeBSD and GPU acceleration for high performance computing. One of the slides showed that amd64 has taken almost the entire market for the top 500 super computers, and that linux dominates the list, with only a few remaining non-linux systems. Sadly, at the supercomputing conference the next week, it was announced that linux has achieved 100% saturation of the top 500 super computers list. Johannes detailed the available tools, what ports are missing, what changes should be made to the base system (mostly OpenMP), and generally what FreeBSD needs to do to become a player in the supercomputer OS market. Johannes' perspective is interesting, as he is a computational chemist, not a computer scientist. Those interested in improving the numerical libraries and GPU acceleration frameworks on FreeBSD should join the ports team. Notes (https://docs.google.com/document/d/1uaJiqtPk8WetST6_GnQwIV49bj790qx7ToY2BHC9zO4/edit#heading=h.nvsz1n6w3gyq) The final talk of the day was Peter Grehan, who spoke about how graphics support in bhyve came to be. He provided a history of how the feature evolved, and where it stands today. Notes (https://docs.google.com/document/d/1LqJQJUwdUwWZ0n5KwCH1vNI8jiWGJlI1j0It3mERN80/edit#heading=h.sgeixwgz7bjs) Afterwards, we traveled as a group to a large restaurant for dinner. There was even Mongolian Vodka, provided by Ganbold Tsagaankhuu of the FreeBSD project. Sunday: The first talk of the day Sunday was mine. I presented “ZFS: Advanced Integration”, mostly talking about how boot environments work, and the new libbe and be(1) tools that my GSoC student Kyle Kneitinger created to manage them. I talked about how they can be used for laptop and developer systems, but also how boot environments can be used to replace nanobsd for appliances (as already done in FreeNAS and pfSense). I also presented about zfsbootcfg (zfs nextboot), and some future extensions to it to make it even more useful in appliance type workloads. I also provided a rundown of new developments out of the ZFS developer summit, two weeks previous. Notes (https://docs.google.com/document/d/1Blh3Dulf0O91A0mwv34UnIgxRZaS_0FU2lZ41KRQoOU/edit#heading=h.gypim387e8hy) Theo de Raadt presented “Mitigations and other real Security Features”, and made his case for changing to a ‘fail closed' mode of interoperability. Computer's cannot actually self heal, so lets stop pretending that they can. Notes (https://docs.google.com/document/d/1fFHzlxJjbHPsV9t_Uh3PXZnXmkapAK5RkJsfaHki7kc/edit#heading=h.192e4lmbl70c) Ruslan Bukin talked about doing the port of FreeBSD for RISC-V and writing the Device Drivers. Ruslan walked through the process step by step, leading members of the audience to suggest he turn it into a developer's handbook article, explaining how to do the initial bringup on new hardware. Ruslan also showed off a FreeBSD/MIPS board he designed himself and had manufactured in China. Notes (https://docs.google.com/document/d/1kRhRr3O3lQ-0dS0kYF0oh_S0_zFufEwrdFjG1QLyk8Y/edit#heading=h.293mameym7w1) Mariusz Zaborski presented Case studies on sandboxing the base system with Capsicum. He discussed the challenges encountered as existing programs are modified to sandbox them, and recent advancements in the debugging tools available during that process. Mariusz also discussed the Casper service at length, including the features that are planned for 2018 and onwards. Notes (https://docs.google.com/document/d/1_0BpAE1jGr94taUlgLfSWlJOYU5II9o7Y3ol0ym1eZQ/edit#heading=h.xm9mh7dh6bay) The final presentation of the day was Mark Johnston on Memory Management Improvements in FreeBSD 12.0. This talk provided a very nice overview of the memory management system in FreeBSD, and then detailed some of the recent improvements. Notes (https://docs.google.com/document/d/1gFQXxsHM66GQGMO4-yoeFRTcmOP4NK_ujVFHIQJi82U/edit#heading=h.uirc9jyyti7w) The conference wrapped up with the Work-in-Progress session, including updates on: multi-device-at-once GELI attach, MP-safe networking on NetBSD, pkgsrc, NetBSD in general, BSD on Microsoft Azure, Mothra (send-pr for bugzilla), BSDMizer a machine learning compiler optimizer, Hyperledger Sawtooth (blockchain), and finally VIMAGE and pf testing on FreeBSD. Notes (https://docs.google.com/document/d/1miHZEPrqrpCTh8JONmUKWDPYUmTuG2lbsVrWDtekvLc/edit#heading=h.orhedpjis5po) Group Photo (https://pbs.twimg.com/media/DOh1txnVoAAFKAa.jpg:large) BSDTW was a great conference. They are still considering if it should be an annual thing, trade off every 2nd year with AsiaBSDCon, or something else. In order to continue, BSD Taiwan requires more organizers and volunteers. They have regular meetups in Taipei if you are interested in getting involved. *** Lumina 1.4.0 released (https://lumina-desktop.org/version-1-4-0-released/) The Lumina Theme Engine (and associated configuration utility) The Lumina theme engine is a new component of the “core” desktop, and provides enhanced theming capabilities for the desktop as well as all Qt5 applications. While it started out life as a fork of the “qt5ct” utility, it quickly grew all sorts of new features and functionality such as system-defined color profiles, modular theme components, and built-in editors/creators for all components. The backend of this engine is a standardized theme plugin for the Qt5 toolkit, so that all Qt5 applications will now present a unified appearance (if the application does not enforce a specific appearance/theme of it's own). Users of the Lumina desktop will automatically have this plugin enabled: no special action is required. Please note that the older desktop theme system for Lumina has been rendered obsolete by the new engine, but a settings-conversion path has already been implemented which should transition your current settings to the new engine the first time you login to Lumina 1.4.0. Custom themes for the older system may not be converted though, but it is trivial to copy/paste any custom stylesheets from the old system into the editor for the new theme engine to register/re-apply them as desired. Lumina-Themes Repository I also want to give a shout-out to the trueos/lumina-themes github repository contributors. All of the wallpapers in the 1.4.0 screenshots I posted come from that package, and they are working on making more wallpapers, color palettes, and desktop styles for use with the Lumina Theme Engine. If your operating system does not currently provide a package for lumina-themes, I highly recommend that you make one as soon as possible! The Lumina PDF Viewer (lumina-pdf) This is a new, stand-alone desktop utility for viewing/printing/presenting PDF documents. It uses the poppler-qt5 library in the backend for rendering the document, but uses multi-threading in many ways (such as to speed up the loading of pages) to give the user a nice, streamlined utility for viewing PDF documents. There is also built-in presentation functionality which allows users to easily cast the document to a separate screen without mucking about in system menus or configuration utilities. Lumina PDF Viewer (1.4.0) Important Packaging Changes One significant change of note for people who are packaging Lumina for their particular operating system is that the minimum supported versions of Qt for Lumina have been changed with this release: lumina-core: Qt 5.4+ lumina-mediaplayer: Qt 5.7+ Everything else: Qt 5.2+ Of course, using the latest version of the Qt5 libraries is always recommended. When packaging for Linux distributions, the theme engine also requires the availability of some of the “-dev” packages for Qt itself when compiling the theme plugin. For additional information (specifically regarding Ubuntu builds), please take a look at a recent ticket on the Lumina repository. + The new lumina-pdf utility requires the availability of the “poppler-qt5” library. The includes for this library on Ubuntu 17.10 were found to be installed outside of the normal include directories, so a special rule for it was added to our OS-Detect file in the Lumina source tree. If your particular operating system also places the the poppler include files in a non-standard place, please patch that file or send us the information and we can add more special rules for your particular OS. Other Changes of Note (in no particular order) lumina-config: Add a new page for changing audio theme (login, logout, low battery) Add option to replace fluxbox with some other WM (with appropriate warnings) Have the “themes” page redirect to launching the Lumina theme engine configuration utility. start-lumina-desktop: Auto-detect the active X11 displays and create a new display for the Lumina session (prevent conflict with prior graphical sessions). Add a process-failure counter & restart mechanism. This is particularly useful for restarting Fluxbox from time to time (such as after any monitor addition/removal) lumina-xconfig: Restart fluxbox after making any monitor changes with xrandr. This ensures a more reliable session. Implement a new 2D monitor layout mechanism. This allows for the placement of monitors anywhere in the X/Y plane, with simplification buttons for auto-tiling the monitors in each dimension based on their current location. Add the ability to save/load monitor profiles. Distinguish between the “default” monitor arrangement and the “current” monitor arrangement. Allow the user to set the current arrangement as the new default. lumina-desktop: Completely revamp the icon loading mechanisms so it should auto-update when the theme changes. Speed up the initialization of the desktop quite a bit. Prevent loading/probing files in the “/net/” path for existence (assume they exist in the interest of providing shortcuts). On FreeBSD, these are special paths that actually pause the calling process in order to mount/load a network share before resuming the process, and can cause significant “hangs” in the desktop process. Add the ability to take a directory as a target for the wallpaper. This will open/probe the directory for any existing image files that it can use as a wallpaper and randomly select one. Remove the popup dialog prompting about system updates, and replace it with new “Restart (with updates)” buttons on the appropriate menus/windows instead. If no wallpapers selection is provided, try to use the “lumina-nature” wallpaper directory as the default, otherwise fall back on the original default wallpaper if the “lumina-themes” package is not installed. lumina-open: Make the *.desktop parsing a bit more flexible regarding quoted strings where there should not be any. If selecting which application to use, only overwrite the user-default app if the option is explicitly selected. lumina-fileinfo: Significant cleanup of this utility. Now it can be reliably used for creating/registering XDG application shortcuts. Add a whole host of new ZFS integrations: If a ZFS dataset is being examined, show all the ZFS properties for that dataset. If the file being examined exists within ZFS snapshots, show all the snapshots of the file lumina-fm: Significant use of additional multi-threading. Makes the loading of directories much faster (particularly ones with image files which need thumbnails) Add detection/warning when running as root user. Also add an option to launch a new instance of lumina-fm as the root user. [FreeBSD/TrueOS] Fix up the detection of the “External Devices” list to also list available devices for the autofs system. Fix up some drag and drop functionality. Expose the creation, extraction, and insertion of files into archives (requires lumina-archiver at runtime) Expand the “Open With” option into a menu of application suggestions in addition to the “Other” option which runs “lumina-open” to find an application. Provide an option to set the desktop wallpaper to the selected image file(s). (If the running desktop session is Lumina). lumina-mediaplayer: Enable the ability to playback local video files. (NOTE: If Qt5 is set to use the gstreamer multimedia backend, make sure you have the “GL” plugin installed for smooth video playback). lumina-archiver: Add CLI flags for auto-archive and auto-extract. This allows for programmatic/scriptable interactions with archives. That is not mentioning all of the little bugfixes, performance tweaks, and more that are also included in this release. *** The strongest KASLR, ever? (https://blog.netbsd.org/tnf/entry/the_strongest_kaslr_ever) Re: amd64: kernel aslr support (https://mail-index.netbsd.org/tech-kern/2017/11/14/msg022594.html) So, I did it. Now the kernel sections are split in sub-blocks, and are all randomized independently. See my drawing [1]. What it means in practice, is that Kernel ASLR is much more difficult to defeat: a cache attack will at most allow you to know that a given range is mapped as executable for example, but you don't know which sub-block of .text it is; a kernel pointer leak will at most allow you to reconstruct the layout of one sub-block, but you don't know the layout and address of the remaining blocks, and there can be many. The size and number of these blocks is controlled by the split-by-file parameter in Makefile.amd64. Right now it is set to 2MB, which produces a kernel with ~23 allocatable (ie useful at runtime) sections, which is a third of the total number supported (BTSPACENSEGS = 64). I will probably reduce this parameter a bit in the future, to 1.5MB, or even 1MB. All of that leaves us with about the most advanced KASLR implementation available out there. There are ways to improve it even more, but you'll have to wait a few weeks for that. If you want to try it out you need to make sure you have the latest versions of GENERICKASLR / prekern / bootloader. The instructions are still here, and haven't changed. Initial design As I said in the previous episode, I added in October a Kernel ASLR implementation in NetBSD for 64bit x86 CPUs. This implementation would randomize the location of the kernel in virtual memory as one block: a random VA would be chosen, and the kernel ELF sections would be mapped contiguously starting from there. This design had several drawbacks: one leak, or one successful cache attack, could be enough to reconstruct the layout of the entire kernel and defeat KASLR. NetBSD's new KASLR design significantly improves this situation. New design In the new design, each kernel ELF section is randomized independently. That is to say, the base addresses of .text, .rodata, .data and .bss are not correlated. KASLR is already at this stage more difficult to defeat, since you would need a leak or cache attack on each of the kernel sections in order to reconstruct the in-memory kernel layout. Then, starting from there, several techniques are used to strengthen the implementation even more. Sub-blocks The kernel ELF sections are themselves split in sub-blocks of approximately 1MB. The kernel therefore goes from having: { .text .rodata .data .bss } to having { .text .text.0 .text.1 ... .text.i .rodata .rodata.0 ... .rodata.j ... .data ...etc } As of today, this produces a kernel with ~33 sections, each of which is mapped at a random address and in a random order. This implies that there can be dozens of .text segments. Therefore, even if you are able to conduct a cache attack and determine that a given range of memory is mapped as executable, you don't know which sub-block of .text it is. If you manage to obtain a kernel pointer via a leak, you can at most guess the address of the section it finds itself in, but you don't know the layout of the remaining 32 sections. In other words, defeating this KASLR implementation is much more complicated than in the initial design. Higher entropy Each section is put in a 2MB-sized physical memory chunk. Given that the sections are 1MB in size, this leaves half of the 2MB chunk unused. Once in control, the prekern shifts the section within the chunk using a random offset, aligned to the ELF alignment constraint. This offset has a maximum value of 1MB, so that once shifted the section still resides in its initial 2MB chunk: The prekern then maps these 2MB physical chunks at random virtual addresses; but addresses aligned to 2MB. For example, the two sections in Fig. A will be mapped at two distinct VAs: There is a reason the sections are shifted in memory: it offers higher entropy. If we consider a .text.i section with a 64byte ELF alignment constraint, and give a look at the number of possibilities for the location of the section in memory: The prekern shifts the 1MB section in its 2MB chunk, with an offset aligned to 64 bytes. So there are (2MB-1MB)/(64B)=214 possibilities for the offset. Then, the prekern uses a 2MB-sized 2MB-aligned range of VA, chosen in a 2GB window. So there are (2GB-2MB)/(2MB)=210-1 possibilities for the VA. Therefore, there are 214x(210-1)˜224 possible locations for the section. As a comparison with other systems: OS # of possibilities Linux 2^6 MacOS 2^8 Windows 2^13 NetBSD 2^24 Of course, we are talking about one .text.i section here; the sections that will be mapped afterwards will have fewer location possibilities because some slots will be already occupied. However, this does not alter the fact that the resulting entropy is still higher than that of the other implementations. Note also that several sections have an alignment constraint smaller than 64 bytes, and that in such cases the entropy is even higher. Large pages There is also a reason we chose to use 2MB-aligned 2MB-sized ranges of VAs: when the kernel is in control and initializes itself, it can now use large pages to map the physical 2MB chunks. This greatly improves memory access performance at the CPU level. Countermeasures against TLB cache attacks With the memory shift explained above, randomness is therefore enforced at both the physical and virtual levels: the address of the first page of a section does not equal the address of the section itself anymore. It has, as a side effect, an interesting property: it can mostly mitigate TLB cache attacks. Such attacks operate at the virtual-page level; they will allow you to know that a given large page is mapped as executable, but you don't know where exactly within that page the section actually begins. Strong? This KASLR implementation, which splits the kernel in dozens of sub-blocks, randomizes them independently, while at the same time allowing for higher entropy in a way that offers large page support and some countermeasures against TLB cache attacks, appears to be the most advanced KASLR implementation available publicly as of today. Feel free to prove me wrong, I would be happy to know! WIP Even if it is in a functional state, this implementation is still a work in progress, and some of the issues mentioned in the previous blog post haven't been addressed yet. But feel free to test it and report any issue you encounter. Instructions on how to use this implementation can still be found in the previous blog post, and haven't changed since. See you in the next episode! News Roundup GhostBSD 11.1 Finally Ready and Available! (http://www.ghostbsd.org/11.1_release_announcement) Screenshots (https://imgur.com/a/Mu8xk) After a year of development, testing, debugging and working on our software package repository, we are pleased to announce the release of GhostBSD 11.1 is now available on 64-bit(amd64) architecture with MATE and XFCE Desktop on direct and torrent download. With 11.1 we drop 32-bit i386 supports, and we currently maintain our software packages repository for more stability. What's new on GhostBSD 11.1 GhostBSD software repository Support VMware Workstation Guest Features New UFS full disk mirroring option on the installer New UFS full disk MBR and GPT option on the installer New UFS full disk swap size option on the installer Whisker Menu as default Application menu on XFCE All software developed by GhostBSD is now getting updated ZFS configuration for disk What has been fixed on 11.1? Fix XFCE sound plugin Installer ZFS configuration file setting Installer ZFS setup appears to be incomplete The installer was not listing ZFS disk correctly. The installer The partition list was not deleted when pressing back XFCE and MATE shutdown/suspend/hibernate randomly missing Clicking 'GhostBSD Bugs' item in the Main menu -> 'System Tools' brings up 'Server not found' page XFCE installation - incorrect keyboard layout Locale setting not filling correctly Update Station tray icon The image checksum's, hybrid ISO(DVD, USB) images are available at GhostBSD (http://www.ghostbsd.org/download). *** p2k17 Hackathon Reports p2k17 Hackathon Report: Matthias Kilian on xpdf, haskell, and more (https://undeadly.org/cgi?action=article;sid=20171107034258) p2k17 Hackathon Report: Herzliche grusse vom Berlin (espie@ on mandoc, misc packages progress) (https://undeadly.org/cgi?action=article;sid=20171107185122) p2k17 Hackathon Report: Paul Irofti (pirofti@) on hotplugd(8), math ports, xhci(4) and other kernel advancements (https://undeadly.org/cgi?action=article;sid=20171107225258) p2k17 Hackathon report: Jeremy Evans on ruby progress, postgresql and webdriver work (https://undeadly.org/cgi?action=article;sid=20171108072117) p2k17 Hackathon report: Christian Weisgerber on random devices, build failures and gettext (https://undeadly.org/cgi?action=article;sid=20171109171447) p2k17 Hackathon report: Sebastian Reitenbach on Puppet progress (https://undeadly.org/cgi?action=article;sid=20171110124645) p2k17 Hackathon Report: Anthony J. Bentley on firmware, games and securing pkg_add runs (https://undeadly.org/cgi?action=article;sid=20171110124656) p2k17 Hackathon Report: Landry Breuil on Mozilla things and much more (https://undeadly.org/cgi?action=article;sid=20171113091807) p2k17 Hackathon report: Florian Obser on network stack progress, kernel relinking and more (https://undeadly.org/cgi?action=article;sid=20171113235334) p2k17 Hackathon report: Antoine Jacoutot on ports+packages progress (https://undeadly.org/cgi?action=article;sid=20171120075903) *** TrueOS Talks Tech and Open Source at Pellissippi State (https://www.trueos.org/blog/trueos-talks-tech-open-source-pellissippi-state/) Ken Moore of the TrueOS project presented a talk to the AITP group at Pellissippi State today entitled “It's A Unix(-like) system? An Introduction to TrueOS and Open source”. Joshua Smith of the TrueOS project was also in attendance. We were happy to see a good attendance of about 40 individuals that came to hear more about TrueOS and how we continue to innovate along with the FreeBSD project. Many good questions were raised about development, snapshots, cryptocurrency, and cyber-security. We've included a copy of the slides if you'd like to have a look at the talk on open source. We'd like to offer a sincere thanks to everyone who attended and offer an extended invitation for you to join us at our KnoxBUG group on October 30th @ the iXsystems offices! We hope to see you soon! Open Source Talk – Slideshare PDF (https://web.trueos.org/wp-content/uploads/2017/10/Open-Source-Talk.pdf) KnoxBug - Lumina Rising : Challenging Desktop Orthodoxy (http://knoxbug.org/content/octobers-talk-available-youtube) Ken gave his talk about the new Lumina 2.0 Window Manager that he gave at Ohio LinuxFest 2017 KnoxBUG October 2017 (https://youtu.be/w3ZrqxLTnIU) (OLF 2017) Lumina Rising: Challenging Desktop Orthodoxy (https://www.slideshare.net/beanpole135/olf-2017-lumina-rising-challenging-desktop-orthodoxy) *** Official OpenBSD 6.2 CD set - the only one to be made! (https://undeadly.org/cgi?action=article;sid=20171118190325) Our dear friend Bob Beck (beck@) writes: So, again this release the tradition of making Theo do art has continued! Up for sale by auction to the highest bidder on Ebay is the only OpenBSD 6.2 CD set to be produced. The case and CD's feature the 6.2 artwork, custom drawn and signed by Theo. All proceeds to support OpenBSD Go have a look at the auction As with previous OpenBSD auctions, if you are not the successful bidder, we would like to encourage you to donate the equivalent of you highest bid to the project. The Auction (https://www.ebay.ca/itm/Official-OpenBSD-6-2-CD-Set/253265944606) *** Beastie Bits HAMMER2 userspace on Linux (http://lists.dragonflybsd.org/pipermail/users/2017-October/313646.html) OpenBSD Porting Workshop (now changed to January 3, 2018) (http://www.nycbug.org/index.cgi?action=view&id=10655) Matt Ahrens on when Native Encryption for ZFS will land (https://twitter.com/mahrens1/status/921204908094775296) The first successful build of OpenBSD base system (http://nanxiao.me/en/the-first-successful-build-of-openbsd-base-system/) KnoxBug November Meeting (https://www.meetup.com/KnoxBUG-BSD-Linux-and-FOSS-Users-Unite/events/245291204/) Absolute FreeBSD, 3rd Edition, pre-orders available (https://www.michaelwlucas.com/os/af3e) Feedback/Questions Jon - Jails and Networking (http://dpaste.com/2BEW0HB#wrap) Nathan - bhyve Provisioning (http://dpaste.com/1GHSYJS#wrap) Lian - OpenSSL jumping the Shark (http://dpaste.com/18P8D8C#wrap) Kim - Suggestions (http://dpaste.com/1VE0K9E#wrap) ***

BSD Now
211: It's HAMMER2 Time!

BSD Now

Play Episode Listen Later Sep 13, 2017 122:42


We explore whether a BSD can replicate Cisco router performance; RETGUARD, OpenBSDs new exploit mitigation technology, Dragonfly's HAMMER2 filesystem implementation & more! This episode was brought to you by Headlines Can a BSD system replicate the performance of a Cisco router? (https://www.reddit.com/r/networking/comments/6upchy/can_a_bsd_system_replicate_the_performance_of/) Short Answer: No, but it might be good enough for what you need Traditionally routers were built with a tightly coupled data plane and control plane. Back in the 80s and 90s the data plane was running in software on commodity CPUs with proprietary software. As the needs and desires for more speeds and feeds grew, the data plane had to be implemented in ASICs and FPGAs with custom memories and TCAMs. While these were still programmable in a sense, they certainly weren't programmable by anyone but a small handful of people who developed the hardware platform. The data plane was often layered, where features not handled by the hardware data plane were punted to a software only data path running on a more general CPU. The performance difference between the two were typically an order or two of magnitude. source (https://fd.io/wp-content/uploads/sites/34/2017/07/FDioVPPwhitepaperJuly2017.pdf) Except for encryption (e.g. IPsec) or IDS/IPS, the true measure of router performance is packets forwarded per unit time. This is normally expressed as Packets-per-second, or PPS. To 'line-rate' forward on a 1gbps interface, you must be able to forward packets at 1.488 million pps (Mpps). To forward at "line-rate" between 10Gbps interfaces, you must be able to forward at 14.88Mpps. Even on large hardware, kernel-forwarding is limited to speeds that top out below 2Mpps. George Neville-Neil and I did a couple papers on this back in 2014/2015. You can read the papers (https://github.com/freebsd-net/netperf/blob/master/Documentation/Papers/ABSDCon2015Paper.pdf) for the results. However, once you export the code from the kernel, things start to improve. There are a few open source code bases that show the potential of kernel-bypass networking for building a software-based router. The first of these is netmap-fwd which is the FreeBSD ip_forward() code hosted on top of netmap, a kernel-bypass technology present in FreeBSD (and available for linux). Full-disclosure, netmap-fwd was done at my company, Netgate. netmap-fwd will l3 forward around 5 Mpps per core. slides (https://github.com/Netgate/netmap-fwd/blob/master/netmap-fwd.pdf) The first of these is netmap-fwd (https://github.com/Netgate/netmap-fwd) which is the FreeBSD ip_forward() code hosted on top of netmap (https://github.com/luigirizzo/netmap), a kernel-bypass technology present in FreeBSD (and available for linux). Full-disclosure, netmap-fwd was done at my company, Netgate. (And by "my company" I mean that I co-own it with my spouse.). netmap-fwd will l3 forward around 5 Mpps per core. slides (https://github.com/Netgate/netmap-fwd/blob/master/netmap-fwd.pdf) Nanako Momiyama of the Keio Univ Tokuda Lab presented on IP Forwarding Fastpath (https://www.bsdcan.org/2017/schedule/events/823.en.html) at BSDCan this past May. She got about 5.6Mpps (roughly 10% faster than netmap-fwd) using a similar approach where the ip_foward() function was rewritten as a module for VALE (the netmap-based in-kernel switch). Slides (https://2016.eurobsdcon.org/PresentationSlides/NanakoMomiyama_TowardsFastIPForwarding.pdf) from her previous talk at EuroBSDCon 2016 are available. (Speed at the time was 2.8Mpps.). Also a paper (https://www.ht.sfc.keio.ac.jp/~nanako/conext17-sw.pdf) from that effort, if you want to read it. Of note: They were showing around 1.6Mpps even after replacing the in-kernel routing lookup algorithm with DXR. (DXR was written by Luigi Rizzo, who is also the primary author of netmap.) Not too long after netmap-fwd was open sourced, Ghandi announced packet-journey, an application based on drivers and libraries and from DPDK. Packet-journey is also an L3 router. The GitHub page for packet-journey lists performance as 21,773.47 mbps (so 21.77Gbps) for 64-byte UDP frames with 50 ACLs and 500,000 routes. Since they're using 64-byte frames, this translates to roughly 32.4Mpps. Finally, there is recent work in FreeBSD (which is part of 11.1-RELEASE) that gets performance up to 2x the level of netmap-fwd or the work by Nanako Momiyama. 10 million PPS: Here (http://blog.cochard.me/2015/09/receipt-for-building-10mpps-freebsd.html) is a decent introduction. But of course, even as FreeBSD gets up to being able to do 10gbps at line-rate, 40 and 100 gigabits are not uncommon now Even with the fastest modern CPUs, this is very little time to do any kind of meaningful packet processing. At 10Gbps, your total budget per packet, to receive (Rx) the packet, process the packet, and transmit (Tx) the packet is 67.2 ns. Complicating the task is the simple fact that main memory (RAM) is 70 ns away. The simple conclusion here is that, even at 10Gbps, if you have to hit RAM, you can't generate the PPS required for line-rate forwarding. There is some detail about design tradeoffs in the Ryzen architecture and how that might impact using those machines as routers Anyway... those are all interesting, but the natural winner here is FD.io's Vector Packet Processing (VPP). Read this (http://blogs.cisco.com/sp/a-bigger-helping-of-internet-please) VPP is an efficient, flexible open source data plane. It consists of a set of forwarding nodes arranged in a directed graph and a supporting framework. The framework has all the basic data structures, timers, drivers (and interfaces to both DPDK and netmap), a scheduler which allocates the CPU time between the graph nodes, performance and debugging tools, like counters and built-in packet trace. The latter allows you to capture the paths taken by the packets within the graph with high timestamp granularity, giving full insight into the processing on a per-packet level. The net result here is that Cisco (again, Cisco) has shown the ability to route packets at 1 Tb/s using VPP on a four socket Purley system There is also much discussion of the future of pfSense, as they transition to using VPP This is a very lengthy write up which deserves a full read, plus there are some comments from other people *** RETGUARD, the OpenBSD next level in exploit mitigation, is about to debut (https://marc.info/?l=openbsd-tech&m=150317547021396&w=2) This year I went to BSDCAN in Ottawa. I spent much of it in the 'hallway track', and had an extended conversation with various people regarding our existing security mitigations and hopes for new ones in the future. I spoke a lot with Todd Mortimer. Apparently I told him that I felt return-address protection was impossible, so a few weeks later he sent a clang diff to address that issue... The first diff is for amd64 and i386 only -- in theory RISC architectures can follow this approach soon. The mechanism is like a userland 'stackghost' in the function prologue and epilogue. The preamble XOR's the return address at top of stack with the stack pointer value itself. This perturbs by introducing bits from ASLR. The function epilogue undoes the transform immediately before the RET instruction. ROP attack methods are impacted because existing gadgets are transformed to consist of " RET". That pivots the return sequence off the ROP chain in a highly unpredictable and inconvenient fashion. The compiler diff handles this for all the C code, but the assembly functions have to be done by hand. I did this work first for amd64, and more recently for i386. I've fixed most of the functions and only a handful of complex ones remain. For those who know about polymorphism and pop/jmp or JOP, we believe once standard-RET is solved those concerns become easier to address seperately in the future. In any case a substantial reduction of gadgets is powerful. For those worried about introducing worse polymorphism with these "xor; ret" epilogues themselves, the nested gadgets for 64bit and 32bit variations are +1 "xor %esp,(%rsp); ret", +2 "and $0x24,%al; ret" and +3 "and $0xc3,%al; int3". Not bad. Over the last two weeks, we have received help and advice to ensure debuggers (gdb, egdb, ddb, lldb) can still handle these transformed callframes. Also in the kernel, we discovered we must use a smaller XOR, because otherwise userland addresses are generated, and cannot rely on SMEP as it is really new feature of the architecture. There were also issues with pthreads and dlsym, which leads to a series of uplifts around _builtinreturn_address and DWARF CFI. Application of this diff doesn't require anything special, a system can simply be built twice. Or shortcut by building & installing gnu/usr.bin/clang first, then a full build. We are at the point where userland and base are fully working without regressions, and the remaining impacts are in a few larger ports which directly access the return address (for a variety of reasons). So work needs to continue with handling the RET-addr swizzle in those ports, and then we can move forward. You can find the full message with the diff here (https://marc.info/?l=openbsd-tech&m=150317547021396&w=2) *** Interview - Ed Maste, Charlie & Siva - @ed_maste (https://twitter.com/ed_maste), @yzgyyang (https://twitter.com/yzgyyang) & @svmhdvn (https://twitter.com/svmhdvn) Co-op Students for the FreeBSD Foundation *** News Roundup Next DFly release will have an initial HAMMER2 implementation (http://lists.dragonflybsd.org/pipermail/users/2017-August/313558.html) The next DragonFly release (probably in September some time) will have an initial HAMMER2 implementation. It WILL be considered experimental and won't be an installer option yet. This initial release will only have single-image support operational plus basic features. It will have live dedup (for cp's), compression, fast recovery, snapshot, and boot support out of the gate. This first H2 release will not have clustering or multi-volume support, so don't expect those features to work. I may be able to get bulk dedup and basic mirroring operational by release time, but it won't be very efficient. Also, right now, sync operations are fairly expensive and will stall modifying operations to some degree during the flush, and there is no reblocking (yet). The allocator has a 16KB granularity (on HAMMER1 it was 2MB), so for testing purposes it will still work fairly well even without reblocking. The design is in a good place. I'm quite happy with how the physical layout turned out. Allocations down to 1KB are supported. The freemap has a 16KB granularity with a linear counter (one counter per 512KB) for packing smaller allocations. INodes are 1KB and can directly embed 512 bytes of file data for files 512 bytes. The freemap is also zoned by type for I/O locality. The blockrefs are 'fat' at 128 bytes but enormously powerful. That will allow us to ultimately support up to a 512-bit crypto hash and blind dedup using said hash. Not on release, but that's the plan. I came up with an excellent solution for directory entries. The 1KB allocation granularity was a bit high but I didn't want to reduce it. However, because blockrefs are now 128 byte entities, and directory entries are hashed just like in H1, I was able to code them such that a directory entry is embedded in the blockref itself and does not require a separate data reference or allocation beyond that. Filenames up to 64 bytes long can be accomodated in the blockref using the check-code area of the blockref. Longer filenames will use an additional data reference hanging off the blockref to accomodate up to 255 char filenames. Of course, a minimum of 1KB will have to be allocated in that case, but filenames are