Look for any podcast host, guest or anyone
Showing episodes and shows of

$STDOUT

Shows

awuuwa on Odyseeawuuwa on Odyseecircumvent copyright - how to - xortool tutorialhere's how to use the xor tool to circumvent copyright law.> g++ Source.cpp -o xortool -std=c++11 -Wall -Ofastit turns out the -lm flag wasn't necessary which was seen in the video, I had left it there by mistake.The entire source code is so small it'll fit in here in the description:#include #include #include int main(void) {unsigned long long int buffersize = 1024 * 1024;unsigned char* buffer1;buffer1 = new unsigned char[buffersize];unsigned char* buffer2;buffer2 = new unsigned...2025-03-2320 min52 Weeks of Cloud52 Weeks of CloudRise of MicrocontainersThe 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...2025-02-2107 minLaravel News PodcastLaravel News PodcastMore backed enums, explaining MySQL, and session deep-divesJake and Michael discuss all the latest Laravel releases, tutorials, and happenings in the community.This episode is sponsored by Sentry - code breaks, fix it faster. Don't just observe, take action today!Show linksLaravel 11.24 Released PHP 8.4 Release Candidate 1 is here Laravel MongoDB releases version 5.0 Laravel Roundup - October The September 2024 Laravel Worldwide Meetup is Today MySql Explain with Tobias Petry PHP and LLMs with Alfred Nutile Laravel Config Checker Package LangCountry launches v4 Fetch PHP is a Lightweight HTTP Library Inspired by JavaScript's fetch() Validate Console Command Input With the Command Validator Package A...2024-10-0339 minChangelog Master FeedChangelog Master FeedDon’t ever use these TypeScript features (JS Party #337)Jerod, Nick & Chris discuss a next-gen JavaScript bundler, Node getting even tighter with TypeScript, the top programming languages according to IEEE Spectrum, Chris’ feelings on Node’s built-in test runner & more! Leave us a commentChangelog++ members get a bonus 4 minutes at the end of this episode and zero ads. Join today!Sponsors:Fly.io – The home of Changelog.com — Deploy your apps and databases close to your users. In minutes you can run your Ruby, Go, Node, Deno, Python, or Elixir app (and databases!) all over the world. No ops required...2024-09-0549 minJS Party: JavaScript, CSS, Web DevelopmentJS Party: JavaScript, CSS, Web DevelopmentDon’t ever use these TypeScript featuresJerod, Nick & Chris discuss a next-gen JavaScript bundler, Node getting even tighter with TypeScript, the top programming languages according to IEEE Spectrum, Chris’ feelings on Node’s built-in test runner & more! Join the discussionChangelog++ members get a bonus 4 minutes at the end of this episode and zero ads. Join today!Sponsors:Fly.io – The home of Changelog.com — Deploy your apps and databases close to your users. In minutes you can run your Ruby, Go, Node, Deno, Python, or Elixir app (and databases!) all over the world. No ops required. Learn mo...2024-09-0549 minLatent Space: The AI Engineer PodcastLatent Space: The AI Engineer PodcastWhy you should write your own LLM benchmarks — with Nicholas Carlini, Google DeepMindToday's guest, Nicholas Carlini, a research scientist at DeepMind, argues that we should be focusing more on what AI can do for us individually, rather than trying to have an answer for everyone."How I Use AI" - A Pragmatic ApproachCarlini's blog post "How I Use AI" went viral for good reason. Instead of giving a personal opinion about AI's potential, he simply laid out how he, as a security researcher, uses AI tools in his daily work. He divided it in 12 sections:* To make applications* As a tutor2024-08-291h 1044BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯특집 시청자와 묻고 답하기44bits 팟캐스트의 전신 stdout.fm기억에 남는 에피소드 re:Invent 첫 방문기 1, re:Invent 첫 방문기 2stdout.fm 첫 방송스톡옵션 이야기했던 67화100회 특집100회 특집 축전 사이트 아희 아시나요?…2024-02-262h 06Rust奇文共赏Rust奇文共赏为什么Rust的stdout比stderr快(三)2024-01-2121 minRust奇文共赏Rust奇文共赏为什么Rust的stdout比stderr快(二)2024-01-2019 minRust奇文共赏Rust奇文共赏为什么Rust的stdout比stderr快(一)2024-01-1917 minTest & CodeTest & Code209: Testing argparse ApplicationsHow do you test the argument parsing bit of an application that uses argparse?This episode covers:Design for Test: Structuring your app or script so it's easier to test.pytest & capsys for testing stdoutAdding debug and preview flags for debugging and testingAnd reverting to subprocess.run if you can't modify the code under testAlso, there's a full writeup and code samples available:Blog post: Testing argparse Applications Code Repo Help support the show AND learn pytest: The Complete pytest course is now a bundle, with each part available separately.py...2023-11-1616 minDay[0]Day[0][bounty] Rapid Reset, Attacking AWS Cognito, and Confluence BugsWe've got a mix of topics this week, started with a bit of discussion around the recent Rapid Reset denial of service attack, before diving into a few vulnerabilities. A Node "permissions" module escape due to having a fail-open condition when unexpected but supported types are passed in. Then we talk about some common AWS Cognito issues, a fun little privilege escalation in Confluence, and a log injection bug leading to RCE. Links and vulnerability summaries for this episode are available at: https://dayzerosec.com/podcast/219.html [00:00:00] Introduction 2023-10-2229 minChangelog InterviewsChangelog InterviewsDX on DXThis week Adam is joined by Abi Noda, founder and CEO of DX to talk about DX AKA DevEx (or the long-form Developer Experience). Since the dawn of software development there has been this push to understand what makes software teams efficient, but more importantly what does it take to understand developer productivity? That’s what Abi has been focused on for the better part of the last 8 years of his career. He started a company called Pull Panda that was acquired by GitHub, spent a few years there on this problem before going out on his own to st...2023-08-031h 37Changelog Master FeedChangelog Master FeedDX on DX (Changelog Interviews #551)This week Adam is joined by Abi Noda, founder and CEO of DX to talk about DX AKA DevEx (or the long-form Developer Experience). Since the dawn of software development there has been this push to understand what makes software teams efficient, but more importantly what does it take to understand developer productivity? That’s what Abi has been focused on for the better part of the last 8 years of his career. He started a company called Pull Panda that was acquired by GitHub, spent a few years there on this problem before going out on his own to st...2023-08-031h 36The Changelog: Software Development, Open SourceThe Changelog: Software Development, Open SourceDX on DX (Interview)This week Adam is joined by Abi Noda, founder and CEO of DX to talk about DX AKA DevEx (or the long-form Developer Experience). Since the dawn of software development there has been this push to understand what makes software teams efficient, but more importantly what does it take to understand developer productivity? That’s what Abi has been focused on for the better part of the last 8 years of his career. He started a company called Pull Panda that was acquired by GitHub, spent a few years there on this problem before going out on his own to st...2023-08-031h 37Programming By StealthProgramming By StealthPBS 151 of X — Bash: Printf and MoreThis week's Programming By Stealth wasn't a heavy lift but I managed to get confused a couple of times anyway so expect lots of questions from me in this one. Bart started the show by telling us about a clever tip from listener Jill of Kent about how to detect when the Terminal talking to and from STDIN, STDOUT, and STDERR. Then we learn about how to use the `printf` command to make nicely formatted output. I especially liked that part because I love me some organized output. You can find Bart's fabulous tutorial shownotes at pbs...2023-05-281h 20Programming By StealthProgramming By StealthPBS 150 of X – Bash Script Plumbing (Take Two)When Bart and I recorded PBS 150 on Bash Script Terminal Plumbing, neither of us was happy with it. I got very confused in the middle, and Bart decided that his original strategy might have been flawed in which he assumed everyone had heard Taming the Terminal and remembered everything taught more than 4 years ago. He completely rewrote the shownotes and we re-recorded the entire episode. It was ever so much more fun and I really understood what he was teaching this time through. He also realized after we recorded that there was a bit of information he hadn't taught...2023-05-141h 46Programming By StealthProgramming By StealthPBS 150 of X – Bash Script PlumbingBart and I took a few minutes upfront to high-five each other for 150 episodes of the Programming By Stealth Podcast. Then we quickly got to work. Back in the Taming the Terminal podcast (at [ttt.bartificer.net/...](https://ttt.bartificer.net/), Bart taught us about stream redirection, or what he likes to call Terminal Plumbing. This was a long time ago and many folks may not have listened to that great series. Bart takes us through it again but from the perspective of writing Bash scripts that can do everything we can do in the Terminal. We...2023-05-011h 19Changelog InterviewsChangelog InterviewsSong Encoder: Forrest BrazealWelcome to Song Encoder, a special series of The Changelog podcast featuring people who create at the intersection of software and music. This episode features Pwnie Award-winning songwriter Forrest Brazeal. Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Sponsors:Fastly – Our bandwidth partner. Fastly powers fast, secure, and scalable digital experiences. Move beyond your content delivery network to their powerful edge cloud platform. Learn more at fastly.com Changelog++ – You love our content and you want to take it to t...2022-01-3124 minThe Changelog: Software Development, Open SourceThe Changelog: Software Development, Open SourceSong Encoder: Forrest Brazeal (Interview)Welcome to Song Encoder, a special series of The Changelog podcast featuring people who create at the intersection of software and music. This episode features Pwnie Award-winning songwriter Forrest Brazeal. Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Sponsors:Fastly – Our bandwidth partner. Fastly powers fast, secure, and scalable digital experiences. Move beyond your content delivery network to their powerful edge cloud platform. Learn more at fastly.com Changelog++ – You love our content and you want to take it to t...2022-01-3124 minkode24-timenkode24-timen#97: Utvikler-rap fra $stdout, faker/colors-bråk, grove kodevitser 🤦‍♀️💡 Hvorfor du burde høre på rapperen $stdout💡 Hva hele den faker.js/colors.js-greia egentlig handler om💡 Hvilke TV-serier Jørgen skal følge med på i år💡 Hvorfor de rare rutene av emojier og ordet "Wordle" plutselig deles overalt💡 Hvorfor Ole Petter sliter med motivasjonen på hjemmekontor💡 Noen forstyrrende grove kodevitser★ Support this podcast on Patreon ★See omnystudio.com/listener for privacy information. Hosted on Acast. See acast.com/privacy for more information.2022-01-1351 minОпівночні БалачкиОпівночні Балачки№19: Ще більше причин бути параноїком 00:00 - Log4j 0day https://www.lunasec.io/docs/blog/log4j-zero-day/ 04:08 - https://blog.cloudflare.com/actual-cve-2021-44228-payloads-captured-in-the-wild/ 04:32 - https://twitter.com/chvancooten/status/1469340927923826691 04:40 - https://gist.github.com/SwitHak/b66db3a06c2955a9cb71a8718970c592 04:54 - https://twitter.com/_JohnHammond/status/1469255402290401285 07:10 - https://github.com/Cybereason/Logout4Shell 12:22 - https://developer.apple.com/forums/thread/696785 14:05 - https://thehackernews.com/2021/10/popular-npm-package-hijacked-to-publish.html 15:00 - Вразливість світлодіодів https://intellisec.de/research/lasershark/ 18:58 - https://www.zdnet.com/article/academics-turn-pc-power-unit-into-a-speaker-to-leak-secrets-from-air-gapped-systems/ 20:47 - https://dou.ua/forums/topic/35870/ 23:10 - Трошки ненависті до Python 26:50 - stdout/sdtin ETL тули 28:38 - https://hacks.mozilla.org/2020/07/testing-firefox-more-efficiently-with-machine-learning/  + https://github.com/mozilla/bugbug 39:18 - https://deepmind.com...2021-12-2741 minThe Changelog: Software Development, Open SourceThe Changelog: Software Development, Open SourceState of the "log" 2021 (Interview)Our 4th annual year-end wrap-up episode! We don’t naval gaze often, but when we do… we make sure you get your money’s worth. Reflections, most popular episodes, our favs, and new this year: listener voice mails. Thanks for listening! 💚 Join the discussionChangelog++ members save 5 minutes on this episode because they made the ads disappear. Join today!Sponsors:InfluxData – InfluxDB empowers developers to build IoT, analytics, and monitoring software. It’s purpose-built to handle massive volumes and countless sources of time-stamped data produced by sensors, applications, and infrastructure. Learn about the wid...2021-12-201h 51Changelog InterviewsChangelog InterviewsState of the "log" 2021Our 4th annual year-end wrap-up episode! We don’t naval gaze often, but when we do… we make sure you get your money’s worth. Reflections, most popular episodes, our favs, and new this year: listener voice mails. Thanks for listening! 💚 Join the discussionChangelog++ members save 5 minutes on this episode because they made the ads disappear. Join today!Sponsors:InfluxData – InfluxDB empowers developers to build IoT, analytics, and monitoring software. It’s purpose-built to handle massive volumes and countless sources of time-stamped data produced by sensors, applications, and infrastructure. Learn about the wid...2021-12-201h 51Data on Kubernetes CommunityData on Kubernetes CommunityDoK Talks #99- ETL/ELT on Kubernetes with Airbyte: K8s Development Insights // Abhi Vaidyanathahttps://go.dok.community/slack https://dok.community/ ABSTRACT OF THE TALK ETL/ELT on Kubernetes is currently an unsolved problem. There are a lot of different approaches vying for a spot as the de facto method, but none are clear winners. Considering that the cloud-native landscape is built for deploying Dockerized, open-source software, many of the closed-source solutions fall flat and don't mesh with the trajectory of the community. Airbyte is an open-source ETL/ELT tool that harmonizes well with the cloud-native landscape and lives to enable your stateful workloads on...2021-11-051h 00The Swyx MixtapeThe Swyx Mixtape[Music Fridays] $stdout the rapperListen to The Changelog: https://changelog.com/podcast/466Stdout's YouTube: https://www.youtube.com/c/stdout/videos?view=0&sort=p&flow=grid2021-10-3010 minThe Changelog: Software Development, Open SourceThe Changelog: Software Development, Open SourceSong Encoder: $STDOUT (Interview)Welcome to Song Encoder, a special series of The Changelog podcast featuring people who create at the intersection of software and music. This episode features $STDOUT and contains explicit language. Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Sponsors:Fly.io – Deploy your apps and databases close to your users. In minutes you can run your Ruby, Go, Node, Deno, Python, or Elixir app (and databases!) all over the world. No ops required. Learn more at fly.io/changelog an...2021-10-2937 minChangelog Master FeedChangelog Master FeedSong Encoder: $STDOUT (The Changelog #466)Welcome to Song Encoder, a special series of The Changelog podcast featuring people who create at the intersection of software and music. This episode features $STDOUT and contains explicit language.2021-10-2937 minChangelog InterviewsChangelog InterviewsSong Encoder: $STDOUTWelcome to Song Encoder, a special series of The Changelog podcast featuring people who create at the intersection of software and music. This episode features $STDOUT and contains explicit language. Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Sponsors:Fly.io – Deploy your apps and databases close to your users. In minutes you can run your Ruby, Go, Node, Deno, Python, or Elixir app (and databases!) all over the world. No ops required. Learn more at fly.io/changelog an...2021-10-2937 minThe Backend Engineering Show with Hussein NasserThe Backend Engineering Show with Hussein NasserUsing GitHub Actions ? Be Aware of this High-Severity Injection Bug Found in GitHub ActionsFelix Wilhelm of Google Project Zero found an injection Vulnerability affecting GitHub Actions and Workflow Commands specifically related to setting malicious environment variables by parsing STDOUT Resources https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ https://bugs.chromium.org/p/project-zero/issues/detail?id=2070&can=2&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&cells=ids https://www.zdnet.com/article/google-to-github-times-up-this-unfixed-high-severity-security-bug-affects-developers/ 2020-11-2308 minLast Week in .NETLast Week in .NETAlways use a culture when comparing strings, just like your mama taught youHey again, what a week. We had a blue moon, Halloween, and Daylight savings time end all one one night.In case you're the voting type here in these United States, that's happening tomorrow, where the choices are between two old white guys. You would think we would have learned our lesson by now, but we have not.But this is not last week in politics, this is last week in .NET, so let's get to it.📅 .NET Conf is November 10th-12th. I'll be livetweeting as much as possible on twitter @gortok, and...2020-11-0207 minNull/VoidNull/VoidContent Warning: Discussions of child illness and death 10mins to 10:45, Graphic Knife Attack, Death from 18:50 to 19:30. def modifyRule(adelaide_allow, state): state, message: (“yes”, Enabled) if state else (“no” , Disabled) subprocess.call f”Void Networks Firewall set rule name = (A314_Allow) new enable = state. subprocess.call( "Void Networks firewall” + adelaide_allow + " new enable=no", shell=True, stdout=DEVNULL, stderr=DEVNULL ) print("Adelaide", adelaide_allow, "Disabled") )from nullandvoid import Cast Danyelle Ellett as Adelaide Winona Wyatt as Pip...2020-09-1500 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯MS 실적 발표와 반독점 청문회, 버블 500, 표준 꺼져?, 요즘 사용하는 앱 이야기스탠다드아웃 93번째 로그에서는 MS 실적 발표와 반독점 청문회, 버블 500, 표준 꺼져?, 요즘 사용하는 앱에 대해서 이야기를 나눴습니다. stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해 이야기하는…2020-08-231h 0744BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯테슬라 모델 3, GitHub 장애, 1패스워드 비지니스 플랜과 Okta스탠다드아웃 89번째 로그에서는 테슬라 모델 3, GitHub 장애, 1패스워드 비지니스 플랜과 Okta 이야기를 나눴습니다. 전기차 이야기 Model 3 | Tesla 대한민국stdout_062.log: AWS re:Invent 2019 후기…2020-07-101h 0544BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯GitHub의 master 브랜치, Ruby 분석기 rubocop 이름 논란, 맥북 크롬의 파란 줄스탠다드아웃 87번째 로그에서는 GitHub의 master 브랜치, Ruby 분석기 rubocop 이름 논란, 맥북 크롬에서 생기는 파란 줄 등에 대해 이야기를 나눴습니다. 인트로: IoT 이야기 stdout.fm are creating 클라우드…2020-06-251h 0644BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯원격녹음, 원격근무 등스탠다드아웃 73번째 로그에서는 원격녹음, 원격근무 등에 대해 이야기를 나눴습니다. stdout_064.log: 원격 녹음, 우아한형제들 인수, 루비 2.7 릴리스, JapanTaxi 등 | 개발자 팟캐스트 stdout.fmAudacity ®…2020-03-0548 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯이바닥늬우스, 타다 금지법, 토스 인터넷 은행 인가, 모빌리티 등 w/ 에디스탠다드아웃 65번째 로그에서는 이바닥늬우스 에디와 함께 타다 금지법, 토스 인터넷 은행 인가, 모빌리티 등에 대해 이야기를 나눴습니다. 개발자 팟캐스트 stdout.fm (일본어) 44bits 일본어판 이바닥 늬우스 이바닥늬우스이바닥…2020-01-071h 2644BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯원격 녹음, 우아한형제들 인수, 루비 2.7 릴리스, JapanTaxi 등stdout.fm 64번째 로그에서는 원격 녹음, 우아한형제들 인수, 루비 2.7 릴리스, JapanTaxi 등에 대해 이야기를 나눴습니다. 발리에서 원격 녹음 발리섬 - 위키백과, 우리 모두의 백과사전MixPre-3 II - Sound…2020-01-021h 0644BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯44bits 밋업 후기, 당근마켓 플레이 스토어 베스트앱 선정, 네이버 코스피 3위 w/ ecleyastdout.fm 63번째 로그에서는 44bits 밋업 후기, 당근마켓 플레이 스토어 베스트앱 선정, 네이버 코스피 3위 등에 대해 이야기를 나눴습니다. 단신 - MS Ignite The Tour 서울 행사 Microsoft Ignite The…2019-12-271h 0644BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯AWS re:Invent 2019 후기, 컴퓨터 히스토리 뮤지움, 맥 프로 출시 등stdout.fm 62번째 로그에서는 AWS re:Invent 2019 후기, 컴퓨터 히스토리 뮤지움, 맥 프로 출시 이야기를 나눴습니다. 준비중...2019-12-201h 0244BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯AWS re:Invent 2019 참가, 앤디 제시 키노트 등 w/ chiyodad, res_tin, developerhenrystdout.fm 61번째 로그에서는 라스베가스에서 re:Invent 2019 소식을 전합니다. stdout.fm 공개방송 stdout.fm: 개발자 팟캐스트 on Twitter: "AWS 리인벤트 둘째 날인 12월 3일, 현지에 계신 분들을…2019-12-091h 2944BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯GitHub Universe 2019, Kubecon 2019 참석기 w/ outsider, anarcher, subicurastdout.fm 60번째 로그에서는 GitHub Universe 2019, Kubecon 2019 참석기 등에 대해서 이야기를 나눴습니다. stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해 이야기하는…2019-12-051h 0744BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯AWS 리인벤트 2019, 4분 코딩 테라폼 편, 유니파이 설치기 등stdout.fm 59번째 로그에서는 AWS 리인벤트 2019, 4분 코딩 테라폼 편, 유니파이 설치기 등에 대해서 이야기를 나눴습니다. 후원 stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해 이야기하는…2019-11-301h 0244BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯맥북프로 16인치(와 ESC 키) 출시, VS Code 온라인, 깃헙 언어 사용 리포트 등stdout.fm 58번째 로그에서는 맥북프로 16인치(와 ESC 키) 출시, VS Code 온라인, 깃헙 언어 사용 리포트 등에 대해서 이야기를 나눴습니다. 후원 stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에…2019-11-2141 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯만나통신사: 중국 IT 비즈니스 여행, 구글 클라우드 서밋 참가 후기stdout.fm 57번째 로그에서는 만나통신사: 중국 IT 비즈니스 여행, 구글 클라우드 서밋 참가 후기 등에 대해서 이야기를 나눴습니다. 후원 / 게스트 stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해…2019-11-111h 0344BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯Bear 앱, 프로토파이, 리액트 관련 글 번역 등 w/ 안도형stdout.fm 56번째 로그에서는 안도형 님과 함께 Bear 앱, 프로토파이, 리액트 관련 글 번역 등에 대해서 이야기를 나눴습니다. 정리중...2019-11-041h 1844BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯파이어폭스 70, 컨트리뷰톤, 오픈소스 기여 등 w/ Outsiderstdout.fm 55번째 로그에서는 아웃사이더 님과 함께 파이어폭스 70, 컨트리뷰톤, 오픈소스 기여 등에 대해서 이야기를 나눴습니다. 정리중...2019-10-301h 0844BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯AWS 공인 자격증, 파이썬 3.8 릴리스, 4분코딩 등stdout.fm 54번째 로그에서는 AWS 공인 자격증, 파이썬 3.8 릴리스, 4분코딩 등에 대해서 이야기를 나눴습니다. stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해 이야기하는 프로그래머들의 팟캐스트 |…2019-10-211h 0244BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯가계부의 끝판왕 후잉 개발 이야기 w/ 흥반장stdout.fm 53번째 로그에서는 가계부의 끝판왕 후잉 개발 이야기를 나눴습니다. 44bits 워크숍: 도커 깐 김에 배포까지stdout.fm 정기 후원 - Patreon후잉가계부(whooing)2018 당근마켓 이삿날 - YouTubeI…2019-10-091h 1844BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯Apple 고객 서비스 경험stdout.fm 52번째 에러 로그에서는 Apple 고객 서비스 경험 등에 대해서 이야기를 나눴습니다. Cam Link 4K | elgato.comゆん@韓国 on Twitter: "삼성 서비스 센터에서 나와서 18년 8k TV (85Q900R…2019-10-0457 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯미디어로서의 컴퓨터, 프로그래밍 교육, 광고와 행동수정 w/ 최승준stdout.fm 51-1번째 로그에서는 미디어로서의 컴퓨터, 프로그래밍 교육, 광고와 행동수정 등에 대해서 이야기를 나눴습니다. 준비중2019-10-011h 0444BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯미디어로서의 컴퓨터, 프로그래밍 교육, 광고와 행동수정 w/ 최승준stdout.fm 51-2번째 로그에서는 미디어로서의 컴퓨터, 프로그래밍 교육, 광고와 행동수정 등에 대해서 이야기를 나눴습니다. 51-1편에서 이어집니다. 준비중2019-10-011h 0444BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯시그널송이 생겼네요? 개발 팟캐스트인데 개발 이야기 좀... 구글 코드리뷰 가이드라인 등stdout.fm 50번째 로그에서는 The Cloud 100, 기기 간 동기화 앱 Syncthink, Notion 학생 무료 플랜 공개 등에 대해서 이야기를 나눴습니다. The Cloud 100 The Cloud 100 2019HashiCorp:…2019-09-2343 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯새로운 녹음 장비, 분더리스트 재인수설, 당근마켓 400억 투자 등stdout.fm 49번째 로그에서는 새로운 녹음 장비, 분더리스트 재인수설, 당근마켓 400억 투자 등에 대해서 이야기를 나눴습니다. 새로운 녹음 장비: StudioLive AR 12, SM 57 SM57 - Dynamic Instrument…2019-09-1652 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯파이어폭스 69 릴리스, AWS 도쿄 리전 장애, 리눅스 exFAT 지원 등stdout.fm 48번째 로그에서는 파이어폭스 69 릴리스, AWS 도쿄 리전 장애, 리눅스 exFAT 지원 등에 대해서 이야기를 나눴습니다. 후원 / 근황 stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해…2019-09-091h 0844BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯복식부기 가계부 후잉 사용자 모임 (2) w/ ecleyastdout.fm 47번째 에러 로그에서는 복식부기 가계부 후잉에 대해서 이야기를 나눴습니다. 후잉 1편에서 이어집니다. 후잉가계부(whooing)2019-09-0643 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯복식부기 가계부 후잉 사용자 모임 (1) w/ ecleyastdout.fm 46번째 에러 로그에서는 복식부기 가계부 후잉에 대해서 이야기를 나눴습니다. what3words | Addressing the world후잉가계부(whooing)팟캐스트 돈없수다 방송듣기, : 팟빵돈없수다 - 009. 가계부를…2019-09-0555 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯서비쿠라 님 블로그 수익, 22일 깃헙 장애, Nand2Tetris, 클라우드 런 버튼 w/ Subicura, Hanstdout.fm 45번째 로그에서는 서비쿠라 님 블로그 수익, 22일 깃헙 장애, Nand2Tetris, 클라우드 런 버튼 등에 대해서 이야기를 나눴습니다. 준비중 서비쿠라 님 블로그 수익 Subicura's BlogDocker - Google…2019-09-031h 0444BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯Form S-1, 컨테이너 런타임 rkt 아카이브, 슈프리마 개인정보 유출, 레일스5 업그레이드stdout.fm 44번째 로그에서는 Form S-1, 컨테이너 런타임 rkt 아카이브, 슈프리마 개인정보 유출, 레일스5 업그레이드 등에 대해서 이야기를 나눴습니다. 준비중 stdout_043.log: 갤럭시 노트 10, 테슬라 모델 3, Go…2019-08-2743 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯갤럭시 노트 10, 테슬라 모델 3, Go 언어 입문, 테라폼 삽질 공유회stdout.fm 43번째 로그에서는 갤럭시 노트 10, 테슬라 모델 3, Go 언어 입문, 테라폼 삽질 공유회 등에 대해서 이야기를 나눴습니다. 갤럭시 노트 10(Galaxy Note 10) 예약 Galaxy Note10 & Note10…2019-08-191h 2944BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯IT 출판사, 전자책, IT 도서 출간 w/ 송우일stdout.fm 42번째 로그에서는 인사이트 출판사 송우일 님을 모시고 IT 출판사, 전자책, IT 도서 출간 등에 대해서 이야기를 나눴습니다. 개발자 팟캐스트 stdout.fm테라폼 삽질 공유회 | Festa! 손에 잡히는 10분 정규 표현식…2019-08-121h 3444BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯Slack 장애, GitHub 스타 어뷰징, Bose NCH 700stdout.fm 41번째 로그에서는 Slack 장애, GitHub 스타 어뷰징, Bose NCH 700 등에 대해서 이야기를 나눴습니다. 개발자 팟캐스트 stdout.fmstdout.fm are creating 클라우드, 소프트웨어 개발, 전자…2019-08-051h 0744BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯Tech야,놀자 행사 준비, 기술 블로그 운영, 야놀자stdout.fm 40번째 로그에서는 Tech야,놀자 행사 준비, 기술 블로그 운영, 야놀자 등에 대해서 이야기를 나눴습니다. stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해 이야기하는 프로그래머들의 팟캐스트…2019-07-291h 19Coder RadioCoder Radio367: 10x EvilgineersMike rekindles his youthful love affair with Emacs and we debate what makes a "10x engineer". Plus the latest Play store revolt and some of your feedback.Links:Feedback on Coder Radio 366 — As a C++ developer working on a large, primarily OO codebase, I’ve been writing ever more C++ as “just a pipeline of data transformations.” As you guys mentioned, you can get a lot of benefit even in an OO situation from wrapping a functional “core” up in an object “package.”Functional Core, Imperative Shell — In this screencast we look at one method for crossin...2019-07-2334 minAll Jupiter Broadcasting ShowsAll Jupiter Broadcasting Shows10x Evilgineers | Coder Radio 367Mike rekindles his youthful love affair with Emacs and we debate what makes a "10x engineer". Plus the latest Play store revolt and some of your feedback.Links:Feedback on Coder Radio 366 — As a C++ developer working on a large, primarily OO codebase, I’ve been writing ever more C++ as “just a pipeline of data transformations.” As you guys mentioned, you can get a lot of benefit even in an OO situation from wrapping a functional “core” up in an object “package.”Functional Core, Imperative Shell — In this screencast we look at one method for cro...2019-07-2200 minCoder Radio VideoCoder Radio Video10x Evilgineers | Coder Radio 367Mike rekindles his youthful love affair with Emacs and we debate what makes a "10x engineer". Plus the latest Play store revolt and some of your feedback.Links:Feedback on Coder Radio 366 — As a C++ developer working on a large, primarily OO codebase, I’ve been writing ever more C++ as “just a pipeline of data transformations.” As you guys mentioned, you can get a lot of benefit even in an OO situation from wrapping a functional “core” up in an object “package.”Functional Core, Imperative Shell — In this screencast we look at one method for cro...2019-07-2200 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯배드 블러드, 클라우드 서비스 금지 오픈소스 라이센스 변경 w/ Outsiderstdout.fm 39번째 로그에서는 아웃사이더 님을 모시고 배드 블러드, 클라우스 서비스 금지 오픈소스 라이센스 변경 등에 대해서 이야기를 나눴습니다. ODK MediaGoogle - Site Reliability EngineeringODB…2019-07-221h 2444BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯RubyGems strong_password 해킹 사건, 소프트웨어 환멸감, Zoom MacOS 클라이언트 보안 문제stdout.fm 38번째 로그에서는 RubyGems strong_password 해킹 사건, 소프트웨어 환멸감, Zoom MacOS 클라이언트 등에 대해서 이야기를 나눴습니다. stdout.fm are creating 클라우드, 소프트웨어 개발…2019-07-1553 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯캡처보드, Cloudflare 장애, 44bits 테라폼 무크지stdout.fm 37번째 로그에서는 캡처보드, Cloudflare 장애, 44bits 테라폼 무크지 등에 대해서 이야기를 나눴습니다. stdout.fm are creating 프로그래머들의 팟캐스트 | Patreon팟캐스트 개발자 팟캐스트…2019-07-081h 0044BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯오픈핵 2019, Little Big Data, Facebook Dev C 서울, Oculus Quest w/ jayjinjaystdout.fm 36번째 로그에서는 @jayjinjay 님과 함께 오픈핵 2019, Little Big Data, Facebook Dev C 서울, Oculus Quest 등에 대해서 이야기를 나눴습니다. Openhack 2019 - 페이스북20…2019-07-011h 3044BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯Seocho.rb, Salck 상장, 데이터센터 w/ ecleyastdout.fm 35번째 로그에서는 @ecleya 님과 함께 Seocho.rb, Salck 상장, 데이터센터 등에 대해서 이야기를 나눴습니다. Seocho.rb 두 번째 모임 | Festa!겁나 빠른 카카오톡, 아이폰에서도ZZERJAE…2019-06-201h 1344BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯WWDC 2019 특집편 w/ 김정stdout.fm 34번째 로그에서는 WWDC 2019에 참여하고 오신 김정(@godrm) 님을 모시고 애플의 새로운 소식들에 대해서 이야기를 나눴습니다. 김정 (Kim Jung) (@godrm) | Twitter코드스쿼드 | 소프트웨어 개발 교육…2019-06-121h 2744BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯Matz 블로그 부활, 기술서전, 구글 클라우드 장애, WWDC 2019stdout.fm 33번째 로그에서는 Matz 블로그 부활, 기술서전, 구글 클라우드 장애, WWDC 2019 등에 대해서 이야기를 나눴습니다. GNU Ethical Repository Criteria - GNU Project - Free…2019-06-041h 0544BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯데이터 센터, 국민은행 OTP 유실 사건, 알프레드 4stdout.fm 32번째 로그에서는 국내외 데이터 센터 구축, 국민은행 OTP 유실 사건, 알프레드 4 출시 등에 대해서 이야기를 나눴습니다. Digital Transformation with G Suite - HomeGoogle stored…2019-05-311h 1144BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯Facebook F8 2019, 핀테크 업체의 금융 정보 스크래핑 w/ outsiderstdout.fm 31번째 로그에서는 아웃사이더 님을 게스트로 모시고 Facebook F8 2019, 핀테크 업체의 금융 정보 스크래핑 등에 대해서 이야기를 나눴습니다. Facebook Developer Conference. April 30…2019-05-221h 1344BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯깃헙 레지스트리, 에저 클라우드 장애, 클라우드 서비스 일본 리전오픈stdout.fm 30번째 로그에서는 깃헙 레지스트리, 에저 클라우드 장애, 클라우드 서비스 일본 리전오픈 등에 대해서 이야기를 나눴습니다. 도서출판 인사이트 – 프로그래밍, IT 관련 서적을 발간합니다.깃허브 패키지 레지스트리(Github…2019-05-171h 06Ubuntu Security PodcastUbuntu Security PodcastEpisode 31Overview This week we cover security fixes for GNOME Shell, FFmpeg, Sudo, Ghostscript and others, and we talk to Joe McManus about malicious Dockerhub images, Git repos being ransomed more. This week in Ubuntu Security Updates 14 unique CVEs addressed [USN-3966-1] GNOME Shell vulnerability 1 CVEs addressed in Bionic, Cosmic CVE-2019-3820 Local user could potentially bypass various restrictions of the lock screen - menu items can be activated by keyboard combinations - these could then be used to take screenshots (and fill up disk space), close windows behind the lock...2019-05-1322 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯파이어폭스 애드온 비활성화 장애, GitHub/GitLab 저장소 삭제 공격, MS 빌드 2019stdout.fm 29번째 로그에서는 파이어폭스 애드온 비활성화 장애, GitHub/GitLab 저장소 삭제 공격, MS 빌드 2019 등에 대해서 이야기를 나눴습니다. Add-ons disabled or failing to install in…2019-05-081h 0544BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯다크룸, 애플 분기 실적 발표, 인터넷전문은행 사용성 w/ ecleyastdout.fm 28번째 로그에서는 다크룸, 애플 분기 실적 발표, 인터넷전문은행 사용성 등에 대해서 이야기를 나눴습니다. Node.js 12 버전 릴리스 소식을 전했는데, 현재는 LTS 버전이 아닙니다. 12 버전은 2019년 4월 23일…2019-05-021h 2744BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯NDC, 뉴스레터, 해커스 크라우드 펀딩stdout.fm 27번째 에러 로그에서는 NDC, 뉴스레터, 해커스 크라우드 펀딩 등에 대해서 이야기를 나눴습니다. NDC-NEXON DEVELOPERS CONFERENCEBrawl Stars × SupercellSupercellChina's…2019-04-251h 0644BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯샌프란시스코 여행, Google Cloud Next 2019 w/ subicurastdout.fm 27번째 로그에서는 @subicura 님을 모시고 샌프란시스코 여행과 구글 클라우드 넥스트 참관기에 대해서 이야기를 나눴습니다. RubyKaigi 2020 나고야 공항 - 마쓰모토 역까지 경로 - 구글 맵 무안국제공항…2019-04-241h 2544BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯루비 카이기 2019, 쿡패드, 일본 개발 커뮤니티 w/ shiastdout.fm 26번째 로그에서는 루비 카이기 2019, 쿡패드, 일본 개발 커뮤니티 등에 대해서 이야기를 나눴습니다. RubyKaigi 2019stdout_006.log: KT 서울 서북부 통신 장애, AWS re:Invent 2018…2019-04-172h 2744BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯ICT 업계, 마켓컬리, 주니어 채용 w/ chiyodad, ecleyastdout.fm 25번째 로그에서는 ICT 업계, 마켓컬리, 주니어 채용에 대해서 이야기를 나눴습니다. 마켓컬리 :: 내일의 장보기, 마켓컬리정보통신기술 - 위키백과, 우리 모두의 백과사전뇌를 자극하는 Java 프로그래밍전사적 자원 관리…2019-04-161h 3844BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯맥북, 스택 오버플로우, 토스 카드 w/ ecleyastdout.fm 24번째 로그에서는 맥북, 스택 오버플로우, 토스 카드에 대해서 이야기를 나눴습니다. Hotel Danang | Luxury Hotels in Danang | Beach Hotel DanangFix Thermal…2019-04-1040 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯만우절, 일본의 새 연호, 북스캔 w/ ecleyastdout.fm 23번째 로그에서는 만우절, 일본의 새 연호, 북스캔에 대해서 이야기를 나눴습니다. The stackoverflow April fools : programmingMitchell Hashimoto on Twitter…2019-04-021h 2644BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯Write the Docs 후기, 2019년 3월 애플 키노트 이벤트, 파이어폭스 멀티 계정 컨테이너 w/ ecleyastdout.fm 22번째 로그에서는 Write the Docs 후기, 애플 이벤트(애플 TV+, 애플 카드 등), 파이어폭스 계정 멀티 컨테이너에 대해서 이야기를 나눴습니다. Write The Docs 서울의 2019 첫 번째 밋업 | Festa!…2019-03-271h 0644BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯출퇴근 이야기, 애플 신제품 출시, 구글 Stadia 발표stdout.fm 21번째 로그에서는 출퇴근, 애플 신제품 출시, 구글 Stadia 발표에 대해서 이야기를 나눴습니다. 서울자전거 따릉이 - 무인대여시스템카카오 T카카오T 바이크 - 공유 전기 자전거 - YouTube서울 지하철 7호선…2019-03-2041 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯Notion 업데이트, Firefox Send 릴리스, AWS ECS 스케줄 테스크stdout.fm 20번째 로그에서는 Notion 업데이트, Firefox Send 릴리스, AWS ECS 스케줄 테스크에 대해서 이야기를 나눴습니다. Amazon.com: Blue Yeti Nano Premium USB MicWhat's New?…2019-03-131h 1344BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯테라폼 0.12 베타, 데이터독 APM, 엘라스틱 APM, 해커스 크라우드 펀딩stdout.fm 19번째 로그에서는 테라폼 0.12 베타, 데이터독 APM, 엘라스틱 APM, 해커스 크라우드 펀딩에 대해서 이야기를 나눴습니다. 오빠들 1위 위해 '스밍'… 극성팬 때문에 멍든 차트 - 조선닷컴 - 연예 > K-popWrite…2019-03-0650 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯정부의 SNI 기반 인터넷 접속 차단 w/ hanstdout.fm 16번째 로그에서는 han 님과 함께 정부의 SNI 기반 인터넷 접속 차단, 아이폰 앱의 무단 화면 촬영, CamelCamelCamel 다운에 대해서 이야기했습니다. Buy stdout.fm a Coffee…2019-02-141h 25Python BytesPython Bytes#116: So you want Python in a 3D graphics engine?Topics covered in this episode: [play:0:25] Inside python dict — an explorable explanation [play:2:37] Embed Python in Unreal Engine 4 [play:4:32]* Redirecting stdout with contextlib* [play:7:56] Panda3D [play:10:32] Why PyPI Doesn't Know Your Projects Dependencies [play:13:58]* PyGame series* Extras Joke See the full show notes for this episode on the website at pythonbytes.fm/1162019-02-0617 min44BITS 팟캐스트 - 클라우드, 개발, 가젯44BITS 팟캐스트 - 클라우드, 개발, 가젯안전한 패스워드 관리, 람다 기반 썸네일 생성, Seocho.rb 첫 번째 모임stdout.fm 15번째 로그에서는Seocho.rb 첫 번째 모임, AWS 람다를 사용한 이미지 변환, 안전한 패스워드 관리, 1Password 등에 대해서 이야기를 나눴습니다. Patreon: stdout.fm 정기 후원Seocho.rb 첫…2019-01-291h 06Working DraftWorking DraftRevision 349: Serverseitige Entwicklung mit NodeDer Schepp, Rodney und Hans sprechen über die Entwicklung von serverseitigen Applikationen mit Node. Unser Sponsor Diese Folge wird gesponsert vom neuen CV-Tool “GravityCV”, für einfaches, flexibles und schnelles erstellen und versenden Deines Lebenslaufs. “GravityCV” – Professionelles Design & hoher Datenschutz für dein CV. Kostenlos anmelden unter gravitycv.com. Schaunotizen [00:01:27] CLI Tools Selbstgeschriebene Command Line Interface (CLI) Tools sind hilfreich, wenn man viel auf der Command Line unterwegs ist. Mit Node kann man eigene Tools sehr einfach schreiben. Wir erklären wie und welche Module dabei helfen können. Hier eine Auswa...2018-07-251h 05Turing Complete FMTuring Complete FM28. プログラミング言語のブートストラッピング問題、コードとの互換性を保ちつつ言語を変更していく話 (川合史朗)Gauche Schemeの作者の川合史朗さんと言語処理系についての話をしました。GaucheのCコードとの互換性を保ちつつ無限リストを導入するために採用したトリックや、Gauche自身で書かれているGaucheを過去のバージョンでビルドするために気をつけていることなどの話をしました。出演者: 川合史朗 (@anohana)、Rui Ueyama (@rui314) https://turingcomplete.fm/28 ハッシュタグは#tcfmです。 TCFMはサポーターの投げ銭によって収益を上げています。このコンテンツに課金してもいいよという方はぜひクリエイター支援サイトPatreonから登録してご協力ください。 イントロ (0:00) 電卓そろばん対決の動画存在しました (2:28) Gaucheとそのほかのプログラムのリリースプロセス (3:33) コンパイラのブートストラッピング問題とバージョン間の互換性 (4:51) GCCやClangにおけるブートストラッピング問題 (18:08) Goでは言語仕様がフリーズされていてGo 1の間は変更されない (19:41) Webブラウザの6週間のリリースサイクルは短いのか長いのか (20:35) FirefoxもClangとlldにスイッチ (21:32) Gaucheがstdioを使わずに独自bufferred IOを実装している理由 (22:58) FILE構造体の内部にアクセスする(移植性のない)実装 (26:41) プログラム終了時にバッファをフラッシュしないといけない (27:13) stdioではstdinを読もうとしたらstdoutがフラッシュされる (28:24) 遅延シーケンス(無限リスト) (31:05) Cレベルでの互換性を保ったままconsセルを遅延シーケンスにするトリック (34:52) 遅延シーケンスをどこで使っているのか (37:29) 遅延シーケンスのパフォーマンス最適化 (38:45) Clojure言語のTransducerという仕組み (42:07) カリー化とは何か (46:06) キーワードとシンボル (48:09) キーワードをシンボルのサブクラスにして発生した問題 (54:27) Scheme言語仕様にはキーワードはない(シンボルで十分?) (56:08) 現在仕様策定中のScheme言語仕様R7RS (58:27) R6RSの言語仕様は振り返ってみて良いものといえるのだろうか? (1:00:12) 標準化委員会が作る言語仕様と個人の作品としての言語仕様 (1:03:55) Goの言語仕様の変更のプロポーザル (1:05:09) Schemeでは言語仕様を実験的に拡張して良さそうなら標準化するというのがよくある流れ (1:06:51) 言語仕様策定の投票権は全員平等なのが本当によいのか (1:09:19) Schemeは誰でも参加できるところがよいところ (1:10:02) C++のトライグラフの廃止に最後まで反対していたのはIBMとカナダ (1:11:14) エンディング (1:13:22) Running for Grace (Shiroさんの出ている映画) Gauche Scheme Consセル (Wikipedia) stdioにおけるバッファのフラッシュのルール Go言語仕様 Clojure言語 Transducers カリー化 (Wikipedia) Haskell (Wikipedia) ハスケル・カリー (Wikipedia) SRFI(サーフィー) R6RS(現行の最新のScheme言語仕様) トライグラフ (Wikipedia) 2018-07-241h 15Chaos Computer Club - openSUSE Conference 2018 (mp3)Chaos Computer Club - openSUSE Conference 2018 (mp3)Logging containers (osc18)Event logging is a central source of information for IT operations and security. The syslog-ng application collects logs from many different sources, performs real-time log analysis by processing and filtering them, and finally it stores the logs or forwards them for further analysis. The same feature set comes in handy in a containerized environment too, where you start and stop containers around the clock, and the container might not even exist anymore by the time you investigate an event.. Containerization, and Docker in particular, changed the way we distribute and run applications. Containers provide isolated environments, which make it possible...2018-05-2536 minChaos Computer Club - archive feed (high quality)Chaos Computer Club - archive feed (high quality)Logging containers (osc18)Event logging is a central source of information for IT operations and security. The syslog-ng application collects logs from many different sources, performs real-time log analysis by processing and filtering them, and finally it stores the logs or forwards them for further analysis. The same feature set comes in handy in a containerized environment too, where you start and stop containers around the clock, and the container might not even exist anymore by the time you investigate an event.. Containerization, and Docker in particular, changed the way we distribute and run applications. Containers provide isolated environments, which make it possible...2018-05-2536 min