Viewing profile — ftarlao
ftarlao
HN member- Joined
- Sun, Feb 03, 2013, 9:18 AM UTC
- HN karma
- 32
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About ftarlao
No profile information was provided.
Recent public activity
-
comment
Comment #26939916
I have my own damn idea about this "evil language" obsession, but I'm just curios to see your perspectives..
- story
-
comment
Comment #26912263
In the past it was quite different and not so effective, also the target is not usually a company but a single person. It is a war towards the weak. Now you can destroy the people …
-
comment
Comment #26872097
ok, my fault, JP has a very similar sentence.
-
comment
Comment #26871994
Language evolves, yes, but lot of people (the majority I suppose) still use and understand "man" in the neutral meaning too; there is a set of people that has "evolved" and tries t…
-
comment
Comment #26862361
Perhaps this sentence comes from Jordan Peterson not Tucker Carlson
-
comment
Comment #26862323
Man has also the meaning of "human being", gender neutral, why is the concept of context dead? I imagine a quite useless manager who has fun in being offended, and trying to put a …
-
comment
Comment #17011819
Personally, I will surely quit from a firm adopting racist or discriminating policy, it's not about being forced to but it's about fighting dangerous behaviours. Furthermore the gu…
-
comment
Comment #17011787
I got your point, but I think that the problem is not "helping" (with scholarships) based on membership with minorities, but helping when there are bad economic or social condition…
-
comment
Comment #16957010
Giving more constructive comments/directions to newbies is important but I think that an high threshold for questions is still mandatory in SO. Majority of people are lazy and don'…
-
comment
Comment #11706112
In order to obtain a good solution, it is important to provide representative examples; it is also important that such examples provide surrounding text that has not to be extracte…
-
comment
Comment #11705971
This Regex Generator site works as follows, you provide text examples by highlighting the strings to extract; the strings to not extract are the surrounding text. The Regex Generat…
- story
-
comment
Comment #9951649
... in order to be fair we have recently updated the engine and webinterface; the new application is a big step forward, the same URL but a totally different thing. The older tool …
-
comment
Comment #9951424
Auch! my fault, it sounds like but it is not :-)
-
comment
Comment #9947541
The site has gone down, once for a power outrage and another time cause the traffic peak... I think the problem are solved now. :-)
-
comment
Comment #9940772
Very challengin' An you have your current final score/ranking too
- story
-
comment
Comment #8784139
Evolving regexes or programs is not an unknown topic but this is the only online tool which is able to find out regexes for text extraction, a real world application, that works fo…
-
comment
Comment #8784044
Splitting the learning set in training and validation sets is very important. The validation set is used in order to select the solutions which have generalized (or understood) the…
-
comment
Comment #8783994
Yes it works, it finds out the 'shape' of the surrounding text and it writes a regex using lookarounds operators which does the work right. So, yes, it builds an extractor which is…
- story
-
story
GWT Java benchmarks, Java SE7 vs GWT+JavascriptVM (no multimedia)
GWT (Google Web Toolkit) is a tool for compiling Java into JavaScript code; with GWT you can write both your web application and your server side code using the Java language. What…