본문 바로가기

전체 글

(54)
내가 주도적으로 한다는 것은? - 스타트업에서 일하기 지난 여름부터 해서 약 일년이 안되는 시간동안 학생 스타트업에서 개발을 하고 있다. 블로그를 보면 알겠지만 flutter로 개발하면서 ios배포 쪽을 담당하고 있다. 아직은 블로그에 깔끔하게 정리를 해두진 않고, 나만 알아 볼 수 있도록 메모장 처럼 정리만 해두었을 뿐이다. (이 부분도 언능 정리를 해야하는데) 오늘 할 이야기는 최근에 겪은 일에 대해 깊게 생각을 해볼 수 있어서 작성한다. 그동안 나는 많은 리더십 자리에 있었었다. 학교의 특성상 팀이라고 고등학교 학급 처럼 대학교 1~4학년 다양한 전공의 사람들이 모여서 매주 수요일 마다 한시간 내외로 활동을 같이 한다. 2016-2, 2017-1 부팀장 2021-1 팀장 2021 사진동아리 부회장 현 스타트업에서는 나이는 가장 많지만 부대표의 역할을 ..
[NFT] NFT - Metamask 계정 만들기 NFT를 이전부터 시작해 보고 싶었었다. 돈을 벌고 싶다는 생각은 예전부터 계속 있었었고 유튜브 채널 신사임당에서 이두희님과 함께 nft에 대해 이야기를 나눈 것을 보고 시작해야겠다고 생각이 들었다. 그 시기에 인스타그램을 통해서 자기 셀프 사진을 통해 돈을 번 인도네시아 사람의 사진도 보았었다. 도대체 가상으로 보이는 01로만 이루어진 이 곳에서 현물과 같은 거래가 일어난다는 것이 너무 신기하였었고, 나도 그 세계에 동참을 해보고 싶었다. 조코딩의 nft 대량생산을 하기 전 사진을 했었으므로 이 시간에는 내 사진을 올려보고자 한다. 판매가 되고 안되고는 아직 논할 단계는 아닌 것 같다. 일단은 올려보자. nft 최대 거래 플랫폼인 opensea에서 시작할 것이다. 거래 방법은 다음과 같다. 1. 기존의..
[ML] Why do I want to study Machine Learning 근 반년이 넘게 위고레고 팀에 소속되어서 flutter 개발자로 개발을 공부하고 진행해 왔었다. Flutter가 강력한 크로스 플랫폼임에는 틀림이 없고, 나아가 웹까지 건드리고 있으니 정말 앱과 웹이 하나의 코드로 실행이 될 수 있따는 것은 아주 먼 이야기는 아닐 것이다. 그럼에도 나는 머신러닝과 같이 최근의 기술들을 공부하고 싶었다. 그래서 모두를 위한 딥러닝 시즌2 TensorFlow과정을 남은 2월동안 따라가면서 공부하고자 한다. 또한 이제는 블로그를 단순 메모장 형식이 아닌 어느정도 정리를 다시 진행하고자 한다. 바쁜거 안다. 그러나 크리에이터 처럼 다른이를 위한 글도 작성하자. 각설하고 앞으로의 게시글은 강의의 간단한 요약과 진행과정을 적어두고자 한다. 강의 링크는 아래와 같다. https://..
[flutter] ios 14 이후 info.plist 추가 [VERBOSE-2:FlutterObservatoryPublisher.mm(101)] Failed to register observatory port with mDNS with error -65555. [VERBOSE-2:FlutterObservatoryPublisher.mm(103)] On iOS 14+, local network broadcast in apps need to be declared in the app's Info.plist. Debug and profile Flutter apps and modules host VM services on the local network to support debugging features such as hot reload and DevTools. To m..
[flutter] ios pod install할시 주의 사항 [!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your..
[flutter] 업데이트 이후 이전 파일 firebase 연결후 오류 '). - 'Key' is from 'package:flutter/src/foundation/key.dart' ('../../developer/flutter/packages/flutter/lib/src/foundation/key.dart'). key: _boxKey, ^ ../../developer/flutter/packages/flutter/lib/src/material/material.dart:387:14: Error: The argument type 'GlobalKey' can't be assigned to the parameter type 'Key?'. - 'GlobalKey' is from 'package:flutter/src/widgets/framework.dart' ('../../develo..
[flutter] 업데이트 이후 이전 파일 firebase 연결후 오류 '). - 'Key' is from 'package:flutter/src/foundation/key.dart' ('../../developer/flutter/packages/flutter/lib/src/foundation/key.dart'). key: _boxKey, ^ ../../developer/flutter/packages/flutter/lib/src/material/material.dart:387:14: Error: The argument type 'GlobalKey' can't be assigned to the parameter type 'Key?'. - 'GlobalKey' is from 'package:flutter/src/widgets/framework.dart' ('../../develo..
[flutter] agora simulator 연동 문제 Launching lib/main.dart on iPhone 13 in debug mode... Updating project for Xcode compatibility. Upgrading project.pbxproj Upgrading Runner.xcscheme Xcode build done. 6.2s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ ld: building for iOS Simulator, but linking in dylib built for iOS, file '/Users~~~~~~~~ (디렉토리명 삭제) for architecture arm64 clang: err..