본문 바로가기

전체 글

Marina Chapman 🥲 I Lived With Monkeys In The Jungle | Minutes With | @LADbible Last night I couldn't get back to sleep and I happened to watch this video, .. crying, curled up in my bed. I wanna give her a big hug. When she laughed or giggled like a little kid, I smiled, too. Such a beautiful, genuine, and contagious smile, it's just admirable given what she might have been through. Despite her wrinkle-covered s.. 2023. 7. 27. 17:19 더보기
A free CDN for open source projects 에버노트 Use any GitHub repo as a CDN Use any GitHub repo as a CDN Have you ever thought how use your own GitHub or anyone else’s GitHub as a CDN to link into your project? Well, check here how to do this! medium.com A free CDN for open source projects jsDelivr - A free, fast, and reliable CDN for JS and Open Source Optimized for JS and ESM delivery from npm and GitHub. Works with all web formats. S.. 2023. 7. 11. 17:10 더보기
Summer Solstice Wed, Jun 21, 2023, 4:57 PM Since I moved to Europe where daylight time has its extreme length-disparity between winter and summer, I've kind of developed some habit of checking the winter/summer solstice. On the winter solstice, I feel relieved, and on the summer solstice, well, a little frustration and a lot of sorrow of letting go overtake me. It is now downhill for daylight length if you will.. 2023. 6. 21. 16:15 더보기
How to Write to NTFS Drives on a Mac https://www.howtogeek.com/236055/how-to-write-to-ntfs-drives-on-a-mac/ How to Write to NTFS Drives on a Mac Apple’s macOS can read from Windows-formatted NTFS drives, but can’t write to them out of the box. Here are a few solutions for getting full read/write access to NTFS drives. www.howtogeek.com Paid Third-Party Drivers: There are third-party NTFS drivers for Mac that you can install, and th.. 2023. 5. 25. 22:01 더보기
Sass converter ignores @charset ? Sass converter ignores @charsetlink Sass keeps the @charset declaration only if needed (non-ASCII character in your file). Anyway, you file will be utf-8 as sass first checks the Unicode byte order mark, then the @charset declaration, then the Ruby string encoding. If none of these are set, it will assume the document is in UTF-8. Sass documentation 또하나의 래빗홀 🕳🐇 을 막 빠져나왔... dart sass 컴파일러 사용 후 컴파.. 2022. 7. 9. 20:27 더보기
--allow-file-access-from-files 안정성 문제 에버노트 티스토리 - 로컬파일 ALLOW LOCAL FILE ACCESS IN CHROME (WINDOWS) You’ll most likely need to run this with at least admin access, and I would caution visiting unknown sites with this setting on, as they could capitalize on your setting and potentially read local files. Update, see my newer post on using node and http-server to create a local web server to get around these issues: Local web server for.. 2022. 7. 8. 17:17 더보기
SVG external spritemap instances not viewable in local environment 에버노트 : - SVG 사용/스프라이트 로컬에서 안 보이는 문제 안정성문제 / 에버노트 1. HTTP SERVER : html서버 돌려서 해결 : npm install http-server -g - 글로벌에 이미 설치됨 작업 폴더 > html (index.html페이지 존재하는 폴더)로 이동 : 터미널 두 개 열어서 한번에 돌리기 터미널 http-server 1-1. by using Live Server in VS Code 2. LOCAL FILE ACCESS : 브라우저 로컬 파일 액세스 설정 바꿔서 해결 : Chrome : in the command linestackoverflow / link open /Applications/Google\ Chrome.app --args --allow-file-ac.. 2022. 7. 8. 00:06 더보기
copy link to highlight : link directly to specific locations within a page https://stackoverflow.com/questions/17050563/how-to-link-to-specific-line-of-text-in-page-using-only-url There is an experimental feature in Chrome 74called Scroll To Text Fragment which allows you to specify phrases to be highlighted in a URL. We may have to wait a while before this becomes finalised and supported in browsers by default. Meanwhile, if the article to which you want to link also .. 2022. 7. 7. 22:12 더보기