qrtt1 積分 0 編輯於

當作是一種『黑色幽默』來看也蠻有趣的 :P

iapyeh 積分 1

美國最近在流行自轟,槍手進入校園掃射,美軍轟炸無國界醫生,現在換Microsoft轟炸Windows陣營,聯想、Dell、HP、Asus、Acer這些微軟的盟友要倒大霉了。

haocheng 積分 0

我昨天也看到了,真煩,還好可以關掉 =_=

Eason 積分 2 編輯於

這事件讓人覺得酸民真多... 鄉民們每天都在看蘋果巨乳妹, 討論SOD, 波多野...之類的, 突然一堆人變成道德魔人, 整個標準變得好高,連不是故意染黃的失敗都用"故意的"標準在批鬥,看得我覺得自己的呼吸也都汙染了地球...

相較之下,該新創取得的成績和突破應該得到的鼓勵卻少得可憐...

IngramChen 積分 0

轉軸大概是為了可以接合才做成那樣子的

haocheng 積分 0

轉軸的部份還蠻特別的 XD

影片也花了不少時間介紹鍵盤,好奇是不是真的很好打? 現在 NB 為了輕薄,鍵程越來越短,打起來很痛苦...

iapyeh 積分 1

投資相挺沒什麼不對,重點是他講的有沒有道理。

NightFeather 積分 0 編輯於

覺得是政府看到家長在抱怨荒廢課業....

ccjeng 積分 1

原來Mr Jamie有投資17,所以才發文挺到底!

Kros 積分 0

這篇報導大意就是:都別人的錯,其他人也有色情的東西,為什麼只有我被下架。

causemx 積分 0

他們對於內容過濾的審查機制不完整以及主題定義不明才導致下架吧,且說難聽一點往色情靠攏這套在我國就是碰不得。看看國外知名的streaming網站如Twitch之類的儘管實況主會穿的清涼,但絕對不會直播當眾%%的內容

Vulcan 積分 1

這個 App 最近好像滿熱鬧的,我對色不色情的議題倒沒什麼想法。不過,引起我注意的是被聯手下架這件事,似乎有點陰謀的味道,很像籃球比賽裡用暫停中斷對手氣勢的手法...

iapyeh 積分 1

App《17》的使用者違法抓負責人跟出資者,中華電信的使用者詐騙、殺人、販毒壞事幹盡,怎麼沒抓官股的首長中華民國總統?這個素質低落的司法公務體系,能替軟體業興利除弊?

anthonychen 積分 1

我覺得個人工具 (Utility) 和個人生產力工具 (Productivity) 不太一樣,後者比較像是前者的子集,而 Evernote 比較偏向後者。

qrtt1 積分 0 編輯於

掛 IRC 才注意到這個新聞的 :P

01:38 < andrewrk> did everybody see FLIF in the news today?
01:38 < andrewrk> pretty intriguing
01:39 <+wm4> we laughed at the source code
01:39 <+wm4> (let's say they're not really following good practices)
01:45 < jamrial> durandal_1707: see https://github.com/jamrial/FFmpeg/commit/40fc73db28cd9a0fd4aff4284b23a3f5350490f5
01:45 < jamrial> what i'm doing here is making the function access most linesize, width and height arguments directly from stack
01:46 < jamrial> that way the function can work with only 7 gprs
01:46 < jamrial> you can do the same with the blend stuff you sent a few minutes ago. but again you need to make the pointers the first couple arguments
                 for those
01:48 < andrewrk> wm4, if the DSP is sound it should be fine
01:48 < andrewrk> bad source code can be fixed
01:48 < andrewrk> easy
01:49 <+wm4> well, at this quality level, I wouldn't be surprised if it's not actually lossless
01:49 <+wm4> but yeah, we'll see
01:50 < andrewrk> what's actually the problem?
01:50 < andrewrk> I'm looking at it right now
01:50 < andrewrk> it looks pretty straightforwar
01:50 < andrewrk> *straightforward
01:51 < fflogger> [newticket] cgbug: Ticket #4903 (FLV regression) created https://trac.ffmpeg.org/ticket/4903
01:51 < andrewrk> I guess more c++ than this crowd (including me) would care for
01:55 < atomnuker> goddamnit
01:55 < atomnuker> max_samples isn't respected for multiple input filters
01:56 < atomnuker> any other way to force filtering only N amount of samples per frame?
01:56 <+wm4> andrewrk: no, it's awful beyond that
01:57 <+wm4> but yeah, maybe the algorithms are fine (apart from the fact that it uses patented algorithms, despite claiming otherwise)
01:58 <@durandal_1707> atomnuker: see what sidechaincompress does, also amerge IIRC

02:06 <@Daemon404> [18:51] < andrewrk> I guess more c++ than this crowd (including me) would care for <-- mixing c/c++ strings, using a vector of strings
                   for stuff, pollutes the global namespace with generic names
02:06 <@Daemon404> mixes_snake_case_andCamel_case
02:06 <@Daemon404> (within teh same func names)
02:06 <@Daemon404> in general it's all over the place
02:06 < andrewrk> ehh that stuff isn't really a big deal
02:06 <@Daemon404> there's one part where it just copypastes the same code 3-4 times in a row because "it seems to fix it"
02:07 < andrewrk> especially mixing case convention. who cares? the CPU doesn't
02:07 < andrewrk> ok that last thing is suspicious.
02:07 <@Daemon404> look at its commit log.
02:07 <@Daemon404> also i certainly care that it has an actually usable library interface
02:07 <@Daemon404> and has actual checks for failure
02:08 -!- lglinskih_ [~lglinskih@verda.kir.elagin.me] has quit [Quit: This computer has gone to sleep]
02:09 <@Daemon404> VLAs initialized with user provided sizes
02:09 <@Daemon404> asserts used instead of ifs
02:09 <@Daemon404> (im just looking over random files atm)
02:09 < andrewrk> I care about that too, but the guy admits it's work in progress
02:10 <@Daemon404> also the format is not patent free
02:10 <@Daemon404> as the page claims
02:10 < andrewrk> yes that is a big problem
j0n 積分 1

手機上的app有很多種衝流量(成長)的方式,比方說跟手機商合作,出貨就安裝;跟電信商合作,出貨就安裝,但是真正被使用的量就是另外一回事了

haocheng 積分 0

欸,如果是防毒軟體的話,PC 年代已經有很成功的 Symantec 和 Trend Micro,不太確定跟筆記算是同一類別的...