HN user

xiamx

107 karma

[ my public key: https://keybase.io/xiamx; my proof: https://keybase.io/xiamx/sigs/_0go-RmEcFKSd_DeylwGF8s187t_dZQyfHDTamaYWI4 ]

Posts27
Comments24
View on HN
www.uxscreenshots.com 7y ago

Show HN: UX Screenshots – an archive of mobile app user flows

xiamx
4pts0
www.cs.mcgill.ca 8y ago

The ecosystem of React Native can be improved, beyond technically

xiamx
2pts0
cs.mcgill.ca 8y ago

5 different Rails dev environment on Windows 10 with their pros and cons

xiamx
1pts0
cs.mcgill.ca 8y ago

Modify a Rails 5 project to run on both MRI and JRuby

xiamx
2pts0
www.youtube.com 8y ago

Multi-tenant shared rate limiting with Elixir and OTP

xiamx
3pts0
github.com 8y ago

Show HN: Morphological parsing in Elixir

xiamx
4pts0
cs.mcgill.ca 9y ago

Tutorial: Extending Elixir with C Using NIF

xiamx
1pts0
github.com 9y ago

Show HN: Expostal – parsing and normalizing street addresses with Elixir

xiamx
2pts0
github.com 9y ago

Show HN: Parse street addresses in Elixir

xiamx
1pts0
github.com 9y ago

Shown HN: Expostal – parsing and normalizing street addresses with Elixir

xiamx
1pts0
github.com 9y ago

Schemats v2.0 – TypeScript interface generator for Databases now supports MySQL

xiamx
2pts0
github.com 9y ago

Show HN: A curated list of Sentiment Analysis methods, implementations and misc

xiamx
6pts0
github.com 9y ago

A curated list of Sentiment Analysis methods, implementations and misc

xiamx
3pts1
sweetiq.com 9y ago

Applying Sentiment Analysis to an Unlikely Product

xiamx
32pts0
github.com 9y ago

Schemats v1.0 – Generate SQL Schema for TypesScript

xiamx
2pts0
cs.mcgill.ca 9y ago

FastText for Windows – word vector learning and sentence classification

xiamx
6pts0
cs.mcgill.ca 9y ago

FastText for Windows

xiamx
2pts0
softwareengineering.stackexchange.com 9y ago

What gives the word coding/coder a perceived negative impression?

xiamx
1pts0
github.com 9y ago

Show HN: PhantomJS based server side rendering

xiamx
2pts0
github.com 9y ago

A Provably Secure Proof-Of-Stake Blockchain Protocol

xiamx
93pts30
github.com 9y ago

Generate Typescript definitions for your (postgres) SQL database schema

xiamx
1pts0
github.com 9y ago

Show HN: SSR-Proxy – server side rendering proxy for better SEO

xiamx
4pts1
cs.mcgill.ca 9y ago

No ORMs - Statically typed PostgreSQL queries in Typescript

xiamx
4pts1
github.com 9y ago

Show HN: Generate typecript definitions from (postgres) SQL database schema

xiamx
2pts0
github.com 9y ago

Semantic UI – React integration

xiamx
3pts0
github.com 10y ago

LetsEncrypt middleware for Express

xiamx
3pts0
mx-ns.herokuapp.com 10y ago

Show HN: ns – Automatic multi-source news summarizer

xiamx
7pts0
Canyon.mid 5 years ago

I think it would've been even more immersive if the screen was warped to cover the CRT

CrowdStaffing | Software Engineers | Montreal, QC | ONSITE or REMOTE | Full-time

Crowdstaffing (crowdstaffing.com) Harness the Collective Intelligence of Thousands of Skilled Recruiters to Hire Amazing Talent

We are looking to find software developers to expand new features in candidate modeling and job matchings. If you have experience in NLP, Machine Learning or Algorithmic Game Theory and are comfortable implementing your solutions in code, please send a email to meng@crowdstaffing.com

Great work! There are several directions where you can make your work more substantial. For once it would be interesting to see what's the marginal benefit of iterative minification over iterations (can be represented in a graph). Does Remynification approach an asymptotic size value, will further minification actually increase the size instead of decreasing? Also, it would be interesting to take screenshot using selenium as suggested by sbierwagen and see if Remynification actually preserves initial layout. Lastly, it would be interesting to see a theory proposed as why such method work, and what can future minifier learn from this.

Hi HN, repository author here.

I was interested in sentiment analysis, so I read a lot surveys, papers; and researched what implementations are available. I thought it would be beneficial for the community to have a list of useful resources, serving as a good starting point.

The goal of this repository is to provide adequate links for scholars who want to research in this domain; and at the same time, be sufficiently accessible for developers who want to integrate sentiment analysis into their applications.

Experts in sentiment analysis and opnion mining, please don't hesitate to criticize this work :)

Given that you are familliar with Javascript already. You can pick up nodejs easily. Using nodejs for a while will give you an idea of what backend development's daily life look like.

Once you understand the common tasks that are involved in backend development, it will be easier to switch programming languages. Python is a good choice for example, it is very versatile and has been used to program various backend server. It is also being used extensively in scientific computing, machine learning and etc.

PureScript 10 years ago

Very interesting! For those who are more involved in this field, how does PureScript compare to other functional programming languages that also compiles to javascript?