Viewing profile — tuxlinuxien
tuxlinuxien
HN member- Joined
- Tue, Feb 11, 2014, 2:02 PM UTC
- HN karma
- 14
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About tuxlinuxien
No profile information was provided.
Recent public activity
-
comment
Comment #18862697
The trade war might me a bit for something but I have been in china for nearly 7 years and I have seen habit changing quite a lot within the last 2 year. Back in 2012-2015 when I w…
-
comment
Comment #18351164
Banks provide automatic transfers, official documents, etc... so I wonder what problem blockchain would solve there.
-
comment
Comment #14530597
The problem is that you are expecting too many things from women and why this word "marry" comes many times? My advice now is not looking for a wife but for a girlfriend, make sure…
-
comment
Comment #14365478
Are you using 100 threads or coroutines? because 100 threads on a single machine will no give you nice performance at all. I have started working a crawler in Go and each website t…
-
comment
Comment #14307512
Thinkpad X1 carbon 5th edition (Intel i5 / 8GB RAM, 128GB SSD). I have installed xubuntu 17.04 on it and it works like a charm and can easily use it for 7-8 hours.
-
comment
Comment #13800477
Based on my own experience, when you want something cheap you will have to deal with unexpected downtime. In that situation, you may spend more money on redundancy, monitoring and …
-
comment
Comment #13800420
What do you mean by cheap, what price do you consider cheap based on your configuration? I do use a lot vultr, instances are small and cheap, but I sometimes have reboots or mainte…
-
comment
Comment #13173642
I am french and I have been working in China (Beijing) for nearly 4 years, there is no doubt that shopping on the internet here is really convenient. You like a product but you wan…
-
comment
Comment #13034102
Couldn't agree more!
-
story
Ask HN: Can genetic algorithm get “sick”?
ok, my question might be stupid but I was wondering if my genetic algorithm get "sick", how can I find a cure for it?
-
comment
Comment #9331886
The fact is I don't want to host my data in amazon because the business is actually in china.
-
story
Ask HN: Which NoSQL solution should I use for lot of upserts?
I am actually working on a big data project and I am using SSDB. The problem is, it doesn't support clustering and sharding so I might have to implement it by myself; which is not …
-
comment
Comment #9216404
python 2.7+
-
comment
Comment #8965600
Python is not supported for front-end (yet??). So the choice is quite easy. If you want to stick a single language for both front and backend, using JS is the best solution.
-
comment
Comment #8965581
It depends on what you want to do. I work with Nodejs everyday, JavaScript is a very cool language but I still prefer Python which is easier to read from my point of view.
-
comment
Comment #8965565
JS is also for back-end. Maybe you have never heard about Nodejs or io.js
-
comment
Comment #8782814
Do you have a working URL?
-
comment
Comment #8594271
Xubuntu. Easy to use and can run on old computers. Lot of packages are available and can you the same job as other windows softwares. I use it both for programming (node/python/go)…
- comment
-
comment
Comment #8373415
I don't know is there are any tools ready-to-use that can help you doing this. But if you have some knowledge about programming, you can look for some libs (for python, ruby, nodej…
-
comment
Comment #7820883
Baidu Yun allow you to download some files through bittorrent. You just have to upload your torrent file then it will be downloaded on their servers. I don't have a great connectio…
-
comment
Comment #7820871
Chinese companies maybe can have cheaper storage hardware but it couldn't be thousands times cheaper.
-
story
Ask HN: why Baidu cloud can offer me 2To when I register and not Dropbox?
Since i live in china, I have started using more and more chinese app on my android. I have discovered Baidu Yun which has offered me 2To space when i have registered. I was quite …
-
story
Twisted implementation of websocket protocol (Python)
Python Websocket protocol implementation based on Twisted (Pre-Alpha)