본문 바로가기

전체 글

Weltschmerz Weltschmerz | Easy German 60 Weltschmerz ist eigentlich, das ist ein Gefühl, was man, wie eigntlich wie eine Melancholie ist oder eine Traurigkeit, die man hat, die man aber nicht unbedingt auf sein jetziges privates Leben anwenden kann, also, man sieht die Ursache nicht weil man zu wenig Geld hat, oder weil man keine Wohnung hat oder weil man findet, dass man kacke aussieht, also nicht gut auss.. 2022. 1. 27. 21:34 더보기
VS : Remove MDN references from Visual Studio Code apparently, there seems to be no way to disable the whole MDN box pop-up and not the other pop-ups (color picker). 😱 Is there a way to disable "MDN References Intellisense" popup (for HTML & CSS) in VS Code? Code -> Preferences -> Settings Search "editor hover enabled" and disable checkbox. This actually turns hover off completely; so I found changing "editor hover delay" to 3000 (3 seconds) cur.. 2022. 1. 27. 16:40 더보기
Where we're headed ... Apple Design Part 2: Beyond Flat Trends to pay attention to in 2022 (for designers) 1. Crypto & NFTs 2. Short videos 3. Post-Pandemic world 4. No code 2022. 1. 25. 21:26 더보기
🌈 🕳🐇 CSS Media Queries for iPad Pro Media Queries for Standard Devices iPad /* ----------- iPad 1, 2, Mini and Air ----------- */ /* Portrait and Landscape */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { } /* Portrait */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixe.. 2022. 1. 24. 19:07 더보기
Sass : @import -> @use / @forward Stop using @import with Sass | @use and @forward explained style.scss > @use 'abstracts/fonts'; body { font-size: fonts.$font-size; } @use 'abstracts/fonts'; body { font-size:fonts. $font-size; } the reason for this is it prevents collisions between different variables if you have different variables with the same name. it used to be that you could easily overwrite one by accident, you can't do .. 2022. 1. 23. 02:12 더보기
performance / transition evernote 4 CSS - 1 퍼포먼스 높이기 css animation : the performance monitor / transition 🌈 Animating with CSS Transitions - A look at the transition properties transition: all; X transitions are CPU intensive. link .box { width:300px; height: 300px; background:red; transition-duration:1000ms; transition-property:background, transform; } .box : hover { background:blue; transform:rotate(45deg); } transiti.. 2022. 1. 20. 23:47 더보기
Musterbrief https://www.deutschepost.de/de/b/briefvorlagen.html Kündigungsschreiben link Liebe Frau Sebastian, da ich aus beruflichen Gründen zum Jahresende nach Stuttgart ziehe, kündige ich hiermit fristgerecht meine Mitgliedschaft im KTC zum 31. Dezember 2014. Ich habe mich im Club immer sehr wohl gefühlt und dort viele schöne Stunden verbracht. Dafür möchte ich mich bei allen herzlich bedanken. Viele Grü.. 2022. 1. 20. 22:33 더보기
Differentiation of Self 자기 정의란, '당신이 어디에 있든지, 누구와 있든지 반응적이지 않은 사람이 될 수 있느냐 하는 것' 이라고 머레이 보웬은 정의를 내립니다. 즉, 그것은 당신이 관계에서 반응적이지 않고 불안하지 않은 것을 의미합니다. 자기 정의된 사람은 어떤 주제에서도 반응적이지 않고 내 입장을 취할 수 있습니다. 그리고 자신에게 중요한 사람이 내 의견에 동의하지 않더라도 지나치게 불안해하거나 방어적이지도 않습니다. - 11.22 주보 몇 년 전 미사드리러 갔던 서울의 한 성당 주보에서 본 글. 애플 노트 정리하다가... Self Differentiation (자기 분화) https://www.karenrkoenig.com/blog/what-is-self-differentiation-and-why-is-it-so-imp.. 2022. 1. 18. 19:01 더보기