#cofacts. 2022-10-06 23:26:10

#ohshown. 2022-02-19 02:10:47

tai 02:10:47
拍寫 review 投影片我小 lag;整個故事我覺得很流暢!整體看來沒有看到什麼問題,就投影片本身不需要有額外動作(像是修改等)。

其他吹毛求疵:
1. typo: vue js --> Vue.js (V 大寫,中間 perid)(我直接在投影片上改掉惹)
2. 13:00 staging site demo 應該不是大松的活動,是我們自己專案房間在嘴砲而已的對不對?前兩天聚會的時候好像有人 (ael?) 提議可以放在成果發表?

另外其他想到的事情:
1. 我給這次大松開了一個小組討論用的共筆,裡面包括常見 Q and A,歡迎大家利用 https://hackmd.io/ReyUVvh1TjK0Jp5B3Q_ppA?view (謝謝小班 @aelcenganda 提示可考慮先開共筆)
2. 我其實也有默默在蒐集感謝名單, @hny6109 你也可以參考看看補上更多資訊(以後也歡迎順手一起補 XD) https://hackmd.io/Q0GVJBkrQ1C4TYm_o2-4MQ
3. 在 @wer321011 demo staging site 的時候,說不定可以考慮目前一個比較吃動的 high-level 工作室「重構改動原本的 disfactory codebase」;我們在 alpha 版本只是把皮拉一拉而已,其實比較深的東西(例如資料結構)等都沒什麼改動,有興趣的夥伴可以來幫這個(門檻會比較高一點,包括 domain knowledge + 對 codebase 的掌握度)
3-1. tip for @wer321011 可以考慮在自己 local 準備一個備案; staging site 在 imgur 照片上傳有時候會莫名被擋,我目前沒找到原因。
4. 我注意到有「松前哈拉」這類活動,大家可以考慮下去也去玩/交朋友 XD

hackmd.io

OH!SHOWN 黑熊通報系統 - 220219 大松 a.k.a. 48th 大松共筆 - HackMD

hackmd.io

黑熊通報系統 - 協力與感謝名單 - HackMD

😍 1 🙏 1

#吉祥物資料蒐集_マスコット_mascot. 2022-01-28 16:43:22

#吉祥物資料蒐集_マスコット_mascot. 2022-01-28 16:43:22

#general. 2020-05-23 15:02:40

CodingMan 15:02:40
請問一下有人知道怎麼用 PyQt 做到以下圖片旋轉效果嗎?
https://i.imgur.com/iUDws4r.gif

#disfactory. 2020-05-05 20:52:03

#disfactory. 2020-04-22 19:18:18

ael 19:18:18
今天要討論的事項:

### 後台
- DB backup => 去 #general 要一個 Python 後端?
- cet_report_status
- ProcessRecord
- AdminPage 權限管理
- soft-delete

### 行銷與推廣
- about.disfactory.tw -> 加上 dashboard #前端
- Metric、GA、utm
- 推廣計畫與收集回饋 #地公 #設計
- 使用者問題回報 form #設計 #PM

### 前端
- [x] 座標
- [ ] imgur & exif
- [ ] refactor


### Retrospective meeting
5/6 可以嗎?

### 設計 2.0
- workflow
- sitemap

目標 5/20 可以有些東西先改。

#neutral-info. 2020-04-16 00:36:50

#disfactory. 2020-03-26 12:26:17

ael 12:26:17
@sandrahtlin 我在試 Airtable,但是沒辦法將 imgur 的 url 直接預覽成圖片在 airtable 上,查了論壇,好像很多人都有這個需求
Airtable好像是直接把照片上傳到上面的(如果只有這個選項的話地公可能要花錢升級airtable)
不然record數還有容量都會不夠
對,現在要手動一張張上傳 QAQ
不然用zapier串起來讓它跑?
不能直接把回報系統裡的資料串去airtable嗎?
我剛剛查了一下不支援 url 上傳,可能要再請工程師確認
miniExtension 和 Zapier 好像可以做到
但不如自己刻了 XD
yellowsoar 2020-03-26 16:09:50
我猜用 Zapier 的話應該是透過 webhook 觸發,所以是後端要加這個功能上去。
airtable也可以串webhook的樣子!
yellowsoar 2020-03-28 00:43:51
@sandrahtlin 所以有在 airtable 開一個 disfactory 的 workspace 了嗎?@@
😮 1

#covid19. 2020-03-19 12:29:39

#disfactory. 2020-03-11 20:33:39

ael 20:33:39
imgur 限制:可能去買 S3?

#disfactory. 2020-03-07 18:30:07

cph 18:30:07
dev 不能上傳的原因找到了。log 顯示:
```response data: {'errors': [{'id': '', 'code': '429', 'status': 'Too Many Requests', 'detail': 'Too Many Requests'}]}```
Imgur 有每天上傳 1250 張照片的限制,一個月如果超過五天達到這個限制,整個月就會封鎖
https://apidocs.imgur.com/?version=latest#rate-limits

apidocs.imgur.com

Imgur API

![image](<https://i.imgur.com/n744BL9.png>) ## API Status Status for the API can be found at [<http://status.imgur.com|status.imgur.com>](<http://status.imgur.com>)! ## Getting Started Imgur's API exposes the entire Imgur infrastructure via a standardized programmatic interface. Using Imgur's API, you can do just about anything you can do on <http://imgur.com|imgur.com>, while using your programming language of choice. The Imgur API is a RESTful API based on HTTP requests and JSON responses. This version of the API, version 3, uses OAuth 2.0. This means that all requests will need to be encrypted and sent via HTTPS. It also means that you need to register your application, even if you aren't allowing users to login. The easiest way to start using the Imgur API is by clicking the **Run in Postman** button above. [Postman](<https://www.getpostman.com/>) is a free tool which helps developers run and debug API requests, and is the source of truth for this documentation. Every endpoint you see documented here is readily available by run...

但我們沒有一天上傳 1250 張吧
也有可能是 IP 被鎖...
週三可以換一個臨時IP連Imgur測試看能不能上傳?
yellowsoar 2020-03-08 23:39:24
看來要用一下洋蔥了⋯⋯
😮 1 👍 1

#middle2. 2020-03-02 23:27:49

#middle2. 2020-02-23 15:52:42

#middle2. 2020-02-23 15:50:48

#disfactory. 2020-02-20 11:55:56

yellowsoar 11:55:56
如果工廠照片像 Pinterest 那樣,隨機組合成可以一直滑的頁面,每一張圖片都可以連到 disfactory.tw/?id={id},會有什麼樣的使用情境?@oriyaroriyar @aelcenganda @cstsai (是說這樣好像就可以達成定期對 imgur 戳圖片的工作?@cph)
這個猛XD
這樣也許開一個 GET `/images/random?size=10` 之類的 endpoint,還可以順便做推薦系統 (?)
yellowsoar 2020-02-23 15:56:53
有道理,實作上加一個 serializer 應該就可以了。
👍 1

#sns. 2019-10-28 17:14:49

#sns. 2019-10-28 17:13:03

#general-en. 2019-07-30 15:02:38

@null 15:02:38
Lazy. ```- Logo ![](https://i.imgur.com/e35K6Rr.png =50%x50%) - Community Description: - http://g0v.tw is a way to promote information transparency In 2012, the community made a slogan of “writing programs to transform society”, open and transparent, and citizen participation as a call to develop information platforms and tools for citizens to participate in society. - Replace gov with "zero" to become g0v, rethinking the role of government from zero, and also representing the vision of several native generations from 0 and 1 world. <Http://g0v.tw> Based on the spirit of open source code, it is concerned with freedom of speech, open information, and writing programs that provide information services that citizens can use more easily. The transparency of information can help citizens to understand the government's operations more clearly, understand the issues more quickly, not be monopolized by the media, and effectively monitor the government, become involved in action, and ultimately deepen the democratic constitution. - As of June 2019, 34 100-month-old hackathons, 100+ invited speeches, 150+ media reports, and 1000+ contributors across three continents have been held, and the results have been released in a free software mode. - The two-month hackathon has been uninterrupted for seven years. In the future, the squad will continue to hold a two-month hackathon, allowing people to have a field where they can gather, think, discuss, collaborate and find inspiration. In the context of the community spirit (open, friendly, transparent), they will stir up each other, create more possibilities together, and create opportunities to change society. - The community consists of a number of working groups and projects that operate separately and are grouped into the entire http://g0v.tw community - (code or file, etc.) authorization method - CC0, CC-BY, MIT, BSD. . . According to the different projects, please follow the authorization instructions of each project, only g0v all projects are open source authorization projects - community entrance - [揪松网] (https://jothon.g0v.tw) - with double moon big pine, hackers Song proposal, 揪松团 related information. - [http://g0v.tw](https://g0v.tw) - http://g0v.tw Community portal, record community-related introductions and classic projects, expecting to integrate more communities in the future Resources. - [g0v Citizenship Science and Technology Innovation Awards] (https://grants.g0v.tw) - G0v Citizen Science and Technology Innovation Awards sponsored by g0v 揪松团 in 2017, subsidizing 300,000-500,000 each project Let the project continue to move forward. - [GitHub](https://github.io/g0v) - http://g0v.tw Community GitHub account, many community-initiated projects are recorded here. - [g0v event calendar] (https://www.google.com/calendar/embed?src=cpcf6iv5pt9l6gl2ue3svo63e8%40group.calendar.google.com&ctz=Asia/Taipei) - Events related to the g0v community will be recorded In the calendar, entities are welcome to participate. - [http://g0v.tw Logistics Center] (https://www.facebook.com/groups/g0v.general) - http://g0v.tw Facebook community, you can hang on the board, dig pits, Find a partner. - [http://g0v.tw fan page] (https://www.facebook.com/g0v.tw/) - http://g0v.tw Facebook fan page to promote various g0v activities With the project message. - [g0v slack](https://join.g0v.tw) - g0v slack channel, http://g0v.tw The main activities and contacts of the community are on Slack. Welcome everyone to join the pit jump! - [g0v jothon KKTIX](https://g0v-jothon.kktix.cc/) - Events hosted by g0v 揪松团 will be listed here (including Dasong, etc.) ```

<https://g0v-tw.slack.com/archives/C02G2SXKX/p1564470151097400?thread_ts=1564470049.096900&amp;cid=C02G2SXKX|source>: _偷懶一下 ```- Logo ![](<https://i.imgur.com/e35K6Rr.png> =50%x50%) - 社群描述: - http://..._

#general-ja. 2019-07-30 15:02:36

@null 15:02:36
- Logo![](https://i.imgur.com/e35K6Rr.png = 50%x50%) - コミュニティの説明: - http://g0v.twは情報の透明性を高めるための方法です。 2012年、コミュニティは、市民が社会に参加するための情報プラットフォームとツールを開発するための呼びかけとして、「社会を変えるためのプログラムを書く」、オープンで透明、そして市民参加というスローガンを作りました。 - govを "0"に置き換えてg0vにし、政府の役割をゼロから再考し、さらに0から1の世界の何世代かの先住民族のビジョンを表します。オープンソースコードの精神に基づいて、それは言論の自由、オープン情報、そして市民がもっと簡単に使える情報サービスを提供するプログラムを書くことに関係しています。情報の透明性は、市民が政府の業務をより明確に理解し、問題をより迅速に理解し、メディアに独占されず、政府を効果的に監視し、行動に巻き込まれ、そして最終的に民主的憲法を深めるために役立つ。 - 2019年6月現在、34の100ヶ月前のハッカソン、100以上の招待スピーチ、150以上のメディアレポート、1000以上の貢献者が3大陸で開催されており、その結果はフリーソフトウェアモードで発表されています。 - 2ヵ月のハッカソンは7年間中断されず、今後もチームは2ヵ月のハッカソンを開催し続け、人々が集まり、考え、話し合い、協力し、インスピレーションを得られる分野を持つことができます。地域社会の精神(開かれた、友好的、透明)の文脈の中で、彼らはお互いをかき混ぜ、一緒にもっと多くの可能性を創造し、そして社会を変える機会を創造するでしょう。 - コミュニティは、別々に動作し、http://g0v.twコミュニティ全体に分類される多数のワーキンググループとプロジェクトから成ります - (コードまたはファイルなど)認証方法 - CC0、CC-BY、MIT、BSD。 。 。別のプロジェクトによると、各プロジェクトの承認の指示に従ってください、唯一のg0vすべてのプロジェクトはオープンソースの承認プロジェクトです - コミュニティへの参加 - [https://jothon.g0v.tw] - ダブルムーンビッグパイン、ハッカーと歌の提案、揪松团関連情報。 - [http://g0v.tw](https://g0v.tw) - http://g0v.twコミュニティポータル。コミュニティ関連の紹介や古典的なプロジェクトを記録し、将来的により多くのコミュニティを統合することを期待しています。リソース - [g0vシチズンシップ科学技術革新賞](https://grants.g0v.tw) - G0vシチズン科学技術革新賞は2017年にg0v揪松团が主催し、各プロジェクトに300,000〜500,000の助成金を出します。プロジェクトが前進し続けるようにしなさい。 - [GitHub](https://github.io/g0v) - http://g0v.twコミュニティGitHubアカウント。コミュニティで開始された多くのプロジェクトがここに記録されています。 - [g0vイベントカレンダー](https://www.google.com/calendar/embed?src=cpcf6iv5pt9l6gl2ue3svo63e8%40group.calendar.google.com&ctz=Asia/Taipei) - g0vコミュニティに関連するイベントが記録されますカレンダーでは、エンティティは参加して大歓迎です。 - [http://g0v.tw物流センター](https://www.facebook.com/groups/g0v.general) - http://g0v.tw Facebookコミュニティ、あなたはボードにハングアップすることができます、ピットを掘る、パートナーを探す - [http://g0v.twファンページ](https://www.facebook.com/g0v.tw/) - http://g0v.tw Facebookファンページで様々なg0vの活動を促進するプロジェクトメッセージ付き。 - [g0v slack](https://join.g0v.tw) - g0v slackチャンネル、http://g0v.twコミュニティの主な活動や連絡先はSlackにあります。 - [g0v jothon KKTIX](https://g0v-jothon.kktix.cc/) - g0v揪松团が主催するイベントがここにリストされます(Dasongなどを含む) `` `

<https://g0v-tw.slack.com/archives/C02G2SXKX/p1564470151097400?thread_ts=1564470049.096900&amp;cid=C02G2SXKX|source>: _偷懶一下 ```- Logo ![](<https://i.imgur.com/e35K6Rr.png> =50%x50%) - 社群描述: - http://..._

#general-tw. 2019-07-30 15:02:36

@null 15:02:36
偷懶一下
```- Logo
![](https://i.imgur.com/e35K6Rr.png =50%x50%)
- 社群描述:
- http://g0v.tw 是一個推動資訊透明化的社群,2012 年以「寫程式改造社會」為口號,開放透明、公民參與為號召,致力於開發公民參與社會的資訊平台與工具。
- 將 gov 以「零」替代成為 g0v,從零重新思考政府的角色,也是代表數位原生世代從 0 與 1 世界的視野。http://g0v.tw 以開放原始碼的精神為基底,關心言論自由、資訊開放,寫程式提供公民更容易使用的資訊服務。資訊的透明化能幫助公民更確實了解政府運作、更快速了解議題,不被媒體壟斷,也才可有效監督政府,化為參與行動,最終深化民主體質。
- 截至 2019 年 6 月,已舉辦 34 場百人雙月大黑客松、受邀演講 100+ 場、媒體報導 150+ 次、1000+ 遍佈三大洲的貢獻者,成果皆以自由軟體模式釋出。
- 雙月大黑客松已經持續七年不間斷,揪松團在未來也會持續舉辦雙月大黑客松,讓人們有一個場域,可以聚集、發想、討論、合作、尋找靈感,在符合社群精神(開放、友善、透明)的情況下,彼此激盪,一同創造更多可能,製造改變社會的契機。
- 社群由許多工作小組與專案組成,各自運作,組合成整個 http://g0v.tw 社群

- (程式碼或文件等)授權方式
- CC0、CC-BY、MIT、BSD...依照各專案不同,請依照各專案授權說明,唯 g0v 所有專案均為開源授權專案
- 社群入口
- [揪松網](https://jothon.g0v.tw)
- 與雙月大松、歷次黑客松提案、揪松團相關資訊。
- [http://g0v.tw](https://g0v.tw)
- http://g0v.tw 社群入口,紀錄與社群相關的介紹與經典專案,預計未來統整更多社群資源。
- [g0v 公民科技創新獎助金](https://grants.g0v.tw)
- 由 g0v 揪松團於 2017 年發起的 g0v 公民科技創新獎助金,補助每個專案 30-50 萬,提供讓專案持續向前的動力。
- [GitHub](https://github.io/g0v)
- http://g0v.tw 社群 GitHub 帳號,許多社群發起的專案皆紀錄在此。
- [g0v 活動行事曆](https://www.google.com/calendar/embed?src=cpcf6iv5pt9l6gl2ue3svo63e8%40group.calendar.google.com&ctz=Asia/Taipei)
- 與 g0v 社群相關的活動會紀錄在行事曆上,歡迎實體參與。
- [http://g0v.tw 後勤中心](https://www.facebook.com/groups/g0v.general)
- http://g0v.tw Facebook 社團,可以在上面揪團 Hacking 、挖坑、尋找夥伴。
- [http://g0v.tw 粉絲專頁](https://www.facebook.com/g0v.tw/)
- http://g0v.tw 臉書粉絲專頁,用以宣傳各式 g0v 活動與專案訊息。
- [g0v slack](https://join.g0v.tw)
- g0v slack channel,http://g0v.tw 社群主要活動與聯繫都在 Slack 上,歡迎大家加入找坑跳!
- [g0v jothon KKTIX](https://g0v-jothon.kktix.cc/)
- 由 g0v 揪松團主辦的活動皆會列在此處(包含大松等)```

#general-ko. 2019-07-30 15:02:34

@null 15:02:34
게으름 뱅이. "- 로고! [] (https://i.imgur.com/e35K6Rr.png = 50 % x50 %) - 커뮤니티 설명 : - http://g0v.xn--tw-vw5i 정보 투명성을 향상시키는 방법입니다. 2012 년에 지역 사회는 시민들이 사회에 참여할 수있는 정보 플랫폼과 도구를 개발할 것을 촉구하면서 "사회를 변화시키는 프로그램 작성", 개방적이고 투명하게, 그리고 시민 참여라는 슬로건을 내 렸습니다. - gov를 "0"으로 바꾸면 g0v가되어 정부의 역할을 제로에서 다시 생각하고 0과 1 세계의 여러 기본 세대의 비전을 나타냅니다. <Http://g0v.tw> 오픈 소스 코드의 정신에 입각하여 시민들이보다 쉽게 사용할 수있는 정보 서비스를 제공하는 언론의 자유, 공개 정보 및 작성 프로그램에 관심이 있습니다. 정보의 투명성은 시민들이 정부 운영을보다 명확하게 이해하고, 문제를보다 신속하게 이해하며, 언론에 의해 독점되지 않고, 효과적으로 정부를 감시하고, 행동에 참여하고, 궁극적으로 민주 헌법을 심화시키는 데 도움을 줄 수 있습니다. - 2019 년 6 월 현재, 100 개의 100 개월 된 hackathon, 100 개 이상의 초대 연설, 150 개 이상의 언론 보도 및 3 대륙의 1000 개 이상의 기고가가 개최되어 결과가 자유 소프트웨어 모드로 발표되었습니다. - 2 개월간의 hackathon은 7 년 동안 중단되지 않았으며 앞으로도 2 개월간 계속해서 hackathon을 개최하여 사람들이 모여서 생각하고, 토론하고, 협업하고 영감을 얻을 수있는 현장을 갖출 수 있습니다. 공동체 정신 (열린 마음, 우호적, 투명 함)의 맥락에서, 그들은 서로를 자극하고, 함께 더 많은 가능성을 창조하며, 사회를 변화시킬 기회를 창조 할 것입니다. - 커뮤니티는 별도로 작동하며 전체 http://g0v.tw 커뮤니티 - (코드 또는 파일 등) 인증 방법 - CC0, CC-BY, MIT, BSD로 그룹화 된 여러 작업 그룹 및 프로젝트로 구성됩니다. . . 다른 프로젝트에 따르면, 각 프로젝트의 승인 지침을 따르십시오, 모든 프로젝트는 오픈 소스 인증 프로젝트입니다 - 커뮤니티 입구 - [揪 松 网] (https://jothon.g0v.tw) - 이중 문 큰 소나무, 해커와 함께 송 제안, 揪 松 团 관련 정보. - [http://g0v.tw] (https://g0v.tw) - http://g0v.tw 앞으로 더 많은 커뮤니티를 통합 할 것으로 기대되는 커뮤니티 포털, 커뮤니티 관련 소개 및 클래식 프로젝트를 기록하십시오. 리소스. - [시민 과학 기술 혁신 상 (https://grants.g0v.tw)] - G0v 揪 松 团가 후원하는 2017 년 G0v 시민 과학 기술 혁신 상, 각 프로젝트에 300,000-500,000 보조금 프로젝트가 앞으로 나아갈 수있게하십시오. - [GitHub] (https://github.io/g0v) - http://g0v.tw 커뮤니티 GitHub 계정, 많은 커뮤니티 시작 프로젝트가 여기에 기록됩니다. - [g0v 이벤트 캘린더] (https://www.google.com/calendar/embed?src=cpcf6iv5pt9l6gl2ue3svo63e8%40group.calendar.google.com&ctz=Asia/Taipei) - g0v 커뮤니티와 관련된 이벤트가 기록됩니다. 캘린더에서 엔티티는 참여할 수 있습니다. - [http://g0v.tw 물류 센터] (https://www.facebook.com/groups/g0v.general) - http://g0v.tw Facebook 커뮤니티, 게시판에 놀 수 있고, 구덩이를 파다, 파트너를 찾으십시오. - [http://g0v.tw 팬 페이지] (https://www.facebook.com/g0v.tw/) - http://g0v.tw 다양한 g0v 활동을 홍보하는 Facebook 팬 페이지 프로젝트 메시지와 함께. - [g0v slack] (https://join.g0v.tw) - g0v slack channel, http://g0v.tw 커뮤니티의 주요 활동과 연락처는 슬랙에 있습니다. - [g0v jothon KKTIX] (https://g0v-jothon.kktix.cc/) - g0v 揪 松 团가 주관하는 행사가 여기에 열거됩니다 (다송 등 포함).```

<https://g0v-tw.slack.com/archives/C02G2SXKX/p1564470151097400?thread_ts=1564470049.096900&amp;cid=C02G2SXKX|source>: _偷懶一下 ```- Logo ![](<https://i.imgur.com/e35K6Rr.png> =50%x50%) - 社群描述: - http://..._

#general. 2019-07-30 15:02:31

#rentea. 2019-05-26 20:33:45

casehsu 20:33:45
A) 52-53講的是搜尋的部份,我建議加上記錄的部份。
一般在找房時,都會做筆記,若是這個APP可以幫他們簡單的做到,就會受歡迎。
(例,記帳不易,但一個好的記帳軟體,做了適度的分類,對懶人用點的就可記錄大部份訊息,對龜毛的人,也可以自己建分類及做note)(CWMoney平衡的不錯)
B) 另,P55 6. 是一定無解,7. Photos are lie可解,做相片上傳功能讓User記錄就可 (圖片可送到imgur,我們存link就好)
C) 若是我們提供找屋看房要點,如物件好壞常用指標、設備檢查要點、租金抵稅水電計價,應對新手很有幫助;同時,如果很多人都以此為詢問考量要點,應也能促成房東的改變。
Github: casehsu@gmail.com THX
A) 關於紀錄,我目前深訪時有試圖取得大家在租屋時做的筆記 (特別是多人找屋的人會有更有系統化的紀錄),但是3個當中就有2人找到屋子就把檔案刪掉,以下附上紀錄唯一還在的
如果要做這塊,我們會需要更多這樣的資料,才能定義出紀錄功能要做成什麼樣子
關於這些,我想或許可以再藉由訪談6-8個人
訪談他們
1.聯絡看房前
2.看房中
3.看房後
這三個階段各有什麼困擾與痛點

因為現在的工具大多注重於「找房」這項任務上
較少關注使用者找房時整個流程的需求

譬如說克羅伊提到的檢查房屋要點、水電費
這些都是我在找房時還要額外搜尋或者另外開app紀錄的

一次看好幾間房子的時候,還得規劃一下看房行程跟路線
手機裡存了好幾間實際去拍的照片
得一一去對這是哪間房子、地點在哪、對應哪個看房後的筆記⋯⋯
或許還可以透過這次訪談資料整理出價值主張地圖:
如果擔心做完訪談後再開工,會延後工程師的開發流程

也許我們可以先討論比較重要的功能
讓訪談和目前任務一同進行
之後以推版本的方式進行App更新?

這是目前的一些想法👋
如果需要我們這邊可以提供三個人訪談,兩個是之後想要租房,一個是考慮換房,可以做易用性測試看看需不需要
哈囉~在討論串的大家,因為目前看起來,這個問題還需要進一步的使用者研究,來讓需求與解法更明確,我先把目前的討論放到需求許願池裡,這樣之後有人跳坑時,才能比較快進入狀況,大家可以看看有哪邊不清楚的,可以直接上去修改。
https://beta.hackfoldr.org/rentea/https%253A%252F%252Fg0v.hackmd.io%252FBpzV7wXWSVqJG6iLhtOecg
@sweetlucky456
藉由訪談6-8個人訪談他們
1.聯絡看房前 2.看房中 3.看房後
這三個階段各有什麼困擾與痛點
↑↑ 這個Scope 有點大阿∼∼ 我會建議挑我們比較想琢磨的幾個部分,例如:看房的筆記新資訊
找真實資料作為 solution 的依據後
加上我們目前有的流程完整版一起做概念驗證∼∼
✔️ 1

#hackmd. 2019-05-02 04:08:06

Michael_li 04:08:06
@jackymaxj 我最近想試一個功能,但是我沒搞定,就是「移轉筆記擁有權」這個 https://i.imgur.com/DZcea18.gif

我查了說明書,搞不清楚如何進入「團隊模式」

筆記權限設定 https://hackmd.io/s/how-to-set-permissions-tw

HackMD

筆記權限設定 - HackMD

筆記權限設定 === 筆記擁有權 --- 若您新增一篇筆記,您就是筆記的擁有者。 若您在團隊模式中新增團隊筆記,該團隊就是筆記的擁有者,團隊筆記並不只屬於任何一個成員。 個人使用者可以點選筆記

現在還不能轉移筆記擁有權給其他帳號喔
團隊模式現在 close beta 中
有需要的話可以跟我們聊聊看
Michael_li 2019-05-04 06:00:26
「團隊模式」會不會有類似 Google Drive 中的「小組雲端硬碟」這樣?
Michael_li 2019-05-04 06:04:15
我來思考一下

#intl. 2019-04-08 16:29:14

louielu 16:29:14
她會去查.. https://i.imgur.com/55wpPEw.png

#newshelper. 2019-04-03 16:58:37

louielu 16:58:37
https://i.imgur.com/Bt1x1of.jpg

set/ebc 的話不靠 static reference 只靠 duration threshold 也能跑起來

#newshelper. 2019-04-03 16:17:32

#newshelper. 2019-04-03 15:22:01

#general-ko. 2018-11-10 03:48:49

@null 03:48:49
다음 위로 : 첨부 파일로 가짜 반응 이모티콘! https://imgur.com/Rd7iuRS.png

<https://g0v-tw.slack.com/archives/C02G2SXKX/p1541792927198700?thread_ts=1541785458.197000&amp;cid=C02G2SXKX|next up: reaction emoji faked as attachments! https://imgur.com/Rd7iuRS.png>

#general. 2018-11-10 03:48:47

patcon 03:48:47
next up: reaction emoji faked as attachments! https://imgur.com/Rd7iuRS.png

2 2

#general-en. 2018-11-10 03:48:48

#general-tw. 2018-11-10 03:48:48

@null 03:48:48
接下來:反應表情符號作為附件偽造! https://imgur.com/Rd7iuRS.png

<https://g0v-tw.slack.com/archives/C02G2SXKX/p1541792927198700?thread_ts=1541785458.197000&amp;cid=C02G2SXKX|next up: reaction emoji faked as attachments! https://imgur.com/Rd7iuRS.png>

#general-tw. 2018-10-20 20:01:06

@null 20:01:06
好的,只是在翻譯橋上添加了一個新功能,希望 : )讓讀者更容易檢查原始的非翻譯版本,2)也許最重要的是,跳轉到原始的msg上下文(即使在一個線程內) )

https://imgur.com/D6DXUOU

我們現在添加一個“附件”,其中包含原始版本的文本預覽,然後單擊該預覽文本即可直接鏈接到原始消息。隨意在 #general-tw #general#general 目前不做任何翻譯)

<https://g0v-tw.slack.com/archives/C1CHAA0QL/p1540036863000100|ok, just added a new feature to the translation bridge, which will hopefully: 1) make things a bit s...>

imgur.com

Imgur

Imgur

#general-ja. 2018-10-20 20:01:05

@null 20:01:05
翻訳ブリッジに新しい機能を追加しました : )読者が翻訳されていないオリジナルのバージョンをチェックするのが少しシンプルになりました.2)おそらく最も重要なのは、元のmsgコンテキスト(スレッド内)

https://imgur.com/D6DXUOU

元のバージョンのテキストプレビューで「添付ファイル」を追加し、そのプレビューテキストをクリックすると、元のメッセージに即座に直接リンクされます。 #general-tw で試してみてください( #general 現在は #general-tw 翻訳が行われていません)

<https://g0v-tw.slack.com/archives/C1CHAA0QL/p1540036863000100|ok, just added a new feature to the translation bridge, which will hopefully: 1) make things a bit s...>

imgur.com

Imgur

Imgur

#general. 2018-10-20 20:01:05

@null 20:01:05
ok, just added a new feature to the translation bridge, which will hopefully: 1) make things a bit simpler for readers to check on original untranslated version, and 2) perhaps most importantly, jump to the original msg context (even within a thread)

https://imgur.com/D6DXUOU

We now add an "attachment" with a text preview of the original version, and clicking that preview text instantly direct-links to the original message. Feel free to try it out in #general-tw (#general currently doesn't do any translation)

imgur.com

Imgur

Imgur

#general-ko. 2018-10-20 20:01:04

@null 20:01:04
좋아요. 번역 브릿지에 새로운 기능을 추가했습니다. : 1) 독자가 원래 번역되지 않은 버전을 확인하기 위해 조금 더 단순하게 만들고, 2) 아마도 가장 중요한 점은 원래의 msg 컨텍스트로 이동한다는 것입니다. )

https://imgur.com/D6DXUOU

이제 원본 버전의 텍스트 미리보기가있는 "첨부 파일"을 추가하고 해당 미리보기 텍스트를 클릭하면 즉시 원본 메시지에 직접 링크됩니다. #general-tw 에서 사용해보세요. ( #general 현재는 #general-tw 번역이 이루어지지 않습니다.)

<https://g0v-tw.slack.com/archives/C1CHAA0QL/p1540036863000100|ok, just added a new feature to the translation bridge, which will hopefully: 1) make things a bit s...>

imgur.com

Imgur

Imgur

#general-en. 2018-10-20 20:01:03

patcon 20:01:03
ok, just added a new feature to the translation bridge, which will hopefully: 1) make things a bit simpler for readers to check on original untranslated version, and 2) perhaps most importantly, jump to the original msg context (even within a thread)

https://imgur.com/D6DXUOU

We now add an "attachment" with a text preview of the original version, and clicking that preview text instantly direct-links to the original message. Feel free to try it out in #general-tw (#general currently doesn't do any translation)

imgur.com

Imgur

Imgur

🚀 3

#infras. 2018-10-13 21:01:37

#infras. 2018-10-13 20:42:19

#general. 2018-10-07 12:21:38

tkirby 12:21:38
開飯了,然後咧?
https://imgur.com/a/Mvm2oHq
bendon.jpg
改圖動作真快 XD
😂
🍕 27

#jothon. 2018-09-21 16:43:44

patcon 16:43:44
I created a pull request for this old task: https://trello.com/c/BOaI4UJi/578-add-g0v-flickr-to-asia

But I'm unable to write an update on the card. Might it be possible to change setting to let any Trello user to comment (https://imgur.com/a/yjxTXjb), or would that be spammy?

Trello

Add g0v Flickr to .asia on g0v jothon organizer

in ttcat on g0v jothon organizer

imgur.com

Imgur

Imgur

#sense. 2018-09-11 01:01:12

hychen 01:01:12
https://imgur.com/a/QiXHl2R
staging 上有 zoom-in/zoom-out 了

imgur.com

Imgur

Imgur

🙌 4

#hackmd. 2018-09-01 01:00:17

#sense. 2018-08-16 17:11:57

hychen 17:11:57
https://imgur.com/kxF3EmY

imgur.com

Imgur

Imgur

what is this a screen shot of?
@lizbarry it is the Source List of an issue map on sense.tw, an issue policy mapping tool we are developing. You can try our beta on https://sense.tw.
Thank you!
❤️ 1

#sense. 2018-08-16 17:10:41

hychen 17:10:41
https://imgur.com/a/UeUdBAb

imgur.com

Imgur

Imgur

👍 2

#general. 2018-08-04 08:17:40

#general. 2018-05-22 16:21:20

fly 16:21:20
https://imgur.com/87IZ6lY 本月四大報頭條熱門字

Imgur

My HTML5 Word Cloud

北市, 市長, 北市長, 台大, 殉職, 中國, 勇消, 北市長選, 勇消殉職, 台灣... #HTML5WordCloud <https://timdream.org/wordcloud/>

🤔 2

#general. 2018-04-18 09:24:55

Yi-Hua 09:24:55
https://imgur.com/fjkqsHw

imgur.com

Imgur

Imgur

那這次就用這張主圖囉?可呼?XD
😂 10

#holopolis. 2018-01-21 12:24:16

patcon 12:24:16
https://imgur.com/wQlKsIi

Imgur

Imgur: The magic of the Internet

Imgur: The magic of the Internet

#vnetwork. 2017-12-17 11:49:31

#vnyc. 2017-12-14 05:31:38

#labor. 2017-09-05 18:44:11

yurenju 18:44:11
也是分散式的,但我不知道到底是誰在支撐這個網路 XDD 我看傳道 imgur 比較快

#general. 2017-08-30 12:19:55

#general. 2017-08-30 11:25:32

#july-nyc-hangout. 2017-06-22 13:48:29

#jothon. 2017-06-16 17:17:47

#cofacts. 2017-02-20 13:09:46

mrorz 13:09:46
@linekin 你好~~
目前軟體開發缺的是

1. web 前端的小編介面

repo: https://github.com/MrOrz/rumors-site
想做成的樣子: https://i.imgur.com/lxas2Ic.jpg
但現況是:http://rumors.hacktabl.org/

github.com

GitHub - MrOrz/rumors-site: Rumors list / creation UI, with server-side rendering

rumors-site - Rumors list / creation UI, with server-side rendering

#general. 2017-01-15 10:01:01

@null 10:01:01
我發現我貼錯網址惹www http://i.imgur.com/hbfOHgf.png

#general. 2017-01-15 08:54:18

@null 08:54:18
請問下各位,這個部位能無傷拆下來嗎?http://imgur.com/a/Y6WMo.jpg

#general. 2016-09-02 13:25:37

kiang 13:25:37
au: 看起來某些團體蠻敬畏你的存在 XD - http://i.imgur.com/ItjBgFo.jpg

#general. 2016-08-02 11:27:11

#general. 2016-04-10 19:11:26

xinxinjin 19:11:26
IVOD 把 2012 / 2 / 1 以前的影片下架了(ROUTER 還有功能,但是不會回傳內容),原本打流水號還可以看到舊影片,現在就不行了....
以前有網友說「趕快備份」的時候我還想說「有必要咩?」,沒想到真的一語成讖.....ORZ

測試連結(原本應該是蔡英文跟林全在院會的對答):
http://ivod.ly.gov.tw/Play/VOD/67052
http://ivod.ly.gov.tw/Play/VOD/67052/300K
http://i.imgur.com/JY2rbjN.jpg

#general. 2016-02-07 21:03:50

#general. 2016-01-20 14:13:31

mrorz 14:13:31
啊應該是更早以前
就 flickr, tumblr, imgur 的時代
https://www.quora.com/If-you-choose-a-startup-name-ending-with-an-r-Flickr-Tumblr-etc-is-that-too-Web-2-0-these-days-Is-an-er-better

These are websites that came out a while ago when .com was pretty much the TLD to have. No .com, no company. Names like "flicker" and "tumbler" were being sq...

#general. 2016-01-16 04:37:06

#general. 2015-12-16 22:48:17

mrorz 22:48:17
http://i.imgur.com/4wLvTtQ.png 我之前都有做呀

只用嘴巴就是了 xd

#general. 2015-10-16 17:22:39

mrorz 17:22:39
剛剛試了一下 google doc + drive API comments:insert
Drive api 確實可以送出 comment,不過只會在 comments 列表裡面列出來,不像一般的 comment 可以在文件中標出來。
http://i.imgur.com/1qPcKBm.png

除非 comments:insert 的 context 可以更精准地指定文件內的範圍來標記註解,否則 comments:insert 的註解會偏離檔的內容與方向,最後會被換掉 (?)

#general. 2015-09-01 00:18:03

#general. 2015-08-24 10:03:52

@null 10:03:52
miaoski 語句在左右兩邊,但中間有個像頁碼的數字,怎辦 XD http://i.imgur.com/VnozBpC.jpg

#general. 2015-08-24 10:00:34

#pm25. 2015-08-20 12:06:22

miaoski 12:06:22
數據的比較在 imgur 上,我先出門回來再找...:)

#general. 2015-08-18 18:06:45

#general. 2015-07-08 23:26:37

mrorz 23:26:37
au: 感謝資訊 m(_ _)m
不過我發現 pdftotext 好像有先對 bounding box 的垂直位置與水平位置 sort 過,但 pdf2json 沒有的樣子
(左:`pdftotext -bbox`,右:pdf2json)
http://i.imgur.com/fY7pKrO.jpg

因為 pdf2json 是 port PDF.js(自幹 JS 版 PDF parser),所以跟 pdftotext 不一樣

#general. 2015-07-08 22:55:05

mrorz 22:55:05
最後,pdf.js 則是這樣
http://i.imgur.com/BV7zlyZ.jpg

字體不知道下了什麼魔法所以好很多(雖然好像有些被鬼遮眼)

#general. 2015-07-08 22:47:54

mrorz 22:47:54
pdf2htmlex 結果出爐:
http://i.imgur.com/jMtuuyx.png
好像也很慘 orz
亮藍色底線的是我用滑鼠匡選的結果。滑鼠匡選可以呈現文字在 DOM 裡面的順序,看其來 DOM 裡面的文字是直的排的。如果把整個頁面用 innerText 倒出來,是完全不能讀的 orz

#general. 2015-07-08 21:35:02

#general. 2015-07-08 21:26:39

mrorz 21:26:39
`-layout` 的結果: http://i.imgur.com/Z3pkQ0g.png
看來這真的高難度 XD

#general. 2015-07-08 21:18:10

#general. 2015-06-23 21:08:23

mrorz 21:08:23
搜尋 moptt 的文章:
http://i.imgur.com/errdre2.png

#general. 2015-06-22 21:26:16

mrorz 21:26:16
http://imgur.com/db4Hq5E 直接按 Edit this file 就有個 HTML text editor 可以編輯 HTML

Imgur

View post on <http://imgur.com|imgur.com>

#general. 2015-06-17 16:26:15

#general. 2015-06-17 16:09:36

mrorz 16:09:36
以前會要 `apikey` 的服務,都是一些無關個資的服務
像舊的 imgur data

#general. 2015-05-07 18:44:02

johnny 18:44:02
請問一下,剛在fb message要傳立委投票指南的連結,但被封鎖不給傳送如圖 http://i.imgur.com/pUnvjIY.jpg?1

#general. 2015-04-21 23:02:17

johnny 23:02:17
附上台灣底圖 http://imgur.com/hUANECC

Imgur

#general. 2015-04-21 13:55:28

#general. 2015-03-28 20:15:57

#general. 2015-02-14 23:15:27

kiang 23:15:27
http://imgur.com/4srU5C2 - billy3321++ tuiry++ - 原圖太大,把它縮到可以看到字的版本

Imgur

#general. 2015-02-03 08:14:05

#general. 2015-01-29 12:45:34

johnny 12:45:34
有用heroku的user,剛裝了nginx在gunicorn 前,200個thread每個thread五個迴圈,用議員投票指南首頁測試,效能好了很多 http://imgur.com/XiTAqAD,有興趣歡迎討論

#general. 2015-01-24 10:47:33

#general. 2015-01-18 16:27:41

a0kman 16:27:41
粉紅容尼王!看了我都驚呆了 http://m.imgur.com/JJScIMw

Imgur

#general. 2015-01-14 23:28:44

#general. 2015-01-13 07:46:11

#general. 2015-01-07 22:13:30

yhsiang 22:13:30
wildjcrt: 圖片的話 就放到 imgur ? :stuck_out_tongue:

#g0v_tw. 2014-12-27 02:01:55

#g0v_tw. 2014-12-25 17:32:26

@null 17:32:26
tonysan's url: [imgur: the simple image sharer]

#g0v_tw. 2014-12-25 17:32:25

#g0v_tw. 2014-12-24 20:41:44