Viewing profile — xyrouter
xyrouter
HN member- Joined
- Mon, Mar 19, 2018, 1:08 PM UTC
- HN karma
- 52
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About xyrouter
No profile information was provided.
Recent public activity
-
comment
Comment #18241705
I said, "Given two candidates with all things equal except ..." I mean if there are two candidates who are equally motivated and are more or less equal in all things except that on…
-
comment
Comment #18236080
> though in this case the easy and correct thing for the interviewer to do is to say "OK, how is Collections.shuffle implemented?" And very likely that's what really happened. I ha…
-
comment
Comment #18236047
I think it's stupid to assume that a decision regarding time complexity would never come up at their job. Where I work right now, and especially in Google (not where I work right n…
-
comment
Comment #18236027
I come across candidate A who shows up on time, with a good attitude, takes heat and shares credit, builds people up, isn't afraid to speak their mind and offers a smart-ass answer…
-
comment
Comment #17782343
Ah! That makes a lot of sense. If Python 3 is the default, it does make sense 'pip' to be the Python 3 pip. That way 'pip' always refers to the default version. Unfortunately in th…
- comment
-
comment
Comment #17782224
I am aware of that. So has been many other distributions like Debian, Ubuntu, etc. My point was: Which command do you normally use to install packages in Python 3? pip3 or pip? I t…
-
comment
Comment #17782133
> On some Python 3 distributions, you may need to replace pip with pip3 in the command above. Are there any distributions where the command pip just works with Python 3? In every P…
-
comment
Comment #17782114
I did a quick Google search and indeed there are so many examples of such code: https://www.google.com/search?q=site%3Agithub.com+filetype%3... https://www.google.com/search?q=site…
-
comment
Comment #17421961
> ability to read code and locally easily reason about types only gets more critical as the application gets more architecture or performance dependent Exactly! And using auto for …
-
comment
Comment #17413850
> Absence of explicit type info is an inherently bad thing. Let me reiterate: It is your opinion which many people here do not agree with in the context of types obvious from conte…
- comment
-
comment
Comment #17413745
> There’s absolutely no sense in which less explicit information is somehow better for code readers. This is patently false. It has been demonstrated more than once in this thread …
-
comment
Comment #17413726
> this kind of system that relies on the whole codebase having no localized type annotations (so you can’t reason locally about code when you go to refactor or change types, etc.),…
-
comment
Comment #17413661
> In most cases it won’t be anywhere near this easy anyway Then don't use auto in such cases -- is the point of the discussion here. Use auto anywhere it is indeed nearly this easy…
-
comment
Comment #17413571
> In that case, it sounds like very bad general software design that is not well-crafted to the problems you are solving. That does not sound like bad software to me at all. It is …
-
comment
Comment #17413522
The usage of the word "strictly" here is strictly sloppy. Why is a typedef/typename better than using auto in this case? You can literally look up the actual type the auto keyword …
-
comment
Comment #17282175
> let's just keep crapping on a company no longer under the same ownership I have no intention of crapping on SourceForge. I am merely making an observation. I think many would agr…
-
comment
Comment #17282133
You are insinuating both Websense and me that we are not informed about the current state of Sourceforge. Insinuating your potential users like this is in poor taste considering yo…
-
comment
Comment #17281519
We also need to think a little about how the times were. Sourceforge rose to popularity in the early 2000s. Free and open source software (FOSS) was not just a matter of pragmatism…
-
comment
Comment #17281484
Websense blacklisted Sourceforge after the 2013 DevShare debacle. It has remained blacklisted since. It is blacklisted in many other web application firewalls and content gateways …
-
comment
Comment #17205405
Congratulations on making a successful release. Kudos to you! I am going to post a concern regarding the increasing layers of abstraction which is not at all directed at your proje…
- story
-
comment
Comment #17141486
If a 25 year old programmer were to start learning Perl now, what would you recommend: Perl 5 or Perl 6?
-
comment
Comment #17141466
Can you elaborate this? What revelations did you experience?