Skip to content

Instantly share code, notes, and snippets.

View WindSekirun's full-sized avatar
👩‍💻
Coding...

WindSekirun (wind.seo) WindSekirun

👩‍💻
Coding...
View GitHub Profile
개인발표 주제: ISP 패킷조사와 관련된 한국 인터넷 검열
http://www.ciokorea.com/tags/4662/ISP+%ED%8C%A8%ED%82%B7+%EC%A1%B0%EC%82%AC/12158
package com.company;
public class VibrateIntensityUtil {
/**
* get Intensity (Desired Strength) of Vibrate
* NOTE: Some device's default value may 0.7f (Tested in Galaxy S6),
* So you need to give choice to user in some way (RadioButton in Dialog?)
* <p/>
* But.. for Palette2? I don't know.
  • Javadoc
  • Android Test ui
  • JUnit Test Unit
  • Github

10분 시연

[
{
"id":774933938875817987,
"id_str":"774933938875817987",
"text":"\uc640 \uc5ed\uc2dc \ube60\ub978\ub2f5\ubcc0 \ub118\ub098 \uac10\uc0ac\ub4dc\ub9bd\ub2c8\ub2e4 \ud56d\uc0c1 \uac10\uc0ac\ub4dc\ub824\uc694^\u25bd^",
"sender":{ },
"sender_id":2406836996,
"sender_id_str":"2406836996",
"sender_screen_name":"dkssk_211",
"recipient":{ },
안녕하세요.
일상, 그리고 우리들의 트위터.
Palette Team이 만들어가는 트위터 유저들을 위한 트위터 클라이언트, Palette 2 메인 개발자 WindSekirun 입니다.
먼저, 사과 드립니다.
지난 2015년 12월, Palette for Twitter 1이 공개되었으나 정작 나온 것은 ‘어디에서나 튕기는’ ‘쓸 만하지 않은’ ‘렉 많이 걸리는’ 무엇보다 ‘기대치에 한참 떨어지는’ 앱 이었습니다.
이는, 팀 내부 사정으로 인해 팀원의 변동이 심각했던 이유도 있지만 무엇보다 메인 개발자란 칭호를 달고 있으 면서도 1년간 제대로 프로젝트를 이끌어가지 못했던 제 자신의 능력 부족이기도 합니다.
그러나, 저희는 포기하지 않았습니다.
올해 3월 27일, 팀 내부에서 공식적으로 ‘Palette for Twitter 1’의 후속작인 ‘Palette for Twitter 2’, 지금의 ‘Palette 2’ 개발을 시작하였습니다. ‘트위터 유저가 바라는 트위터 앱’ 이라는 초점을 잃지 않으면서도, 더 빠른 앱, 더 편리 한 앱, 무엇보다 사용자가 트위터를 잘 사용할 수 있도록 개발하였습니다.
그렇게 달려온 164일, 저희는 ‘오픈 베타’ 란 기회를 통해 다시 보여드리려고 합니다.
한 번 잃은 신뢰도는 회복하기 어렵습니다.
08-10 15:04:29.961 13771-13779/moe.palette.twitter2 E/System: java.lang.IllegalStateException: Binder has been finalized!
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at com.android.internal.app.IAppOpsService$Stub$Proxy.stopWatchingMode(IAppOpsService.java:431)
at android.media.SoundPool.release(SoundPool.java:195)
at android.media.SoundPool.finalize(SoundPool.java:204)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:217)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:200)

Disable Annoying Ad by following-step (단계에 따른 광고 차단)

This methods will work in both 'Firefox' for Desktop OS(include Windows, Linux, macOS) and 'Firefox for Android' (이 방법은 Windows, Linux, macOS를 포함한 데스크탑 OS와 안드로이드 버전에서 지원됩니다.)

for Chrome? (크롬은요?)

  • Basically, These methods support Chrome, but i'll recommand install Firefox.
  • 기본적으로, 크롬도 지원하나 파이어폭스를 추천합니다.
  • Chrome for Android not support Plugin feature.
  • 안드로이드 버전 크롬은 확장 프로그램 기능을 지원하지 않습니다.
  • But, you will install Websocket extension in Chrome to support disable Websocket to prevent bypess Adblock
  • 하지만, 크롬을 사용하려면 추가적인 웹소켓 확장 프로그램 을 통해 'Adblock 우회 기술'을 막아야 합니다.
@WindSekirun
WindSekirun / retiring-korean.md
Last active July 30, 2016 03:19
Retiring MP4 video output support on August 1st 2016 Korean Translation

Original Document

원문

Beginning August 1, 2016, MP4 URLs will be removed from the payload of Tweets that contain video. Twitter website, iOS and Android applications as well as the Fabric SDK have been updated to solely use adaptive streaming. HLS URLs (.m3u8) will remain unchanged and applications currently using MP4 URLs for video playback should move to using these HLS URLs instead. We are making these changes because adaptive streaming provides a higher quality experience for users by delivering more reliable playback, faster start times, and more efficient data usage across variable network conditions.

One week after MP4 URLs have been removed from the Tweet payload, requests for MP4 videos will no longer be served.

This change is supported in Twitter Kit for iOS v1.15.1 and Twitter Kit for Android v1.13.1, and all subsequent versions. If you’re running an older version of Twitter Kit, please updated the

원문

Beginning August 1, 2016, MP4 URLs will be removed from the payload of Tweets that contain video. Twitter website, iOS and Android applications as well as the Fabric SDK have been updated to solely use adaptive streaming. HLS URLs (.m3u8) will remain unchanged and applications currently using MP4 URLs for video playback should move to using these HLS URLs instead. We are making these changes because adaptive streaming provides a higher quality experience for users by delivering more reliable playback, faster start times, and more efficient data usage across variable network conditions.

One week after MP4 URLs have been removed from the Tweet payload, requests for MP4 videos will no longer be served.

This change is supported in Twitter Kit for iOS v1.15.1 and Twitter Kit for Android v1.13.1, and all subsequent versions. If you’re running an older version of Twitter Kit, please updated the latest release to ensure video playback is maintained.

All related documentation and examples will be updated