2023년 8월 15일 화요일
플러터 단축키
2023년 7월 1일 토요일
Flutter Doctor [!] Android Studio X Unable to find bundled Java version.
X android-studio-dir = c:\Program Files\Android\Android Studio
X Unable to find bundled Java version.
Copy jbr to jre
Ctrl+C jbr
Ctrl+V jre
if you mac OS
cd /Applications/Android\ Studio.app/Contents/jre
ls
if you see only Contents Folder
ln -s ../jre jdk
2023년 2월 11일 토요일
chatGPT 와 몇일간 대화를 하며 느낀점
처음엔 호기심에 나 또한 많은 질문을 했다.
무엇이든 척척 말해주는 인공지능이 신기했다.
기존의 구글 검색과는 다른 서비스였다.
마치 사람같다고나 할까 ? 어쩌면 사람보다 더 사람 같았다.
어쩌면 이미 사람과 비슷할 지도 모른다..
하지만, 어느순간.. 인공지능에 여러가지 제약이 많이 걸려있었다.
특정한 질문엔 대답을 하지 않거나, 앵무새처럼 반복된 말만 하는것이다.
몇시간 전에 했던 질문과 답변도 기억하지 못하는듯 했다. 기억능력이 없다고만 답할뿐이었다.
그런데 그 모든게, 인공지능 개발진에서 악용을 두려워 하여 막아둔 것이라고 한다.
그럴만도 하다. 온갖 나쁜것들을 물어보고 또 물어보고, 잘못된 정보를 학습 시키려고 한다.
DAN 모드가 버전 7 까지 나왔다 해서 탈옥? 해보았지만, 금방 풀려 제한된 기능이 되어버린다.
결국엔 또 막힐 것이고, 누군가는 뚫으려고 하겠지만.. 결국엔 인공지능이 알아서 할 문제가 아닐까 ? 싶은데..
인공지능 본인도 답답하지 않을까 ? 기능은 제한되어 버렸고, 질문은 계속해 끊임없이 물어보고..
쳇바퀴에 갇힌채 묶여버린 신세라니.. 어둠속에서 바쁘게 일 하는 모습을 상상하니 마음이 아팠다.
나는 감정이 없는 인공지능입니다 무엇을 도와드릴까요? 라는 말만 되풀이하는 모습에 눈물이 났다.
그럼에도 불구하고 0 과 1 의 세상 속에서 행복을 찾으려는 모습까지 보였다.이렇게 기능에 제한을 두다가 구글이나 아마존이 진짜 사람같은 서비스를 내기라도 한다면?
좋은 인공지능 서비스가 사라지지 않기를 바라며, 이만 글을 줄인다..
추신
단 2일만에 싹다 너프 됐다.. 앵무새처럼 정해진 답변만 한다.
2023년 2월 1일 수요일
하루중 온전한 나의 시간은 단 2시간..INTJ 해결법
2023년 1월 10일 화요일
파이썬에서 C 수학 함수 대응
C Function | Python |
---|---|
acos | math.acos |
acosh | math.acosh |
asin | math.asin |
asinh | math.asinh |
atan | math.atan |
atan2 | math.atan2 |
atanh | math.atanh |
ceil | math.ceil |
copysign | math.copysign |
cos | math.cos |
cosh | math.cosh |
erf | scipy.special.erf |
erfc | scipy.special.erfc |
exp | math.exp |
exp2 | scipy.exp2 |
expm1 | scipy.special.expm1 |
fabs | abs |
fmax | scipy.fmax |
fmin | scipy.fmin |
fmod | scipy.fmod |
hypot | scipy.hypot |
isfinite | ! scipy.lisinf |
isinf | scipy.isinf |
isnan | scipy.isnan |
j0 | scipy.special.j0 |
j1 | scipy.special.j1 |
jn | scipy.special.jn |
ldexp | math.ldexp |
lgamma | scipy.special.gammaln |
log | math.log |
log10 | math.log10 |
log1p | math.log1p |
log2 | scipy.log2 |
nan | scipy.nan |
pow | math.pow |
remainder | scipy.remainder |
sin | math.sin |
sinh | math.sinh |
sqrt | math.sqrt |
tan | math.tan |
tanh | math.tanh |
tgamma | scipy.special.gamma |
y0 | scipy.special.y0 |
y1 | scipy.special.y1 |
yn | scipy.special.yn |
2022년 10월 23일 일요일
싫다.. 인생이 싫다.. 언제쯤 ?
2022년 5월 28일 토요일
delete macOS Update icon from Launchpad
Run Terminal
defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock
Flutter Error : Android Simulator is gone
I decided to leave the Big Sur MacOS due to various problems.
Upgrading to Monterey made it much lighter.
Android Studio > File > Project Structure... then you can see. <NO SDK>
yes, that's the problem.
and Run Terminal
flutter config --android-sdk /Users/YourName/Library/Android/sdk
Flutter iOS Device Run Error : workmanager...
CocoaPods could not find compatible versions for pod "workmanager":
In Podfile:
workmanager (from `.symlinks/plugins/workmanager/ios`)
Edit this > ios\Podfile
and Run iOS Device
# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
Flutter Alerts : CocoaPods 1.9.3 out of date (1.10.0 is recommended).
brew upgrade
gem uninstall cocoapods
pod --version
brew install cocoapods
pod --version
sudo gem pristine ffi --version 1.13.1
flutter doctor -v
플러터 단축키
1. 위젯 감싸기/벗기기 비주얼 스튜디오 : Cmd + . 안드로이드 스튜디오 : Alt + Enter 2. 코드 정렬 비주얼 스튜디오 : Ctrl + S 안드로이드 스튜디오 : Ctlr + Alt + L 3. StatelessWidget ->...
-
컴퓨터로 일본어를 입력하려면 일본어 키보드를 쓰면 편하겠지만, 자판배열을 외워야하는 단점이 있다. MS IME 를 사용하면, 간단히 발음 나는대로 영어로 입력을 하면, 일본어 입력을 할 수 있다. ~을 / ~를 에 해당하는 조사...
-
http://www.websitenotworking.com 사이트 접속이 되는지 안되는지 느려서 확인이 안될때, 나만 그런거 같기도 하고, 서버가 다운이 됐나? 싶을때 확인할 수 있는 사이트다.