podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
$STDOUT
Shows
awuuwa on Odysee
circumvent copyright - how to - xortool tutorial
here'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-23
20 min
52 Weeks of Cloud
Rise of Microcontainers
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...
2025-02-21
07 min
Laravel News Podcast
More backed enums, explaining MySQL, and session deep-dives
Jake 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-03
39 min
Changelog Master Feed
Don’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-05
49 min
JS Party: JavaScript, CSS, Web Development
Don’t ever use these TypeScript features
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! 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-05
49 min
Latent Space: The AI Engineer Podcast
Why you should write your own LLM benchmarks — with Nicholas Carlini, Google DeepMind
Today'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 tutor
2024-08-29
1h 10
44BITS 팟캐스트 - 클라우드, 개발, 가젯
특집 시청자와 묻고 답하기
44bits 팟캐스트의 전신 stdout.fm기억에 남는 에피소드 re:Invent 첫 방문기 1, re:Invent 첫 방문기 2stdout.fm 첫 방송스톡옵션 이야기했던 67화100회 특집100회 특집 축전 사이트 아희 아시나요?…
2024-02-26
2h 06
Rust奇文共赏
为什么Rust的stdout比stderr快(三)
2024-01-21
21 min
Rust奇文共赏
为什么Rust的stdout比stderr快(二)
2024-01-20
19 min
Rust奇文共赏
为什么Rust的stdout比stderr快(一)
2024-01-19
17 min
Test & Code
209: Testing argparse Applications
How 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-16
16 min
Day[0]
[bounty] Rapid Reset, Attacking AWS Cognito, and Confluence Bugs
We'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-22
29 min
Changelog Interviews
DX on DX
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-03
1h 37
Changelog Master Feed
DX 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-03
1h 36
The Changelog: Software Development, Open Source
DX 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-03
1h 37
Programming By Stealth
PBS 151 of X — Bash: Printf and More
This 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-28
1h 20
Programming By Stealth
PBS 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-14
1h 46
Programming By Stealth
PBS 150 of X – Bash Script Plumbing
Bart 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-01
1h 19
Changelog Interviews
Song Encoder: Forrest Brazeal
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-31
24 min
The Changelog: Software Development, Open Source
Song 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-31
24 min
kode24-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-13
51 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-27
41 min
The Changelog: Software Development, Open Source
State 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-20
1h 51
Changelog Interviews
State of the "log" 2021
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-20
1h 51
Data on Kubernetes Community
DoK Talks #99- ETL/ELT on Kubernetes with Airbyte: K8s Development Insights // Abhi Vaidyanatha
https://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-05
1h 00
The Swyx Mixtape
[Music Fridays] $stdout the rapper
Listen to The Changelog: https://changelog.com/podcast/466Stdout's YouTube: https://www.youtube.com/c/stdout/videos?view=0&sort=p&flow=grid
2021-10-30
10 min
The Changelog: Software Development, Open Source
Song 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-29
37 min
Changelog Master Feed
Song 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-29
37 min
Changelog Interviews
Song Encoder: $STDOUT
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-29
37 min
The Backend Engineering Show with Hussein Nasser
Using GitHub Actions ? Be Aware of this High-Severity Injection Bug Found in GitHub Actions
Felix 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-23
08 min
Last Week in .NET
Always use a culture when comparing strings, just like your mama taught you
Hey 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-02
07 min
Null/Void
Content 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-15
00 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
MS 실적 발표와 반독점 청문회, 버블 500, 표준 꺼져?, 요즘 사용하는 앱 이야기
스탠다드아웃 93번째 로그에서는 MS 실적 발표와 반독점 청문회, 버블 500, 표준 꺼져?, 요즘 사용하는 앱에 대해서 이야기를 나눴습니다. stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해 이야기하는…
2020-08-23
1h 07
44BITS 팟캐스트 - 클라우드, 개발, 가젯
테슬라 모델 3, GitHub 장애, 1패스워드 비지니스 플랜과 Okta
스탠다드아웃 89번째 로그에서는 테슬라 모델 3, GitHub 장애, 1패스워드 비지니스 플랜과 Okta 이야기를 나눴습니다. 전기차 이야기 Model 3 | Tesla 대한민국stdout_062.log: AWS re:Invent 2019 후기…
2020-07-10
1h 05
44BITS 팟캐스트 - 클라우드, 개발, 가젯
GitHub의 master 브랜치, Ruby 분석기 rubocop 이름 논란, 맥북 크롬의 파란 줄
스탠다드아웃 87번째 로그에서는 GitHub의 master 브랜치, Ruby 분석기 rubocop 이름 논란, 맥북 크롬에서 생기는 파란 줄 등에 대해 이야기를 나눴습니다. 인트로: IoT 이야기 stdout.fm are creating 클라우드…
2020-06-25
1h 06
44BITS 팟캐스트 - 클라우드, 개발, 가젯
원격녹음, 원격근무 등
스탠다드아웃 73번째 로그에서는 원격녹음, 원격근무 등에 대해 이야기를 나눴습니다. stdout_064.log: 원격 녹음, 우아한형제들 인수, 루비 2.7 릴리스, JapanTaxi 등 | 개발자 팟캐스트 stdout.fmAudacity ®…
2020-03-05
48 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
이바닥늬우스, 타다 금지법, 토스 인터넷 은행 인가, 모빌리티 등 w/ 에디
스탠다드아웃 65번째 로그에서는 이바닥늬우스 에디와 함께 타다 금지법, 토스 인터넷 은행 인가, 모빌리티 등에 대해 이야기를 나눴습니다. 개발자 팟캐스트 stdout.fm (일본어) 44bits 일본어판 이바닥 늬우스 이바닥늬우스이바닥…
2020-01-07
1h 26
44BITS 팟캐스트 - 클라우드, 개발, 가젯
원격 녹음, 우아한형제들 인수, 루비 2.7 릴리스, JapanTaxi 등
stdout.fm 64번째 로그에서는 원격 녹음, 우아한형제들 인수, 루비 2.7 릴리스, JapanTaxi 등에 대해 이야기를 나눴습니다. 발리에서 원격 녹음 발리섬 - 위키백과, 우리 모두의 백과사전MixPre-3 II - Sound…
2020-01-02
1h 06
44BITS 팟캐스트 - 클라우드, 개발, 가젯
44bits 밋업 후기, 당근마켓 플레이 스토어 베스트앱 선정, 네이버 코스피 3위 w/ ecleya
stdout.fm 63번째 로그에서는 44bits 밋업 후기, 당근마켓 플레이 스토어 베스트앱 선정, 네이버 코스피 3위 등에 대해 이야기를 나눴습니다. 단신 - MS Ignite The Tour 서울 행사 Microsoft Ignite The…
2019-12-27
1h 06
44BITS 팟캐스트 - 클라우드, 개발, 가젯
AWS re:Invent 2019 후기, 컴퓨터 히스토리 뮤지움, 맥 프로 출시 등
stdout.fm 62번째 로그에서는 AWS re:Invent 2019 후기, 컴퓨터 히스토리 뮤지움, 맥 프로 출시 이야기를 나눴습니다. 준비중...
2019-12-20
1h 02
44BITS 팟캐스트 - 클라우드, 개발, 가젯
AWS re:Invent 2019 참가, 앤디 제시 키노트 등 w/ chiyodad, res_tin, developerhenry
stdout.fm 61번째 로그에서는 라스베가스에서 re:Invent 2019 소식을 전합니다. stdout.fm 공개방송 stdout.fm: 개발자 팟캐스트 on Twitter: "AWS 리인벤트 둘째 날인 12월 3일, 현지에 계신 분들을…
2019-12-09
1h 29
44BITS 팟캐스트 - 클라우드, 개발, 가젯
GitHub Universe 2019, Kubecon 2019 참석기 w/ outsider, anarcher, subicura
stdout.fm 60번째 로그에서는 GitHub Universe 2019, Kubecon 2019 참석기 등에 대해서 이야기를 나눴습니다. stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해 이야기하는…
2019-12-05
1h 07
44BITS 팟캐스트 - 클라우드, 개발, 가젯
AWS 리인벤트 2019, 4분 코딩 테라폼 편, 유니파이 설치기 등
stdout.fm 59번째 로그에서는 AWS 리인벤트 2019, 4분 코딩 테라폼 편, 유니파이 설치기 등에 대해서 이야기를 나눴습니다. 후원 stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해 이야기하는…
2019-11-30
1h 02
44BITS 팟캐스트 - 클라우드, 개발, 가젯
맥북프로 16인치(와 ESC 키) 출시, VS Code 온라인, 깃헙 언어 사용 리포트 등
stdout.fm 58번째 로그에서는 맥북프로 16인치(와 ESC 키) 출시, VS Code 온라인, 깃헙 언어 사용 리포트 등에 대해서 이야기를 나눴습니다. 후원 stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에…
2019-11-21
41 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
만나통신사: 중국 IT 비즈니스 여행, 구글 클라우드 서밋 참가 후기
stdout.fm 57번째 로그에서는 만나통신사: 중국 IT 비즈니스 여행, 구글 클라우드 서밋 참가 후기 등에 대해서 이야기를 나눴습니다. 후원 / 게스트 stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해…
2019-11-11
1h 03
44BITS 팟캐스트 - 클라우드, 개발, 가젯
Bear 앱, 프로토파이, 리액트 관련 글 번역 등 w/ 안도형
stdout.fm 56번째 로그에서는 안도형 님과 함께 Bear 앱, 프로토파이, 리액트 관련 글 번역 등에 대해서 이야기를 나눴습니다. 정리중...
2019-11-04
1h 18
44BITS 팟캐스트 - 클라우드, 개발, 가젯
파이어폭스 70, 컨트리뷰톤, 오픈소스 기여 등 w/ Outsider
stdout.fm 55번째 로그에서는 아웃사이더 님과 함께 파이어폭스 70, 컨트리뷰톤, 오픈소스 기여 등에 대해서 이야기를 나눴습니다. 정리중...
2019-10-30
1h 08
44BITS 팟캐스트 - 클라우드, 개발, 가젯
AWS 공인 자격증, 파이썬 3.8 릴리스, 4분코딩 등
stdout.fm 54번째 로그에서는 AWS 공인 자격증, 파이썬 3.8 릴리스, 4분코딩 등에 대해서 이야기를 나눴습니다. stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해 이야기하는 프로그래머들의 팟캐스트 |…
2019-10-21
1h 02
44BITS 팟캐스트 - 클라우드, 개발, 가젯
가계부의 끝판왕 후잉 개발 이야기 w/ 흥반장
stdout.fm 53번째 로그에서는 가계부의 끝판왕 후잉 개발 이야기를 나눴습니다. 44bits 워크숍: 도커 깐 김에 배포까지stdout.fm 정기 후원 - Patreon후잉가계부(whooing)2018 당근마켓 이삿날 - YouTubeI…
2019-10-09
1h 18
44BITS 팟캐스트 - 클라우드, 개발, 가젯
Apple 고객 서비스 경험
stdout.fm 52번째 에러 로그에서는 Apple 고객 서비스 경험 등에 대해서 이야기를 나눴습니다. Cam Link 4K | elgato.comゆん@韓国 on Twitter: "삼성 서비스 센터에서 나와서 18년 8k TV (85Q900R…
2019-10-04
57 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
미디어로서의 컴퓨터, 프로그래밍 교육, 광고와 행동수정 w/ 최승준
stdout.fm 51-1번째 로그에서는 미디어로서의 컴퓨터, 프로그래밍 교육, 광고와 행동수정 등에 대해서 이야기를 나눴습니다. 준비중
2019-10-01
1h 04
44BITS 팟캐스트 - 클라우드, 개발, 가젯
미디어로서의 컴퓨터, 프로그래밍 교육, 광고와 행동수정 w/ 최승준
stdout.fm 51-2번째 로그에서는 미디어로서의 컴퓨터, 프로그래밍 교육, 광고와 행동수정 등에 대해서 이야기를 나눴습니다. 51-1편에서 이어집니다. 준비중
2019-10-01
1h 04
44BITS 팟캐스트 - 클라우드, 개발, 가젯
시그널송이 생겼네요? 개발 팟캐스트인데 개발 이야기 좀... 구글 코드리뷰 가이드라인 등
stdout.fm 50번째 로그에서는 The Cloud 100, 기기 간 동기화 앱 Syncthink, Notion 학생 무료 플랜 공개 등에 대해서 이야기를 나눴습니다. The Cloud 100 The Cloud 100 2019HashiCorp:…
2019-09-23
43 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
새로운 녹음 장비, 분더리스트 재인수설, 당근마켓 400억 투자 등
stdout.fm 49번째 로그에서는 새로운 녹음 장비, 분더리스트 재인수설, 당근마켓 400억 투자 등에 대해서 이야기를 나눴습니다. 새로운 녹음 장비: StudioLive AR 12, SM 57 SM57 - Dynamic Instrument…
2019-09-16
52 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
파이어폭스 69 릴리스, AWS 도쿄 리전 장애, 리눅스 exFAT 지원 등
stdout.fm 48번째 로그에서는 파이어폭스 69 릴리스, AWS 도쿄 리전 장애, 리눅스 exFAT 지원 등에 대해서 이야기를 나눴습니다. 후원 / 근황 stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해…
2019-09-09
1h 08
44BITS 팟캐스트 - 클라우드, 개발, 가젯
복식부기 가계부 후잉 사용자 모임 (2) w/ ecleya
stdout.fm 47번째 에러 로그에서는 복식부기 가계부 후잉에 대해서 이야기를 나눴습니다. 후잉 1편에서 이어집니다. 후잉가계부(whooing)
2019-09-06
43 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
복식부기 가계부 후잉 사용자 모임 (1) w/ ecleya
stdout.fm 46번째 에러 로그에서는 복식부기 가계부 후잉에 대해서 이야기를 나눴습니다. what3words | Addressing the world후잉가계부(whooing)팟캐스트 돈없수다 방송듣기, : 팟빵돈없수다 - 009. 가계부를…
2019-09-05
55 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
서비쿠라 님 블로그 수익, 22일 깃헙 장애, Nand2Tetris, 클라우드 런 버튼 w/ Subicura, Han
stdout.fm 45번째 로그에서는 서비쿠라 님 블로그 수익, 22일 깃헙 장애, Nand2Tetris, 클라우드 런 버튼 등에 대해서 이야기를 나눴습니다. 준비중 서비쿠라 님 블로그 수익 Subicura's BlogDocker - Google…
2019-09-03
1h 04
44BITS 팟캐스트 - 클라우드, 개발, 가젯
Form S-1, 컨테이너 런타임 rkt 아카이브, 슈프리마 개인정보 유출, 레일스5 업그레이드
stdout.fm 44번째 로그에서는 Form S-1, 컨테이너 런타임 rkt 아카이브, 슈프리마 개인정보 유출, 레일스5 업그레이드 등에 대해서 이야기를 나눴습니다. 준비중 stdout_043.log: 갤럭시 노트 10, 테슬라 모델 3, Go…
2019-08-27
43 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
갤럭시 노트 10, 테슬라 모델 3, Go 언어 입문, 테라폼 삽질 공유회
stdout.fm 43번째 로그에서는 갤럭시 노트 10, 테슬라 모델 3, Go 언어 입문, 테라폼 삽질 공유회 등에 대해서 이야기를 나눴습니다. 갤럭시 노트 10(Galaxy Note 10) 예약 Galaxy Note10 & Note10…
2019-08-19
1h 29
44BITS 팟캐스트 - 클라우드, 개발, 가젯
IT 출판사, 전자책, IT 도서 출간 w/ 송우일
stdout.fm 42번째 로그에서는 인사이트 출판사 송우일 님을 모시고 IT 출판사, 전자책, IT 도서 출간 등에 대해서 이야기를 나눴습니다. 개발자 팟캐스트 stdout.fm테라폼 삽질 공유회 | Festa! 손에 잡히는 10분 정규 표현식…
2019-08-12
1h 34
44BITS 팟캐스트 - 클라우드, 개발, 가젯
Slack 장애, GitHub 스타 어뷰징, Bose NCH 700
stdout.fm 41번째 로그에서는 Slack 장애, GitHub 스타 어뷰징, Bose NCH 700 등에 대해서 이야기를 나눴습니다. 개발자 팟캐스트 stdout.fmstdout.fm are creating 클라우드, 소프트웨어 개발, 전자…
2019-08-05
1h 07
44BITS 팟캐스트 - 클라우드, 개발, 가젯
Tech야,놀자 행사 준비, 기술 블로그 운영, 야놀자
stdout.fm 40번째 로그에서는 Tech야,놀자 행사 준비, 기술 블로그 운영, 야놀자 등에 대해서 이야기를 나눴습니다. stdout.fm are creating 클라우드, 소프트웨어 개발, 전자 제품에 대해 이야기하는 프로그래머들의 팟캐스트…
2019-07-29
1h 19
Coder Radio
367: 10x Evilgineers
Mike 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-23
34 min
All Jupiter Broadcasting Shows
10x Evilgineers | Coder Radio 367
Mike 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-22
00 min
Coder Radio Video
10x Evilgineers | Coder Radio 367
Mike 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-22
00 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
배드 블러드, 클라우드 서비스 금지 오픈소스 라이센스 변경 w/ Outsider
stdout.fm 39번째 로그에서는 아웃사이더 님을 모시고 배드 블러드, 클라우스 서비스 금지 오픈소스 라이센스 변경 등에 대해서 이야기를 나눴습니다. ODK MediaGoogle - Site Reliability EngineeringODB…
2019-07-22
1h 24
44BITS 팟캐스트 - 클라우드, 개발, 가젯
RubyGems strong_password 해킹 사건, 소프트웨어 환멸감, Zoom MacOS 클라이언트 보안 문제
stdout.fm 38번째 로그에서는 RubyGems strong_password 해킹 사건, 소프트웨어 환멸감, Zoom MacOS 클라이언트 등에 대해서 이야기를 나눴습니다. stdout.fm are creating 클라우드, 소프트웨어 개발…
2019-07-15
53 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
캡처보드, Cloudflare 장애, 44bits 테라폼 무크지
stdout.fm 37번째 로그에서는 캡처보드, Cloudflare 장애, 44bits 테라폼 무크지 등에 대해서 이야기를 나눴습니다. stdout.fm are creating 프로그래머들의 팟캐스트 | Patreon팟캐스트 개발자 팟캐스트…
2019-07-08
1h 00
44BITS 팟캐스트 - 클라우드, 개발, 가젯
오픈핵 2019, Little Big Data, Facebook Dev C 서울, Oculus Quest w/ jayjinjay
stdout.fm 36번째 로그에서는 @jayjinjay 님과 함께 오픈핵 2019, Little Big Data, Facebook Dev C 서울, Oculus Quest 등에 대해서 이야기를 나눴습니다. Openhack 2019 - 페이스북20…
2019-07-01
1h 30
44BITS 팟캐스트 - 클라우드, 개발, 가젯
Seocho.rb, Salck 상장, 데이터센터 w/ ecleya
stdout.fm 35번째 로그에서는 @ecleya 님과 함께 Seocho.rb, Salck 상장, 데이터센터 등에 대해서 이야기를 나눴습니다. Seocho.rb 두 번째 모임 | Festa!겁나 빠른 카카오톡, 아이폰에서도ZZERJAE…
2019-06-20
1h 13
44BITS 팟캐스트 - 클라우드, 개발, 가젯
WWDC 2019 특집편 w/ 김정
stdout.fm 34번째 로그에서는 WWDC 2019에 참여하고 오신 김정(@godrm) 님을 모시고 애플의 새로운 소식들에 대해서 이야기를 나눴습니다. 김정 (Kim Jung) (@godrm) | Twitter코드스쿼드 | 소프트웨어 개발 교육…
2019-06-12
1h 27
44BITS 팟캐스트 - 클라우드, 개발, 가젯
Matz 블로그 부활, 기술서전, 구글 클라우드 장애, WWDC 2019
stdout.fm 33번째 로그에서는 Matz 블로그 부활, 기술서전, 구글 클라우드 장애, WWDC 2019 등에 대해서 이야기를 나눴습니다. GNU Ethical Repository Criteria - GNU Project - Free…
2019-06-04
1h 05
44BITS 팟캐스트 - 클라우드, 개발, 가젯
데이터 센터, 국민은행 OTP 유실 사건, 알프레드 4
stdout.fm 32번째 로그에서는 국내외 데이터 센터 구축, 국민은행 OTP 유실 사건, 알프레드 4 출시 등에 대해서 이야기를 나눴습니다. Digital Transformation with G Suite - HomeGoogle stored…
2019-05-31
1h 11
44BITS 팟캐스트 - 클라우드, 개발, 가젯
Facebook F8 2019, 핀테크 업체의 금융 정보 스크래핑 w/ outsider
stdout.fm 31번째 로그에서는 아웃사이더 님을 게스트로 모시고 Facebook F8 2019, 핀테크 업체의 금융 정보 스크래핑 등에 대해서 이야기를 나눴습니다. Facebook Developer Conference. April 30…
2019-05-22
1h 13
44BITS 팟캐스트 - 클라우드, 개발, 가젯
깃헙 레지스트리, 에저 클라우드 장애, 클라우드 서비스 일본 리전오픈
stdout.fm 30번째 로그에서는 깃헙 레지스트리, 에저 클라우드 장애, 클라우드 서비스 일본 리전오픈 등에 대해서 이야기를 나눴습니다. 도서출판 인사이트 – 프로그래밍, IT 관련 서적을 발간합니다.깃허브 패키지 레지스트리(Github…
2019-05-17
1h 06
Ubuntu Security Podcast
Episode 31
Overview 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-13
22 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
파이어폭스 애드온 비활성화 장애, GitHub/GitLab 저장소 삭제 공격, MS 빌드 2019
stdout.fm 29번째 로그에서는 파이어폭스 애드온 비활성화 장애, GitHub/GitLab 저장소 삭제 공격, MS 빌드 2019 등에 대해서 이야기를 나눴습니다. Add-ons disabled or failing to install in…
2019-05-08
1h 05
44BITS 팟캐스트 - 클라우드, 개발, 가젯
다크룸, 애플 분기 실적 발표, 인터넷전문은행 사용성 w/ ecleya
stdout.fm 28번째 로그에서는 다크룸, 애플 분기 실적 발표, 인터넷전문은행 사용성 등에 대해서 이야기를 나눴습니다. Node.js 12 버전 릴리스 소식을 전했는데, 현재는 LTS 버전이 아닙니다. 12 버전은 2019년 4월 23일…
2019-05-02
1h 27
44BITS 팟캐스트 - 클라우드, 개발, 가젯
NDC, 뉴스레터, 해커스 크라우드 펀딩
stdout.fm 27번째 에러 로그에서는 NDC, 뉴스레터, 해커스 크라우드 펀딩 등에 대해서 이야기를 나눴습니다. NDC-NEXON DEVELOPERS CONFERENCEBrawl Stars × SupercellSupercellChina's…
2019-04-25
1h 06
44BITS 팟캐스트 - 클라우드, 개발, 가젯
샌프란시스코 여행, Google Cloud Next 2019 w/ subicura
stdout.fm 27번째 로그에서는 @subicura 님을 모시고 샌프란시스코 여행과 구글 클라우드 넥스트 참관기에 대해서 이야기를 나눴습니다. RubyKaigi 2020 나고야 공항 - 마쓰모토 역까지 경로 - 구글 맵 무안국제공항…
2019-04-24
1h 25
44BITS 팟캐스트 - 클라우드, 개발, 가젯
루비 카이기 2019, 쿡패드, 일본 개발 커뮤니티 w/ shia
stdout.fm 26번째 로그에서는 루비 카이기 2019, 쿡패드, 일본 개발 커뮤니티 등에 대해서 이야기를 나눴습니다. RubyKaigi 2019stdout_006.log: KT 서울 서북부 통신 장애, AWS re:Invent 2018…
2019-04-17
2h 27
44BITS 팟캐스트 - 클라우드, 개발, 가젯
ICT 업계, 마켓컬리, 주니어 채용 w/ chiyodad, ecleya
stdout.fm 25번째 로그에서는 ICT 업계, 마켓컬리, 주니어 채용에 대해서 이야기를 나눴습니다. 마켓컬리 :: 내일의 장보기, 마켓컬리정보통신기술 - 위키백과, 우리 모두의 백과사전뇌를 자극하는 Java 프로그래밍전사적 자원 관리…
2019-04-16
1h 38
44BITS 팟캐스트 - 클라우드, 개발, 가젯
맥북, 스택 오버플로우, 토스 카드 w/ ecleya
stdout.fm 24번째 로그에서는 맥북, 스택 오버플로우, 토스 카드에 대해서 이야기를 나눴습니다. Hotel Danang | Luxury Hotels in Danang | Beach Hotel DanangFix Thermal…
2019-04-10
40 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
만우절, 일본의 새 연호, 북스캔 w/ ecleya
stdout.fm 23번째 로그에서는 만우절, 일본의 새 연호, 북스캔에 대해서 이야기를 나눴습니다. The stackoverflow April fools : programmingMitchell Hashimoto on Twitter…
2019-04-02
1h 26
44BITS 팟캐스트 - 클라우드, 개발, 가젯
Write the Docs 후기, 2019년 3월 애플 키노트 이벤트, 파이어폭스 멀티 계정 컨테이너 w/ ecleya
stdout.fm 22번째 로그에서는 Write the Docs 후기, 애플 이벤트(애플 TV+, 애플 카드 등), 파이어폭스 계정 멀티 컨테이너에 대해서 이야기를 나눴습니다. Write The Docs 서울의 2019 첫 번째 밋업 | Festa!…
2019-03-27
1h 06
44BITS 팟캐스트 - 클라우드, 개발, 가젯
출퇴근 이야기, 애플 신제품 출시, 구글 Stadia 발표
stdout.fm 21번째 로그에서는 출퇴근, 애플 신제품 출시, 구글 Stadia 발표에 대해서 이야기를 나눴습니다. 서울자전거 따릉이 - 무인대여시스템카카오 T카카오T 바이크 - 공유 전기 자전거 - YouTube서울 지하철 7호선…
2019-03-20
41 min
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-13
1h 13
44BITS 팟캐스트 - 클라우드, 개발, 가젯
테라폼 0.12 베타, 데이터독 APM, 엘라스틱 APM, 해커스 크라우드 펀딩
stdout.fm 19번째 로그에서는 테라폼 0.12 베타, 데이터독 APM, 엘라스틱 APM, 해커스 크라우드 펀딩에 대해서 이야기를 나눴습니다. 오빠들 1위 위해 '스밍'… 극성팬 때문에 멍든 차트 - 조선닷컴 - 연예 > K-popWrite…
2019-03-06
50 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
정부의 SNI 기반 인터넷 접속 차단 w/ han
stdout.fm 16번째 로그에서는 han 님과 함께 정부의 SNI 기반 인터넷 접속 차단, 아이폰 앱의 무단 화면 촬영, CamelCamelCamel 다운에 대해서 이야기했습니다. Buy stdout.fm a Coffee…
2019-02-14
1h 25
Python 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/116
2019-02-06
17 min
44BITS 팟캐스트 - 클라우드, 개발, 가젯
안전한 패스워드 관리, 람다 기반 썸네일 생성, Seocho.rb 첫 번째 모임
stdout.fm 15번째 로그에서는Seocho.rb 첫 번째 모임, AWS 람다를 사용한 이미지 변환, 안전한 패스워드 관리, 1Password 등에 대해서 이야기를 나눴습니다. Patreon: stdout.fm 정기 후원Seocho.rb 첫…
2019-01-29
1h 06
Working Draft
Revision 349: Serverseitige Entwicklung mit Node
Der 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-25
1h 05
Turing Complete FM
28. プログラミング言語のブートストラッピング問題、コードとの互換性を保ちつつ言語を変更していく話 (川合史朗)
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-24
1h 15
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-25
36 min
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-25
36 min