wzsddtc
|
1 year ago
|
on: Daisy, an AI granny wasting scammers' time
I think you have just described LinkedIn's business model, minus the fact that you don't get the money but the filter provider does.
wzsddtc
|
2 years ago
|
on: Japan’s 72 Microseasons (2015)
I could be wrong, but isn't this the Solar Seasons from China?
https://en.wikipedia.org/wiki/Solar_termThough I would not be surprised as it has been very interesting to see Japan and Korea preserving many of the traditional east Asian cultures a lot better than China itself.
wzsddtc
|
4 years ago
|
on: Fisher Price Chatter Telephone with Bluetooth
Note that -- "This product is not intended for kids. This one is intended for adult collectors."
wzsddtc
|
5 years ago
|
on: ByteDance plans TikTok IPO to win U.S. deal as deadline looms
You are right to a degree. Vine at its peak had less than 30 engineers total and at most 1 person working on the "engine".
wzsddtc
|
5 years ago
|
on: Antibody tests show what parts of NYC were hit hardest
As someone who lived at Corona for a few years I am not surprised as the daily exposure to number of strangers for the residents is probably also one of the highest. The neighborhood is composed of mostly people who cannot work from home (restaurant workers and delivery agents who work in Manhattan). It has a very close proximity to the crowded 7 train and relatively cheap rent in the surrounding area.
Edit: grammar.
wzsddtc
|
5 years ago
|
on: Amazon warns Alexa Echo Buds earphones pose overheating safety risk
(I usually try to not comment when there's not much value added)...
but I see what you did there...
wzsddtc
|
6 years ago
|
on: G7 statement canceled: US wants to call it the Wuhan virus
wzsddtc
|
7 years ago
|
on: Instagram’s Co-Founders Said to Step Down from Company
Snapchat had video calling for a long time and live video is straight from Music.ly and Twitter.
wzsddtc
|
8 years ago
|
on: Dock-less bike share is ready to take over U.S. cities
They have been in Changsha as well. I have only heard good things about it. The city is much smaller than Shanghai and people rely on it for the last km when they get off the few subway lines that exist there.
wzsddtc
|
8 years ago
|
on: Why we never thank open source maintainers
In Chinese it's give people an inch and they would want a foot.
wzsddtc
|
8 years ago
|
on: Java Reflection, 1000x Faster
It really depends on the annotation processor and what kind of code you are trying to generate. In the author's case it shouldn't take that long nor would it be hard to develop and debug.
wzsddtc
|
8 years ago
|
on: “This project violates the MIT license of Gemstash”
I may be in the minority that agrees with you here.
Giving constructive feedback / discussion that may lead to GCP supporting the OP's project may be a better way than going directly to "I'm going to get my lawyers involved".
From the current discussion it also looks like some people don't even agree that this repo steals from the OP.
wzsddtc
|
9 years ago
|
on: Zhou Youguang, creator of the Pinyin writing system, has died
This article is very accurate. Everyone in mainland uses pinyin daily for inputs. Only the older generation uses hand wiring for inputs.
wzsddtc
|
9 years ago
|
on: Best Android Libraries for Developers
This was a useless list because many of the libraries here are outdated, the author did not provide reasoning or comparison against others.
wzsddtc
|
9 years ago
|
on: An event bus framework for event driven programming
Event Bus often get abused, I made this framework for Android so that the framework can scale as you have more and more features and developers working on it:
https://github.com/edisonw/PennStation
wzsddtc
|
9 years ago
|
on: We Hired a Blind Coder
Came here to say exactly this as well! This definitely makes one feel better about the world! :D
wzsddtc
|
10 years ago
|
on: Ask HN: Who is hiring? (February 2016)
Spiral | New York, NY | backend, iOS |
https://jobs.lever.co/molabs/
Spiral| is a growing team focused on building the next great mobile-first video platform. We are looking to inform, inspire and entertain the world by making it simple to access and watch great videos. To get there, we are assembling a world-class product and engineering team from companies like Google and Vine.
wzsddtc
|
10 years ago
|
on: Buck: A high-performance build tool for Android
Running it via command line. Android Studio still uses Gradle.
wzsddtc
|
10 years ago
|
on: Buck: A high-performance build tool for Android
wzsddtc
|
11 years ago
|
on: A better pull request
The benefit that you don't need a git server and can have the code running on different machines! :)